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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 14 Aug 2004 09:10:38 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6280 emacs/lisp/ChangeLog:1.6281
*** emacs/lisp/ChangeLog:1.6280 Sat Aug 14 12:22:40 2004
--- emacs/lisp/ChangeLog        Sat Aug 14 12:50:24 2004
***************
*** 1,3 ****
--- 1,26 ----
+ 2004-08-14  Davis Herring  <address@hidden>
+ 
+       * isearch.el: Remove accidental changes of March 4.  Fix backing
+       up when a regexp isearch is made more general.  Use symbolic
+       accessor functions for isearch stack frames to make usage clearer.
+       (search-whitespace-regexp): Made groups in documentation shy (as
+       is the group in the default value).
+       (isearch-fallback): New function, addresses problems with regexps
+       liberalized by `\|', adds support for liberalization by `\}' (the
+       general repetition construct), and incorporates behavior for
+       `*'/`?'.
+       (isearch-}-char): New command, calls `isearch-fallback' with
+       arguments appropriate to a typed `}'.
+       (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
+       appropriately.
+       (isearch-mode-map): Bind `}' to `isearch-}-char'.
+       (isearch-string, isearch-message,string, isearch-point,
+       isearch-success, isearch-forward-flag, isearch-other-end,
+       isearch-word, isearch-invalid-regexp, isearch-wrapped,
+       isearch-barrier, isearch-within-brackets,
+       isearch-case-fold-search):
+       New inline functions to read fields of a stack frame.
+ 
  2004-08-14  Kurt Hornik  <address@hidden>  (tiny change)
  
        * battery.el (battery-linux-proc-acpi): Look into battery




reply via email to

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