diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e12449df8e4..31e414c2a4b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,37 @@ | |||
| 1 | 2004-08-08 John Paul Wallington <jpw@gnu.org> | ||
| 2 | |||
| 3 | * ibuffer.el (define-ibuffer-column size): Use `string-to-number' | ||
| 4 | instead of `string-to-int'. | ||
| 5 | (define-ibuffer-column mode): Fix indentation. | ||
| 6 | |||
| 7 | 2004-08-08 Lars Hansen <larsh@math.ku.dk> | ||
| 8 | |||
| 9 | * wid-edit.el (widget-sexp-validate): Allow whitespace after | ||
| 10 | expression. | ||
| 11 | |||
| 12 | 2004-08-08 Luc Teirlinck <teirllm@auburn.edu> | ||
| 13 | |||
| 14 | * subr.el (global-unset-key, local-unset-key): Doc fixes. | ||
| 15 | |||
| 16 | * novice.el (disabled-command-function): New variable renamed from | ||
| 17 | `disabled-command-hook'. | ||
| 18 | (disabled-command-hook): Keep the _variable_ as alias for | ||
| 19 | `disabled-command-function' and make obsolete. | ||
| 20 | (disabled-command-function): Function renamed from | ||
| 21 | `disabled-command-hook'. Adapt code to name change of the variable. | ||
| 22 | |||
| 23 | 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change) | ||
| 24 | |||
| 25 | * simple.el (completion-root-regexp): New defvar. | ||
| 26 | (completion-setup-function): Use it instead of a literal string. | ||
| 27 | |||
| 28 | 2004-08-07 John Paul Wallington <jpw@gnu.org> | ||
| 29 | |||
| 30 | * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax. | ||
| 31 | (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'. | ||
| 32 | (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax. | ||
| 33 | (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'. | ||
| 34 | |||
| 1 | 2004-08-04 Kenichi Handa <handa@m17n.org> | 35 | 2004-08-04 Kenichi Handa <handa@m17n.org> |
| 2 | 36 | ||
| 3 | * international/encoded-kb.el (encoded-kbd-setup-keymap): Fix | 37 | * international/encoded-kb.el (encoded-kbd-setup-keymap): Fix |