comparison lisp/ChangeLog @ 460:223736d75acb r21-2-45

Import from CVS: tag r21-2-45
author cvs
date Mon, 13 Aug 2007 11:43:24 +0200
parents c33ae14dd6d0
children 0784d089fdc9
comparison
equal deleted inserted replaced
459:9d4fd877b885 460:223736d75acb
1 2001-02-23 Martin Buchholz <martin@xemacs.org>
2
3 * XEmacs 21.2.45 "Thelxepeia" is released.
4
5 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
6
7 * about.el (xemacs-hackers): update my entry.
8 * about.el (about-maintainer-info): ditto.
9 * about.el (about-hackers): ditto.
10
11 2001-02-20 Jan Vroonhof <jan@xemacs.org>
12
13 * about.el (about-maintainer-info): More vanity info about
14 yours truly.
15
16 2001-02-20 Adrian Aichner <adrian@xemacs.org>
17
18 * build-report.el (build-report-destination): xemacs-build-reports
19 has moved to SourceForge, where mailing list name length is
20 restricted, hence the name change to
21 xemacs-buildreports@xemacs.org.
22 * build-report.el (build-report-keep-regexp): Update default.
23 * build-report.el (build-report-delete-regexp): Ditto.
24 * build-report.el (build-report-make-output-files): Ditto.
25
26 2001-02-19 Craig Lanning <lanning@scra.org>
27
28 * lisp-mode.el: Add indentation specifications for following
29 Common Lisp forms: handler-case, handler-bind, with-slots,
30 with-open-file, with-open-stream, print-unreadable-object.
31
32 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
33
34 * font-lock.el (font-lock-set-defaults-1):
35 Move initialization of `font-lock-cache-position' so that it's set
36 even if font-lock-keywords is already defined.
37
38 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
39
40 * autoload.el (generate-file-autoloads-1):
41 Use `emacs-lisp-mode-syntax-table' instead of
42 `lisp-mode-syntax-table'.
43 * lisp-mode.el (lisp-mode-syntax-table):
44 Get rid of old checks for `parse-partial-sexp' version.
45 Make `|' (pipe) string delimiter instead of punctuation.
46
47 2001-02-16 Martin Buchholz <martin@xemacs.org>
48
49 * window.el (save-selected-window):
50 Use gensym for better macro hygiene.
51
52 2001-02-06 Mike Sperber <mike@xemacs.org>
53
54 * dump-paths.el:
55 * startup.el (startup-setup-paths): Set and use
56 `mule-lisp-directory'.
57 (startup-setup-paths-warning): Ditto.
58
59 * setup-paths.el (paths-find-mule-lisp-directory): Added.
60 (paths-construct-load-path): Consider `mule-lisp-directory'.
61
62 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
63
64 * font-lock.el: Syntax table improvements used. A few random
65 changes are not specified below.
66 (font-lock-fontify-string-delimiters):
67 (font-lock-syntactic-keywords):
68 (font-lock-cache-state nil):
69 (font-lock-cache-position):
70 New variables.
71 (font-lock-set-syntax):
72 (font-lock-apply-syntactic-highlight):
73 (font-lock-fontify-syntactic-anchored-keywords):
74 (font-lock-fontify-syntactic-keywords-region):
75 (font-lock-eval-keywords):
76 New functions.
77 (font-lock-remove-face):
78 (font-lock-fontify-syntactically-region):
79 Use syntax properties.
80
1 2001-02-08 Martin Buchholz <martin@xemacs.org> 81 2001-02-08 Martin Buchholz <martin@xemacs.org>
2 82
3 * XEmacs 21.2.44 "Thalia" is released. 83 * XEmacs 21.2.44 "Thalia" is released.
4 84
5 2001-01-16 Mike Sperber <mike@xemacs.org> 85 2001-01-16 Mike Sperber <mike@xemacs.org>