comparison lisp/ChangeLog @ 78600:4f60c94dc647

Fix up comment style in header. (ada-check-emacs-version): Remove. (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt. (ada-region-selected): Use (featurep 'xemacs) rather than contortions to try and quieten the byte-compiler. (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 21 Aug 2007 16:24:43 +0000
parents 06f0300fda43
children eb7052b9d8b1
comparison
equal deleted inserted replaced
78599:3ec4d1da6eeb 78600:4f60c94dc647
1 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/ada-mode.el: Fix up comment style in header.
4 (ada-check-emacs-version): Remove.
5 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
6 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
7 to try and quieten the byte-compiler.
8 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
9
10 * vc.el (vc-annotate-warp-version): Don't use previous-line.
11
1 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change) 12 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2 13
3 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was 14 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
4 extracted from `eval-last-sexp-1'. 15 extracted from `eval-last-sexp-1'.
5 (eval-last-sexp-1): Call `preceding-sexp'. 16 (eval-last-sexp-1): Call `preceding-sexp'.
11 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system 22 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
12 shadow files messing up the compilation. 23 shadow files messing up the compilation.
13 24
14 2007-08-18 Glenn Morris <rgm@gnu.org> 25 2007-08-18 Glenn Morris <rgm@gnu.org>
15 26
16 * progmodes/scheme.el (scheme-mode-variables): Set 27 * progmodes/scheme.el (scheme-mode-variables):
17 font-lock-comment-start-skip. 28 Set font-lock-comment-start-skip.
18 29
19 2007-08-18 Martin Rudalics <rudalics@gmx.at> 30 2007-08-18 Martin Rudalics <rudalics@gmx.at>
20 31
21 * progmodes/ada-mode.el (ada-create-syntax-table): Move 32 * progmodes/ada-mode.el (ada-create-syntax-table):
22 set-syntax-table from here to ... 33 Move set-syntax-table from here to ...
23 (ada-mode): ... here. Do not change global value of 34 (ada-mode): ... here. Don't change global value of comment-multi-line.
24 comment-multi-line. Call new function 35 Call new function ada-initialize-syntax-table-properties.
25 ada-initialize-syntax-table-properties and add new function 36 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
26 ada-handle-syntax-table-properties to font-lock-mode-hook. 37 (ada-deactivate-properties, ada-initialize-properties):
27 (ada-deactivate-properties, ada-initialize-properties): Replace 38 Replace by new functions ...
28 by new functions ... 39 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
29 (ada-handle-syntax-table-properties) 40 (ada-initialize-syntax-table-properties): ... to set up syntax-table
30 (ada-initialize-syntax-table-properties)
31 (ada-set-syntax-table-properties): ... to set up syntax-table
32 properties uniformly, independently from whether font-lock-mode 41 properties uniformly, independently from whether font-lock-mode
33 is enabled or not. Handle read-only buffers and do not change 42 is enabled or not. Handle read-only buffers and do not change
34 undo-list when setting syntax-table properties. 43 undo-list when setting syntax-table properties.
35 (ada-after-change-function): Use 44 (ada-after-change-function): Use ada-set-syntax-table-properties.
36 ada-set-syntax-table-properties.
37 45
38 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) 46 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
39 47
40 * progmode/cperl-mode.el (cperl-look-at-leading-count) 48 * progmode/cperl-mode.el (cperl-look-at-leading-count)
41 (cperl-find-pods-heres): Fix an error when typing expressions like 49 (cperl-find-pods-heres): Fix an error when typing expressions like
130 in javac regexp. 138 in javac regexp.
131 139
132 * pcvs-util.el (cvs-qtypedesc-strings): Use new names 140 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
133 combine-and-quote-strings and split-string-and-unquote. 141 combine-and-quote-strings and split-string-and-unquote.
134 142
135 * subr.el (combine-and-quote-strings): Renamed from strings->string. 143 * subr.el (combine-and-quote-strings): Rename from strings->string.
136 (split-string-and-unquote): Renamed from string->strings. 144 (split-string-and-unquote): Rename from string->strings.
137 145
138 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca> 146 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
139 147
140 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt 148 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
141 to buffer-local settings. 149 to buffer-local settings.