# HG changeset patch # User Stefan Monnier # Date 1007268649 0 # Node ID 5120deb8797a27d09470eed97a7b55502f61c7ae # Parent 541b53a0302826bf94a78e9f81653fdb9f9c77d8 *** empty log message *** diff -r 541b53a03028 -r 5120deb8797a lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 02 04:49:43 2001 +0000 +++ b/lisp/ChangeLog Sun Dec 02 04:50:49 2001 +0000 @@ -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 -r 541b53a03028 -r 5120deb8797a src/ChangeLog --- a/src/ChangeLog Sun Dec 02 04:49:43 2001 +0000 +++ b/src/ChangeLog Sun Dec 02 04:50:49 2001 +0000 @@ -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.