From: Stefan Monnier Date: Sun, 2 Dec 2001 04:50:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~17952 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=036e218d5b789c86aee413df27d8686f8cc057ac;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8df0e30abd0..b42d0e959e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,17 @@ * isearch.el (isearch-resume-enabled): New variable. (isearch-done): Use that variable. +2001-12-01 Stefan Monnier + + * indent.el (tab-to-tab-stop): Use delete-horizontal-space. + + * bindings.el (minibuffer-local-map): Bind TAB to insert-tab. + + * emacs-lisp/regexp-opt.el (regexp-opt): + Bind completion-regexp-list to nil. + + * progmodes/hideif.el (hif-nexttoken): Move to before first def. + 2001-12-01 Eli Zaretskii * progmodes/idlwave.el, progmodes/idlw-rinfo.el: diff --git a/src/ChangeLog b/src/ChangeLog index a0574408d9b..05641655980 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-12-01 Stefan Monnier + + * lisp.h (run_hook_list_with_args): Undo last change. + 2001-12-01 Gerd Moellmann * xterm.c (x_draw_fringe_bitmap): Always undo clipping. @@ -33,7 +37,7 @@ The following changes add left-fringe and right-fringe frame parameters to adjust fringe widths, or remove one or both fringes. - + * frame.h (struct frame): Remove trunc_area_pixel_width and trunc_area_cols fields. (Qleft_fringe, Qright_fringe): Declare.