diff options
| author | Luc Teirlinck | 2004-08-08 17:14:58 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-08-08 17:14:58 +0000 |
| commit | 8392e13818eadb0645893eaf991d9cae429f2e78 (patch) | |
| tree | 98461b36cfdb3da9ee4c2004759897d251e44dbd /lisp | |
| parent | c90e7e43b102a9732ea4ef7a292f51cec881d463 (diff) | |
| download | emacs-8392e13818eadb0645893eaf991d9cae429f2e78.tar.gz emacs-8392e13818eadb0645893eaf991d9cae429f2e78.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c59e0003f94..afa583fd9ef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2004-08-08 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * subr.el (global-unset-key, local-unset-key): Doc fixes. | ||
| 4 | |||
| 5 | * novice.el (disabled-command-function): New variable renamed from | ||
| 6 | `disabled-command-hook'. | ||
| 7 | (disabled-command-hook): Keep the _variable_ as alias for | ||
| 8 | `disabled-command-function' and make obsolete. | ||
| 9 | (disabled-command-function): Function renamed from | ||
| 10 | `disabled-command-hook'. Adapt code to name change of the variable. | ||
| 11 | |||
| 1 | 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change) | 12 | 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change) |
| 2 | 13 | ||
| 3 | * simple.el (completion-root-regexp): New defvar. | 14 | * simple.el (completion-root-regexp): New defvar. |