comparison lisp/ChangeLog @ 98343:09db47fa2c88

* generic-x.el (generic-other-modes): Fix typo in docstring. (generic-use-find-file-hook, generic-lines-to-scan) (generic-find-file-regexp, generic-ignore-files-regexp) (generic-define-mswindows-modes, generic-define-unix-modes): Remove `*' from docstring. (generic-mode-find-file-hook): Use `string-match-p'. (apache-log-generic-mode, mailagent-rules-generic-mode) (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode) (java-manifest-generic-mode, java-properties-generic-mode) (alias-generic-mode): Doc fix: use "Generic mode" in docstrings for consistency with other modes in generic-x.el.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 25 Sep 2008 10:45:20 +0000
parents 5ec221ffbf0e
children a2ecfbbaae91
comparison
equal deleted inserted replaced
98342:5ec221ffbf0e 98343:09db47fa2c88
1 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * generic-x.el (generic-other-modes): Fix typo in docstring.
4 (generic-use-find-file-hook, generic-lines-to-scan)
5 (generic-find-file-regexp, generic-ignore-files-regexp)
6 (generic-define-mswindows-modes, generic-define-unix-modes):
7 Remove `*' from docstring.
8 (generic-mode-find-file-hook): Use `string-match-p'.
9 (apache-log-generic-mode, mailagent-rules-generic-mode)
10 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
11 (java-manifest-generic-mode, java-properties-generic-mode)
12 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
13 for consistency with other modes in generic-x.el.
14
1 2008-09-25 Martin Rudalics <rudalics@gmx.at> 15 2008-09-25 Martin Rudalics <rudalics@gmx.at>
2 16
3 * textmodes/tex-mode.el (latex-handle-escaped-parens): New 17 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
4 variable.
5 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped 18 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
6 parens specially only if latex-handle-escaped-parens is non-nil. 19 parens specially only if latex-handle-escaped-parens is non-nil.
7 (latex-indent-within-escaped-parens): New option. 20 (latex-indent-within-escaped-parens): New option.
8 (latex-find-indent): Bind latex-handle-escaped-parens to 21 (latex-find-indent): Bind latex-handle-escaped-parens to
9 latex-indent-within-escaped-parens. Do not treat escaped parens 22 latex-indent-within-escaped-parens. Do not treat escaped parens
49 2008-09-23 Romain Francoise <romain@orebokech.com> 62 2008-09-23 Romain Francoise <romain@orebokech.com>
50 63
51 * subr.el (with-output-to-string): Make sure that the temporary 64 * subr.el (with-output-to-string): Make sure that the temporary
52 buffer gets killed. 65 buffer gets killed.
53 66
54 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change) 67 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
55 68
56 * emacs-lisp/emacslisp-mode.el (calculate-lisp-indent): Fix 69 * emacs-lisp/emacslisp-mode.el (calculate-lisp-indent): Fix
57 indentation problem with keyword symbols when a list starts with 70 indentation problem with keyword symbols when a list starts with
58 ,@ or spaces. (Bug#1012) 71 ,@ or spaces. (Bug#1012)
59 72