aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2004-08-14 12:50:24 +0000
committerEli Zaretskii2004-08-14 12:50:24 +0000
commite11d1dd9e1355bae0c909f0ca8082ee169f08021 (patch)
treeaccd2a6adfd9b288897e605255215756fede8c38
parent42f47086223bd96ad5abbd695646526ce4742391 (diff)
downloademacs-e11d1dd9e1355bae0c909f0ca8082ee169f08021.tar.gz
emacs-e11d1dd9e1355bae0c909f0ca8082ee169f08021.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog4
-rw-r--r--lisp/ChangeLog23
2 files changed, 27 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 79add1e3434..33d187a36da 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12004-08-14 Romain Francoise <romain@orebokech.com>
2
3 * NEWS: Mention the thumbs.el package.
4
12004-08-14 Eric Hanchrow <offby1@blarg.net> 52004-08-14 Eric Hanchrow <offby1@blarg.net>
2 6
3 * TUTORIAL.es: Replace actual whitespace with the magic string 7 * TUTORIAL.es: Replace actual whitespace with the magic string
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e096d4242be..8da17e4d0f6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
12004-08-14 Davis Herring <herring@lanl.gov>
2
3 * isearch.el: Remove accidental changes of March 4. Fix backing
4 up when a regexp isearch is made more general. Use symbolic
5 accessor functions for isearch stack frames to make usage clearer.
6 (search-whitespace-regexp): Made groups in documentation shy (as
7 is the group in the default value).
8 (isearch-fallback): New function, addresses problems with regexps
9 liberalized by `\|', adds support for liberalization by `\}' (the
10 general repetition construct), and incorporates behavior for
11 `*'/`?'.
12 (isearch-}-char): New command, calls `isearch-fallback' with
13 arguments appropriate to a typed `}'.
14 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15 appropriately.
16 (isearch-mode-map): Bind `}' to `isearch-}-char'.
17 (isearch-string, isearch-message,string, isearch-point,
18 isearch-success, isearch-forward-flag, isearch-other-end,
19 isearch-word, isearch-invalid-regexp, isearch-wrapped,
20 isearch-barrier, isearch-within-brackets,
21 isearch-case-fold-search):
22 New inline functions to read fields of a stack frame.
23
12004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change) 242004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
2 25
3 * battery.el (battery-linux-proc-acpi): Look into battery 26 * battery.el (battery-linux-proc-acpi): Look into battery