diff options
| author | Stefan Monnier | 2001-12-02 04:50:49 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-12-02 04:50:49 +0000 |
| commit | 036e218d5b789c86aee413df27d8686f8cc057ac (patch) | |
| tree | 568a2c1b6a7a9984a0ac852d650361892c4097c5 | |
| parent | bc3420db106d9d3f01d0b804488fef60efa3ae2f (diff) | |
| download | emacs-036e218d5b789c86aee413df27d8686f8cc057ac.tar.gz emacs-036e218d5b789c86aee413df27d8686f8cc057ac.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8df0e30abd0..b42d0e959e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,17 @@ | |||
| 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 Stefan Monnier <monnier@cs.yale.edu> | ||
| 7 | |||
| 8 | * indent.el (tab-to-tab-stop): Use delete-horizontal-space. | ||
| 9 | |||
| 10 | * bindings.el (minibuffer-local-map): Bind TAB to insert-tab. | ||
| 11 | |||
| 12 | * emacs-lisp/regexp-opt.el (regexp-opt): | ||
| 13 | Bind completion-regexp-list to nil. | ||
| 14 | |||
| 15 | * progmodes/hideif.el (hif-nexttoken): Move to before first def. | ||
| 16 | |||
| 6 | 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il> | 17 | 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il> |
| 7 | 18 | ||
| 8 | * progmodes/idlwave.el, progmodes/idlw-rinfo.el: | 19 | * 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 @@ | |||
| 1 | 2001-12-01 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * lisp.h (run_hook_list_with_args): Undo last change. | ||
| 4 | |||
| 1 | 2001-12-01 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-12-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * xterm.c (x_draw_fringe_bitmap): Always undo clipping. | 7 | * xterm.c (x_draw_fringe_bitmap): Always undo clipping. |
| @@ -33,7 +37,7 @@ | |||
| 33 | The following changes add left-fringe and right-fringe | 37 | The following changes add left-fringe and right-fringe |
| 34 | frame parameters to adjust fringe widths, or remove one or | 38 | frame parameters to adjust fringe widths, or remove one or |
| 35 | both fringes. | 39 | both fringes. |
| 36 | 40 | ||
| 37 | * frame.h (struct frame): Remove trunc_area_pixel_width and | 41 | * frame.h (struct frame): Remove trunc_area_pixel_width and |
| 38 | trunc_area_cols fields. | 42 | trunc_area_cols fields. |
| 39 | (Qleft_fringe, Qright_fringe): Declare. | 43 | (Qleft_fringe, Qright_fringe): Declare. |