** `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.
-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.
* 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>
+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
* 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\e,Bm\e(Bk <Pavel@Janik.cz>
(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\e,Bm\e(Bk <Pavel@Janik.cz>