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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 03 Nov 2006 15:45:53 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/03 15:45:52

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.10246
retrieving revision 1.10247
diff -u -b -r1.10246 -r1.10247
--- ChangeLog   3 Nov 2006 14:38:12 -0000       1.10246
+++ ChangeLog   3 Nov 2006 15:45:52 -0000       1.10247
@@ -1,14 +1,31 @@
-2006-11-03 Mark Davies <address@hidden>
+2006-11-03  Juanma Barranquero  <address@hidden>
 
-       * lisp/sort.el: Set the field separator to tab
+       * bs.el (bs--show-all, bs--redisplay):
+       * cus-edit.el (custom-unlispify-menu-entries)
+       (custom-unlispify-tag-names, custom-prompt-variable):
+       * expand.el (expand-pos):
+       * speedbar.el (speedbar-generic-list-tag-p):
+       * wid-edit.el (widget-image-enable):
+       * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
+       * emacs-lisp/find-func.el (find-function-noselect)
+       (find-function, find-variable-noselect, find-variable)
+       (find-definition-noselect, find-face-definition):
+       * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
+       * net/eudc-vars.el (eudc-expansion-overwrites-query):
+       * progmodes/ada-xref.el (ada-find-in-ali):
+       * textmodes/flyspell.el (flyspell-check-tex-math-command):
+       * textmodes/org.el (org-copy-subtree):
+       * textmodes/table.el (table--row-column-insertion-point-p):
+       Use "non-nil" in docstrings.
 
 2006-11-03 Mark Davies <address@hidden> 
 
-       * lib-src/Makefile.in: Replace INSTALL_PROGRAM with INSTALL_SCRIPT
+       * sort.el (sort-columns): Set the field separator to tab; on
+       NetBSD, sort complains if "\n" is used as field separator.
 
 2006-11-03  NIIMI Satoshi <address@hidden>
 
-       * lisp/emacs-lisp/pp.el (pp-eval-expression): Evaluate target sexp
+       * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
 
 2006-11-02  Stefan Monnier  <address@hidden>
 
@@ -1392,8 +1409,8 @@
        (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
        outline.el outlines) functional again.  Change the primary bullet
        along with the header-lead - level 1 new-style bullets now work.
-       Engage allout-before-change-handler in mainline emacs, not just
-       xemacs, to do undo handling.
+       Engage allout-before-change-handler in mainline Emacs, not just
+       XEmacs, to do undo handling.
        (allout-before-change-handler): Expose undo changes occurring in
        hidden regions.  Use allout-get-invisibility-overlay instead of
        reimplementing it inline.
@@ -12369,7 +12386,7 @@
        Add fset of allout-real-isearch-abort during compile to fix
        byte-compilation warnings.
        (allout-mode-p): Move definition of this macro above all uses, or
-       byte compilation in barren emacs (eg, during emacs build) will
+       byte compilation in barren Emacs (eg, during Emacs build) will
        lack the definition.
        (allout-mode): Move this variable above any uses, or byte
        compilation will fail.
@@ -14014,7 +14031,7 @@
 
 2005-11-02  Mark A. Hershberger  <address@hidden>
 
-       * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
+       * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
        (xml-parse-tag): Join strings separated by a comment properly.
 
 2005-11-02  Andreas Schwab  <address@hidden>
@@ -18763,7 +18780,7 @@
 2005-07-21  Kim F. Storm  <address@hidden>
 
        * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
-       included when reporting an emacs crash, and tell about the DEBUG file.
+       included when reporting an Emacs crash, and tell about the DEBUG file.
 
        * image-file.el (insert-image-file): Add yank-handler.
        (image-file-yank-handler): Yank handler to make unique copies of
@@ -19733,7 +19750,7 @@
 2005-07-06  Richard M. Stallman  <address@hidden>
 
        * progmodes/flymake.el (flymake-float-time): Instead of
-       with-no-warnings, test for xemacs.
+       with-no-warnings, test for XEmacs.
        (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
        to avoid warning.
 




reply via email to

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