Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 080151679be2 |
children | 8de8e3f6228a |
comparison
equal
deleted
inserted
replaced
437:e2a4e8b94b82 | 438:84b14dcb0985 |
---|---|
1 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * XEmacs 21.2.27 is released. | |
4 | |
5 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
6 | |
7 * process.el (shell-command-to-string): Use the FSF docstring. | |
8 Make shell-command-to-string the standard function, and | |
9 exec-to-string the (deprecated) alias. | |
10 | |
11 * startup.el: typo fix. | |
12 | |
13 2000-01-16 Martin Buchholz <martin@xemacs.org> | |
14 | |
15 * mule/mule-misc.el (char-octet): Move back into mule-charset.c. | |
16 | |
17 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
18 | |
19 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible | |
20 buffers after visible buffers. | |
21 (sort-buffers-menu-by-mode-then-alphabetically): Ditto. | |
22 | |
23 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
24 | |
25 * info.el (Info-extract-menu-node-name): Stop at a dot | |
26 followed by whitespace or right parenthesis. | |
27 | |
28 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr> | |
29 | |
30 * info.el (Info-directory-list): Warn against using Customize with | |
31 Info-directory-list. | |
32 | |
33 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com> | |
34 | |
35 * minibuf.el (read-file-name): doc fix. | |
36 | |
37 * autoload.el (update-file-autoloads): doc fix. | |
38 | |
39 * about.el (about-hackers): Change my E-mail address. | |
40 | |
41 2000-01-13 Martin Buchholz <martin@xemacs.org> | |
42 | |
43 * info.el (Info-visit-file): Just use the `f' interactive spec to | |
44 read a filename in the standard way. | |
45 | |
46 2000-01-13 Andy Piper <andy@xemacs.org> | |
47 | |
48 * gutter-items.el (gutter-buffers-tab-orientation): new variable. | |
49 (gutter-buffers-tab-extent): new variable. | |
50 (update-tab-in-gutter): call add-tab-to-gutter again if the | |
51 orientation has changed. | |
52 (add-tab-to-gutter): cope with different orientations. | |
53 | |
54 2000-01-11 Didier Verna <didier@xemacs.org> | |
55 | |
56 * info.el (Info-following-node-name): backward-skip dots as well | |
57 as spaces (dots at the end of a node name aren't part of it). | |
58 (Info-extract-menu-node-name): don't skip dots. There could be | |
59 some in the node name. | |
60 (Info-index): allow dots to be part of a node name. | |
61 | |
62 2000-01-12 Andreas Jaeger <aj@suse.de> | |
63 | |
64 * files.el (auto-mode-alist): Added idlwave-mode. | |
65 Patch by Carsten Dominik <dominik@astro.uva.nl>. | |
66 | |
67 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
68 | |
69 * info.el (Info-search): Show default value. | |
70 | |
71 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
72 | |
73 * info.el (Info-read-node-completion-table): New variable. | |
74 (Info-read-node-name-1): New function. | |
75 (Info-read-node-name): Use it. | |
76 (Info-follow-reference): Use DEFAULT argument of completing-read. | |
77 (Info-menu): Ditto. | |
78 | |
79 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
80 | |
81 * hyper-apropos.el (hyper-describe-key-briefly): Save | |
82 window configuration. | |
83 (hyper-describe-face): Use DEFAULT of completing-read. | |
84 (hyper-apropos-read-variable-symbol): Ditto. | |
85 (hyper-apropos-read-function-symbol): Ditto. | |
86 | |
87 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
88 | |
89 * mule/mule-cmds.el (set-default-coding-system): Set | |
90 comint-exec-hook to use coding-system-for-read and | |
91 coding-system-for-write so that C-x RET c works. | |
92 | |
93 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
94 | |
95 * minibuf.el (minibuffer-confirm-incomplete): Customize. | |
96 (previous-matching-history-element): Increment | |
97 minibuffer-max-depth by 1. | |
98 (next-matching-history-element): Ditto. | |
99 | |
100 2000-01-11 Andy Piper <andy@xemacs.org> | |
101 | |
102 * gutter-items.el (buffers-tab): Create a new face for the buffers | |
103 tab. | |
104 (buffers-tab-face): use it. | |
105 | |
106 2000-01-10 Didier Verna <didier@xemacs.org> | |
107 | |
108 * modeline.el (modeline-scrolling-method): change modeline X | |
109 cursor appearance according to the value. | |
110 | |
111 2000-01-07 Andreas Jaeger <aj@suse.de> | |
112 | |
113 * about.el (about-hackers): Moved my entry to contributor list. | |
114 (xemacs-hackers): Added myself. | |
115 (about-maintainer-info): Added description of myself. | |
116 | |
117 | |
118 2000-01-07 Didier Verna <didier@xemacs.org> | |
119 | |
120 * modeline.el (modeline-scrolling-method): new variable. | |
121 (mouse-drag-modeline): add reference to it in the docstring. | |
122 (mouse-drag-modeline): handle it. | |
123 | |
124 2000-01-08 Andy Piper <andy@xemacs.org> | |
125 | |
126 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow | |
127 calls. | |
128 (remove-buffer-from-gutter-tab): ditto. | |
129 | |
130 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk> | |
131 | |
132 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
133 (custom-face-edit): Fix grammatical error in help message. | |
134 | |
135 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
136 | |
137 * movemail.el: Added. | |
138 | |
139 * dumped-lisp.el (preloaded-file-list): Added movemail.el. | |
140 | |
141 2000-01-03 Didier Verna <didier@xemacs.org> | |
142 | |
143 * modeline.el (mouse-drag-modeline): remove the code related to | |
144 the modeline horizontal scrolling facility. | |
145 | |
1 1999-12-31 Martin Buchholz <martin@xemacs.org> | 146 1999-12-31 Martin Buchholz <martin@xemacs.org> |
2 | 147 |
3 * XEmacs 21.2.26 is released. | 148 * XEmacs 21.2.26 is released. |
4 | 149 |
5 1999-12-28 Andy Piper <andy@xemacs.org> | 150 1999-12-28 Andy Piper <andy@xemacs.org> |
31 Return char instead of character. Search for undefined one. | 176 Return char instead of character. Search for undefined one. |
32 (describe-category): Use with-displaying-help-buffer. | 177 (describe-category): Use with-displaying-help-buffer. |
33 | 178 |
34 1999-12-21 Martin Buchholz <martin@xemacs.org> | 179 1999-12-21 Martin Buchholz <martin@xemacs.org> |
35 | 180 |
36 * byte-optimize.el (byte-optimize-plus): | 181 * byte-optimize.el (byte-optimize-plus): |
37 Optimize (+ 1) to 1 instead of (1+ nil). | 182 Optimize (+ 1) to 1 instead of (1+ nil). |
38 | 183 |
39 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before). | 184 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before). |
40 | 185 |
41 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead. | 186 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead. |
62 * package-get.el (package-get-maybe-save-index): Fixed typo. | 207 * package-get.el (package-get-maybe-save-index): Fixed typo. |
63 Patch by Jeff Miller <jmiller@smart.net>. | 208 Patch by Jeff Miller <jmiller@smart.net>. |
64 | 209 |
65 1999-12-13 Charles G Waldman <cgw@alum.mit.edu> | 210 1999-12-13 Charles G Waldman <cgw@alum.mit.edu> |
66 | 211 |
67 * gnuserv.el (gnuserv-process-filter): don't call | 212 * gnuserv.el (gnuserv-process-filter): don't call |
68 gnuserv-write-to-client when gnuserv-current-client is nil | 213 gnuserv-write-to-client when gnuserv-current-client is nil |
69 | 214 |
70 1999-12-14 Martin Buchholz <martin@xemacs.org> | 215 1999-12-14 Martin Buchholz <martin@xemacs.org> |
71 | 216 |
72 * XEmacs 21.2.24 is released. | 217 * XEmacs 21.2.24 is released. |
264 * faces.el (init-device-faces): Don't initialize the random faces | 409 * faces.el (init-device-faces): Don't initialize the random faces |
265 on the stream device. | 410 on the stream device. |
266 | 411 |
267 1999-10-06 Andy Piper <andy@xemacs.org> | 412 1999-10-06 Andy Piper <andy@xemacs.org> |
268 | 413 |
269 * files.el (recover-file): Don't use ls under windows for revert buffer. | 414 * files.el (recover-file): Don't use ls under windows for revert buffer. |
270 | 415 |
271 1999-09-25 Adrian Aichner <adrian@xemacs.org> | 416 1999-09-25 Adrian Aichner <adrian@xemacs.org> |
272 | 417 |
273 * package-get.el (package-get-download-menu): Make menu really | 418 * package-get.el (package-get-download-menu): Make menu really |
274 toggle download sites. | 419 toggle download sites. |
283 * setup-paths.el (paths-find-exec-directory): Add missing nil | 428 * setup-paths.el (paths-find-exec-directory): Add missing nil |
284 parameter for environment. | 429 parameter for environment. |
285 | 430 |
286 1999-09-27 Martin Buchholz <martin@xemacs.org> | 431 1999-09-27 Martin Buchholz <martin@xemacs.org> |
287 | 432 |
288 * modeline.el (modeline-format): | 433 * modeline.el (modeline-format): |
289 Only purecopy the strings. Else | 434 Only purecopy the strings. Else |
290 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal) | 435 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal) |
291 barfs. | 436 barfs. |
292 | 437 |
293 1999-08-28 Mike Woolley <mike@bulsara.com> | 438 1999-08-28 Mike Woolley <mike@bulsara.com> |
294 | 439 |
349 * files.el (user-init-file): Default to NIL so we can recognize | 494 * files.el (user-init-file): Default to NIL so we can recognize |
350 when it's set. | 495 when it's set. |
351 | 496 |
352 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | 497 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> |
353 | 498 |
354 * obsolete.el (init-file-user): | 499 * obsolete.el (init-file-user): |
355 * startup.el: | 500 * startup.el: |
356 * packages.el (packages-compute-package-locations): | 501 * packages.el (packages-compute-package-locations): |
357 * package-get.el (package-get-user-index-filename): | 502 * package-get.el (package-get-user-index-filename): |
358 * menubar-items.el (maybe-add-init-button): | 503 * menubar-items.el (maybe-add-init-button): |
359 * info.el (Info-annotations-path): | 504 * info.el (Info-annotations-path): |
360 * dump-paths.el: | 505 * dump-paths.el: |
361 Change `user-init-directory' to be an absolute path. | 506 Change `user-init-directory' to be an absolute path. |
362 Use `user-init-directory' where appropriate. | 507 Use `user-init-directory' where appropriate. |
363 Zap `init-file-user' and its uses. | 508 Zap `init-file-user' and its uses. |
364 | 509 |
365 1999-09-09 Hrvoje Niksic <hniksic@srce.hr> | 510 1999-09-09 Hrvoje Niksic <hniksic@srce.hr> |
418 | 563 |
419 * cl-extra.el (mapc): Resurrect. | 564 * cl-extra.el (mapc): Resurrect. |
420 | 565 |
421 1999-09-03 Hrvoje Niksic <hniksic@srce.hr> | 566 1999-09-03 Hrvoje Niksic <hniksic@srce.hr> |
422 | 567 |
423 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete | 568 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete |
424 alias. | 569 alias. |
425 | 570 |
426 * isearch-mode.el (isearch-top-state): Restore isearch-word. | 571 * isearch-mode.el (isearch-top-state): Restore isearch-word. |
427 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard. | 572 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard. |
428 (isearch-yank-clipboard): Use get-clipboard instead of | 573 (isearch-yank-clipboard): Use get-clipboard instead of |
492 (isearch-highlight): Ditto. | 637 (isearch-highlight): Ditto. |
493 (isearch-dehighlight): Ditto. | 638 (isearch-dehighlight): Ditto. |
494 (isearch-update-ring): New function. | 639 (isearch-update-ring): New function. |
495 (isearch-done): Call it. | 640 (isearch-done): Call it. |
496 (isearch-done): New argument EDIT. | 641 (isearch-done): New argument EDIT. |
497 (isearch-repeat): If search string is empty, look up at the car of | 642 (isearch-repeat): If search string is empty, look up at the car of |
498 the search ring; ignore the yank pointer. | 643 the search ring; ignore the yank pointer. |
499 (isearch-abort): Call isearch-done with NOPUSH. | 644 (isearch-abort): Call isearch-done with NOPUSH. |
500 (isearch-cancel): New function. | 645 (isearch-cancel): New function. |
501 (isearch-mode-map): Bind it to ESC ESC ESC. | 646 (isearch-mode-map): Bind it to ESC ESC ESC. |
502 | 647 |
522 (isearch-toggle-case-fold): Set it. | 667 (isearch-toggle-case-fold): Set it. |
523 (isearch-fix-case): Make sure isearch-toggle-case-fold works -- | 668 (isearch-fix-case): Make sure isearch-toggle-case-fold works -- |
524 need to check isearch-fixed-case. | 669 need to check isearch-fixed-case. |
525 (isearch-toggle-case-fold): Update highlighting of all matches | 670 (isearch-toggle-case-fold): Update highlighting of all matches |
526 before the pause. | 671 before the pause. |
527 (isearch-edit-string): | 672 (isearch-edit-string): |
528 | 673 |
529 1999-09-01 Hrvoje Niksic <hniksic@srce.hr> | 674 1999-09-01 Hrvoje Niksic <hniksic@srce.hr> |
530 | 675 |
531 * isearch-mode.el (isearch-edit-string): Call isearch-message | 676 * isearch-mode.el (isearch-edit-string): Call isearch-message |
532 before reading the event so that the prompt is displayed properly. | 677 before reading the event so that the prompt is displayed properly. |
606 | 751 |
607 1999-08-29 Hrvoje Niksic <hniksic@srce.hr> | 752 1999-08-29 Hrvoje Niksic <hniksic@srce.hr> |
608 | 753 |
609 * faces.el (isearch-secondary): Create face here. | 754 * faces.el (isearch-secondary): Create face here. |
610 | 755 |
611 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use | 756 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use |
612 timers. | 757 timers. |
613 | 758 |
614 1999-08-27 Hrvoje Niksic <hniksic@srce.hr> | 759 1999-08-27 Hrvoje Niksic <hniksic@srce.hr> |
615 | 760 |
616 * subr.el (buffer-string): More robust backward compatibility | 761 * subr.el (buffer-string): More robust backward compatibility |