Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 74fd4e045ea6 |
children | 5a2589c672dc |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
1 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * XEmacs 21.2.30 is released. | |
4 | |
5 2000-02-19 Martin Buchholz <martin@xemacs.org> | |
6 | |
7 * byte-optimize.el (byte-optimize-plus): | |
8 (byte-optimize-minus): | |
9 (byte-optimize-multiply): | |
10 Optimize (- 0) to 0, not (-) | |
11 Optimize (+ 5 3.0) to 8.0 | |
12 Optimize (* 5 3.0) to 15.0 | |
13 Improve readability. | |
14 | |
15 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
16 | |
17 * modeline.el: (modeline-scrolling-method): change modeline | |
18 mswindows cursor appearance according to the value. | |
19 | |
20 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default | |
21 and 'gui-element face colors and 'gui-element face font to Windows | |
22 defaults. | |
23 | |
24 2000-02-09 Stef Epardaud <stef@lunatech.com> | |
25 | |
26 * font-lock.el: Javadoc enhancements | |
27 | |
28 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
29 | |
30 * ldap.el (toplevel): Test if LDAP support has been compiled in | |
31 (ldap-verbose): New option | |
32 (ldap-search-entries): Renamed from the previous ldap-search | |
33 Conditionalize message display on ldap-verbose | |
34 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New | |
35 defuns | |
36 (ldap-search): Is now defined as an obsolete wrapper calling | |
37 ldap-search-basic or ldap-search-entries | |
38 | |
39 | |
40 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp> | |
41 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> | |
42 Jan Vroonhof <jan@xemacs.org> | |
43 | |
44 * byte-optimize.el (byte-optimize-form-code-walker): Fixed. | |
45 When for-effect is true, didn't call `byte-optimize-form' | |
46 in and/or subforms without last. | |
47 | |
48 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch> | |
49 | |
50 * package-get.el (package-get-download-sites): Use correct custom | |
51 type. | |
52 | |
53 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
54 | |
55 * files.el (write-file): Ask for coding system when compiled with | |
56 file-coding. | |
57 | |
58 2000-02-16 Andy Piper <andy@xemacs.org> | |
59 | |
60 * buffer.el (switch-to-buffer): give norecord argument to | |
61 set-window-buffer instead of explicitly recording. | |
62 | |
63 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if | |
64 we have to pick a window. | |
65 | |
66 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
67 | |
68 * mule/mule-cmds.el (describe-language-support): Don't add | |
69 unexist function to help-map. | |
70 (describe-coding-system): Don't use already assigend `C'. | |
71 | |
72 2000-01-23 Björn Torkelsson <torkel@hpc2n.umu.se> | |
73 | |
74 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it | |
75 work in custom. | |
76 | |
77 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp> | |
78 | |
79 * about.el: Ienaga's e-mail address change. | |
80 | |
81 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu> | |
82 | |
83 * etags.el (find-tag): force new window -- even if buf already | |
84 visible -- when other-window is t | |
85 | |
1 2000-02-16 Martin Buchholz <martin@xemacs.org> | 86 2000-02-16 Martin Buchholz <martin@xemacs.org> |
2 | 87 |
3 * XEmacs 21.2.29 is released. | 88 * XEmacs 21.2.29 is released. |
4 | 89 |
5 2000-02-09 Martin Buchholz <martin@xemacs.org> | 90 2000-02-09 Martin Buchholz <martin@xemacs.org> |