*** empty log message ***
This commit is contained in:
parent
fe552b4c0d
commit
c22e59e117
3 changed files with 13 additions and 10 deletions
3
etc/NEWS
3
etc/NEWS
|
@ -18,9 +18,6 @@ now uses normal-erase-is-backspace-mode.
|
|||
** `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.
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue