emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog


From: Juri Linkov
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Sat, 22 Nov 2008 20:45:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/11/22 20:45:19

Modified files:
        lisp           : ChangeLog 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.14834&r2=1.14835

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14834
retrieving revision 1.14835
diff -u -b -r1.14834 -r1.14835
--- ChangeLog   22 Nov 2008 19:02:47 -0000      1.14834
+++ ChangeLog   22 Nov 2008 20:45:09 -0000      1.14835
@@ -1,5 +1,32 @@
 2008-11-22  Juri Linkov  <address@hidden>
 
+       * dired-aux.el (dired-isearch-filenames): Add new context-dependent
+       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.
+
+       * isearch.el (isearch-mode): Change the order of calling
+       `isearch-update' and running the `isearch-mode-hook' to call
+       `isearch-update' with Isearch parameters set in this hook.
+
+       * progmodes/compile.el (compilation-auto-jump-to-first-error):
+       Fix docstring - change "during `compile'" to "during compilation".
+
+       * descr-text.el (describe-char-unidata-list): Move `old-name' to
+       be immediately after `name'.
+
+       * startup.el (initial-buffer-choice): Change an abstract file name
+       "file.txt" to more reasonable default file name value "~/.emacs".
+
+2008-11-22  Juri Linkov  <address@hidden>
+
        * files.el (hack-local-variables-confirm): Rename arg `project' to
        `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
        (hack-local-variables-filter): Rename arg `project' to `dir-name'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]