Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 434:9d177e8d4150 r21-2-25
Import from CVS: tag r21-2-25
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:30:53 +0200 |
parents | 3a7e78e1142d |
children | 080151679be2 |
comparison
equal
deleted
inserted
replaced
433:892ca416f0fb | 434:9d177e8d4150 |
---|---|
1 1999-12-24 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * XEmacs 21.2.25 is released. | |
4 | |
5 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6 | |
7 * hyper-apropos.el (hyper-apropos): Toggle | |
8 hyper-apropos-programming-apropos correctly. | |
9 Set REGEXP when user accepts default value. | |
10 | |
11 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
12 | |
13 * minibuf.el (read-from-minibuffer): Bind minibuffer-default. | |
14 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer. | |
15 | |
16 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
17 | |
18 * mule/mule-category.el (undefined-category-designator): | |
19 Return char instead of character. Search for undefined one. | |
20 (describe-category): Use with-displaying-help-buffer. | |
21 | |
22 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
23 | |
24 * byte-optimize.el (byte-optimize-plus): | |
25 Optimize (+ 1) to 1 instead of (1+ nil). | |
26 | |
27 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before). | |
28 | |
29 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead. | |
30 | |
31 * byte-optimize.el (byte-optimize-char-before): New function. | |
32 Remove performance penalty for using (char-before) instead of (char-after). | |
33 | |
34 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
35 | |
36 * mule/mule-category.el (char-category-list): Return character | |
37 instead of integer. | |
38 | |
39 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
40 | |
41 * minibuf.el (read-buffer): Check default is buffer object. | |
42 | |
43 1999-11-25 Andy Piper <andy@xemacs.org> | |
44 | |
45 * cus-edit.el (custom-buffer-create-buttons): Use native widgets | |
46 for buttons. | |
47 | |
48 1999-12-16 Andreas Jaeger <aj@suse.de> | |
49 | |
50 * package-get.el (package-get-maybe-save-index): Fixed typo. | |
51 Patch by Jeff Miller <jmiller@smart.net>. | |
52 | |
53 1999-12-13 Charles G Waldman <cgw@alum.mit.edu> | |
54 | |
55 * gnuserv.el (gnuserv-process-filter): don't call | |
56 gnuserv-write-to-client when gnuserv-current-client is nil | |
57 | |
1 1999-12-14 Martin Buchholz <martin@xemacs.org> | 58 1999-12-14 Martin Buchholz <martin@xemacs.org> |
2 | 59 |
3 * XEmacs 21.2.24 is released. | 60 * XEmacs 21.2.24 is released. |
4 | 61 |
5 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk> | 62 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk> |
26 | 83 |
27 * help.el (describe-function): Don't forget to intern the string | 84 * help.el (describe-function): Don't forget to intern the string |
28 completing-read returns. | 85 completing-read returns. |
29 (describe-variable): Ditto. | 86 (describe-variable): Ditto. |
30 | 87 |
31 1999-11-16 Adrian Aichner <aichner@ecf.teradyne.com> | 88 1999-11-16 Adrian Aichner <adrian@xemacs.org> |
32 | 89 |
33 * hyper-apropos.el (hyper-apropos-this-symbol): Handle | 90 * hyper-apropos.el (hyper-apropos-this-symbol): Handle |
34 `hyper-apropos-help-mode' here to find symbol to customize | 91 `hyper-apropos-help-mode' here to find symbol to customize |
35 irregardless of cursor position and simplify | 92 irregardless of cursor position and simplify |
36 `hyper-apropos-set-variable', `hyper-apropos-find-function', and | 93 `hyper-apropos-set-variable', `hyper-apropos-find-function', and |
197 | 254 |
198 1999-10-06 Andy Piper <andy@xemacs.org> | 255 1999-10-06 Andy Piper <andy@xemacs.org> |
199 | 256 |
200 * files.el (recover-file): Don't use ls under windows for revert buffer. | 257 * files.el (recover-file): Don't use ls under windows for revert buffer. |
201 | 258 |
202 1999-09-25 Adrian Aichner <aichner@ecf.teradyne.com> | 259 1999-09-25 Adrian Aichner <adrian@xemacs.org> |
203 | 260 |
204 * package-get.el (package-get-download-menu): Make menu really | 261 * package-get.el (package-get-download-menu): Make menu really |
205 toggle download sites. | 262 toggle download sites. |
206 (package-get-download-sites): Add autoload cookie. | 263 (package-get-download-sites): Add autoload cookie. |
207 | 264 |
1933 | 1990 |
1934 * dumped-lisp.el (preloaded-file-list): Revert previous change -- | 1991 * dumped-lisp.el (preloaded-file-list): Revert previous change -- |
1935 Installation.el needs to be loaded before `dump-paths', otherwise | 1992 Installation.el needs to be loaded before `dump-paths', otherwise |
1936 the dumping process won't find it. | 1993 the dumping process won't find it. |
1937 | 1994 |
1938 1999-03-13 Adrian Aichner <aichner@ecf.teradyne.com> | 1995 1999-03-13 Adrian Aichner <adrian@xemacs.org> |
1939 | 1996 |
1940 * dumped-lisp.el (preloaded-file-list): Load Installation.el after | 1997 * dumped-lisp.el (preloaded-file-list): Load Installation.el after |
1941 subr so that we can use `replace-in-string' in Installation.el to | 1998 subr so that we can use `replace-in-string' in Installation.el to |
1942 get rid of C-m chars under the native Windows build. | 1999 get rid of C-m chars under the native Windows build. |
1943 | 2000 |
2131 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu> | 2188 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu> |
2132 | 2189 |
2133 * x-faces.el (x-init-face-from-resources): | 2190 * x-faces.el (x-init-face-from-resources): |
2134 Only set fonts in the 'x locale. | 2191 Only set fonts in the 'x locale. |
2135 | 2192 |
2136 1999-03-04 Adrian Aichner <aichner@ecf.teradyne.com> | 2193 1999-03-04 Adrian Aichner <adrian@xemacs.org> |
2137 | 2194 |
2138 * package-ui.el (pui-install-selected-packages): Don't throw on | 2195 * package-ui.el (pui-install-selected-packages): Don't throw on |
2139 `package-admin-delete-binary-package' returning nil since it's | 2196 `package-admin-delete-binary-package' returning nil since it's |
2140 normal. Reindent function. | 2197 normal. Reindent function. |
2141 (pui-add-required-packages): Handle case where packages selected | 2198 (pui-add-required-packages): Handle case where packages selected |
2206 mule/viet-chars.el: Remerge from mule-base. | 2263 mule/viet-chars.el: Remerge from mule-base. |
2207 | 2264 |
2208 * dumped-lisp.el (preloaded-file-list): Core mule files moved out | 2265 * dumped-lisp.el (preloaded-file-list): Core mule files moved out |
2209 of mule-base into lisp/mule. | 2266 of mule-base into lisp/mule. |
2210 | 2267 |
2211 1999-02-10 Adrian Aichner <aichner@ecf.teradyne.com> | 2268 1999-02-10 Adrian Aichner <adrian@xemacs.org> |
2212 | 2269 |
2213 * process.el (exec-to-string): Use `shell-command-switch' in place | 2270 * process.el (exec-to-string): Use `shell-command-switch' in place |
2214 of hard-wired "-c" (for WindowsNT). | 2271 of hard-wired "-c" (for WindowsNT). |
2215 | 2272 |
2216 1999-02-08 Charles G Waldman <cgw@pgt.com> | 2273 1999-02-08 Charles G Waldman <cgw@pgt.com> |
2262 1999-01-18 Andy Piper <andy@xemacs.org> | 2319 1999-01-18 Andy Piper <andy@xemacs.org> |
2263 | 2320 |
2264 * about.el (about-url-alist): Update my entry. | 2321 * about.el (about-url-alist): Update my entry. |
2265 (xemacs-hackers): Ditto. | 2322 (xemacs-hackers): Ditto. |
2266 | 2323 |
2267 1999-01-14 Adrian Aichner <aichner@ecf.teradyne.com> | 2324 1999-01-14 Adrian Aichner <adrian@xemacs.org> |
2268 | 2325 |
2269 * buffer.el (switch-to-buffer): Fixing documentation. | 2326 * buffer.el (switch-to-buffer): Fixing documentation. |
2270 * minibuf.el (minibuffer-completion-table): ditto. | 2327 * minibuf.el (minibuffer-completion-table): ditto. |
2271 * cl-macs.el (return-from): ditto. | 2328 * cl-macs.el (return-from): ditto. |
2272 | 2329 |
2651 | 2708 |
2652 1998-11-24 Hrvoje Niksic <hniksic@srce.hr> | 2709 1998-11-24 Hrvoje Niksic <hniksic@srce.hr> |
2653 | 2710 |
2654 * subr.el (buffer-substring-no-properties): Comment out. | 2711 * subr.el (buffer-substring-no-properties): Comment out. |
2655 | 2712 |
2656 1998-11-07 Adrian Aichner <aichner@ecf.teradyne.com> | 2713 1998-11-07 Adrian Aichner <adrian@xemacs.org> |
2657 | 2714 |
2658 * msw-faces.el (mswindows-find-smaller-font): Turning font names | 2715 * msw-faces.el (mswindows-find-smaller-font): Turning font names |
2659 into font instances first, like `x-frob-font-size' does. | 2716 into font instances first, like `x-frob-font-size' does. |
2660 (mswindows-find-larger-font): ditto | 2717 (mswindows-find-larger-font): ditto |
2661 | 2718 |
3491 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | 3548 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> |
3492 | 3549 |
3493 * ldap.el (ldap-host-parameters-alist): New name of | 3550 * ldap.el (ldap-host-parameters-alist): New name of |
3494 `ldap-host-parameters-plist' | 3551 `ldap-host-parameters-plist' |
3495 | 3552 |
3496 1998-06-26 Adrian Aichner <aichner@ecf.teradyne.com> | 3553 1998-06-26 Adrian Aichner <adrian@xemacs.org> |
3497 | 3554 |
3498 * package-get.el: Using (require 'package-get-base), now that it | 3555 * package-get.el: Using (require 'package-get-base), now that it |
3499 provides itself. Consequently removed all instances of (load | 3556 provides itself. Consequently removed all instances of (load |
3500 "package-get-base.el"). | 3557 "package-get-base.el"). |
3501 | 3558 |
3578 | 3635 |
3579 * lisp/font-lock.el | 3636 * lisp/font-lock.el |
3580 (font-lock-match-c++-style-declaration-item-and-skip-to-next): | 3637 (font-lock-match-c++-style-declaration-item-and-skip-to-next): |
3581 Let declaration items contain non-word symbol characters. | 3638 Let declaration items contain non-word symbol characters. |
3582 | 3639 |
3583 1998-06-15 Adrian Aichner <aichner@ecf.teradyne.com> | 3640 1998-06-15 Adrian Aichner <adrian@xemacs.org> |
3584 | 3641 |
3585 * package-get.el (package-get-package-provider): Added autoload | 3642 * package-get.el (package-get-package-provider): Added autoload |
3586 cookie. Loading "package-get-base.el" in ALL functions that use | 3643 cookie. Loading "package-get-base.el" in ALL functions that use |
3587 it. Fixed some (interactive ...) with multiple argument specs | 3644 it. Fixed some (interactive ...) with multiple argument specs |
3588 again. Cosmetic indentation changes. | 3645 again. Cosmetic indentation changes. |
4013 | 4070 |
4014 * msw-mouse.el: New file. Sets up cursor shapes for Windows. | 4071 * msw-mouse.el: New file. Sets up cursor shapes for Windows. |
4015 | 4072 |
4016 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el | 4073 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el |
4017 | 4074 |
4018 1998-05-17 Adrian Aichner <aichner@ecf.teradyne.com> | 4075 1998-05-17 Adrian Aichner <adrian@xemacs.org> |
4019 | 4076 |
4020 * itimer.el (activate-itimer): Fixed usage of integers | 4077 * itimer.el (activate-itimer): Fixed usage of integers |
4021 as argument to `concat'. | 4078 as argument to `concat'. |
4022 | 4079 |
4023 1998-05-17 Glynn Clements <glynn@sensei.co.uk> | 4080 1998-05-17 Glynn Clements <glynn@sensei.co.uk> |