]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Nov 2005 22:25:16 +0000 (22:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Nov 2005 22:25:16 +0000 (22:25 +0000)
admin/FOR-RELEASE
etc/NEWS
lisp/ChangeLog

index 96b0e854f516c95b98366599f3a9a17a474cad2b..81a65e677309eb8cbfdc39fcb1f3ebd3105ce58c 100644 (file)
@@ -64,6 +64,9 @@ Seems to be a problem in sys_select in w32proc.c.
 
 * DOCUMENTATION
 
+** Update what needs to be updated now that Global Font Lock mode and
+File Name Shadow mode are enabled by default.
+
 ** Check man/info.texi.
 
 ** Add missing years in copyright notices of all files.
index f9421161c56c14e14268ee88f0dc095eae9e0dba..c05395bc524898ce0ef53802da5e77ca83228ecf 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -260,6 +260,9 @@ Since the default input is the current directory, this has the effect
 of specifying the current directory.  Normally that means to visit the
 directory with Dired.
 
+You can get the old behavior by typing C-x C-f M-n RET, which fetches
+the actual file name into the minibuffer.
+
 +++
 ** The completion commands TAB, SPC and ? in the minibuffer apply only
 to the text before point.  If there is text in the buffer after point,
index 0acb02ef2608cbf812e7d45cbf21cbe6c17d0199..dedc30af30719e09dd02937d3dcc11ef056ccedf 100644 (file)
@@ -1,3 +1,32 @@
+2005-11-16  Richard M. Stallman  <rms@gnu.org>
+
+       * net/eudcb-ph.el (eudc-ph-open-session):
+       Use set-process-query-on-exit-flag.
+
+       * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
+
+       * international/ucs-tables.el (ucs-set-table-for-input):
+       Use make-local-variable, not make-variable-buffer-local.
+
+       * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
+       Improve warning message text.
+
+       * savehist.el (savehist-save-hook): Add :group.
+
+       * menu-bar.el (menu-bar-help-menu):
+       Rename Find Extra Packages to External Packages.
+
+       * cus-edit.el (Custom-reset-standard): Verify that
+       :custom-standard-value prop exists before calling it.
+
+       * apropos.el (apropos-calc-scores): Use apropos-pattern.
+
+2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+
+       * wid-edit.el (color): Enclose %t in %{...%}.
+
+       * cus-edit.el (face): Enclose %t in %{...%}.
+
 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * savehist.el (savehist-mode-hook): Re-add the var.
 2005-11-13  Richard M. Stallman  <rms@gnu.org>
 
        * help.el (help-for-help-internal): Improve doc of C-h a.
-
+       (describe-key): Improve prompt; doc fix.
+       
 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc-svn.el (vc-svn-registered): Catch all errors.