]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 2 Nov 2001 04:59:56 +0000 (04:59 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 2 Nov 2001 04:59:56 +0000 (04:59 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 5f53905209ab34e456602485d2a9fb91ae22c586..0136189e6f6853706d11824ab4a7a97cc45e05bb 100644 (file)
--- a/etc/NEWS
+++ b/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.
index d590fca893dc846be1f3229eaaa67ed62f415a69..ba35309ebfbed7e1498f10f7ce6b85399bde3993 100644 (file)
@@ -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>
 
index 710d4f3f5476da536397df2ff9947f1aee70d8ca..7c5e9f9672773aaf6782b6814c07142e382728e4 100644 (file)
@@ -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
 
        * 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>
@@ -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\e,Bm\e(Bk  <Pavel@Janik.cz>