Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 420:41dbb7a9d5f2 r21-2-18
Import from CVS: tag r21-2-18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:24:09 +0200 |
parents | e804706bfb8c |
children | 95016f13131a |
comparison
equal
deleted
inserted
replaced
419:66615b78f1a5 | 420:41dbb7a9d5f2 |
---|---|
1 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
2 | |
3 * XEmacs 21.2.18 is released | |
4 | |
5 1999-07-13 SL Baur <steve@miho> | |
6 | |
7 * lib-complete.el (read-library-name): Revert previous change. | |
8 (read-library): Ditto. | |
9 | |
10 1999-06-24 Karl M. Hegbloom <karlheg@debian.org> | |
11 | |
12 * packages.el (packages-package-list): Capitalize docstring. | |
13 | |
14 * packages.el (packages-find-package-library-path): Use #'nconc | |
15 rather than #'append to reduce consing -- #'mapcar uses Flist, | |
16 which returns a freshly consed list. #'append would create yet | |
17 another fresh list, using Fmake_list in concat. | |
18 | |
19 * packages.el (package-provide): Use setq with remassq like it | |
20 says in its docstring. | |
21 | |
22 1999-07-06 SL Baur <steve@miho.m17n.org> | |
23 | |
24 * lib-complete.el (progn-with-message): Fix typo. | |
25 | |
26 1999-07-06 SL Baur <steve@miho.m17n.org> | |
27 | |
28 * mule/mule-misc.el (char-octet): Make function match docstring. | |
29 From Katsumi Yamaoka <yamaoka@jpl.org> | |
30 | |
31 1999-06-15 Karl M. Hegbloom <karlheg@debian.org> | |
32 | |
33 * wid-edit.el (widget-documentation): corrected spelling error. | |
34 | |
35 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com> | |
36 | |
37 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find | |
38 keys if already bound | |
39 | |
40 1999-07-06 SL Baur <steve@miho.m17n.org> | |
41 | |
42 * lib-complete.el (progn-with-message): Revert previous changes. | |
43 | |
44 1999-06-24 Bob Weiner <weiner@beopen.com> | |
45 | |
46 * lib-complete.el (find-library): | |
47 (find-library-other-window): | |
48 (find-library-other-frame): Completely rewrote | |
49 so that these functions actually work when called non-interactively. | |
50 Also made them handle LIBRARY arguments which end with .el or .elc. | |
51 | |
52 1999-06-24 Bob Weiner <weiner@beopen.com> | |
53 | |
54 * simple.el (indent-new-comment-line): Locally bound | |
55 `block-comment-start' to `comstart' or else when this is called | |
56 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil | |
57 `block-comment-start' value, ignoring any existing spacing after a | |
58 comment prefix in the previous line and producing ugly comments. | |
59 | |
60 1999-06-23 Bob Weiner <weiner@beopen.com> | |
61 | |
62 * list-mode.el (mouse-choose-completion): | |
63 (choose-completion): | |
64 (completion-switch-to-minibuffer): Added. | |
65 ([Tab]): [Tab] previously switched to the minibuffer | |
66 but since [space] does that and since most applications in the | |
67 world use [Tab] to select the next item in a list, do that in the | |
68 *Completions* buffer too. This will cause the least confusion | |
69 among the largest population of users. -- Bob Weiner, BeOpen.com, | |
70 06/23/1999. | |
71 | |
72 1999-06-22 Bob Weiner <weiner@beopen.com> | |
73 | |
74 * help.el (help-buffer-name): Added support for a null value | |
75 of `help-buffer-prefix-string' since some buffers require no | |
76 prefix. | |
77 | |
78 1999-06-20 Bob Weiner <weiner@beopen.com> | |
79 | |
80 * list-mode.el (completion-list-mode-quit): Added and bound to {q} | |
81 in the completion-list-mode-map to bury the completions buffer | |
82 even when the minibuffer is no longer active. | |
83 | |
84 1999-06-20 Bob Weiner <weiner@beopen.com> | |
85 | |
86 * list-mode.el (list-mode): It is visually disconcerting to have | |
87 the text cursor disappear within list buffers, especially when | |
88 moving from window to window, so leave it visible. | |
89 | |
90 1999-07-01 SL Baur <steve@miho.m17n.org> | |
91 | |
92 * menubar-items.el (default-menubar): Conditionalize the bug | |
93 report menu item (which may not be possible in this XEmacs). | |
94 Reported by: Ken'ichi Handa <handa@etl.go.jp> | |
95 | |
96 1999-06-30 SL Baur <steve@miho.m17n.org> | |
97 | |
98 * subr.el (with-current-buffer): DOC string fix. | |
99 Suggested by Bob Weiner <weiner@altrasoft.com> | |
100 | |
101 1999-06-25 Charles G Waldman <cgw@fnal.gov> | |
102 | |
103 * cus-face.el (custom-face-italic): insert missing args | |
104 | |
105 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
106 | |
107 * packages.el (package-locations): Changed default early package | |
108 hierarchies to ~/.xemacs/mule-packages and | |
109 ~/.xemacs/xemacs-packages. | |
110 | |
111 1999-06-23 SL Baur <steve@miho.m17n.org> | |
112 | |
113 * mule/mule-category.el (Top Level): ASCII is also latin-1. | |
114 | |
115 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
116 | |
117 * packages.el (package-locations): Changed default early package | |
118 hierarchy to ~/.xemacs/packages. | |
119 (package-locations): Removed `packages' as a possible name for a | |
120 late package hierarchy. | |
121 | |
122 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp> | |
123 | |
124 * mule/mule-category.el (word-combining-categories): Set up new | |
125 variable. | |
126 (word-separating-categories): Likewise. | |
127 | |
1 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | 128 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> |
2 | 129 |
3 * XEmacs 21.2.17 is released | 130 * XEmacs 21.2.17 is released |
4 | 131 |
5 1999-06-17 Robert Pluim <rpluim@bigfoot.com> | 132 1999-06-17 Robert Pluim <rpluim@bigfoot.com> |