diff options
| author | Richard M. Stallman | 2001-12-02 05:10:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-02 05:10:41 +0000 |
| commit | 656f46bbb446f0a6280d91b1a4badb59d66a8a82 (patch) | |
| tree | efcd5e280fb755bcd1378ec1d68cd44031d91128 | |
| parent | 0b1f45722e4279acad99fa9c80f1fae20de025a2 (diff) | |
| download | emacs-656f46bbb446f0a6280d91b1a4badb59d66a8a82.tar.gz emacs-656f46bbb446f0a6280d91b1a4badb59d66a8a82.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 14 | ||||
| -rw-r--r-- | lwlib/ChangeLog | 13 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
3 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b42d0e959e5..078b74740e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,20 @@ | |||
| 3 | * isearch.el (isearch-resume-enabled): New variable. | 3 | * isearch.el (isearch-resume-enabled): New variable. |
| 4 | (isearch-done): Use that variable. | 4 | (isearch-done): Use that variable. |
| 5 | 5 | ||
| 6 | 2001-12-01 Richard M. Stallman <rms@gnu.org> | ||
| 7 | |||
| 8 | * wid-edit.el (widget-button-click): Don't move point permanently: | ||
| 9 | Avoid mouse-set-point--instead select the window, | ||
| 10 | then do save-excursion, then move point. | ||
| 11 | Specify the buffer for get-char-property. | ||
| 12 | Don't use `@' in interactive. | ||
| 13 | |||
| 14 | * indent.el (indent-line-function): | ||
| 15 | Default is indent-to-left-margin again. | ||
| 16 | |||
| 17 | * replace.el (query-replace-read-args): Display message | ||
| 18 | if FROM contains `\n' or `\t'. | ||
| 19 | |||
| 6 | 2001-12-01 Stefan Monnier <monnier@cs.yale.edu> | 20 | 2001-12-01 Stefan Monnier <monnier@cs.yale.edu> |
| 7 | 21 | ||
| 8 | * indent.el (tab-to-tab-stop): Use delete-horizontal-space. | 22 | * indent.el (tab-to-tab-stop): Use delete-horizontal-space. |
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index fd2ab1590ab..0d75f678086 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2001-12-01 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * lwlib.h (_widget_value): `help' has type Lisp_Object. | ||
| 4 | |||
| 5 | * xlwmenu.c, lwlib-Xaw.c, lwlib-Xlw.c: Include ../src/lisp.h. | ||
| 6 | * lwlib-Xm.c, lwlib-Xol.c, lwlib/lwlib-Xolmb.c: Include ../src/lisp.h. | ||
| 7 | * lwlib/lwlib-utils.c: Include ../src/lisp.h. | ||
| 8 | |||
| 9 | * lwlib.c: Include ../src/lisp.h. Don't declare xmalloc. | ||
| 10 | (free_widget_value_tree): Don't free `help' field. | ||
| 11 | (copy_widget_value_tree): Copy `help' simply, without safe_strdup. | ||
| 12 | (merge_widget_value): Compare and copy `help' simply. | ||
| 13 | |||
| 1 | 2001-11-28 Richard M. Stallman <rms@gnu.org> | 14 | 2001-11-28 Richard M. Stallman <rms@gnu.org> |
| 2 | 15 | ||
| 3 | * Makefile.in (TAGS): Find the source files in $(srcdir). | 16 | * Makefile.in (TAGS): Find the source files in $(srcdir). |
diff --git a/src/ChangeLog b/src/ChangeLog index 05641655980..69d2286bc8a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2001-12-02 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object. | ||
| 4 | (single_submenu, xmenu_show): Set `help' field as Lisp_Object. | ||
| 5 | |||
| 6 | * fileio.c (read_non_regular): Delete Fsignal call. | ||
| 7 | |||
| 1 | 2001-12-01 Stefan Monnier <monnier@cs.yale.edu> | 8 | 2001-12-01 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 9 | ||
| 3 | * lisp.h (run_hook_list_with_args): Undo last change. | 10 | * lisp.h (run_hook_list_with_args): Undo last change. |