]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 2 Dec 2001 05:10:41 +0000 (05:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 2 Dec 2001 05:10:41 +0000 (05:10 +0000)
lisp/ChangeLog
lwlib/ChangeLog
src/ChangeLog

index b42d0e959e5800db537d404d9f322f3dfb8bf26b..078b74740e0629e7b66f93a16f54d475ab21e4a3 100644 (file)
@@ -3,6 +3,20 @@
        * isearch.el (isearch-resume-enabled): New variable.
        (isearch-done): Use that variable.
 
+2001-12-01  Richard M. Stallman  <rms@gnu.org>
+
+       * wid-edit.el (widget-button-click): Don't move point permanently:
+       Avoid mouse-set-point--instead select the window,
+       then do save-excursion, then move point.
+       Specify the buffer for get-char-property.
+       Don't use `@' in interactive.
+       
+       * indent.el (indent-line-function):
+       Default is indent-to-left-margin again.
+
+       * replace.el (query-replace-read-args): Display message
+       if FROM contains `\n' or `\t'.
+
 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
 
        * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
index fd2ab1590abf5576ccd6b03d9f9991877e75e644..0d75f678086fe0da454fd45d491dc4ae4968bc3d 100644 (file)
@@ -1,3 +1,16 @@
+2001-12-01  Richard M. Stallman  <rms@gnu.org>
+
+       * lwlib.h (_widget_value): `help' has type Lisp_Object.
+
+       * xlwmenu.c, lwlib-Xaw.c, lwlib-Xlw.c: Include ../src/lisp.h.
+       * lwlib-Xm.c, lwlib-Xol.c, lwlib/lwlib-Xolmb.c: Include ../src/lisp.h.
+       * lwlib/lwlib-utils.c: Include ../src/lisp.h.
+       
+       * lwlib.c: Include ../src/lisp.h.  Don't declare xmalloc.
+       (free_widget_value_tree): Don't free `help' field.
+       (copy_widget_value_tree): Copy `help' simply, without safe_strdup.
+       (merge_widget_value): Compare and copy `help' simply.
+
 2001-11-28  Richard M. Stallman  <rms@gnu.org>
 
        * Makefile.in (TAGS): Find the source files in $(srcdir).
index 0564165598021bb73443d59ef3822a50a5ce8465..69d2286bc8aefd1a6b81b180e25bafed4c9019d8 100644 (file)
@@ -1,3 +1,10 @@
+2001-12-02  Richard M. Stallman  <rms@gnu.org>
+
+       * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
+       (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
+
+       * fileio.c (read_non_regular): Delete Fsignal call.
+
 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
 
        * lisp.h (run_hook_list_with_args): Undo last change.