comparison lisp/ChangeLog @ 195:a2f645c6b9f8 r20-3b24

Import from CVS: tag r20-3b24
author cvs
date Mon, 13 Aug 2007 09:59:05 +0200
parents f53b5ca2e663
children acd284d43ca1
comparison
equal deleted inserted replaced
194:2947057885e5 195:a2f645c6b9f8
1 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
2
3 * custom/cus-dep.el (Custom-make-dependencies): Minor fixes.
4
5 1997-09-27 SL Baur <steve@altair.xemacs.org>
6
7 * packages/completion.el: Remove keybinding of M-return for
8 hyperbole.
9 (completion-kill-region): The version of this function in InfoDock
10 4.0pre was very broken for XEmacs due to active region handling
11 and because it didn't set the `this-command' variable properly
12 when doing a kill.
13 From: Bob Weiner <weiner@altrasoft.com>
14
15 1997-09-26 SL Baur <steve@altair.xemacs.org>
16
17 * utils/autoload.el: Removed code dealing with customization.
18 (update-file-autoloads): Fix typo in DOC string, remove custom code.
19 (update-autoloads-from-directory): Remove custom code.
20 (batch-update-autoloads): Fix DOC string, remove custom code.
21 (batch-update-directory): Fix DOC string, remove custom code.
22
23 1997-09-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
24
25 * prim/help.el (describe-function-at-point): new function.
26 (describe-variable-at-point): ditto.
27 (help-next-symbol): ditto.
28 (help-prev-symbol): ditto.
29 (describe-function): Mention `find-function-function' in
30 docstring. Use `function-history' in completing-read.
31 (describe-function-1): Only print one filename, even if we know
32 two! Use `variable-history' in completing-read.
33 (where-is): Mention `find-function-function' in docstring.
34 (find-function-function): improve docstring.
35 (find-function-noselect): Remove optional arg. Now finds
36 libraries explicitly loaded from outside `load-path' as it should.
37 Search also for cl's defun*. Return a pair instead of a list.
38 (find-function-read-function): use `function-history'.
39 (find-function-do-it): new function.
40 (find-function): Remove optional arg. Use `find-function-do-it'.
41 (find-function-other-window): ditto.
42 (find-function-other-frame): ditto.
43 (find-function-at-point): new function.
44
45 1997-09-26 Hrvoje Niksic <hniksic@srce.hr>
46
47 * custom/cus-edit.el: Issue a message about loading customization
48 dependencies.
49
50 * custom/wid-edit.el (widget-map-buttons): Fixed typo.
51
52 1997-09-25 SL Baur <steve@altair.xemacs.org>
53
54 * prim/files.el (after-find-file): Revert synch to Emacs 20 and
55 restore old directory creation behavior.
56
57 1997-09-25 Hrvoje Niksic <hniksic@srce.hr>
58
59 * custom/wid-edit.el (widget-button-or-field-extent): New
60 function.
61 (widget-next-button-or-field): Use it.
62 (widget-previous-button-or-field): Ditto.
63 (widget-move): Don't signal an error when there is only one widget
64 in the buffer.
65 (widget-push-button-value-create): Cache glyphs themselves,
66 instead of instantiators.
67 (widget-documentation-string-value-create): Better help echo
68 (widget-mouse-help): Use `functionp'.
69 (widget-echo-help): Ditto.
70
71 1997-09-25 SL Baur <steve@altair.xemacs.org>
72
73 * prim/glyphs.el (init-glyphs): Fix jpeg signature.
74
75 1997-09-24 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
76
77 * modes/lazy-shot.el (lazy-shot-shot-function): make the message
78 be displayed as progress.
79
80 1997-09-25 Hrvoje Niksic <hniksic@srce.hr>
81
82 * comint/telnet.el: Minor custom changes.
83
84 * custom/wid-edit.el (widget-field-action): Edit the value in the
85 minibuffer.
86
87 * custom/cus-edit.el (custom-group-value-create): Renamed `Go to
88 Group' tag to `Open'.
89
90 * custom/wid-edit.el (widget-shadow-subrs): New variable.
91 (widget-url-link-help-echo): New function.
92 (url-link): Use it.
93 (widget-emacs-library-link-help-echo): New function.
94 (emacs-library-link): Use it.
95
96 1997-09-24 Hrvoje Niksic <hniksic@srce.hr>
97
98 * custom/wid-edit.el (widget-glyph-insert-glyph): Encode the
99 widget information to extent, not to the glyph.
100 (widget-glyph-click): Extract the widget from the extent, not the
101 glyph.
102 (widget-glyph-find): Set up a glyph cache.
103
104 * prim/about.el: Use :button-prefix and :button-suffix instead of
105 the variables.
106
107 * custom/wid-edit.el (widget-field-keymap): Bind Sh-TAB to
108 `widget-backward'.
109 (widget-specify-field): Use extents, not overlays.
110 (widget-specify-button): Ditto.
111 (widget-specify-sample): Ditto.
112 (widget-specify-inactive): Ditto.
113 (widget-button-click): Ditto.
114 (widget-field-value-create): Ditto.
115 (widget-field-value-delete): Ditto.
116 (widget-color-notify): Ditto.
117 (widget-setup): Ditto.
118 (widget-map-buttons): Use `map-extents'.
119 (widget-keymap): Made `global-map' its parent.
120 (widget-next-button-or-field): New function.
121 (widget-previous-button-or-field): Ditto.
122 (widget-move): Use them.
123
124 * custom/custom.el (custom-group-hash-table): Use
125 `make-hashtable', with initial size 300.
126 (custom-add-to-group): Update hash-table unconditionally.
127
128 1997-09-24 SL Baur <steve@altair.xemacs.org>
129
130 * prim/packages.el (packages-useful-lisp): Arrange to bytecompile
131 shadow.elc early.
132
133 1997-09-22 Karl M. Hegbloom <karlheg@inetarena.com>
134
135 * x11/x-toolbar.el (Info-frame-plist): Added.
136 (toolbar-info) Use new plist variable to make-frame.
137
138 1997-09-24 Hrvoje Niksic <hniksic@srce.hr>
139
140 * custom/wid-edit.el (widget-button1-click): Would bug out on
141 events with no bindings.
142
143 * custom/cus-edit.el (custom-group-value-create): Update members
144 after loading the widget.
145 (custom-group-link-help-echo): New function.
146 (custom-group-link): Use it.
147
148 * prim/cus-load.el (custom-put): Update
149 `custom-parent-hash-table'.
150
151 * custom/cus-edit.el (custom-add-parent-links): Use
152 `custom-group-hash-table' to map the groups.
153
154 * custom/custom.el (custom-parent-hash-table): New variable.
155 (custom-add-to-group): Use it.
156
157 * prim/cus-load.el: Don't issue message for every loaded file.
158
159 * custom/cus-edit.el (custom-group-prompt): New function.
160 (customize): Use it.
161 (customize-other-window): Ditto.
162
163 * custom/wid-edit.el (widget-field-keymap): Bind TAB to
164 `widget-forward'.
165
166 1997-09-23 Hrvoje Niksic <hniksic@srce.hr>
167
168 * custom/cus-edit.el: Use `display-message' to indicate progress
169 messages.
170 (customize-set-variable): Use the third argument to `get'.
171 (customize-save-variable): Ditto.
172 (custom-variable-value-create): Ditto.
173 (custom-variable-state-set): Ditto.
174 (custom-variable-set): Ditto.
175 (custom-variable-save): Ditto.
176 (custom-variable-reset-saved): Ditto.
177 (custom-variable-reset-standard): Ditto.
178
179 * custom/cus-edit.el: Removed C-coded routines.
180
181 * custom/cus-edit.el (custom-buffer-create-internal): Print a
182 limited number of messages.
183 (custom-group-value-create): Ditto.
184
185 * custom/wid-edit.el (widget-editable-list-value-get): Revert to
186 `append'.
187
188 1997-09-22 Colin Rafferty <craffert@ml.com>
189
190 * modes/lazy-shot.el (lazy-shot-shot-function): Made it do its
191 work in the correct buffer. Also, changed obsolete
192 function call to non-obsolete version.
193
194 1997-09-22 Colin Rafferty <craffert@ml.com>
195
196 * utils/shadow.el (find-emacs-lisp-shadows): Removed extra slash
197 between directory and filename.
198
199 1997-09-23 SL Baur <steve@altair.xemacs.org>
200
201 * ilisp/Makefile (SHELL): Remove dependency on /bin/csh.
202
203 1997-09-23 Hrvoje Niksic <hniksic@srce.hr>
204
205 * custom/wid-edit.el (widget-move): Use `incf'.
206 (widget-after-change): Ditto.
207 (widget-field-value-get): Ditto.
208 (widget-info-link-help-echo): New function.
209 (info-link): Use it.
210
211 * custom/cus-edit.el (custom-last): Removed.
212 (custom-buffer-create-internal): Use `incf'.
213 (custom-group-value-create): Ditto.
214
215 * packages/auto-save.el: Minor custom fixes.
216
217 * prim/cus-dep.el (Custom-make-dependencies): Generate correct
218 output wrt `custom-put'.
219
220 * custom/wid-edit.el (widget-tabable-at): Use `widget-at'.
221
222 * custom/cus-edit.el (custom-group-value-create): Use
223 `custom-group-visibility' instead of `group-visibility'.
224
225 * prim/help.el (help-map): Bound `C-h C' to `customize'.
226
227 * custom/wid-edit.el (widget-princ-to-string): Don't use `let'.
228 (widget-clear-undo): Removed current-buffer argument.
229 (widget-choose): Use minibuffer when there are more than 10 items.
230
231 1997-09-22 Hrvoje Niksic <hniksic@srce.hr>
232
233 * custom/cus-edit.el (custom-button-face): Made it bold.
234 (custom-group-value-create): Change outlook of buffer.
235 (custom-buffer-create-internal): Ditto.
236 (custom-menu-nesting): Removed -- was unused by XEmacs.
237 (custom-menu-create): Don't use `custom-menu-nesting'.
238 (custom-group-menu-create): Define unconditionally.
239 (customize-menu-create): Ditto.
240 (custom-unlispify-menu-entry): Use `with-current-buffer'.
241
242 * custom/wid-edit.el (widget-checklist-match-inline): Revert to
243 `append'.
244 (widget-checklist-value-get): Ditto.
245 (widget-editable-list-match-inline): Ditto.
246 (widget-group-match-inline): Ditto.
247 (widget-glyph-find): Removed compatibility checks; use
248 `locate-data-directory'.
249 (widget-glyph-find): Use backquotes.
250 (widget-push-button-value-create): Ditto.
251 (widget-choice-mouse-down-action): Don't use `window-system'.
252 (widget-transpose-chars): New function.
253 (widget-text-keymap): Use it.
254 (widget-princ-to-string): Use `with-current-buffer'.
255 (widget-map-buttons): Ditto.
256 (widget-push-button-gui): Set to value of `widget-glyph-enable' by
257 default.
258 (widget-push-button-value-create): Call `widget-specify-button'.
259
260 * utils/mail-extr.el: Customized.
261
262 1997-09-21 SL Baur <steve@altair.xemacs.org>
263
264 * packages/man.el: Reverse manual prefix patch.
265
266 1997-09-21 Karl M. Hegbloom <karlheg@inetarena.com>
267
268 * packages/man.el: Got rid of the `stars', and hard coded a prefix
269 of "Man: " for manual-entry buffers.
270
271 1997-09-21 Hrvoje Niksic <hniksic@srce.hr>
272
273 * custom/cus-face.el (frame-background-mode): Renamed from
274 `custom-background-mode'.
275 (frame-background-mode): Rewritten.
276
277 * x11/x-menubar.el: Customized.
278
279 * custom/cus-face.el (face-spec-set-match-display): Use `warn' for
280 warnings.
281
282 * x11/x-font-menu.el: Customized.
283
284 * modes/reftex.el: Add prefixes to customization groups.
285
286 * custom/cus-edit.el (customize): Accept GROUP.
287 (customize-group): Defalias to `customize'.
288 (customize-other-window): New function.
289 (customize-group-other-window): Alias to `customize-other-window'.
290
291 * custom/wid-edit.el (widget-choose): Now works with
292 `widget-menu-minibuffer-flag' set to nil.
293 (widget-menu-minibuffer-flag): Default to nil.
294 (widget-specify-insert): Use new blackquote syntax.
295 (widget-checklist-value-get): Ditto.
296 (widget-map-buttons): Ditto.
297 (widget-checklist-match-inline): Ditto.
298 (widget-editable-list-match-inline): Ditto.
299 (widget-group-match-inline): Ditto.
300 (widget-checklist-match-inline): Use `nconc'.
301 (widget-keymap): Bind `M-tab' to `widget-backward'.
302
303 * prim/help.el (find-function-noselect): `locate-library' is
304 compression-aware; don't duplicate the work.
305
306 * prim/packages.el (packages-hardcoded-lisp): Remove "cl-defs".
307
308 * custom/wid-edit.el: Use `remove-if'.
309 (widget-glyph-directory): Use `locate-data-directory'.
310
311 * custom/cus-edit.el (custom-unlispify-remove-prefixes): Default
312 to t.
313
314 * custom/wid-edit.el: Removed *lots* of compatibility stuff.
315
316 * custom/wid-edit.el: (widget-editable-list-value-get): Apply
317 `nconc' instead of `append'.
318
319 * custom/wid-edit.el: Ditto.
320
321 * custom/cus-edit.el: Ditto.
322
323 * custom/custom.el: Use `mapc' instead of `mapcar', where
324 appropriate.
325
326 * custom/wid-edit.el: Ditto.
327
328 * custom/cus-edit.el: Ditto.
329
330 * custom/custom.el: Ditto.
331
332 * custom/widget.el: Don't define widget keywords.
333
334 1997-09-21 Joel Peterson <tarzan@aosi.com>
335
336 * prim/menubar.el: use normalize-menu-item-name instead of downcase
337 to compare menu item names.
338
1 1997-09-20 Hrvoje Niksic <hniksic@srce.hr> 339 1997-09-20 Hrvoje Niksic <hniksic@srce.hr>
2 340
3 * packages/etags.el: Lots of changes. 341 * packages/etags.el: Lots of changes.
4 342
5 1997-09-20 SL Baur <steve@altair.xemacs.org> 343 1997-09-20 SL Baur <steve@altair.xemacs.org>