summaryrefslogtreecommitdiff
path: root/doc/emacs
Commit message (Collapse)AuthorAgeFilesLines
* (Acknowledgments): CEDET updates. Fix Hungarian accent.Glenn Morris2009-09-303-41/+51
|
* 2009-09-25 Tassilo Horn <tassilo@member.fsf.org>Tassilo Horn2009-09-252-1/+6
| | | | | * dired.texi (Dired Navigation): Use @code instead of @var for dired-isearch-filenames, so that it's not capitalized.
* * custom.texi (Rebinding): Add cindex for "binding keys".Chong Yidong2009-09-192-0/+2
|
* * frames.texi (Frame Commands): C-z is now bound to suspend-frame.Chong Yidong2009-09-194-133/+133
| | | | | | | | | | | | | | * entering.texi (Exiting): C-z is now bound to suspend-frame. * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519). (Key Bindings): Reference Init Rebinding in introductory text. Shift some of the introduction to Keymaps node. (Keymaps): Simplify. (Local Keymaps): Simplify. Move binding example to Init Rebinding. (Minibuffer Maps): Remove mention of Mocklisp. (Init Rebinding): Move mode-local rebinding example here from Local Keymaps. (Modifier Keys): Clarify.
* * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).Chong Yidong2009-09-132-17/+23
|
* (Threads Buffer, Multithreaded Debugging):Nick Roberts2009-08-311-99/+87
| | | | Re-organise these two sections,
* *** empty log message ***Nick Roberts2009-08-311-0/+5
|
* (Initial Options): Fix last change.Eli Zaretskii2009-08-292-0/+5
|
* * NEWS: Declare unibyte sessions obsolete.Stefan Monnier2009-08-293-41/+10
| | | | | | | | | | * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte. (main): Use enable-multibyte-characters rather than default-enable-multibyte-characters. Output a warning message when running a unibyte session. * mule.texi (Enabling Multibyte): * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE. (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
* * subr.el (default-mode-line-format, default-header-line-format)Stefan Monnier2009-08-275-36/+19
| | | | | | | | | | | | | | | | | | | (default-line-spacing, default-abbrev-mode, default-ctl-arrow) (default-direction-reversed, default-truncate-lines) (default-left-margin, default-tab-width, default-case-fold-search) (default-left-margin-width, default-right-margin-width) (default-left-fringe-width, default-right-fringe-width) (default-fringes-outside-margins, default-scroll-bar-width) (default-vertical-scroll-bar, default-indicate-empty-lines) (default-indicate-buffer-boundaries, default-fringe-indicator-alist) (default-fringe-cursor-alist, default-scroll-up-aggressively) (default-scroll-down-aggressively, default-fill-column) (default-cursor-type, default-buffer-file-type) (default-cursor-in-non-selected-windows) (default-buffer-file-coding-system, default-major-mode) (default-enable-multibyte-characters): Mark as obsolete. * cus-start.el (default-major-mode): Customize `major-mode' instead. (enable-multibyte-characters): Not customizable any more.
* (Non-Gregorian Diary): Mention ``Adar I'' special case.Glenn Morris2009-08-202-2/+7
|
* (Acknowledgments): Remove cvtmail. Mention info-finder.Glenn Morris2009-08-192-6/+7
|
* (Acknowledgments): Add files-x.el.Glenn Morris2009-08-182-2/+3
|
* (Acknowledgments): Add ucs-normalize.el.Glenn Morris2009-08-182-1/+3
|
* (Acknowledgments): Update for js.el replacing js2-mode.el.Glenn Morris2009-08-183-71/+77
|
* (Acknowledgments): Add gdb-mi entry.Glenn Morris2009-08-093-4/+11
|
* * emacs.texi (Top): Add new menu items for GDB-UI.Dmitry Dzhus2009-08-083-31/+213
| | | | | * building.texi (GDB Graphical Interface): Add Multithreaded debugging section. Threads buffer is in separate section now.
* (Acknowledgments): Update for js2-mode and org changes.Glenn Morris2009-08-083-82/+91
|
* * files.texi (Reverting): Auto-Revert Tail mode works also for remoteMichael Albinus2009-08-022-0/+6
| | | | files.
* * building.texi (Lisp Libraries): Clarify meaning of autoloading.Chong Yidong2009-07-282-5/+11
|
* (Matching): Update blink-matching-paren-distance.Glenn Morris2009-07-232-2/+7
|
* * frames.texi (Cut/Paste Other App): For select-active-regions,Chong Yidong2009-07-212-2/+7
| | | | selection is now updated on moving point.
* * glossary.texi (GNU, Daemon): Update information.Richard M. Stallman2009-07-212-4/+9
|
* (Specifying File Variables, Safe File Variables):Juri Linkov2009-07-192-2/+7
| | | | "variables/value pairs" -> "variable/value pairs".
* (Gnus): Remove widow.Glenn Morris2009-07-152-1/+4
|
* (TEXI2PDF): New.Glenn Morris2009-07-112-0/+10
| | | | (emacs.pdf, emacs-xtra.pdf): New targets.
* (Dired): End menu descriptions with a period.Glenn Morris2009-07-112-1/+28
|
* (Autorevert): Add menu descriptions.Glenn Morris2009-07-111-4/+4
|
* (Horizontal Scrolling): Re-word to remove widow.Glenn Morris2009-07-111-2/+2
|
* (Top): Info can be read from other places than Emacs.Glenn Morris2009-07-111-99/+305
| | | | | | | | | Don't print the copying notice twice in the printed version. Update the menu and detailmenu. (Preface): The meaning of "on-line" has changed. Correct name for "Common Problems" chapter. (Distrib): Update FSF shop URL. (Intro): Showing two files at once is not so exciting.
* (Help): End menu descriptions with a period.Glenn Morris2009-07-111-1/+1
|
* (Mac OS / GNUstep): Fix spelling and cross-reference.Glenn Morris2009-07-111-16/+23
| | | | | | | End menu descriptions with a period. (Mac / GNUstep Basics): Minor grammar changes. (Mac / GNUstep Events): Fix typo. (GNUstep Support): CANNOT_DUMP no longer applies.
* (Version Control, Introduction to VC): End menu descriptions with a period.Glenn Morris2009-07-111-2/+2
|
* (Document View): Fix typos.Glenn Morris2009-07-111-3/+4
|
* (Windows Files) <w32-get-true-file-attributes>: Don't be so categoricalEli Zaretskii2009-07-092-2/+8
| | | | in saying that the option is only useful on NTFS.
* (Revision Tags): Fix typo.Glenn Morris2009-07-092-2/+14
|
* (texinfodir): New variable, with location of texinfo.tex.Glenn Morris2009-07-091-1/+3
| | | | (ENVADD): Add texinfodir to TEXINPUTS.
* (VC Directory Buffer): Fix cross-reference.Glenn Morris2009-07-091-3/+9
|
* (Top): Fix cross-reference.Glenn Morris2009-07-091-1/+2
|
* (Emerge): Tweak Misc menu description.Glenn Morris2009-07-032-10/+34
| | | | | | (Submodes of Emerge): Skip Prefers is only relevant with an ancestor. (Merge Commands): `.' does not seem to work in A or B buffer. `l' can recreate the 3-window display.
* (Glossary): Minor phrasing changes throughout.Glenn Morris2009-07-031-124/+180
| | | | | | | | | | | | | | | Add more internal cross-references. <Autoloading>: You can't really autoload a variable. <C-M->: Move details here from `M-C-' item. <Continuation Line>: Refer to `Truncation.' <Daemon, Free Software, Free Software Foundation, FSF, GNU>: <Home Directory, Unix>: New entries. <Deletion of Files>: Mention recycle bins. <Directory>: Mention ``folders.'' <Error>: Don't mention ``type-ahead.'' <Fringe>: Refer to the manual node. <Minor Mode>: Can be global or local. <Spell Checking>: There are other checkers besides Ispell.
* (Antinews): Minor changes in phrasing.Glenn Morris2009-07-022-7/+20
|
* Re-order a few things to reduce some underfull lines in dvi output.Glenn Morris2009-07-021-12/+12
|
* (Introduction): Mention included in info Emacs manual.Glenn Morris2009-07-021-5/+20
|
* Re-order a few things to reduce some underfull lines in dvi output.Glenn Morris2009-07-021-6/+6
|
* (Mail Sending): Add a tiny bit on mailclient.Glenn Morris2009-07-021-7/+7
|
* (Advanced VC Usage): End all menu items with a period.Glenn Morris2009-07-021-2/+3
|
* * emacs.c (USAGE3, standard_args): Add -mm and --maximized.Jan Djärv2009-07-013-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * frame.c: Qmaximized is new. (x_set_frame_parameters): Do not handle fullscreen specially. Only set width and height if explicitly set. (x_set_fullscreen): Handle Qmaximized. (x_set_font, x_figure_window_size): Do not handle fullscreen specially. (syms_of_frame): Initialize Qmaximized. * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED. Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized. * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen for Expose event. Add call to x_check_fullscreen for MapNotify event. Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not set gravity to NorthWestGravity when USE_GTK. (set_wm_state): New function. (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED. (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED. (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen or the case when no window manager is running. That means remove calls to x_real_positions and x_fullscreen_adjust. * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove. (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and flush_and_sync. (xg_height_changed): New function. (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request and gtk_window_set_policy. Set frame gravity after parsing the geometry string. (xg_update_frame_menubar, free_frame_menubar) (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback) (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed. Remove calls to xg_frame_set_char_size. * startup.el (command-line-x-option-alist): Add -mm and --maximized. * NEWS: Mention maximized. * frames.texi (Size Parameters): Mention maximized for fullscreen. * xresources.texi (Table of Resources): Mention maximized for fullscreen. * cmdargs.texi (Window Size X): -mm/--maximized is new.
* * anti.texi (Antinews): Correct the list of removed platforms.Chong Yidong2009-07-012-4/+7
|
* Minor revisions.Glenn Morris2009-06-282-13/+14
|