diff options
| author | Glenn Morris | 2007-09-21 07:56:33 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-21 07:56:33 +0000 |
| commit | 2fb34c68c71f8c84d563cbb9a57dacd88b2ce740 (patch) | |
| tree | fdbe65eac9df36d2217c17622229999c05ac5a52 /lisp/ChangeLog | |
| parent | 7d86c3808d6f4be7372e990834429fc18c59e256 (diff) | |
| download | emacs-2fb34c68c71f8c84d563cbb9a57dacd88b2ce740.tar.gz emacs-2fb34c68c71f8c84d563cbb9a57dacd88b2ce740.zip | |
(tex-next-unmatched-eparen): Doc fix.
(tex-last-unended-eparen): New function.
(latex-backward-sexp-1): Doc fix. Handle escaped parens.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 13 insertions, 18 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1872f8303ae..e18932e377e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7,16 +7,6 @@ | |||
| 7 | * faces.el (tty-set-up-initial-frame-faces): | 7 | * faces.el (tty-set-up-initial-frame-faces): |
| 8 | * env.el (setenv): Don't set display-environment-variable. | 8 | * env.el (setenv): Don't set display-environment-variable. |
| 9 | 9 | ||
| 10 | 2007-09-21 Glenn Morris <rgm@gnu.org> | ||
| 11 | |||
| 12 | * emacs-lisp/bytecomp.el (byte-compile-warnings) | ||
| 13 | (byte-compile-warnings-safe-p): Add `mapcar'. | ||
| 14 | (byte-compile-normal-call): Add option to suppress mapcar warning. | ||
| 15 | (top-level): Use mapc rather than mapcar in eval-when-compile. | ||
| 16 | (byte-compile-warning-types): Add mapcar and make-local. | ||
| 17 | |||
| 18 | 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 19 | |||
| 20 | * server.el (server-getenv-from): Remove. Use getenv-internal instead. | 10 | * server.el (server-getenv-from): Remove. Use getenv-internal instead. |
| 21 | (server-create-tty-frame): Don't set unused `tty' property. | 11 | (server-create-tty-frame): Don't set unused `tty' property. |
| 22 | Set `display' instead of display-environment-variable. | 12 | Set `display' instead of display-environment-variable. |
| @@ -48,16 +38,16 @@ | |||
| 48 | * term/sun-mouse.el (suspend-emacstool): Remove. | 38 | * term/sun-mouse.el (suspend-emacstool): Remove. |
| 49 | * term/sun.el: Remove emacstool-related code. | 39 | * term/sun.el: Remove emacstool-related code. |
| 50 | 40 | ||
| 51 | 2007-09-21 Kevin Ryde <user42@zip.com.au> | 41 | * emacs-lisp/bytecomp.el (byte-compile-warnings) |
| 52 | 42 | (byte-compile-warnings-safe-p): Add `mapcar'. | |
| 53 | * international/mule.el (sgml-html-meta-auto-coding-function): | 43 | (byte-compile-normal-call): Add option to suppress mapcar warning. |
| 54 | Bind `case-fold-search' to t. | 44 | (top-level): Use mapc rather than mapcar in eval-when-compile. |
| 55 | 45 | (byte-compile-warning-types): Add mapcar and make-local. | |
| 56 | 2007-09-21 Glenn Morris <rgm@gnu.org> | ||
| 57 | 46 | ||
| 58 | * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens. | 47 | * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens. |
| 59 | (tex-next-unmatched-eparen): New function. | 48 | (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions. |
| 60 | (latex-forward-sexp-1): Doc fix. Handle escaped parens. | 49 | (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix. |
| 50 | Handle escaped parens. | ||
| 61 | (latex-forward-sexp): Doc fix. | 51 | (latex-forward-sexp): Doc fix. |
| 62 | 52 | ||
| 63 | * eshell/esh-mode.el (eshell-output-filter-functions): Add | 53 | * eshell/esh-mode.el (eshell-output-filter-functions): Add |
| @@ -65,6 +55,11 @@ | |||
| 65 | 55 | ||
| 66 | * loadup.el: Remove termdev. | 56 | * loadup.el: Remove termdev. |
| 67 | 57 | ||
| 58 | 2007-09-21 Kevin Ryde <user42@zip.com.au> | ||
| 59 | |||
| 60 | * international/mule.el (sgml-html-meta-auto-coding-function): | ||
| 61 | Bind `case-fold-search' to t. | ||
| 62 | |||
| 68 | 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca> | 63 | 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 69 | 64 | ||
| 70 | * termdev.el: Remove. | 65 | * termdev.el: Remove. |