emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Thu, 31 Jul 2008 17:20:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/07/31 17:20:52

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14259
retrieving revision 1.14260
diff -u -b -r1.14259 -r1.14260
--- ChangeLog   31 Jul 2008 16:52:11 -0000      1.14259
+++ ChangeLog   31 Jul 2008 17:20:49 -0000      1.14260
@@ -1,5 +1,37 @@
 2008-07-31  Juri Linkov  <address@hidden>
 
+       * dired-aux.el (dired-do-chmod): Set default value to the original
+       mode string using absolute notation like u=rwx,g=rx,o=rx.
+       Use it as a new arg `default' of `dired-mark-read-string'.
+       (dired-mark-read-string): Add new optional arg `default'.
+
+       * files.el (read-file-modes): Set default value to the original
+       mode string using absolute notation like u=rwx,g=rx,o=rx.
+       Use it as the `default' arg of `read-string'.
+
+       * filesets.el (filesets-cmd-isearch-getargs): Check if the
+       variable `files' is bound to avoid warnings.
+
+       * isearch.el (isearch-forward-regexp, isearch-forward-word)
+       (isearch-backward, isearch-backward-regexp): Doc fix - make a link
+       to the command `isearch-forward' instead of displaying "See C-s".
+       (isearch-highlight-regexp): Remove arguments `regexp' and `face'
+       with their interactive specifictions.  Move reading the face name to
+       the main body after calls to isearch-done and isearch-clean-overlays.
+
+       * mb-depth.el: Unify all names under one common name prefix
+       `minibuffer-depth-'.
+       (minibuffer-depth-indicator-function): Renamed from
+       `minibuf-depth-indicator-function'.
+       (minibuffer-depth-overlay): Renamed from
+       `minibuf-depth-overlay'.
+       (minibuffer-depth-setup): Renamed from
+       `minibuf-depth-setup-minibuffer'.
+       (minibuffer-depth-indicate-mode): Renamed from
+       `minibuffer-indicate-depth-mode'.
+
+2008-07-31  Juri Linkov  <address@hidden>
+
        * dired-aux.el (dired-isearch-filenames-toggle): New command.
        (dired-isearch-filenames-setup): Bind "\M-sf" to
        dired-isearch-filenames-toggle in isearch-mode-map.




reply via email to

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