comparison lisp/ChangeLog @ 66650:f7f861f3ef21

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 03 Nov 2005 15:41:37 +0000
parents 3dbeee07bb77
children b5ed69925019
comparison
equal deleted inserted replaced
66649:2ec4f1983016 66650:f7f861f3ef21
3 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address. 3 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
4 Update copyright years. 4 Update copyright years.
5 5
6 2005-11-03 Sam Steingold <sds@gnu.org> 6 2005-11-03 Sam Steingold <sds@gnu.org>
7 7
8 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Use 8 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9 system-type instead of window-system because window-system is not 9 Use system-type instead of window-system because window-system is not
10 correctly defined during loadup. 10 correctly defined during loadup.
11 11
12 2005-11-02 Mark A. Hershberger <mah@everybody.org> 12 2005-11-02 Mark A. Hershberger <mah@everybody.org>
13 13
14 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs. 14 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
15 (xml-parse-tag): Join strings separated by a comment properly. 15 (xml-parse-tag): Join strings separated by a comment properly.
16 16
17 2005-11-02 Andreas Schwab <schwab@suse.de> 17 2005-11-02 Andreas Schwab <schwab@suse.de>
18 18
19 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Quote the 19 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20 folded value. 20
21 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
24 (byte-optimize-pure-func): Quote the eval'd value.
25
26 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
27 Rename from perl-font-lock-syntactic-face-function.
28 Change the calling convention so it can be used as a font-lock MATCHER.
29 Do the parse-partial-sexp loop outselves.
30 (perl-font-lock-syntactic-keywords): Use it.
31 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21 32
22 2005-11-02 Nick Roberts <nickrob@snap.net.nz> 33 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
23 34
24 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in 35 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in
25 diassembly buffer too. 36 diassembly buffer too.
28 (gdb-info-registers-custom): Don't add inappropriate text 39 (gdb-info-registers-custom): Don't add inappropriate text
29 properties if inferior is not active. 40 properties if inferior is not active.
30 41
31 2005-11-02 Glenn Morris <rgm@gnu.org> 42 2005-11-02 Glenn Morris <rgm@gnu.org>
32 43
33 * progmodes/fortran.el (fortran-blink-match): Use 44 * progmodes/fortran.el (fortran-blink-match):
34 `blink-matching-delay'. 45 Use `blink-matching-delay'.
35 46
36 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change) 47 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
37 48
38 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'. 49 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
39 50