Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 321:19dcec799385 r21-0-58
Import from CVS: tag r21-0-58
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:46:44 +0200 |
parents | afd57c14dfc8 |
children | 4dbe6856a8dc |
comparison
equal
deleted
inserted
replaced
320:73c75c43c1f2 | 321:19dcec799385 |
---|---|
1 1998-12-08 XEmacs Build Bot <builds@cvs.xemacs.org> | |
2 | |
3 * XEmacs 21.0.58 is released | |
4 | |
5 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch> | |
6 | |
7 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton. | |
8 (easy-menu-item-present-p): Wrapper around find-menu-item. | |
9 (easy-menu-remove-item): Wrapper around delete-menu-item. | |
10 | |
11 * menubar.el (delete-menu-item): Add 'from-menu' argument. | |
12 (add-menu-button): Add 'in-menu' argument. | |
13 (add-menu-item-1): Add in-menu support to helper function. | |
14 | |
15 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch> | |
16 | |
17 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change | |
18 of Dec 4, 1997. | |
19 | |
20 1998-11-25 Hrvoje Niksic <hniksic@srce.hr> | |
21 | |
22 * process.el (shell-command-on-region): Report if the command | |
23 succeeded or failed. | |
24 | |
25 1998-11-07 Adrian Aichner <aichner@ecf.teradyne.com> | |
26 | |
27 * msw-faces.el (mswindows-find-smaller-font): Turning font names | |
28 into font instances first, like `x-frob-font-size' does. | |
29 (mswindows-find-larger-font): ditto | |
30 | |
31 1998-11-04 Greg Klanderman <greg@alphatech.com> | |
32 | |
33 * package-ui.el (pui-install-selected-packages): fix args in call | |
34 to `package-get'. | |
35 | |
36 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch> | |
37 | |
38 * package-get.el (host-name): New widget type. | |
39 (package-get-remote): Better customization using new type. | |
40 (package-get-download-sites): idem dito. | |
41 | |
42 (package-get-custom): Do not use package-get-all untill we have | |
43 runtime dependencies. | |
44 | |
45 (package-get-remove-copy): Default to 't' we no longer need this | |
46 kludge as we do not currently use depenencies. | |
47 | |
48 (package-get-was-current): New variable. | |
49 (package-get-require-base): New 'force-current' argument. | |
50 (package-get-update-base): idem | |
51 (package-get-package-provider): idem | |
52 (package-get-locate-index-file): New 'no-remote' argument. | |
53 (package-get-locate-file): idem. | |
54 | |
55 (package-get-maybe-save-index): New function. | |
56 (package-get-update-base): Use it. | |
57 | |
58 1998-10-28 Greg Klanderman <greg@alphatech.com> | |
59 | |
60 * package-get.el (package-get-remote): default to nil; by default, | |
61 don't go out to the net via EFS. They must select a download site. | |
62 (package-get-download-sites): new variable. | |
63 (package-get-download-menu): new function. | |
64 (package-get-locate-index-file): new function. | |
65 (package-get-update-base): use it. | |
66 | |
67 * menubar-items.el (default-menubar): add "Update Package Index" | |
68 and "Add Download Site" menus under Options | Manage Packages. | |
69 | |
70 1998-10-19 Greg Klanderman <greg@alphatech.com> | |
71 | |
72 * package-get.el (package-get): bugfix code checking installed version | |
73 for case where package is not currently installed. | |
74 (package-get-require-signed-base-updates): new variable. | |
75 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was | |
76 deemed not a goot thing. Use the variable | |
77 package-get-allow-unsigned-base-updates instead. | |
78 | |
79 1998-10-16 Greg Klanderman <greg@alphatech.com> | |
80 | |
81 * package-get.el (package-get): Don't install an older version than | |
82 we already have unless explicitly told to. Issue a warning. | |
83 | |
84 * package-ui.el (pui-add-required-packages): when adding | |
85 dependencies, don't add packages that are up to date. | |
86 (pui-package-symbol-char): Don't consider a package out of date | |
87 if you have a newer version installed than the latest version in | |
88 package-get-base. | |
89 | |
90 * package-get.el (package-get-base-filename): document that it may | |
91 be a path relative to package-get-remote; new default value. | |
92 (package-get-locate-file): new function. | |
93 (package-get-update-base): use it to expand package-get-base-filename. | |
94 (package-get-save-base): new function to save the package-get database | |
95 to file. | |
96 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument. | |
97 (package-get-update-base): pass the REMOTE-SOURCE arg. | |
98 (package-get-update-base-entry): call package-get-custom-add-entry. | |
99 (package-get-file-installed-p): removed; no longer needed. | |
100 (package-get-create-custom): ditto. | |
101 (toplevel): remove code to build and load package-get-custom.el | |
102 (package-get-custom-add-entry): new function. | |
103 | |
104 1998-10-12 Hrvoje Niksic <hniksic@srce.hr> | |
105 | |
106 * wid-edit.el (widget-button-click): Don't switch window. | |
107 | |
108 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch> | |
109 | |
110 * cus-face.el (custom-set-face-update-spec): Add autoload cookie | |
111 | |
112 1998-10-15 Greg Klanderman <greg@alphatech.com> | |
113 | |
114 * package-get.el (package-get-update-base): use | |
115 insert-file-contents-internal, not insert-file-contents-literally. | |
116 | |
117 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch> | |
118 | |
119 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at | |
120 dump time. | |
121 | |
122 1998-10-15 Greg Klanderman <greg@alphatech.com> | |
123 | |
124 * package-get.el (package-get-update-base-entry): new function. | |
125 (package-get-update-base): renamed; was `package-get-load-base'. | |
126 cleanup, and use package-get-update-base-from-buffer. | |
127 (package-get-update-base-from-buffer): new function. | |
128 (package-get-update-base-entries): new; helper for above. | |
129 Do not eval lisp grabbed over ftp; parse it from new format. | |
130 | |
131 1998-10-15 Greg Klanderman <greg@alphatech.com> | |
132 | |
133 * files.el (set-auto-mode): Don't play games loading package-get | |
134 database; package-get-package-provider will handle it all. | |
135 | |
136 1998-10-14 Greg Klanderman <greg@alphatech.com> | |
137 | |
138 * package-get.el (package-get-base-filename): new variable. | |
139 (package-get-require-base): new function. | |
140 (package-get-pgp-signed-begin-line): new variable. | |
141 (package-get-pgp-signature-begin-line): ditto. | |
142 (package-get-pgp-signature-end-line): ditto. | |
143 (package-get-load-base): new function. | |
144 (package-get-interactive-package-query): | |
145 (package-get-update-all): | |
146 (package-get-dependencies): | |
147 (package-get-package-provider): | |
148 (package-get-custom): use package-get-require-base. | |
149 [package-get-custom loading]: disable for now. | |
150 | |
151 * package-ui.el (pui-list-packages): use (package-get-require-base) | |
152 | |
153 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch> | |
154 | |
155 * package-ui.el: Correct obvious thinko in choosing extent face. | |
156 | |
157 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch> | |
158 | |
159 * menubar-items.el (default-menubar): pui-list-package has nothing | |
160 to with Customize. Move all the package stuff to a new Item in Options. | |
161 | |
162 * package-ui.el (pui-menu): Add menu and Popup menu. | |
163 | |
164 * package-get.el (package-get): Use new | |
165 package-admin-get-install-dir. | |
166 | |
167 * package-admin.el (package-admin-get-install-dir): New syntax. | |
168 Conserve package location and put mule packages where mule-base is. | |
169 | |
170 * package-get.el : Customized | |
171 | |
172 * package-ui.el (pui): Customized | |
173 (pui-package-install-dest-dir): New variable. | |
174 (pui-install-selected-packages): Use it | |
175 | |
176 1998-10-12 SL Baur <steve@altair.xemacs.org> | |
177 | |
178 * package-get.el (package-get-interactive-package-query): Move | |
179 dependency on package-get-base to run-time. | |
180 (package-get-update-all): Ditto. | |
181 (package-get-dependencies): Ditto. | |
182 (package-get-package-provider): Ditto. | |
183 (package-get-custom): Ditto. | |
184 | |
185 1998-10-11 Glynn Clements <glynn@sensei.co.uk> | |
186 | |
187 * events.el: Remove 'ascii-character property from 'backspace | |
188 and 'delete symbols | |
189 | |
190 1998-10-11 SL Baur <steve@altair.xemacs.org> | |
191 | |
192 * package-get-base.el: removed. | |
193 | |
194 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch> | |
195 | |
196 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local | |
197 | |
198 1998-10-07 Greg Klanderman <greg@alphatech.com> | |
199 | |
200 * package-admin.el (package-admin-rmtree): rewritten. need to | |
201 check for "." and ".." before symlink check. expand files and | |
202 directories with respect to DIRECTORY, not default-directory. | |
203 | |
204 1998-10-04 Greg Klanderman <greg@alphatech.com> | |
205 | |
206 * package-get.el (package-get-all): add INSTALL-DIR argument. | |
207 | |
208 1998-10-06 Greg Klanderman <greg@alphatech.com> | |
209 | |
210 * package-ui.el (pui-add-required-packages): new function, select | |
211 dependent packages. | |
212 (pui-display-keymap): bind it. | |
213 (pui-help-string): document it. | |
214 (pui-install-selected-packages): package-get-all -> package-get. | |
215 | |
216 * package-get.el (package-get-dependencies): new function. | |
217 | |
218 1998-10-04 Hrvoje Niksic <hniksic@srce.hr> | |
219 | |
220 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for | |
221 regexps. | |
222 | |
223 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch> | |
224 | |
225 * package-admin.el (package-admin-delete-binary-package): | |
226 General cleanup. Remove unnessary use of progn and | |
227 save-excursion. | |
228 (package-admin-delete-binary-package): Do NOT mess with file | |
229 modes. That is evil. | |
230 (package-admin-delete-binary-package): Wrap all deleting in | |
231 condition-case. The data in MANIFEST is untrustworthy. | |
232 (package-admin-delete-binary-package): Let the OS worry about non | |
233 empty directories. | |
234 | |
235 1998-10-09 SL Baur <steve@altair.xemacs.org> | |
236 | |
237 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment | |
238 processing. | |
239 (lm-report-bug): Fix mail address to send bug reports to. | |
240 | |
1 1998-09-29 SL Baur <steve@altair.xemacs.org> | 241 1998-09-29 SL Baur <steve@altair.xemacs.org> |
2 | 242 |
3 * XEmacs 21.0-pre14 is released. | 243 * XEmacs 21.0-pre14 is released. |
4 | 244 |
5 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch> | 245 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch> |