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: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 21 Sep 2007 07:56:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/21 07:56:35

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11803
retrieving revision 1.11804
diff -u -b -r1.11803 -r1.11804
--- ChangeLog   21 Sep 2007 07:24:01 -0000      1.11803
+++ ChangeLog   21 Sep 2007 07:56:33 -0000      1.11804
@@ -7,16 +7,6 @@
        * faces.el (tty-set-up-initial-frame-faces):
        * env.el (setenv): Don't set display-environment-variable.
 
-2007-09-21  Glenn Morris  <address@hidden>
-
-       * emacs-lisp/bytecomp.el (byte-compile-warnings)
-       (byte-compile-warnings-safe-p): Add `mapcar'.
-       (byte-compile-normal-call): Add option to suppress mapcar warning.
-       (top-level): Use mapc rather than mapcar in eval-when-compile.
-       (byte-compile-warning-types): Add mapcar and make-local.
-
-2007-09-21  Stefan Monnier  <address@hidden>
-
        * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
        (server-create-tty-frame): Don't set unused `tty' property.
        Set `display' instead of display-environment-variable.
@@ -48,16 +38,16 @@
        * term/sun-mouse.el (suspend-emacstool): Remove.
        * term/sun.el: Remove emacstool-related code.
 
-2007-09-21  Kevin Ryde  <address@hidden>
-
-       * international/mule.el (sgml-html-meta-auto-coding-function):
-       Bind `case-fold-search' to t.
-
-2007-09-21  Glenn Morris  <address@hidden>
+       * emacs-lisp/bytecomp.el (byte-compile-warnings)
+       (byte-compile-warnings-safe-p): Add `mapcar'.
+       (byte-compile-normal-call): Add option to suppress mapcar warning.
+       (top-level): Use mapc rather than mapcar in eval-when-compile.
+       (byte-compile-warning-types): Add mapcar and make-local.
 
        * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
-       (tex-next-unmatched-eparen): New function.
-       (latex-forward-sexp-1): Doc fix.  Handle escaped parens.
+       (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
+       (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
+       Handle escaped parens.
        (latex-forward-sexp): Doc fix.
 
        * eshell/esh-mode.el (eshell-output-filter-functions): Add
@@ -65,6 +55,11 @@
 
        * loadup.el: Remove termdev.
 
+2007-09-21  Kevin Ryde  <address@hidden>
+
+       * international/mule.el (sgml-html-meta-auto-coding-function):
+       Bind `case-fold-search' to t.
+
 2007-09-20  Stefan Monnier  <address@hidden>
 
        * termdev.el: Remove.




reply via email to

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