# HG changeset patch # User Stefan Monnier # Date 1004677196 0 # Node ID 9b6f792026b9e09604f8ca7079a7bc15f4109cee # Parent 1b4d4e638a5b98595061abbe6047c610ad5319b5 *** empty log message *** diff -r 1b4d4e638a5b -r 9b6f792026b9 etc/NEWS --- 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. diff -r 1b4d4e638a5b -r 9b6f792026b9 lisp/ChangeLog --- 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 +2001-11-01 Stefan Monnier + + * 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 diff -r 1b4d4e638a5b -r 9b6f792026b9 src/ChangeLog --- 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 + + * macros.c: Don't include keymap.h any more. + 2001-11-01 Richard M. Stallman * 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 @@ -58,8 +62,7 @@ (free_face_colors): Do nothing for a face whose colors have been copied bitwise. - * dispextern.h (struct face) : New - member. + * dispextern.h (struct face) : New member. 2001-10-31 Pavel Jan,Bm(Bk