comparison lisp/ChangeLog @ 430:a5df635868b2 r21-2-23

Import from CVS: tag r21-2-23
author cvs
date Mon, 13 Aug 2007 11:29:08 +0200
parents 3ecd8885ac67
children 3a7e78e1142d
comparison
equal deleted inserted replaced
429:8305706cbb93 430:a5df635868b2
1 1999-12-07 Martin Buchholz <martin@xemacs.org>
2
3 * XEmacs 21.2.23 is released.
4
5 1999-11-06 Jason R Mastaler <jason@mastaler.com>
6
7 * package-get.el (package-get-download-sites): Removed several
8 defunct download sites, added many new ones, and corrected a few
9 incorrect directory-on-site entries. Added physical locations to
10 site-description.
11
12 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
13
14 * finder.el (finder-commentary): add DOC string and fix
15 interactive spec
16
17 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
18
19 * help.el (describe-function): Don't forget to intern the string
20 completing-read returns.
21 (describe-variable): Ditto.
22
23 1999-11-16 Adrian Aichner <aichner@ecf.teradyne.com>
24
25 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
26 `hyper-apropos-help-mode' here to find symbol to customize
27 irregardless of cursor position and simplify
28 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
29 `hyper-apropos-popup-menu'.
30
31 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
32
33 * apropos.el (apropos-mode-map): Add return to call
34 apropos-follow.
35 (apropos-print): Call apropos-mode to have better
36 command reference. Put keymap text-poperty to
37 symbole name.
38
39 1999-11-22 Alastair Burt <burt@dfki.de>
40
41 * help.el: (describe-bindings-1): Added handling of keymaps for
42 the extents at point.
43
44 1999-12-02 Mark Thomas <mthomas@jprc.com>
45
46 * gutter-items.el (buffers-tab-items): Wrap the function in a
47 save-match-data
48
49 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
50
51 * help.el (describe-function): Use the DEFAULT argument to
52 completing-read.
53 (describe-variable): Ditto.
54
55 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
56
57 * minibuf.el (read-from-minibuffer): Add optional argument
58 DEFAULT to have better mini-buffer history support.
59 (completing-read): Pass default to read-from-minibuffer.
60 (read-buffer): Pass default to completing-read.
61
62 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
63
64 * font-lock.el (font-lock-doc-string-face): Document the
65 `font-lock-lisp-like' property.
66
67 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
68
69 * lisp-mode.el: Specify `font-lock-lisp-like'.
70
71 * font-lock.el (font-lock-lisp-like): New function.
72 (font-lock-fontify-syntactically-region): Use it.
73
1 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> 74 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
2 75
3 * XEmacs 21.2.22 is released 76 * XEmacs 21.2.22 is released
4 77
5 1999-11-28 Martin Buchholz <martin@xemacs.org> 78 1999-11-28 Martin Buchholz <martin@xemacs.org>