# HG changeset patch # User Stefan Monnier # Date 1102345966 0 # Node ID cd6471f28fc2f0319ba600087e62f6bfce1817c7 # Parent da163770bb89849c95f7dd99f867a232f9c6588b *** empty log message *** diff -r da163770bb89 -r cd6471f28fc2 lisp/ChangeLog --- a/lisp/ChangeLog Mon Dec 06 15:12:29 2004 +0000 +++ b/lisp/ChangeLog Mon Dec 06 15:12:46 2004 +0000 @@ -1,3 +1,13 @@ +2004-12-06 Stefan Monnier + + * subr.el (subregexp-context-p): New function. + + * isearch.el (isearch-quote-char): Use it. + + * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it. + (regexp-opt-not-groupie*-re): Remove. + (regexp-opt): Properly handle inputs with duplicate entries. + 2004-12-06 Richard M. Stallman * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo. @@ -12,13 +22,13 @@ 2004-12-05 Sam Steingold - * net/tramp.el (tramp-handle-file-accessible-directory-p): Fixed - `tramp-time-diff' comparison logic + * net/tramp.el (tramp-handle-file-accessible-directory-p): + Fix `tramp-time-diff' comparison logic 2004-12-05 Paul Pogonyshev - * progmodes/which-func.el (which-function): Use - `run-hook-with-args-until-success' instead of a custom loop. + * progmodes/which-func.el (which-function): + Use `run-hook-with-args-until-success' instead of a custom loop. Fixes bug with local hooks. 2004-12-05 Roland Winkler