diff options
| author | Richard M. Stallman | 2005-06-06 12:58:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-06 12:58:13 +0000 |
| commit | ce6e10af528e2caeee454097bde62bc65f2ea220 (patch) | |
| tree | 42bed8ddb01bf9f49339dbea0e97820170b824b6 | |
| parent | 1ca1f3f6c9c3734066ffd000bbc8ba9fcd1f1b89 (diff) | |
| download | emacs-ce6e10af528e2caeee454097bde62bc65f2ea220.tar.gz emacs-ce6e10af528e2caeee454097bde62bc65f2ea220.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 34 | ||||
| -rw-r--r-- | man/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 45 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c3a74cfbd28..874572c69b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,36 @@ | |||
| 1 | 2005-06-06 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace | ||
| 4 | just like other allowed characters. | ||
| 5 | (makefile-match-dependency): Exclude leading and training whitespace | ||
| 6 | from the range of regexp subexp 1. | ||
| 7 | (makefile-macroassign-regex): Don't try to match the body, | ||
| 8 | just the name of the macro being defined. | ||
| 9 | |||
| 10 | * info.el (Info-read-node-name-2): New function. | ||
| 11 | (Info-read-node-name-1): Use that. | ||
| 12 | Add a completion-base-size-function property. | ||
| 13 | |||
| 14 | * simple.el (completion-setup-function): Look for | ||
| 15 | completion-base-size-function property of | ||
| 16 | minibuffer-completion-table. | ||
| 17 | |||
| 18 | * files.el (locate-file-completion): Doc fix. | ||
| 19 | |||
| 20 | * printing.el: Don't call pr-update-menus; user must do that. | ||
| 21 | |||
| 22 | * emacs-lisp/debug.el (debugger-window): New variable. | ||
| 23 | (debug): Use debugger-window if it is set and still alive. | ||
| 24 | Record debugger-window for next entry. | ||
| 25 | |||
| 26 | * mail/supercite.el (sc-mail-glom-frame): Mark as risky. | ||
| 27 | |||
| 28 | 2005-06-05 Matthias F,Av(Brste <slashdevslashnull@gmx.net> | ||
| 29 | |||
| 30 | * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK. | ||
| 31 | (hack-one-local-variable, hack-local-variables) | ||
| 32 | (hack-local-variables-prop-line): Pass that arg. | ||
| 33 | |||
| 1 | 2005-06-06 Kim F. Storm <storm@cua.dk> | 34 | 2005-06-06 Kim F. Storm <storm@cua.dk> |
| 2 | 35 | ||
| 3 | * ido.el (ido-first-match, ido-only-match, ido-subdir) | 36 | * ido.el (ido-first-match, ido-only-match, ido-subdir) |
| @@ -25,6 +58,7 @@ | |||
| 25 | before selecting the desired mode to not spend time fontifying | 58 | before selecting the desired mode to not spend time fontifying |
| 26 | old contents. | 59 | old contents. |
| 27 | 60 | ||
| 61 | >>>>>>> 1.7678 | ||
| 28 | 2005-06-06 Juanma Barranquero <lekktu@gmail.com> | 62 | 2005-06-06 Juanma Barranquero <lekktu@gmail.com> |
| 29 | 63 | ||
| 30 | * isearchb.el (isearchb): Don't pass a spurious second argument to | 64 | * isearchb.el (isearchb): Don't pass a spurious second argument to |
diff --git a/man/ChangeLog b/man/ChangeLog index 74b6e19d0ed..d50afecf0cc 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-06-06 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * misc.texi (Printing Package): Explain how to initialize | ||
| 4 | printing package. | ||
| 5 | |||
| 6 | * cmdargs.texi (Action Arguments): Clarify directory default for -l. | ||
| 7 | |||
| 1 | 2005-06-05 Chong Yidong <cyd@stupidchicken.com> | 8 | 2005-06-05 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * emacs.texi: Rename Hardcopy to Printing. | 10 | * emacs.texi: Rename Hardcopy to Printing. |
diff --git a/src/ChangeLog b/src/ChangeLog index 5d49e82d875..c4734dd67f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-06-06 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xmenu.c (popup_get_selection): Undo previous change. | ||
| 4 | |||
| 1 | 2005-06-06 Juri Linkov <juri@jurta.org> | 5 | 2005-06-06 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * xdisp.c (Qno_break_space): New variable. | 7 | * xdisp.c (Qno_break_space): New variable. |