comparison lisp/ChangeLog @ 84760:1e88f8c5a148

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 21 Sep 2007 08:05:27 +0000
parents 0ad86b4682fb
children 3fb70c6369b7
comparison
equal deleted inserted replaced
84759:6fe89abed353 84760:1e88f8c5a148
38 * term/sun-mouse.el (suspend-emacstool): Remove. 38 * term/sun-mouse.el (suspend-emacstool): Remove.
39 * term/sun.el: Remove emacstool-related code. 39 * term/sun.el: Remove emacstool-related code.
40 40
41 * emacs-lisp/bytecomp.el (byte-compile-warnings) 41 * emacs-lisp/bytecomp.el (byte-compile-warnings)
42 (byte-compile-warnings-safe-p): Add `mapcar'. 42 (byte-compile-warnings-safe-p): Add `mapcar'.
43 (byte-compile-warning-types): Add mapcar and make-local.
43 (byte-compile-normal-call): Add option to suppress mapcar warning. 44 (byte-compile-normal-call): Add option to suppress mapcar warning.
44 (top-level): Use mapc rather than mapcar in eval-when-compile. 45 (top-level): Use mapc rather than mapcar in eval-when-compile.
45 (byte-compile-warning-types): Add mapcar and make-local.
46 46
47 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens. 47 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
48 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions. 48 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
49 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix. 49 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
50 Handle escaped parens. 50 Handle escaped parens.
52 52
53 * eshell/esh-mode.el (eshell-output-filter-functions): Add 53 * eshell/esh-mode.el (eshell-output-filter-functions): Add
54 eshell-postoutput-scroll-to-bottom. 54 eshell-postoutput-scroll-to-bottom.
55 55
56 * loadup.el: Remove termdev. 56 * loadup.el: Remove termdev.
57
58 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
59 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
57 60
58 2007-09-21 Kevin Ryde <user42@zip.com.au> 61 2007-09-21 Kevin Ryde <user42@zip.com.au>
59 62
60 * international/mule.el (sgml-html-meta-auto-coding-function): 63 * international/mule.el (sgml-html-meta-auto-coding-function):
61 Bind `case-fold-search' to t. 64 Bind `case-fold-search' to t.