aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * files.texi (File Names): Reorganize description.Chong Yidong2008-10-121-0/+16
| | | | | | | | | | | | | | | (Visiting): Add xref to Mode Line. Copyedits. (Save Commands): Mention prefix behavior of C-x C-s. (Numbered Backups): Node deleted. (Backup Names): Contents of Numbered Backups moved here. State default of version-control variable. (Reverting): Copyedits. (Version Control): Add additional version control systems. * emacs.texi (Top): Delete Numbered Backups node. * cmdargs.texi (General Variables): Change Numbered Backups xref to Backup Names.
* (display-warning): Issue a message if called during daemonChong Yidong2008-10-111-12/+23
| | | | initialization.
* * emacs-lisp/warnings.el (display-warning): Issue a message ifChong Yidong2008-10-111-0/+3
| | | | called during daemon initialization.
* Note that Postscript, PDF, and DVI files are now opened in Doc ViewChong Yidong2008-10-111-1/+4
| | | | mode by default.
* * info.el (info-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-0/+11
| | | | | | | | | | | * progmodes/gud.el (gud-tool-bar-map): Initialize it unconditionally. * progmodes/grep.el (grep-mode-tool-bar-map): Initialize it unconditionally. * progmodes/compile.el (compilation-mode-tool-bar-map): Initialize it unconditionally.
* (compilation-mode-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-20/+19
|
* (grep-mode-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-20/+19
|
* (gud-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-24/+23
|
* (info-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-17/+16
|
* * pmail.el (pmail-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-112-27/+30
|
* (tool-bar-local-item)Chong Yidong2008-10-111-21/+17
| | | | | | (tool-bar-local-item-from-menu): Put the check for number of display colors into the image expression. (tool-bar-setup): Don't be a no-op on ttys.
* * tool-bar.el (tool-bar-local-item)Chong Yidong2008-10-111-0/+7
| | | | | | (tool-bar-local-item-from-menu): Put the check for number of display colors into the image expression. (tool-bar-setup): Don't be a no-op on ttys.
* (Edit Keyboard Macro): Lossage is now 300 keys.Romain Francoise2008-10-112-2/+6
|
* * help.el (view-lossage): Fix docstring, lossage is now 300 keys.Romain Francoise2008-10-114-4/+10
| | | | | * kmacro.el (kmacro-edit-lossage): Ditto. * edmacro.el (edit-kbd-macro): Ditto.
* `recent_keys' now holds last 300 keystrokes, not 100.Romain Francoise2008-10-111-1/+1
|
* Checked buffers.texi.Chong Yidong2008-10-111-1/+1
|
* Documented clone-indirect-buffer and kill-matching-buffers.Chong Yidong2008-10-111-0/+2
|
* (Buffers): Add xrefs to Mode Line and Lisp Interaction.Chong Yidong2008-10-111-127/+119
| | | | | | | | | | | (Select Buffer): Mention use of minibuffer history. Describe default value of default-major-mode. Mention that C-x 4 b selects the other window. (List Buffers): Document CRM indicators in the order they appear. (Kill Buffer): Document new command kill-matching buffers. (Several Buffers): Move explanation of the relationship between buffer list and buffer menu to the top. (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
* * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.Chong Yidong2008-10-111-0/+12
| | | | | | | | | | | (Select Buffer): Mention use of minibuffer history. Describe default value of default-major-mode. Mention that C-x 4 b selects the other window. (List Buffers): Document CRM indicators in the order they appear. (Kill Buffer): Document new command kill-matching buffers. (Several Buffers): Move explanation of the relationship between buffer list and buffer menu to the top. (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
* newsticker--treeview-list-sort-by-column: variable name e vs. eventUlf Jasper2008-10-112-3/+8
|
* (command-line): Revert 2008-09-26 change, notDan Nicolaescu2008-10-112-7/+10
| | | | necessary anymore.
* Documented save-buffers-kill-terminal.Chong Yidong2008-10-101-0/+1
|
* (Exiting): Document change of C-x C-c to save-buffers-kill-terminal.Chong Yidong2008-10-101-3/+11
| | | | Document kill-emacs.
* * entering.texi (Exiting): Document change of C-x C-c toChong Yidong2008-10-101-0/+5
| | | | save-buffers-kill-terminal. Document kill-emacs.
* (minibuffer-complete-shell-command): BindAndreas Schwab2008-10-102-1/+10
| | | | | comint-delimiter-argument-list, comint-file-name-chars and comint-file-name-quote-list like shell-mode.
* (pop-to-buffer): Fix misplacement of arg norecord inMartin Rudalics2008-10-102-2/+7
| | | | call of select-window.
* Mention `calc-embedded-word-regexp'.Jay Belanger2008-10-101-0/+3
|
* (Embedded mode overview, Customizing Embedded Mode, Customizing Calc):Jay Belanger2008-10-101-26/+20
| | | | | Change references to `calc-embedded-open/close-word' to `calc-embedded-word-regexp'.
* *** empty log message ***Jay Belanger2008-10-101-0/+10
|
* (calc-embedded-make-info): Use `calc-embedded-word-regexp' to find word.Jay Belanger2008-10-101-10/+20
|
* (calc-embedded-word-regexp, calc-embedded-word-regexp-alist):Jay Belanger2008-10-101-13/+6
| | | | | | New variables. (calc-embedded-open-word, calc-embedded-close-word) (calc-embedded-open-close-word-alist): Remove unused variables.
* (Info-extract-menu-counting): New argment no-detail toMartin Rudalics2008-10-102-12/+28
| | | | | | | | skip detailed node listings. (Info-forward-node): New argument not-up to inhibit going up. (Info-final-node): Call Info-extract-menu-counting and Info-forward-node with the new arguments set to avoid infinite looping. (Bug#1116)
* (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.Eli Zaretskii2008-10-102-3/+9
|
* (command-line): Don't invoke tool-bar-mode if it is not fboundp.Eli Zaretskii2008-10-102-0/+6
|
* (command-line): Enable tool-bar-mode as long as it is not suppressedChong Yidong2008-10-091-8/+10
| | | | by X resources, regardless of the terminal.
* (tool-bar-mode): Only change tool-bar-lines on graphical terminals.Chong Yidong2008-10-091-8/+15
| | | | (tool-bar-setup): No-op if called on a tty.
* * startup.el (command-line): Enable tool-bar-mode as long as it isChong Yidong2008-10-091-0/+9
| | | | | | | | not suppressed by X resources, regardless of the terminal. * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on graphical terminals. (tool-bar-setup): No-op if called on a tty.
* (make-frame-on-tty): Fix comment to the `interactive' spec.Eli Zaretskii2008-10-091-2/+2
|
* (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed away code.Eli Zaretskii2008-10-092-19/+6
|
* (update_text_area): Avoid looping due to large glyphChong Yidong2008-10-091-2/+11
| | | | overhangs (bug#1070).
* * dispnew.c (update_text_area): Avoid looping due to large glyphChong Yidong2008-10-091-0/+5
| | | | overhangs (bug#1070).
* (make-frame-on-tty): Use "F" inside interactive. Support `pc'Eli Zaretskii2008-10-092-2/+9
| | | | ``window-system''.
* (compilation-start): Resurrect the version for systems that don't supportEli Zaretskii2008-10-092-31/+68
| | | | asynchronous subprocesses.
* (face_for_char): If face->fontset is negative, just return ascii_face.Kenichi Handa2008-10-092-1/+13
|
* (font_delete_unmatched): Fix previous change. Don'tKenichi Handa2008-10-091-0/+2
| | | | reject an entity if DPI and AVGWIDTH of an entity are 0.
* (Fraise_frame): On text-only terminals select frame inMartin Rudalics2008-10-092-4/+13
| | | | order to make it visible. (Bug#1061)
* (pop-up-frames): Add choice graphic-only.Martin Rudalics2008-10-092-5/+25
| | | | | (display-buffer): When pop-up-frames equals graphic-only do not pop up new frame on text-only terminals. (Bug#1061)
* (vc-cvs-dir-stay-local): New variable.Dan Nicolaescu2008-10-092-1/+14
| | | | (vc-cvs-dir-status): Use it.
* (fontset_find_font): Check frame validity.Chong Yidong2008-10-081-3/+3
|
* * fontset.c (fontset_find_font): Check frame validity.Chong Yidong2008-10-081-0/+4
|