diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-12-06 Richard M. Stallman <rms@gnu.org> | 11 | 2004-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 | ||
| 13 | 2004-12-05 Sam Steingold <sds@gnu.org> | 23 | 2004-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 | ||
| 18 | 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net> | 28 | 2004-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 | ||
| 24 | 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 34 | 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |