Mercurial > emacs
changeset 84757:0ad86b4682fb
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 21 Sep 2007 07:56:33 +0000 |
parents | 7056747df1a9 |
children | 1ad5dfad0058 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Sep 21 07:56:11 2007 +0000 +++ b/lisp/ChangeLog Fri Sep 21 07:56:33 2007 +0000 @@ -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 <rgm@gnu.org> - - * 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 <monnier@iro.umontreal.ca> - * 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 <user42@zip.com.au> - - * international/mule.el (sgml-html-meta-auto-coding-function): - Bind `case-fold-search' to t. - -2007-09-21 Glenn Morris <rgm@gnu.org> + * 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 <user42@zip.com.au> + + * international/mule.el (sgml-html-meta-auto-coding-function): + Bind `case-fold-search' to t. + 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca> * termdev.el: Remove.