diff options
| author | Richard M. Stallman | 2005-11-16 22:25:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-11-16 22:25:16 +0000 |
| commit | afabbb4d0a4ed39e64ed12dcd884d6e29b7bd94f (patch) | |
| tree | b74a79ae81c376c6dba95e378e8f110458fd0b73 | |
| parent | 4e46799eac78d61dadb34142fe51d5f8cc65bc1b (diff) | |
| download | emacs-afabbb4d0a4ed39e64ed12dcd884d6e29b7bd94f.tar.gz emacs-afabbb4d0a4ed39e64ed12dcd884d6e29b7bd94f.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 3 | ||||
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 32 |
3 files changed, 37 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 96b0e854f51..81a65e67730 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -64,6 +64,9 @@ Seems to be a problem in sys_select in w32proc.c. | |||
| 64 | 64 | ||
| 65 | * DOCUMENTATION | 65 | * DOCUMENTATION |
| 66 | 66 | ||
| 67 | ** Update what needs to be updated now that Global Font Lock mode and | ||
| 68 | File Name Shadow mode are enabled by default. | ||
| 69 | |||
| 67 | ** Check man/info.texi. | 70 | ** Check man/info.texi. |
| 68 | 71 | ||
| 69 | ** Add missing years in copyright notices of all files. | 72 | ** Add missing years in copyright notices of all files. |
| @@ -260,6 +260,9 @@ Since the default input is the current directory, this has the effect | |||
| 260 | of specifying the current directory. Normally that means to visit the | 260 | of specifying the current directory. Normally that means to visit the |
| 261 | directory with Dired. | 261 | directory with Dired. |
| 262 | 262 | ||
| 263 | You can get the old behavior by typing C-x C-f M-n RET, which fetches | ||
| 264 | the actual file name into the minibuffer. | ||
| 265 | |||
| 263 | +++ | 266 | +++ |
| 264 | ** The completion commands TAB, SPC and ? in the minibuffer apply only | 267 | ** The completion commands TAB, SPC and ? in the minibuffer apply only |
| 265 | to the text before point. If there is text in the buffer after point, | 268 | to the text before point. If there is text in the buffer after point, |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0acb02ef260..dedc30af307 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2005-11-16 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * net/eudcb-ph.el (eudc-ph-open-session): | ||
| 4 | Use set-process-query-on-exit-flag. | ||
| 5 | |||
| 6 | * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents. | ||
| 7 | |||
| 8 | * international/ucs-tables.el (ucs-set-table-for-input): | ||
| 9 | Use make-local-variable, not make-variable-buffer-local. | ||
| 10 | |||
| 11 | * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): | ||
| 12 | Improve warning message text. | ||
| 13 | |||
| 14 | * savehist.el (savehist-save-hook): Add :group. | ||
| 15 | |||
| 16 | * menu-bar.el (menu-bar-help-menu): | ||
| 17 | Rename Find Extra Packages to External Packages. | ||
| 18 | |||
| 19 | * cus-edit.el (Custom-reset-standard): Verify that | ||
| 20 | :custom-standard-value prop exists before calling it. | ||
| 21 | |||
| 22 | * apropos.el (apropos-calc-scores): Use apropos-pattern. | ||
| 23 | |||
| 24 | 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change) | ||
| 25 | |||
| 26 | * wid-edit.el (color): Enclose %t in %{...%}. | ||
| 27 | |||
| 28 | * cus-edit.el (face): Enclose %t in %{...%}. | ||
| 29 | |||
| 1 | 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org> | 30 | 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org> |
| 2 | 31 | ||
| 3 | * savehist.el (savehist-mode-hook): Re-add the var. | 32 | * savehist.el (savehist-mode-hook): Re-add the var. |
| @@ -207,7 +236,8 @@ | |||
| 207 | 2005-11-13 Richard M. Stallman <rms@gnu.org> | 236 | 2005-11-13 Richard M. Stallman <rms@gnu.org> |
| 208 | 237 | ||
| 209 | * help.el (help-for-help-internal): Improve doc of C-h a. | 238 | * help.el (help-for-help-internal): Improve doc of C-h a. |
| 210 | 239 | (describe-key): Improve prompt; doc fix. | |
| 240 | |||
| 211 | 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca> | 241 | 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 212 | 242 | ||
| 213 | * vc-svn.el (vc-svn-registered): Catch all errors. | 243 | * vc-svn.el (vc-svn-registered): Catch all errors. |