aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2004-12-06 15:12:46 +0000
committerStefan Monnier2004-12-06 15:12:46 +0000
commit22864a4875d08e83c49069633ddd68badbbe554b (patch)
tree25ae740fd123c76fe7974903ee6d955eb6ce13a3 /lisp/ChangeLog
parent30bb14430cc6dd9bc44a5b561e2addabc592f4b0 (diff)
downloademacs-22864a4875d08e83c49069633ddd68badbbe554b.tar.gz
emacs-22864a4875d08e83c49069633ddd68badbbe554b.zip
(regexp-opt-depth): Use subregexp-context-p.
(regexp-opt-not-groupie*-re): Remove. (regexp-opt): Properly handle inputs with duplicate entries.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 14 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 45612389e0e..73331951608 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * subr.el (subregexp-context-p): New function.
4
5 * isearch.el (isearch-quote-char): Use it.
6
7 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8 (regexp-opt-not-groupie*-re): Remove.
9 (regexp-opt): Properly handle inputs with duplicate entries.
10
12004-12-06 Richard M. Stallman <rms@gnu.org> 112004-12-06 Richard M. Stallman <rms@gnu.org>
2 12
3 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo. 13 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
@@ -12,13 +22,13 @@
12 22
132004-12-05 Sam Steingold <sds@gnu.org> 232004-12-05 Sam Steingold <sds@gnu.org>
14 24
15 * net/tramp.el (tramp-handle-file-accessible-directory-p): Fixed 25 * net/tramp.el (tramp-handle-file-accessible-directory-p):
16 `tramp-time-diff' comparison logic 26 Fix `tramp-time-diff' comparison logic
17 27
182004-12-05 Paul Pogonyshev <pogonyshev@gmx.net> 282004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
19 29
20 * progmodes/which-func.el (which-function): Use 30 * progmodes/which-func.el (which-function):
21 `run-hook-with-args-until-success' instead of a custom loop. 31 Use `run-hook-with-args-until-success' instead of a custom loop.
22 Fixes bug with local hooks. 32 Fixes bug with local hooks.
23 33
242004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 342004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>