aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2007-09-21 07:56:33 +0000
committerGlenn Morris2007-09-21 07:56:33 +0000
commit2fb34c68c71f8c84d563cbb9a57dacd88b2ce740 (patch)
treefdbe65eac9df36d2217c17622229999c05ac5a52 /lisp/ChangeLog
parent7d86c3808d6f4be7372e990834429fc18c59e256 (diff)
downloademacs-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/ChangeLog31
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
102007-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
182007-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
512007-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.
562007-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
582007-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
682007-09-20 Stefan Monnier <monnier@iro.umontreal.ca> 632007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
69 64
70 * termdev.el: Remove. 65 * termdev.el: Remove.