summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Carsten Dominik2008-11-231-0/+221
|
* Minor copyedit.Chong Yidong2008-11-231-3/+3
|
* Update section title.Chong Yidong2008-11-231-1/+1
|
* (Antinews): Rewrite.Chong Yidong2008-11-231-261/+61
|
* * anti.texi (Antinews): Rewrite.Chong Yidong2008-11-231-0/+2
|
* Minor fix.Chong Yidong2008-11-231-1/+1
|
* Add NEWS entry for text-scale-adjust.Chong Yidong2008-11-231-2/+10
|
* * allout.el (allout-mode): Fix typo in docstring.Juanma Barranquero2008-11-233-9/+15
| | | | | * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring. (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
* (vc-follow-link): Complete last change.Stefan Monnier2008-11-232-1/+5
|
* Fix typos.Juanma Barranquero2008-11-231-2/+2
|
* * textmodes/remember.el (remember-region): Doc fix.Juanma Barranquero2008-11-232-29/+31
| | | | | | | | | | | (remember-filter-functions, remember-handler-functions) (remember-save-after-remembering, remember-mailbox) (remember-default-priority, remember-data-file, remember-leader-text) (remember-diary-file): Remove * from defcustom docstrings. (remember-run-all-annotation-functions-flag) (remember-all-handler-functions): Reflow docstrings. (remember-store-in-mailbox): Fix typo in docstring. (remember-mode): Define with `define-derived-mode'. Doc fix.
* Checked cmdargs.texi.Chong Yidong2008-11-231-1/+1
|
* * cmdargs.texi (Icons X): Mention "minimize" terminology and use ofChong Yidong2008-11-231-37/+35
| | | | | icons in taskbar. (Misc X): Don't document useless -hb option.
* (Exiting): Mention "minimize" terminology.Chong Yidong2008-11-231-1/+2
|
* (Frame Commands): Mention "minimize" terminology.Chong Yidong2008-11-231-9/+9
|
* * entering.texi (Exiting): Mention "minimize" terminology.Chong Yidong2008-11-231-1/+1
| | | | | | | | * frames.texi (Frame Commands): Mention "minimize" terminology. * cmdargs.texi (Icons X): Mention "minimize" terminology and use of icons in taskbar. (Misc X): Don't document useless -hb option.
* * entering.texi (Exiting): Menion "minimize" terminology.Chong Yidong2008-11-231-0/+6
| | | | | | | | * frames.texi (Frame Commands): Mention "minimize" terminology. * cmdargs.texi (Icons X): Mention "minimize" terminology and use of icons in taskbar. (Misc X): Don't document useless -hb option.
* Documented fontconfig and GTK font formats.Chong Yidong2008-11-231-1/+1
|
* Minor fix.Chong Yidong2008-11-231-1/+1
|
* 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2008-11-233-36/+72
| | | | | | * ediff-hook.el: added tooltips to Emacs menus. * ediff.el: changed date of last update.
* (Font X): Document Fontconfig and GTK font specification formats.Chong Yidong2008-11-231-64/+128
|
* * cmdargs.texi (Font X): Document Fontconfig and GTK font specificationChong Yidong2008-11-231-0/+5
| | | | formats.
* (eshell-gather-process-output):Glenn Morris2008-11-232-5/+32
| | | | | Set process-connection-type nil for all but the first element of a pipeline. (Bug#1388)
* (eshell-in-pipeline-p): Add doc-string.Glenn Morris2008-11-231-8/+15
| | | | | | (eshell-do-pipelines): Add optional argument to distinguish recursive calls. Use to set eshell-in-pipeline-p to 'first for the first command in a pipeline.
* Fix typos.Juanma Barranquero2008-11-231-5/+5
|
* Fix typos.Juanma Barranquero2008-11-231-9/+10
|
* No changes necessary for abbrevs.texi.Chong Yidong2008-11-221-1/+1
|
* Finished a couple of items.Chong Yidong2008-11-221-6/+0
|
* (initial-buffer-choice): Change an abstract file nameJuri Linkov2008-11-222-1/+28
| | | | "file.txt" to more reasonable default file name value "~/.emacs".
* (describe-char-unidata-list): Move `old-name' to be immediately after `name'.Juri Linkov2008-11-221-2/+2
|
* (compilation-auto-jump-to-first-error):Juri Linkov2008-11-221-1/+1
| | | | Fix docstring - change "during `compile'" to "during compilation".
* (Dired Navigation): Change normal file name search optionJuri Linkov2008-11-222-3/+10
| | | | from `non-nil' to `t'. Add `dwim' option.
* Add `dired-isearch-filenames' is `dwim'.Juri Linkov2008-11-221-4/+7
|
* (isearch-mode): Change the order of callingJuri Linkov2008-11-221-1/+1
| | | | | `isearch-update' and running the `isearch-mode-hook' to call `isearch-update' with Isearch parameters set in this hook.
* (dired-isearch-filenames): Add new context-dependentJuri Linkov2008-11-221-7/+13
| | | | | | | | | | | | | option `dwim'. Change non-dwim option from `dired-filename' to `t'. Doc fix. (dired-isearch-filenames-setup): Run filename Isearch only when dired-isearch-filenames is t or dired-isearch-filenames is `dwim' and the text property `dired-filename' at point is non-nil. In this case also set isearch-message-prefix-add to "filename ". (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil. (dired-isearch-filenames, dired-isearch-filenames-regexp): Don't let-bind isearch-message-prefix-add since this is done now in dired-isearch-filenames-setup.
* (Directory Variables): Rename ".dir-settings.el" toJuri Linkov2008-11-222-9/+17
| | | | | | ".dir-locals.el". Rename `define-project-bindings' to `dir-locals-set-class-variables'. Rename `set-directory-project' to `dir-locals-set-directory-class'.
* Rename .dir-settings.el to .dir-locals.Juri Linkov2008-11-221-3/+3
| | | | | Rename set-directory-project to dir-locals-set-directory-class. Rename define-project-bindings to dir-locals-set-class-variables.
* (hack-local-variables-confirm): Rename arg `project' toJuri Linkov2008-11-222-105/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `dir-name'. Move `(or dir-name name)' to let-binding of `name'. (hack-local-variables-filter): Rename arg `project' to `dir-name'. (hack-local-variables): Rename call of `hack-project-variables' to `hack-dir-local-variables'. Change error text to "Directory-local variables error". (dir-locals-class-alist): Rename from `project-class-alist'. (dir-locals-directory-alist): Rename from `project-directory-alist'. (dir-locals-get-class-variables): Rename from `project-get-alist'. (dir-locals-collect-mode-variables): Rename from `project-collect-bindings-from-alist'. Rename arg `mode-alist' to `mode-variables', and arg `settings' to `variables'. (dir-locals-collect-variables): Rename from `project-collect-binding-list'. Rename arg `binding-list' to `class-variables', and arg `settings' to `variables'. (dir-locals-set-directory-class): Rename from `set-directory-project'. (dir-locals-set-class-variables): Rename from `define-project-bindings'. Rename arg `settings' to `variables'. (dir-locals-file): New defconst. (dir-locals-find-file): Rename from `project-find-settings-file'. Use `dir-locals-file'. Rename let-bound `settings' to `locals-file', and `pda' to `dir-elt'. (dir-locals-read-from-file): Rename from `project-define-from-project-file'. Rename arg `settings-file' to `file'. Rename let-bound `list' to `variables'. (hack-dir-local-variables): Rename from `hack-project-variables'. Rename let-bound `settings' to `variables-file', `root-dir' to `dir-name', and `bindings' to `variables'.
* *** empty log message ***Eli Zaretskii2008-11-221-0/+9
|
* (Top): Remove "Chars and Bytes" and "Splitting Characters" from @detailmenu.Eli Zaretskii2008-11-222-2/+9
|
* (Character Codes, Character Sets)Eli Zaretskii2008-11-221-261/+215
| | | | | (Scanning Charsets, Translation of Characters): Update for Emacs 23. (Chars and Bytes, Splitting Characters): Sections removed.
* (Text Lines): Update goto-line documentation.Lute Kamstra2008-11-222-11/+15
|
* * buffers.texi (Select Buffer): Index goto-line.Lute Kamstra2008-11-223-3/+14
| | | | | | * basic.texi (Moving Point): Mention the use of a numeric prefix argument with goto-line and refer to Select Buffer for the use of a plain prefix argument.
* (goto-line): Rename argument.Lute Kamstra2008-11-222-11/+16
|
* (compile-first): New target.Eli Zaretskii2008-11-222-1/+7
| | | | (recompile): Depend on compile-first.
* (recompile): Depend on compile-first.Eli Zaretskii2008-11-222-1/+5
|
* (switch-to-buffer-other-window, switch-to-buffer-other-frame):Martin Rudalics2008-11-222-22/+38
| | | | | Rename buffer argument to buffer-or-name. Reword and mention new option confirm-nonexistent-file-or-buffer in doc-string.
* (Fswitch_to_buffer): Reword and mention new optionMartin Rudalics2008-11-222-12/+21
| | | | confirm-nonexistent-file-or-buffer in doc-string.
* 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2008-11-222-14/+4
| | | | * viper.texi (viper-translate-all-ESC-keysequences): description removed.
* 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2008-11-224-14/+15
| | | | | | | | | * viper.el: date change. * viper-cmd.el (viper-envelop-ESC-key): viper-translate-all-ESC-keysequences is now a function. * viper-init (viper-translate-all-ESC-keysequences): make this variable