diff options
| author | Stefan Monnier | 2001-11-02 04:59:56 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-02 04:59:56 +0000 |
| commit | c22e59e11779f0272f53d7cc43c27fb50981bdfe (patch) | |
| tree | 22af258bf39b53b01117ee5ffcf1e80996c8f81c | |
| parent | fe552b4c0d54b84b3048a08b2fc19518cafe6f1d (diff) | |
| download | emacs-c22e59e11779f0272f53d7cc43c27fb50981bdfe.tar.gz emacs-c22e59e11779f0272f53d7cc43c27fb50981bdfe.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 11 |
3 files changed, 13 insertions, 10 deletions
| @@ -18,9 +18,6 @@ now uses normal-erase-is-backspace-mode. | |||
| 18 | ** `buffer-menu' and `list-buffers' now list buffers whose names begin | 18 | ** `buffer-menu' and `list-buffers' now list buffers whose names begin |
| 19 | with a space, if they visit files. | 19 | with a space, if they visit files. |
| 20 | 20 | ||
| 21 | ** tab-always-indent can be set to `never' to make sure indent-for-tab-command | ||
| 22 | always tabs rather than indents. | ||
| 23 | |||
| 24 | ** You can now customize fill-nobreak-predicate to control where | 21 | ** You can now customize fill-nobreak-predicate to control where |
| 25 | filling can break lines. We provide two sample predicates, | 22 | filling can break lines. We provide two sample predicates, |
| 26 | fill-single-word-nobreak-p and fill-french-nobreak-p. | 23 | fill-single-word-nobreak-p and fill-french-nobreak-p. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d590fca893d..ba35309ebfb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu> | 1 | 2001-11-01 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | |||
| 3 | * indent.el (tab-always-indent, indent-for-tab-command): | ||
| 4 | Remove redundant `never' setting. | ||
| 2 | 5 | ||
| 3 | * fill.el (fill-region-as-paragraph): Don't forget to skip | 6 | * fill.el (fill-region-as-paragraph): Don't forget to skip |
| 4 | over current whitespace before looking for a preceding space. | 7 | over current whitespace before looking for a preceding space. |
| @@ -35,8 +38,8 @@ | |||
| 35 | * bindings.el (mode-line-frame-identification): Add doc string. | 38 | * bindings.el (mode-line-frame-identification): Add doc string. |
| 36 | (mode-line-position, mode-line-modes): New variables. | 39 | (mode-line-position, mode-line-modes): New variables. |
| 37 | (mode-line-format): Use mode-line-position for the part | 40 | (mode-line-format): Use mode-line-position for the part |
| 38 | that displays the position-in-buffer info. Use | 41 | that displays the position-in-buffer info. |
| 39 | mode-line-modes for the part that displays major and minor modes. | 42 | Use mode-line-modes for the part that displays major and minor modes. |
| 40 | 43 | ||
| 41 | 2001-10-31 Sam Steingold <sds@gnu.org> | 44 | 2001-10-31 Sam Steingold <sds@gnu.org> |
| 42 | 45 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 710d4f3f547..7c5e9f96727 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-11-01 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * macros.c: Don't include keymap.h any more. | ||
| 4 | |||
| 1 | 2001-11-01 Richard M. Stallman <rms@gnu.org> | 5 | 2001-11-01 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * keymap.c (Fdescribe_buffer_bindings): Print character property | 7 | * keymap.c (Fdescribe_buffer_bindings): Print character property |
| @@ -15,10 +19,10 @@ | |||
| 15 | 19 | ||
| 16 | * xfns.c (x_build_heuristic_mask): Use four_corners_best | 20 | * xfns.c (x_build_heuristic_mask): Use four_corners_best |
| 17 | instead of IMAGE_BACKGROUND. | 21 | instead of IMAGE_BACKGROUND. |
| 18 | 22 | ||
| 19 | * xfns.c (four_corners_best): Reindent. | 23 | * xfns.c (four_corners_best): Reindent. |
| 20 | 24 | ||
| 21 | * xfaces.c (Finternal_set_lisp_face_attribute_from_resource): | 25 | * xfaces.c (Finternal_set_lisp_face_attribute_from_resource): |
| 22 | Handle :box so that it is possible to specify sexprs. | 26 | Handle :box so that it is possible to specify sexprs. |
| 23 | 27 | ||
| 24 | 2001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 28 | 2001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| @@ -58,8 +62,7 @@ | |||
| 58 | (free_face_colors): Do nothing for a face whose colors have been | 62 | (free_face_colors): Do nothing for a face whose colors have been |
| 59 | copied bitwise. | 63 | copied bitwise. |
| 60 | 64 | ||
| 61 | * dispextern.h (struct face) <colors_copied_bitwise_p>: New | 65 | * dispextern.h (struct face) <colors_copied_bitwise_p>: New member. |
| 62 | member. | ||
| 63 | 66 | ||
| 64 | 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 67 | 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 65 | 68 | ||