emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 20 Apr 2007 18:24:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/04/20 18:24:05

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11011
retrieving revision 1.11012
diff -u -b -r1.11011 -r1.11012
--- ChangeLog   20 Apr 2007 14:08:36 -0000      1.11011
+++ ChangeLog   20 Apr 2007 18:24:05 -0000      1.11012
@@ -1,3 +1,8 @@
+2007-04-20  Stefan Monnier  <address@hidden>
+
+       * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
+       fill-nobreak-predicate when the break is past fill-column.
+
 2007-04-20  Francesco Potort=8ec  <address@hidden>
 
        * locate.el (locate): Output from shell-command should go in the
@@ -113,8 +118,8 @@
 
        * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
        arg to bibtex-make-field.
-       (bibtex-make-field): Add optional fourth arg NODELIM.  Insert
-       delimiters around INIT unless this arg is non-nil.
+       (bibtex-make-field): Add optional fourth arg NODELIM.
+       Insert delimiters around INIT unless this arg is non-nil.
 
 2007-04-14  Nick Roberts  <address@hidden>
 
@@ -152,7 +157,7 @@
        window marked as dedicated.
 
        * mail/footnote.el (footnote-latin-string): New variable.
-       (footnote-latin-regexp): Redefined as regexp alternative.
+       (footnote-latin-regexp): Redefine as regexp alternative.
        (Footnote-latin): Use footnote-latin-string instead of
        footnote-latin-regexp.
 
@@ -188,10 +193,10 @@
        possible.
        (byte-optimize-all-constp): New function.
 
-        * emacs-lisp/bytecomp.el (byte-compile-char-before): Improve
-        numeric argument case.
-        (byte-compile-backward-char, byte-compile-backward-word): New
-        functions, performing rewriting previously done in byte-opt.el.
+       * emacs-lisp/bytecomp.el (byte-compile-char-before):
+       Improve numeric argument case.
+       (byte-compile-backward-char, byte-compile-backward-word):
+       New functions, performing rewriting previously done in byte-opt.el.
         Fix their "Fixme" item (restriction to numeric arguments).
 
 2007-04-11  Stefan Monnier  <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]