Mercurial > emacs
changeset 40637:9b6f792026b9
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 02 Nov 2001 04:59:56 +0000 |
parents | 1b4d4e638a5b |
children | 84e66cdcffc5 |
files | etc/NEWS lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 13 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Nov 02 04:57:54 2001 +0000 +++ b/etc/NEWS Fri Nov 02 04:59:56 2001 +0000 @@ -18,9 +18,6 @@ ** `buffer-menu' and `list-buffers' now list buffers whose names begin with a space, if they visit files. -** tab-always-indent can be set to `never' to make sure indent-for-tab-command -always tabs rather than indents. - ** You can now customize fill-nobreak-predicate to control where filling can break lines. We provide two sample predicates, fill-single-word-nobreak-p and fill-french-nobreak-p.
--- a/lisp/ChangeLog Fri Nov 02 04:57:54 2001 +0000 +++ b/lisp/ChangeLog Fri Nov 02 04:59:56 2001 +0000 @@ -1,4 +1,7 @@ -2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu> +2001-11-01 Stefan Monnier <monnier@cs.yale.edu> + + * indent.el (tab-always-indent, indent-for-tab-command): + Remove redundant `never' setting. * fill.el (fill-region-as-paragraph): Don't forget to skip over current whitespace before looking for a preceding space. @@ -35,8 +38,8 @@ * bindings.el (mode-line-frame-identification): Add doc string. (mode-line-position, mode-line-modes): New variables. (mode-line-format): Use mode-line-position for the part - that displays the position-in-buffer info. Use - mode-line-modes for the part that displays major and minor modes. + that displays the position-in-buffer info. + Use mode-line-modes for the part that displays major and minor modes. 2001-10-31 Sam Steingold <sds@gnu.org>
--- a/src/ChangeLog Fri Nov 02 04:57:54 2001 +0000 +++ b/src/ChangeLog Fri Nov 02 04:59:56 2001 +0000 @@ -1,3 +1,7 @@ +2001-11-01 Stefan Monnier <monnier@cs.yale.edu> + + * macros.c: Don't include keymap.h any more. + 2001-11-01 Richard M. Stallman <rms@gnu.org> * keymap.c (Fdescribe_buffer_bindings): Print character property @@ -15,10 +19,10 @@ * xfns.c (x_build_heuristic_mask): Use four_corners_best instead of IMAGE_BACKGROUND. - + * xfns.c (four_corners_best): Reindent. - * xfaces.c (Finternal_set_lisp_face_attribute_from_resource): + * xfaces.c (Finternal_set_lisp_face_attribute_from_resource): Handle :box so that it is possible to specify sexprs. 2001-11-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> @@ -58,8 +62,7 @@ (free_face_colors): Do nothing for a face whose colors have been copied bitwise. - * dispextern.h (struct face) <colors_copied_bitwise_p>: New - member. + * dispextern.h (struct face) <colors_copied_bitwise_p>: New member. 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz>