diff options
| author | Markus Rost | 2003-01-07 19:35:51 +0000 |
|---|---|---|
| committer | Markus Rost | 2003-01-07 19:35:51 +0000 |
| commit | f387e1fdb2ebc560900fa8503e51b23d9ba20bea (patch) | |
| tree | 4677aa66f912f1aa361563aef4b735da963258ad | |
| parent | 316f9bfc4a86ea729cccf12eaf0c03d94cbd2e48 (diff) | |
| download | emacs-f387e1fdb2ebc560900fa8503e51b23d9ba20bea.tar.gz emacs-f387e1fdb2ebc560900fa8503e51b23d9ba20bea.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 19 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
2 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f4fe1cce10c..4ef2e0d5a83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2003-01-07 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * custom.el (custom-autoload, custom-variable-p): New functions. | ||
| 4 | |||
| 5 | * emacs-lisp/autoload.el (make-autoload): Generate | ||
| 6 | custom-autoload for autoloaded defcustoms. | ||
| 7 | |||
| 8 | * help-fns.el (describe-variable): Use custom-variable-p. | ||
| 9 | |||
| 10 | * simple.el (set-variable): Load deps of custom variables without | ||
| 11 | type. | ||
| 12 | |||
| 13 | * cus-edit.el (custom-variable-prompt): Doc change. Use | ||
| 14 | custom-variable-p. | ||
| 15 | (customize-option): Remove search in loaddefs.el. | ||
| 16 | (customize-apropos): Use custom-variable-p. | ||
| 17 | (custom-save-variables): Use custom-variable-p to detect | ||
| 18 | non-rogue variables. | ||
| 19 | |||
| 1 | 2003-01-07 Francesco Potort,Al(B <pot@gnu.org> | 20 | 2003-01-07 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 21 | ||
| 3 | * mail/undigest.el (unforward-rmail-message): Skip all newlines | 22 | * mail/undigest.el (unforward-rmail-message): Skip all newlines |
diff --git a/src/ChangeLog b/src/ChangeLog index 6b0dc079679..1decd70f72f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2003-01-07 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * minibuf.c (Fread_variable): Doc fix. | ||
| 4 | |||
| 5 | * eval.c (Fuser_variable_p): Doc change. For custom variables, | ||
| 6 | use the same test as for custom-variable-p. | ||
| 7 | |||
| 1 | 2003-01-05 Richard M. Stallman <rms@gnu.org> | 8 | 2003-01-05 Richard M. Stallman <rms@gnu.org> |
| 2 | 9 | ||
| 3 | * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT. | 10 | * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT. |