284
|
1 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
2
|
|
3 * loadup.el (really-early-error-handler): Ditto.
|
|
4
|
|
5 * update-elc.el: Ditto.
|
|
6
|
|
7 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
8
|
|
9 * make-docfile.el: Ditto.
|
|
10
|
|
11 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
12 instead of decode-path.
|
|
13
|
|
14 * files.el (parse-colon-path): Update docstring reference.
|
|
15
|
|
16 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
17
|
|
18 * msw-init.el:
|
|
19 * x-init.el:
|
|
20 Bind cut'n'paste keys to non window-system specific functions.
|
|
21
|
|
22 * msw-select.el: New function mswindows-clear-clipboard.
|
|
23 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
24 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
25
|
|
26 * select.el: on mswindows devices delete-primary-selection
|
|
27 calls mswindows-clear-clipboard.
|
|
28
|
|
29 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
30
|
|
31 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
32
|
|
33 * cmdloop.el (read-char): Don't inhibit quit.
|
|
34 (read-char-exclusive): Ditto.
|
|
35 (read-char): Signal quit if quit-char was pressed.
|
|
36 (read-char-exclusive): Ditto.
|
|
37 (read-quoted-char): Return a character, not integer.
|
|
38
|
|
39 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
40 selection code.
|
|
41 (default-popup-menu): Fix code.
|
|
42
|
|
43 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
44
|
|
45 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
46
|
|
47 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
48
|
|
49 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
50
|
|
51 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
52
|
|
53 * device.el (device-pixel-width):
|
|
54 (device-pixel-height):
|
|
55 (device-mm-width):
|
|
56 (device-mm-height):
|
|
57 (device-bitplanes):
|
|
58 (device-color-cells): Swapped parameters to device-system-metric
|
|
59 according to the interface change.
|
|
60
|
|
61 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
62
|
|
63 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
64 function event-over-vertical-divider-p.
|
|
65 Do not set E-W arrow cursor over the divider if
|
|
66 vertical-divider-draggable-p is nil in the window.
|
|
67 ([top-level]): Use new name for the variable
|
|
68 vertical-divider-map.
|
|
69 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
70 Variable name typo fixes.
|
|
71
|
|
72 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
73
|
|
74 * keymap.el (kbd): Define here; handle string constants and
|
|
75 others...
|
|
76
|
|
77 1998-05-15 Christian Nybø <chr@mediascience.no>
|
|
78
|
|
79 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
80 in Emacs 18.
|
|
81
|
|
82 1998-05-13 Didier Verna <verna@inf.enst.fr>
|
|
83
|
|
84 * mouse.el (drag-window-divider): give the vertical divider a
|
|
85 pressed look when dragging it.
|
|
86
|
|
87 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
88
|
|
89 * faces.el: predicate some more face operations on x or mswindows
|
|
90 not just x.
|
|
91
|
|
92 * modeline.el: enable modeline coloring for mswindows.
|
|
93
|
|
94 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
95
|
|
96 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
97 FSF Emacs.
|
|
98 (next-history-element): Used `minibuffer-default'.
|
|
99
|
|
100 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
101
|
|
102 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
103 arguments still look a bit strange
|
|
104 (dragdrop-compare-mods) created
|
|
105 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
106 modifiers
|
|
107
|
|
108 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
109
|
|
110 * setup-paths.el (paths-default-info-directories): Replace
|
|
111 path-separator with directory-sep-char.
|
|
112
|
|
113 * files.el (path-separator): Don't define it here.
|
|
114
|
|
115 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
116
|
|
117 * update-elc.el: Ditto.
|
|
118
|
|
119 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
120
|
|
121 * make-docfile.el: Ditto.
|
|
122
|
|
123 * loadup.el (really-early-error-handler): Ditto.
|
|
124
|
|
125 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
126 instead of decode-path-internal.
|
|
127
|
|
128 * files.el (parse-colon-path): Update docstring.
|
|
129
|
|
130 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
131
|
|
132 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
133
|
|
134 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
135 get-buffer-window-list.
|
|
136
|
|
137 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
138
|
|
139 * disass.el: Fix maintainer keyword.
|
|
140
|
|
141 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
142 (byte-compile-buffer): Ditto.
|
|
143
|
|
144 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
145 value is returned, not the name.
|
|
146 (lisp-imenu-generic-expression): Enable it.
|
|
147 (lisp-mode-variables): Ditto.
|
|
148 (lisp-indent-offset): Change defconst to defvar.
|
|
149 (lisp-indent-function): Ditto.
|
|
150 (lisp-body-indent): Ditto.
|
|
151
|
|
152 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
153
|
|
154 * modeline.el: Use zap-last-kbd-macro-event.
|
|
155
|
|
156 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
157 nil, don't attempt to do anything with messages.
|
|
158 (eval-last-sexp): Use `letf' for clarity.
|
|
159
|
|
160 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
161
|
|
162 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
163
|
|
164 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
165
|
|
166 * buff-menu.el:
|
|
167 * lisp-mode.el:
|
|
168 * obsolete.el:
|
|
169 Change empty docstrings into no doc strings at all.
|
|
170 Fix bogus FSF-format docstrings.
|
|
171 * etags.el: Fix docstring.
|
|
172
|
|
173 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
174
|
|
175 * package-get.el (package-get): Use internal md5
|
|
176
|
|
177 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
178
|
|
179 * about.el (about-xemacs): Correct abuse of concat.
|
|
180
|
|
181 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
182
|
|
183 * info.el (Info-mode): Use easymenu.
|
|
184
|
|
185 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
186
|
|
187 * apropos.el (apropos): Don't use concat with integers.
|
|
188
|
|
189 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
190 was seen gracefully.
|
|
191
|
|
192 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
193 defun.
|
|
194 (apropos-describe-plist): Ditto.
|
|
195
|
|
196 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
197 (describe-key): Use it as defun.
|
|
198 (describe-mode): Ditto.
|
|
199 (describe-bindings): Ditto.
|
|
200 (describe-prefix-bindings): Ditto.
|
|
201 (describe-installation): Ditto.
|
|
202 (view-lossage): Ditto.
|
|
203 (describe-function): Ditto.
|
|
204 (describe-variable): Ditto.
|
|
205 (describe-syntax): Ditto.
|
|
206
|
|
207 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
208
|
|
209 * dragdrop.el: changed order of require/provide
|
|
210 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
211 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
212 (dragdrop-function-widget) this one needs more work...
|
|
213
|
|
214 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
215
|
|
216 * about.el: another small change in my entry
|
|
217 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
218 plus customizations
|
|
219 changed interface to handler functions. now called with event
|
|
220 and object
|
|
221
|
|
222 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
223
|
|
224 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
225 E-W arrow pointer displayed over draggable dividers.
|
|
226
|
|
227 * mouse.el (default-mouse-motion-handler): Show it when
|
|
228 appropriate.
|
|
229 (drag-window-divider): Added.
|
|
230 ([top-level]): Initialized window-divider-map with a keymap
|
|
231 binding the above function to left button down event.
|
|
232
|
|
233 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
234 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
235 E-W double arrow.
|
|
236
|
|
237 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
238
|
|
239 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
240
|
|
241 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
242
|
|
243 * simple.el (count-words-buffer): Don't query for buffer.
|
|
244 (count-lines-buffer): Ditto.
|
|
245
|
|
246 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
247
|
|
248 * help.el (where-is): add optional insert argument.
|
|
249
|
|
250 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
251
|
|
252 * help.el (describe-key-briefly): New argument INSERT.
|
|
253
|
|
254 * simple.el (eval-expression): New optional argument; synch with
|
|
255 FSF 20.3.
|
|
256
|
|
257 * keydefs.el (global-map): Add new register bindings.
|
|
258
|
|
259 * register.el: Synched with FSF 20.3.
|
|
260
|
|
261 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
262
|
|
263 * window-xemacs.el (recenter): all arguments are optional.
|
|
264
|
|
265 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
266
|
|
267 * device.el: (device-pixel-width): Reflected name/parameters
|
|
268 change to device-system-metric.
|
|
269 (device-pixel-height): Ditto.
|
|
270 (device-mm-width): Ditto.
|
|
271 (device-mm-height): Ditto.
|
|
272 (device-bitplanes): Ditto.
|
|
273 (device-color-cells): Ditto.
|
|
274
|
|
275 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
276
|
|
277 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
278
|
|
279 * cl.el (most-positive-fixnum): Document.
|
|
280 (most-negative-fixnum): Ditto.
|
|
281
|
|
282 * cus-dep.el: Updated comment.
|
|
283
|
|
284 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
285 constant.
|
|
286
|
|
287 * cus-load.el (custom-put): Removed.
|
|
288
|
|
289 * files.el (after-find-file): Just resignal quit instead of
|
|
290 signaling "canceled".
|
|
291
|
|
292 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
293
|
|
294 * frame.el (other-frame): Use `focus-frame' instead of
|
|
295 select-frame kludges.
|
|
296
|
|
297 * lisp-mode.el: Update lisp-indent-function for
|
|
298 save-selected-frame and with-selected-frame.
|
|
299
|
|
300 * frame.el (save-selected-frame): New macro.
|
|
301 (with-selected-frame): Ditto.
|
|
302 (other-frame): Use `set-frame-focus'.
|
|
303
|
282
|
304 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
305
|
|
306 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
307 (dragdrop-drop-url-default) default handler for URL drops created
|
|
308 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
309 (dragdrop-drop-functions) default custom for handling drops created
|
|
310 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
311
|
|
312 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
313
|
|
314 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
315
|
|
316 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
317
|
|
318 * about.el: changed some text in my entry
|
|
319 * dragdrop.el: added customs
|
|
320
|
|
321 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
322
|
|
323 * mouse.el: killed global drop key bindings
|
|
324 (mouse-offix-drop) removed
|
|
325 * dragdrop.el: created
|
|
326 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
327
|
|
328 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
329
|
|
330 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
331 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
332
|
|
333 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
334 obsolete comment.
|
|
335
|
|
336 * scrollbar.el (scrollbars-visible-p): Use new
|
|
337 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
338
|
|
339 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
340
|
|
341 * device.el (device-pixel-height):
|
|
342 (device-pixel-width):
|
|
343 (device-mm-width):
|
|
344 (device-mm-height):
|
|
345 (device-bitplanes):
|
|
346 (device-color-cells): Moved these 6 functions from device.c; they
|
|
347 all use single (device-system-metrics) call.
|
|
348
|
|
349 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
350
|
|
351 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
352 were renamed.
|
|
353
|
|
354 * menubar-items.el:
|
|
355 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
356 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
357
|
|
358 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
359 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
360
|
|
361 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
362
|
|
363 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
364 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
365
|
|
366 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
367
|
|
368 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
369
|
|
370 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
371
|
|
372 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
373
|
|
374 * startup.el (startup-splash-frame): Change ID logo name.
|
|
375
|
|
376 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
377
|
|
378 * files.el (after-find-file): If the user presses C-g on
|
|
379 directory-creation prompt, kill the buffer.
|
|
380
|
|
381 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
382
|
|
383 * simple.el (count-words-region): Reverse previous change.
|
|
384
|
|
385 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
386
|
|
387 * replace.el (query-replace): Just call perform-replace.
|
|
388 (query-replace-regexp): Ditto.
|
|
389 (perform-replace): Move region handling here.
|
|
390 (perform-replace): Use the new arg to match-data.
|
|
391
|
|
392 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
393
|
|
394 * x-init.el: Install X specific display table that
|
|
395 displays char 0240 as a space to avoid whatever it is
|
|
396 that screws up display of that character code.
|
|
397
|
|
398 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
399
|
|
400 * help.el (function-arglist): If no arguments are documented for a
|
|
401 subr, print nothing rather than incorrect output.
|
|
402
|
|
403 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
404
|
|
405 * cmdloop.el (command-error): Update bail-out error message to use
|
|
406 `emacs-program-name'.
|
|
407
|
|
408 * lib-complete.el: Remove reader macro cruft.
|
|
409
|
|
410 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
411 cruft.
|
|
412
|
|
413 * simple.el (count-words-region): Drop interactive-p check on the
|
|
414 message.
|
|
415
|
|
416 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
417
|
|
418 * font.el
|
|
419 * msw-faces.el
|
|
420 Correct spelling of mswindows-font-canonicalize-name.
|
|
421
|
|
422 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
423
|
|
424 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
425 `ldap-host-parameters-plist'
|
|
426 (ldap-search): Adapt to previous change
|
|
427
|
280
|
428 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
429
|
|
430 * about.el (about-hackers): Update Bob Weiner bio.
|
|
431 (about-maintainer-info): Ditto.
|
|
432
|
|
433 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
434
|
|
435 * simple.el (display-warning-minimum-level): Docfix.
|
|
436
|
|
437 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
438
|
|
439 * widget.el (:default-get): New keyword.
|
|
440 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
441 (group, widget-group-default-get): Define it.
|
|
442 (menu-choice, widget-choice-default-get): Define it.
|
|
443 (widget-default-get): New function.
|
|
444 (widget-choice-action): Call it.
|
|
445 (widget-editable-list-entry-create): Call it.
|
|
446
|
|
447 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
448
|
|
449 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
450 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
451 lookup through `byte-boolean-vars'.
|
|
452
|
|
453 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
454
|
|
455 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
456 resource-provided values into ghost specs for scrollbar-height and
|
|
457 scrollbar-width.
|
|
458
|
|
459 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
460
|
|
461 * byte-optimize.el: Don't attempt to optimize /=.
|
|
462
|
|
463 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
464 (byte-compile-/=): Ditto.
|
|
465
|
|
466 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
467
|
|
468 * apropos.el: Use `with-displaying-help-buffer'.
|
|
469 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
470 Use `with-displaying-help-buffer'.
|
|
471 (apropos-follow): Do not give special treatment to buffer cursor
|
|
472 was in prior to a mouse click.
|
|
473 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
474 (apropos-print-doc): Set correct buffer for setting text
|
|
475 properties.
|
|
476
|
|
477 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
478
|
|
479 * help.el (help-buffer-prefix-string): New variable.
|
|
480 (help-buffer-name): Use it.
|
|
481
|
|
482 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
483 mode menu.
|
|
484
|
|
485 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
486
|
|
487 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
488
|
|
489 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
490
|
|
491 * files.el (find-file-noselect): Update docstring.
|
|
492 (find-file-noselect): Signal an error if found an unreadable file.
|
|
493 (file-chase-links): Save the match data.
|
|
494 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
495 (interpreter-mode-alist): Change defconst to defvar.
|
|
496 (inhibit-first-line-modes-regexps): Ditto.
|
|
497 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
498 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
499 (change-major-mode-with-file-name): New user-option.
|
|
500 (set-visited-file-name): Synched with FSF.
|
|
501 (file-name-extension): New function, from FSF 20.3.
|
|
502 (file-relative-name): Synched with FSF.
|
|
503 (save-some-buffers): Support the C-r feature.
|
|
504 (recover-session): Synched with FSF.
|
|
505 (kill-some-buffers): Ditto.
|
|
506 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
507
|
|
508 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
509
|
|
510 * files.el (insert-file): Undo previous change and reenable use of
|
|
511 format.el.
|
|
512
|
|
513 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
514
|
|
515 * window-xemacs.el (recenter): Define.
|
|
516
|
|
517 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
518
|
|
519 * font.el (mswindows-font-create-name)
|
|
520 (mswindows-font-create-object): new functions for mswindows type
|
|
521 fonts.
|
|
522
|
|
523 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
524 strings are parsed as well as font objects.
|
|
525
|
|
526 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
527
|
|
528 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
529 kbd-macro being recorded.
|
|
530 (add-minor-mode): Simplify docstring.
|
|
531 (modeline-minor-mode-menu): Remove stuff.
|
|
532
|
|
533 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
534
|
|
535 * code-process.el (call-process): dynamically decide process
|
|
536 coding type.
|
|
537
|
|
538 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
539
|
|
540 * modeline.el: Add line-number-mode, column-number-mode to
|
|
541 the modeline minor-mode menu. Button2 on the line number does
|
|
542 goto-line.
|
|
543
|
|
544 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
545
|
|
546 * mouse.el: move x-selection-owner-p type things to
|
|
547 selection-owner-p.
|
|
548
|
|
549 * msw-init.el: copy zmacs stuff from x-init.el
|
|
550
|
|
551 * msw-select.el (mswindows-own-selection)
|
|
552 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
553 functions. Very simple minded implementation of selectio
|
|
554 ownership.
|
|
555
|
|
556 * select.el (own-selection) (disown-selection)
|
|
557 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
558 (valid-simple-selection-p): functions moved from x-select.el for
|
|
559 generalized selection.
|
|
560
|
|
561 * x-select.el: see select.el changes.
|
|
562
|
|
563 * x-toolbar.el: use new selection functions.
|
|
564
|
|
565 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
566
|
|
567 * packages.el (packages-find-package-directories): Fixed bug that
|
|
568 would pick up multiple site-package directories.
|
|
569 (package-locations): Added "xemacs-packages" as a late package
|
|
570 location.
|
|
571
|
|
572 * find-paths.el: Now uses `emacs-program-name' and
|
|
573 `emacs-program-version'.
|
|
574 Additions to enforce version-specific directories in
|
|
575 `paths-find-version-directory'.
|
|
576
|
|
577 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
578
|
|
579 * default.el: Removed.
|
|
580 * site-start.el: Removed.
|
|
581
|
|
582 1998-04-29 Didier Verna <verna@inf.enst.fr>
|
|
583
|
|
584 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
585 to nil.
|
|
586
|
|
587 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
588
|
|
589 * find-paths.el (paths-program-name): Rename.
|
|
590 (paths-emacs-root-p): Ditto.
|
|
591 (paths-find-site-directory): Ditto.
|
|
592
|
|
593 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
594
|
|
595 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
596 `emacs-lisp-byte-compile-and-load'.
|
|
597
|
|
598 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
599
|
|
600 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
601 `ldap-open'
|
|
602
|
|
603 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
604
|
|
605 * select.el (kill-primary-selection) (selection-owner-p)
|
|
606 (copy-primary-selection) (yank-clipboard-selection)
|
|
607 (selection-exists-p) (delete-primary-selection): new file and
|
|
608 functions that do the right thing for the selected device.
|
|
609
|
|
610 * x-menubar.el: use generalised selection functions.
|
|
611
|
|
612 * dumped-lisp.el: dump select.el.
|
|
613
|
|
614 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
615
|
|
616 * find-paths.el (paths-progname): New variable.
|
|
617 (paths-emacs-root-p): Use it.
|
|
618 (paths-find-site-directory): Ditto.
|
|
619
|
|
620 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
621
|
|
622 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
623 `infodock' if InfoDock.
|
|
624
|
|
625 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
626
|
|
627 * find-paths.el (construct-emacs-version): Simplify, include
|
|
628 program name in the return value.
|
|
629 * (paths-find-version-directory): Use it.
|
|
630
|
278
|
631 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
632
|
|
633 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
634 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
635 name for files with no @direntry
|
|
636 (Info-batch-rebuild-dir): New function
|
|
637 (Info-suffixed-file): Check for regular files instead of simple
|
|
638 file existence (could catch directories before)
|
|
639
|
|
640 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
641
|
|
642 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
643 temacs doesn't have.
|
|
644
|
|
645 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
646 into root searching.
|
|
647
|
|
648 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
649
|
|
650 * subr.el: Remove definition of `not'.
|
|
651
|
|
652 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
653
|
|
654 * msw-glyphs.el: enable graphics support.
|
|
655
|
|
656 1998-04-23 Didier Verna <verna@inf.enst.fr>
|
|
657
|
|
658 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
659 option.
|
|
660
|
|
661 * misc doc string updates related to the options menu.
|
|
662
|
|
663 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
664
|
|
665 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
666
|
|
667 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
668
|
|
669 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
670 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
671 gets us one step further towards making --no-autoloads work.
|
|
672
|
|
673 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
674 lisp-directory is non-nil.
|
|
675
|
|
676 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
677 against nil lisp-directory.
|
|
678
|
|
679 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
680 to the list of variables that cause a warning when nil.
|
|
681
|
|
682 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
683 no toolbar icon directory.
|
|
684
|
|
685 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
686
|
|
687 * help.el (view-lossage): Recognize it.
|
|
688
|
|
689 * simple.el (log-message): Mark multiline messages.
|
|
690
|
|
691 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
692
|
|
693 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
694
|
|
695 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
696
|
|
697 * package-get.el (package-get-all): add `\n' separator to
|
|
698 interactive specification so that both variables are read
|
|
699
|
|
700 1998-04-22 Didier Verna <verna@inf.enst.fr>
|
|
701
|
|
702 * x-menubar.el: ported the options menu to Custom.
|
|
703 Moved the "read only" toggle button to the buffers menu.
|
|
704 Corrected some missing ;;;###autoload or defcustom.
|
|
705
|
|
706 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
707 the scrollbar-visible specifier for options menu handling.
|
|
708
|
|
709 * toolbar.el (toolbar-visible-p)
|
|
710 (toolbar-captioned-p)
|
|
711 (default-toolbar-position): defcustom wrappers around
|
|
712 the toolbar specifiers for options menu handling.
|
|
713
|
|
714 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
715 defcustom it for options menu handling.
|
|
716
|
|
717 * font-lock.el (font-lock-mode): defcustom and autolaod the variable
|
|
718 font-lock-mode for options menu handling.
|
|
719
|
|
720 * cus-start.el: added Custom properties to overwrite-mode for
|
|
721 options menu handling.
|
|
722
|
|
723 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
724
|
|
725 * about.el: shameless self-promotion.
|
|
726
|
|
727 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
728
|
|
729 * simple.el (raw-append-message): Slightly optimize.
|
|
730 (remove-message): Use `push' for clarity.
|
|
731 (append-message): Ditto.
|
|
732 (display-warning): Dito.
|
|
733 (raw-append-message): Send the message to the appropriate device.
|
|
734
|
|
735 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
736
|
|
737 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
738 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
739
|
|
740 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
741
|
|
742 * setup-paths.el: Changed `directory-sep-char' to
|
|
743 `path-separator', following a change in GNU Emacs.
|
|
744
|
|
745 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
746
|
|
747 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
748 (Info-build-dir-anew): Add a final newline.
|
|
749 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
750 is `always'
|
|
751 (Info-rebuild-dir): Ditto
|
|
752
|
|
753 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
754
|
|
755 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
756
|
|
757 * simple.el (count-words-buffer): Retain zmacs region.
|
|
758 (count-words-region): Ditto.
|
|
759 * simple.el: (what-line): Expanded line counts.
|
|
760 (count-lines): New parameter to conditionalize whether collapsed
|
|
761 lines get counted.
|
|
762 From Bob Weiner <weiner@altrasoft.com>
|
|
763
|
|
764 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
765
|
|
766 * packages.el (package-locations): infodock-packages must override
|
|
767 mule-packages and packages.
|
|
768
|
|
769 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
770
|
|
771 * wid-edit.el:
|
|
772 remove rude messages from widget-activation-widget-mapper
|
|
773 and widget-activation-glyph-mapper
|
|
774
|
276
|
775 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
776
|
|
777 * toolbar.el: Remove (featurep 'x) test from
|
|
778 toolbar-make-button-list
|
|
779
|
|
780 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
781
|
|
782 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
783 only if in the same frame.
|
|
784
|
|
785 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
786
|
|
787 * packages.el (package-locations): Added site-packages hierarchy.
|
|
788
|
|
789 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
790 used.
|
|
791
|
|
792 * packages.el, setup-paths.el: Set various path searching depths
|
|
793 to 1.
|
|
794
|
|
795 * packages.el (packages-hierarchy-depth):
|
|
796 (packages-load-path-depth): Introduced and used.
|
|
797
|
|
798 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
799
|
|
800 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
801 parameter.
|
|
802
|
|
803 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
804
|
|
805 * setup-paths.el (paths-construct-info-path): Removed
|
|
806 dependency on behavior of (file-name-as-directory "").
|
|
807
|
|
808 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
809
|
|
810 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
811 lisp objects
|
|
812
|
|
813 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
814
|
|
815 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
816
|
|
817 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
818
|
|
819 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
820 properties for an extent based on the :help-echo widget
|
|
821 property, since help-echo and balloon-help cause an EXTENT to
|
|
822 get passed in, where :help-echo functions are expecting a WIDGET
|
|
823
|
|
824 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
825
|
|
826 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
827 mswindows-init-scrollbar-metrics when appropriate.
|
|
828
|
|
829 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
830
|
|
831 * dumped-lisp.el: dump x-toolbar for window system
|
|
832
|
|
833 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
834 have support and xpm.
|
|
835
|
|
836 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
837
|
|
838 * files.el (toggle-read-only): Fix docstring.
|
|
839 From Didier Verna <verna@inf.enst.fr>
|
|
840
|
|
841 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
842
|
|
843 * startup.el (normal-top-level): Load autoload-file-name without
|
|
844 specifying an extension---some people only auto-autoload.el.gz.
|
|
845
|
|
846 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
847
|
|
848 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
849 nil.
|
|
850
|
|
851 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
852
|
|
853 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
854 This shouldn't cause any of the originally anticipated problems as
|
|
855 the current paths architecture will not define the various
|
|
856 configure-xxx variables if they're not specified on the configure
|
|
857 command line.
|
|
858
|
|
859 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
860 mentionings of "/" as a path separator.
|
|
861 Used paths-construct-path throughout.
|
|
862
|
|
863 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
864 from directory components.
|
|
865
|
|
866 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
867 instead of decode-path-internal.
|
|
868
|
|
869 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
870 and associates.
|
|
871 (paths-decode-directory-path) Created.
|
|
872
|
|
873 * setup-paths.el: Changed configure-exec-path to
|
|
874 configure-exec-directory.
|
|
875
|
|
876 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
877
|
|
878 * packages.el (packages-find-packages): Fixed decoding of
|
|
879 EMACSPACKAGEPATH.
|
|
880
|
|
881 * startup.el: -no-packages -> -no-early-packages.
|
|
882
|
|
883 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
884 files.
|
|
885
|
|
886 * startup.el (normal-top-level): Fixed loading of core
|
|
887 auto-autoload.
|
|
888
|
|
889 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
890
|
|
891 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
892 for site-directory and lisp-directory variables.
|
|
893
|
|
894 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
895 inhibit-package-autoloads and fixed handling of it.
|
|
896
|
|
897 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
898 handling of former inhibit-package-init, now
|
|
899 inhibit-early-packages, to make -vanilla etc. work.
|
|
900
|
274
|
901 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
902
|
|
903 * code-process.el (start-process): Fallback to 'undecided instead
|
|
904 of 'binary for process input coding stream.
|
|
905
|
|
906 * process.el (start-process): Docstring fix.
|
|
907
|
|
908 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
909
|
|
910 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
911 in Info-dir-file-attributes
|
|
912 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
913 (Info-rebuild-dir): Ditto.
|
|
914
|
|
915 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
916
|
|
917 * obsolete.el: Added obsoleteness declarations for
|
|
918 `site-directory' and `Info-default-directory-list'.
|
|
919
|
|
920 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
921
|
|
922 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
923 executable at the end of the symlink chain for determining the
|
|
924 Emacs root.
|
|
925
|
|
926 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
927
|
|
928 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
929 to cater to gone default in configure.
|
|
930
|
|
931 * find-paths.el (paths-uniq-append): Added.
|
|
932
|
|
933 * packages.el: Rewritten package path construction once again.
|
|
934
|
|
935 * dump-paths.el, startup.el: Removed package-path as a global
|
|
936 variable.
|
|
937
|
|
938 * package-admin.el (package-admin-add-single-file-package):
|
|
939 (package-admin-add-binary-package): Changed package-path to
|
|
940 late-packages.
|
|
941
|
|
942 * packages.el (packages-split-path): Split path at "/" rather than
|
|
943 nil according to change in emacs.c.
|
|
944
|
|
945 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
946
|
|
947 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
948 order so that directories come out right.
|
|
949 (paths-find-lock-directory): Fixed bug: It used to think
|
|
950 configure-lock-directory is a path.
|
|
951
|
|
952 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
953
|
|
954 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
955 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
956 eases the use of toolbar-add/kill-item functions.
|
|
957
|
|
958 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
959
|
|
960 * code-files.el (file-coding-system-alist): Commented out
|
|
961 loaddefs.el magical treatment.
|
|
962
|
|
963 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
964
|
|
965 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
966 `conservative' and made it the default
|
|
967 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
968 strings, and multi-section dir files. Issue warning when dir
|
|
969 is rebuilt as temporary
|
|
970 (Info-build-dir-anew): Issue warning when dir is built as
|
|
971 temporary
|
|
972
|
|
973 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
974
|
|
975 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
976 standard keys left, right, C-b and C-f.
|
|
977
|
|
978 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
979
|
|
980 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
981
|
|
982 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
983
|
|
984 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
985
|
|
986 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
987
|
|
988 * package-get-base.el: Updated.
|
|
989
|
272
|
990 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
991
|
|
992 * isearch-mode.el (isearch-just-started): New variable.
|
|
993 (isearch-mode): Set it.
|
|
994 (isearch-repeat): Advance one character forward only if the search
|
|
995 was successful, and was not just started.
|
|
996 (isearch-repeat): Clear isearch-just-started.
|
|
997
|
|
998 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
999
|
|
1000 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
1001 if running -batch.
|
|
1002
|
|
1003 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
1004
|
|
1005 * subr.el (listify-key-sequence): Removed.
|
|
1006
|
|
1007 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
1008
|
|
1009 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
1010 (byte-compile-output-file-form): Use it.
|
|
1011 (byte-compile-output-docform): Ditto.
|
|
1012 (byte-compile-compiled-obj-to-list): Ditto.
|
|
1013
|
|
1014 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1015
|
|
1016 * msw-glyphs.el: set frame icon if xpm support.
|
|
1017
|
|
1018 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1019
|
|
1020 * help.el: Code that pretty prints variable values
|
|
1021 removed.
|
|
1022
|
|
1023 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
1024
|
|
1025 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
1026 directory.
|
|
1027 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1028
|
|
1029 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1030
|
|
1031 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
1032 its default value set to nil.
|
|
1033
|
|
1034 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
1035
|
|
1036 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
1037
|
|
1038 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1039
|
|
1040 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
1041 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
1042 does not exist or is older than some info files in directory
|
|
1043
|
|
1044 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1045
|
|
1046 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
1047 for last packages, mainly for using a 20.4 package base.
|
|
1048
|
|
1049 * packages.el (late-packages): Typo fix. It was called
|
|
1050 early-packages.
|
|
1051
|
|
1052 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
1053 relative symlinks correctly.
|
|
1054 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
1055 configuration-time root.
|
|
1056
|
|
1057 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
1058 find its roots.
|
|
1059
|
|
1060 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
1061
|
|
1062 * faces.el: Fix docstrings.
|
|
1063 * glyphs.el: Fix docstrings.
|
|
1064 * mouse.el: Fix docstrings.
|
|
1065
|
|
1066 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
1067
|
|
1068 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
1069
|
|
1070 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
1071 macros using backquote to make them infinitely more readable.
|
|
1072
|
|
1073 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
1074
|
|
1075 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
1076 InfoDock support until we can clean this up.
|
|
1077
|
|
1078 * help.el (describe-bindings-1): Return the value of the bindings
|
|
1079 help buffer created.
|
|
1080 (describe-bindings): Ditto.
|
|
1081
|
|
1082 * simple.el (set-variable): Restore previous behavior of not
|
|
1083 bombing if the variable to set is not boundp.
|
|
1084
|
|
1085 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1086
|
|
1087 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
1088 non-local files to be loaded off the package-lisp variable.
|
|
1089
|
269
|
1090 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1091
|
|
1092 * x-faces.el: Global X resources should override
|
|
1093 specs for all device classes (color, grayscale, mono);
|
|
1094 code currently doesn't override any of them. Fixed by
|
|
1095 calling remove-specifier with '(x default) as the tag
|
|
1096 set and allowing inexact matches.
|
|
1097
|
|
1098 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1099
|
|
1100 * faces.el: Separated face intializations based on
|
|
1101 device classes into device type specific (tag set,
|
|
1102 instantiator) pairs.
|
|
1103
|
|
1104 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
1105
|
|
1106 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
1107 choice.
|
|
1108 (widget-choice-value-create): Respect it.
|
|
1109 From Richard Stallman <rms@gnu.org>
|
|
1110
|
|
1111 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1112
|
|
1113 * setup-paths.el (paths-construct-info-path): Always append
|
|
1114 existing directories from configure-time info path.
|
|
1115
|
|
1116 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
1117 Info-directory-list.
|
|
1118
|
|
1119 * info.el: Removed Info-default-directory-list which was broken by
|
|
1120 design.
|
|
1121 Removed bogus initialization of Info-directory-list---startup.el
|
|
1122 can do a much better job.
|
|
1123 Added autoload of Info-directory-list.
|
|
1124
|
|
1125 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
1126 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
1127 be exclusive; now it's merely given precedence, just like in the
|
|
1128 old days.
|
|
1129
|
|
1130 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1131
|
|
1132 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
1133 finding; it used to default too early.
|
|
1134
|
|
1135 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
1136
|
|
1137 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
1138 for paths that weren't split.
|
|
1139
|
|
1140 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
1141
|
|
1142 * finder.el (finder-compile-keywords): trap on errors.
|
|
1143
|
|
1144 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1145
|
|
1146 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
1147 fourth argument of t so that only the specs exactly
|
|
1148 matching the tag lists are removed.
|
|
1149
|
|
1150 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
1151
|
|
1152 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
1153
|
267
|
1154 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
1155
|
|
1156 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
1157 specified, use it for generating the completions.
|
|
1158
|
|
1159 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1160
|
|
1161 * update-elc.el: Now respects inhibit-package-init and
|
|
1162 inhibit-site-lisp.
|
|
1163 Now does path construction with loadup-paths.
|
|
1164
|
|
1165 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
1166 inhibit-package-init and inhibit-site-lisp.
|
|
1167
|
|
1168 * packages.el (packages-find-package-path): Extended package path
|
|
1169 by version-specific hierarchies.
|
|
1170 (packages-find-packages): Now respects inhibit flag and
|
|
1171 inhibit-site-lisp.
|
|
1172 Moved path setup to loadup-paths.
|
|
1173
|
|
1174 * make-docfile.el: Now respects inhibit-package-init and
|
|
1175 inhibit-site-lisp.
|
|
1176 Now does path construction with loadup-paths.
|
|
1177
|
|
1178 * loadup.el: Now respects inhibit-package-init and
|
|
1179 inhibit-site-lisp.
|
|
1180
|
|
1181 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
1182
|
|
1183 * loadup-paths.el: New file: setup load-path to encompass
|
|
1184 packages.
|
|
1185
|
|
1186 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
1187
|
|
1188 * auto-show.el: load-gc renamed to pureload.
|
|
1189 * site-load.el: Ditto.
|
|
1190 * packages.el (toplevel): Ditto.
|
|
1191 * loadup.el (really-early-error-handler): Ditto.
|
|
1192 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
1193 * cus-face.el (custom-declare-face): Ditto.
|
|
1194
|
|
1195 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1196
|
|
1197 * <Today>: The Big Path Searching Overhaul.
|
|
1198
|
|
1199 * find-paths.el: New file: find and assemble paths in the
|
|
1200 installation hierarchy.
|
|
1201
|
|
1202 * setup-paths.el: New file: global layout of paths and directories
|
|
1203 within the XEmacs hierarchy.
|
|
1204
|
|
1205 * packages.el: Replaced everything related to path searching and
|
|
1206 startup by code in terms of find-paths.
|
|
1207
|
|
1208 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
1209 the new path searching engine.
|
|
1210
|
|
1211 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
1212 and setup-paths.
|
|
1213
|
|
1214 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
1215
|
|
1216 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
1217 setup-paths.el.
|
|
1218
|
|
1219 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1220
|
|
1221 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
1222 compiles identically in any configuration.
|
|
1223 Removed irrelevant commentary.
|
|
1224
|
|
1225 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1226
|
|
1227 * simple.el (set-variable): Allow setting specifiers.
|
|
1228
|
|
1229 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
1230
|
|
1231 * lisp.el (forward-sexp): Revert previous change.
|
|
1232
|
|
1233 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
1234
|
|
1235 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
1236 `delete-device' to delete the stream console to match the usage in
|
|
1237 Fkill_emacs.
|
|
1238
|
265
|
1239 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
1240
|
|
1241 * files.el (cdpath-previous): New variable.
|
|
1242 (cd): Use it.
|
|
1243 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
1244
|
267
|
1245 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1246
|
|
1247 * keydefs.el: Changed keybindings of forward-char,
|
|
1248 backward, scroll-up and scroll-down to point to their
|
|
1249 -command counterparts.
|
|
1250
|
|
1251 * simple.el: New functions: forwarc-char-command,
|
|
1252 backwrad-char-command, scroll-up-command,
|
|
1253 scroll-down-command which work liek their counterparts
|
|
1254 except that they honor the variable
|
|
1255 signal-error-on-buffer-boundary.
|
|
1256
|
|
1257 Definition of signal-error-on-buffer-boundary received
|
|
1258 from src/cmds.c.
|
|
1259
|
|
1260 defvar declaration added for word-across-newline to avoid
|
|
1261 byte-compiler warning about the free variable reference.
|
|
1262
|
265
|
1263 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1264
|
|
1265 * winnt.el: Removed "%t" from the beginning of
|
|
1266 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
1267
|
|
1268 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
1269
|
|
1270 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
1271 of `when' with `if'.
|
|
1272
|
|
1273 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1274
|
|
1275 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
1276 mswindows. Must be reworked along with glyphs.el, or
|
|
1277 merged into it, after there is images support.
|
|
1278
|
|
1279 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
1280 'mswindows.
|
|
1281
|
|
1282 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
1283
|
|
1284 * faces.el: fix for text cursor initialization.
|
|
1285 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
1286 From Andy Piper <andyp@parallax.co.uk>
|
|
1287
|
|
1288 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
1289
|
|
1290 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
1291 if there is an existing package that handles it and warn the user
|
|
1292 about that mode.
|
|
1293
|
|
1294 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1295
|
|
1296 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
1297 Installation" menu item when Installation-string is not bound.
|
|
1298
|
|
1299 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
1300
|
|
1301 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
1302 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
1303
|
|
1304 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1305
|
|
1306 * msw-faces.el:
|
|
1307 * faces.el: Fix face initialization.
|
|
1308
|
|
1309 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
1310
|
|
1311 * files.el (backup-enable-predicate): fix breakage introduced
|
|
1312 by TMPDIR patch.
|
|
1313
|
|
1314 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1315
|
|
1316 * x-faces.el (x-init-face-from-resources): The
|
|
1317 TTY face property retrieval functions don't return
|
|
1318 specifiers, so use face-property instead.
|
|
1319
|
|
1320 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
1321
|
|
1322 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
1323
|
|
1324 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1325
|
|
1326 * x-menubar.el: Expanded documentation for
|
|
1327 option-save-faces. Changed Options -> Browse Faces
|
|
1328 menu entry to invoke customize-face.
|
|
1329
|
|
1330 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1331
|
|
1332 * faces.el: Most face initialization moved out of
|
|
1333 init-other-random-faces to the top level so that the
|
|
1334 initialization happens before Xemacs is dumped. Much
|
|
1335 of the fascist "face-differs-from-default-p or FROB!"
|
|
1336 code has been retired in favor of letting the user do
|
|
1337 what they want to do. Face initialization code changed
|
|
1338 to use `default' specifier tag so that the settings can
|
|
1339 be overridden later if the user wishes it.
|
|
1340
|
|
1341 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
1342
|
|
1343 * about.el (about-hackers): Update contributors list.
|
|
1344
|
263
|
1345 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1346
|
|
1347 * specifier.el: Define new specifier tag `default'.
|
|
1348
|
|
1349 * modeline.el: Initialize faces using `default' tag.
|
|
1350
|
|
1351 * x-faces.el (x-init-face-from-resources): Remove
|
|
1352 specifier specs containing the `default' tag before
|
|
1353 adding new specs.
|
|
1354
|
|
1355 1998-03-02 John Jones <jj@asu.edu>
|
|
1356
|
|
1357 * package-get.el (package-get-all): fixed arguments on call to
|
|
1358 package-admin-add-single-file-package.
|
|
1359 * package-get.el (package-get-installedp): fixed to match
|
|
1360 advertised behavior.
|
|
1361 * package-get.el: added function package-get-update-all which
|
|
1362 installs newest versions of all the current packages (if they are
|
|
1363 not already installed).
|
|
1364
|
|
1365 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1366
|
|
1367 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
1368 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
1369 still nil, as happens for example when finding a compressed
|
|
1370 file with "jka-compr".
|
|
1371
|
|
1372 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1373
|
|
1374 * faces.el: in make-face-* type functions do the operation for all
|
|
1375 window systems, not just the first one found.
|
|
1376
|
|
1377 * font.el: call mswindows-list-fonts for mswindows.
|
|
1378
|
|
1379 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
1380
|
|
1381 * code-process.el (call-process-region):
|
|
1382 * process.el (call-process-region):
|
|
1383 * package-get.el (package-get-dir):
|
|
1384 * files.el (backup-enable-predicate):
|
|
1385 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
1386 Use temp-directory in place of `/tmp'.
|
|
1387
|
|
1388 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
1389
|
|
1390 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
1391
|
|
1392 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
1393 Emacs.
|
|
1394
|
|
1395 * files.el (insert-directory): Modified to use special
|
|
1396 dired-in-C enhancements if present.
|
|
1397
|
|
1398 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1399
|
|
1400 * code-files.el: make default coding no-conversion.
|
|
1401
|
|
1402 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
1403
|
|
1404 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
1405 the load-path.
|
|
1406
|
|
1407 * update-elc.el: Strip directory when testing for files not to
|
|
1408 bytecompile.
|
|
1409
|
|
1410 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
1411
|
|
1412 * lisp-mode.el: Use recommended form for menus.
|
|
1413
|
|
1414 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
1415
|
|
1416 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
1417 entry.
|
|
1418
|
|
1419 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1420
|
|
1421 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
1422 (get-frame-for-buffer-noselect): Always return frames
|
|
1423 in the not-this-window-p cond clause.
|
|
1424
|
261
|
1425 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
1426
|
|
1427 * help.el (describe-installation): New function.
|
|
1428
|
|
1429 * x-menubar.el (default-menubar): Add describe-installation to
|
|
1430 Help menu.
|
|
1431
|
|
1432 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
1433 should not be bytecompiled.
|
|
1434
|
|
1435 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
1436 XEmacs.
|
|
1437
|
|
1438 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
1439 entry.
|
|
1440
|
|
1441 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
1442 coding.
|
|
1443 From Andy Piper <andyp@parallax.co.uk>
|
|
1444
|
|
1445 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1446
|
|
1447 * ldap.el: Do not require ldap-internal at compile time.
|
|
1448
|
259
|
1449 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1450
|
|
1451 * code-files.el: new file. a virtual copy of mule-files.el
|
|
1452 but without charset
|
|
1453 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
1454 changing the eol type for the current buffer.
|
|
1455
|
|
1456 * code-process.el: new file. a copy of
|
|
1457 mule-process.el. mule-process.el will disappear when things have
|
|
1458 settled.
|
|
1459
|
|
1460 * coding.el: new file. a virtual copy of mule-files.el but
|
|
1461 without charset dependencies. (coding-system-base) new function
|
|
1462 for getting the parent coding system of a coding system with eol
|
|
1463 type set.
|
|
1464
|
|
1465 * dumped-lisp.el: add above files for the non-mule case.
|
|
1466
|
|
1467 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1468
|
|
1469 * window-xemacs.el (display-buffer): If no explicit
|
|
1470 frame is specified, search for a window that displays
|
|
1471 the buffer on the currently selected frame, before
|
|
1472 searching other frames.
|
|
1473
|
|
1474 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1475
|
|
1476 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
1477 is non-nil, use window on the selected frame if it is not
|
|
1478 also the selected window. When defaulting, search for
|
|
1479 windows on the currently selected fgrame before searching
|
|
1480 other frames.
|
|
1481
|
|
1482 1998-02-25 Didier Verna <verna@inf.enst.fr>
|
|
1483
|
|
1484 * modeline.el (modeline-swap-buffers): originally named
|
|
1485 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
1486 decided in `mouse-drag-modeline'.
|
|
1487 (mouse-drag-modeline): A button release event is considered a
|
|
1488 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
1489 stay unchanged.
|
|
1490
|
|
1491 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
1492
|
|
1493 * x-menubar.el: Put redo on the menubar.
|
|
1494 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
1495
|
|
1496 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
1497
|
|
1498 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
1499 temp-buffer-show-function is set, use it to display current set of
|
|
1500 warnings in the "*Compile-Log-Show*" buffer.
|
|
1501
|
|
1502 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
1503 is set, use it to display current set of warnings in the
|
|
1504 "*Warnings-Show*" buffer.
|
|
1505
|
|
1506 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1507
|
|
1508 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
1509 Common Lisp.
|
|
1510
|
|
1511 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
1512
|
|
1513 * menubar.el: Allow button descriptors at least 2 long.
|
|
1514
|
|
1515 * x-menubar.el (default-menubar): Use recommended forms.
|
|
1516 (file-menu-filter): Remove.
|
|
1517 (edit-menu-filter): Remove.
|
|
1518
|
|
1519 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
1520
|
|
1521 * about.el (about-hackers): Updated.
|
|
1522
|
|
1523 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
1524
|
|
1525 * help.el (help-max-help-buffers): new variable
|
|
1526 (help-register-and-maybe-prune-excess): new function
|
|
1527 (help-buffer-name): use help-max-help-buffers.
|
|
1528 (with-displaying-help-buffer): use
|
|
1529 help-register-and-maybe-prune-excess.
|
|
1530
|
|
1531 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
1532 one line, let it.
|
|
1533
|
|
1534 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
1535
|
|
1536 * (with-displaying-help-buffer): there is no need to kill the buffer
|
|
1537 if it exists, becasuse with-output-to-temp-buffer will clear it.
|
|
1538 further, killing the buffer violates the rule that
|
|
1539 temp-buffer-show-function, if set, has the full responsibility of
|
|
1540 showing the temp buffer. killing the buffer fucks with the window
|
|
1541 configuration, hosing temp-buffer-show-function.
|
|
1542
|
|
1543
|
|
1544 1998-02-23 Didier Verna <verna@inf.enst.fr>
|
|
1545
|
|
1546 * modeline.el (mouse-drag-modeline):
|
|
1547 - Always scroll the modeline that was originally clicked on.
|
|
1548 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
1549 as horizontal reference for modeline dragging. This allows us to
|
|
1550 keep on dragging the modeline even if the motion event occurs in
|
|
1551 another window.
|
|
1552
|
|
1553 1998-02-23 Didier Verna <verna@inf.enst.fr>
|
|
1554
|
|
1555 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
1556 glyph on the modeline to indicate that dragging the mouse has an
|
|
1557 effect both horizontally and vertically.
|
|
1558
|
|
1559 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
1560
|
|
1561 * about.el (about-xemacs): Get rid of redundant visible version
|
|
1562 number.
|
|
1563
|
257
|
1564 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
1565
|
|
1566 * about.el (about-hackers): Update credits.
|
|
1567
|
255
|
1568 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1569
|
|
1570 * prim/register.el (view-register): Show register type file-query.
|
|
1571
|
|
1572 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1573
|
|
1574 * mode-motion.el (mode-motion-highlight-internal):
|
|
1575 save-excursion inside save-window-exucrsion form to
|
|
1576 hide buffer point changes from save-window-excursion.
|
|
1577 Prevents display flickering when the mouse pointer
|
|
1578 moves.
|
|
1579
|
|
1580 1998-02-17 Didier Verna <verna@inf.enst.fr>
|
|
1581
|
|
1582 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
1583 function to handle correctly the case of a toolbar one side of the
|
|
1584 window: scrolling will not necessarily happen.
|
|
1585
|
|
1586 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1587
|
|
1588 * files.el (after-find-file): Restore missing argument
|
|
1589 to format that provides filename for "... consider M-x
|
|
1590 recover-file" message. Also call `message' with "%s"
|
|
1591 as the first arg instead of an arbitrary string.
|
|
1592
|
|
1593 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
1594
|
|
1595 * about.el (about-hackers): Various additions.
|
|
1596
|
|
1597 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
1598
|
|
1599 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
1600 line out when copying on-the-same line autoloads.
|
|
1601
|
|
1602 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
1603 is installed.
|
|
1604
|
253
|
1605 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
1606
|
|
1607 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
1608 * x11/x-win-sun.el (x-win-init-sun):
|
|
1609 * x11/x-init.el (x-initialize-compose):
|
|
1610 * prim/simple.el:
|
|
1611 (backward-or-forward-kill-sexp):
|
|
1612 (backward-or-forward-kill-sentence):
|
|
1613 (backward-or-forward-kill-word):
|
|
1614 (backward-or-forward-delete-char):
|
|
1615 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
1616 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
1617 x-keysym-on-keyboard-p to detect backspace.
|
|
1618 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
1619 Clean up symbols used with dead keys, checking Linux and solaris
|
|
1620 keysyms.
|
|
1621 Simplify x-win-*.el using above methods.
|
|
1622 Change documentation for x-keysym-*-p functions.
|
|
1623
|
|
1624 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
1625
|
|
1626 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
1627 Vinnie Shelton.
|
|
1628 From Vinnie Shelton <acs@acm.org>
|
|
1629
|
|
1630 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1631
|
|
1632 * simple.el (count-words-region): Ditto.
|
|
1633
|
|
1634 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
1635
|
|
1636 * simple.el (count-words-buffer): Document. Don't print anything
|
|
1637 if non-interactive.
|
|
1638
|
|
1639 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
1640
|
|
1641 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
1642 multiple files in InfoDock.
|
|
1643
|
|
1644 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
1645
|
|
1646 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
1647 from version.el in InfoDock.
|
|
1648
|
|
1649 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
1650 specially.
|
|
1651
|
|
1652 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1653
|
|
1654 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
1655 variable name in docstring.
|
|
1656
|
|
1657 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1658
|
|
1659 * menubar.h: Include "gui.h".
|
|
1660
|
|
1661 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
1662
|
|
1663 * site-load.el: Fix documentation.
|
|
1664
|
251
|
1665 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
1666
|
|
1667 * package-get-base.el (package-get-base): Updated.
|
|
1668
|
|
1669 * keymap.el: PC-ize.
|
|
1670
|
|
1671 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1672
|
|
1673 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
1674 from' on a fresh line.
|
|
1675
|
|
1676 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
1677
|
|
1678 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
1679 object.
|
|
1680
|
|
1681 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
1682
|
|
1683 * undo-stack.el: PC-ize.
|
|
1684
|
|
1685 * cmdloop.el: PC-ize.
|
|
1686
|
|
1687 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
1688
|
|
1689 * bytecomp-runtime.el: PC-ize.
|
|
1690
|
|
1691 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
1692
|
|
1693 * cus-dep.el: Spelling fix.
|
|
1694
|
|
1695 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
1696 entries follow).
|
|
1697
|
|
1698 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
1699
|
|
1700 * text-mode.el (text-mode-hook-identify): New function,
|
|
1701 put on text-mode-hook. Set text-mode-variant here.
|
|
1702 (text-mode): Don't set it here.
|
|
1703
|
|
1704 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
1705
|
|
1706 * text-mode.el (text-mode-hook): New defvar.
|
|
1707 (text-mode-variant): New variable.
|
|
1708 (text-mode): Set that variable locally.
|
|
1709 (toggle-text-mode-auto-fill): New command.
|
|
1710
|
|
1711 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
1712
|
|
1713 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
1714
|
|
1715 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
1716
|
|
1717 * text-mode.el (paragraph-indent-text-mode):
|
|
1718 Renamed from spaced-text-mode.
|
|
1719 (text-mode-map): Bind TAB to indent-relative.
|
|
1720 (indented-text-mode-map): Variable deleted.
|
|
1721 (indented-text-mode): Now an alias for text-mode.
|
|
1722
|
|
1723 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
1724
|
|
1725 * loadup.el: test-atoms debugging stuffs removed.
|
|
1726
|
|
1727 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
1728
|
|
1729 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
1730
|
249
|
1731 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
1732
|
|
1733 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
1734 (describe-distribution): Ditto.
|
|
1735 (describe-copying): Ditto.
|
|
1736 (describe-project): Ditto.
|
|
1737 (view-emacs-news): Ditto.
|
|
1738
|
|
1739 * help-nomule.el (help-with-tutorial): Made it use
|
|
1740 `locate-data-file' to find tutorial.
|
|
1741
|
|
1742 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
1743
|
|
1744 * about.el: Corrected my email address.
|
|
1745
|
|
1746 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
1747 'mouse-offix-drop'.
|
|
1748
|
247
|
1749 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
1750
|
|
1751 * loadup.el (running-xemacs): Spelling fix.
|
|
1752
|
|
1753 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
1754
|
|
1755 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
1756 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
1757
|
|
1758 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
1759
|
|
1760 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
1761
|
245
|
1762 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
1763
|
|
1764 * package-info.el (pi-last-mod-date): New function.
|
|
1765 (pi-author-version): New function.
|
|
1766 (batch-update-package-info): Use them.
|
|
1767
|
|
1768 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
1769
|
|
1770 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
1771 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
1772 with `get-frame-for-buffer-default-to-current'.
|
|
1773
|
|
1774 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
1775
|
|
1776 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
1777 (byte-compile-output-docform): Ditto.
|
|
1778 (byte-compile-compiled-obj-to-list): Ditto.
|
|
1779
|
|
1780 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1781
|
|
1782 * startup.el (command-line-1): Removed code that ran
|
|
1783 buffer-menu.
|
|
1784
|
|
1785 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
1786
|
|
1787 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
1788
|
|
1789 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
1790
|
|
1791 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
1792 `device-on-window-system-p' instead of explicitly checking for X,
|
|
1793 so that the same logic works for MS Windows.
|
|
1794 (suspend-or-iconify-emacs): Ditto.
|
|
1795
|
|
1796 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1797
|
|
1798 * about.el (about-maintainer-info): Andy Piper is back.
|
|
1799 (xemacs-hackers): Updated Andy Piper's email address.
|
|
1800 (about-hackers): Added Jonathan Harris.
|
|
1801 (about-hackers): Updated Tibor Polgar's email address.
|
|
1802
|
243
|
1803 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
1804
|
|
1805 * about.el: Add xemacs.org email manager.
|
|
1806
|
|
1807 * package-get-base.el (package-get-base): Updated with most recent
|
|
1808 package updates.
|
|
1809
|
|
1810 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1811
|
|
1812 * help.el (function-arglist): Use `indirect-function' instead of
|
|
1813 `symbol-function' so that aliases are treated correctly.
|
|
1814
|
|
1815 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1816
|
|
1817 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
1818 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
1819 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
1820 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
1821 (describe-key): Use `princ' "%s" to print object.
|
|
1822 (describe-function-1): Use `princ' "%s" to print object.
|
|
1823 Commented out alias lines removed.
|
|
1824 (help-pretty-print-limit): New variable to control pretty-printing
|
|
1825 of variable values.
|
|
1826 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
1827 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
1828 list of length less than `help-pretty-print-limit'.
|
|
1829 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
1830
|
|
1831 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
1832
|
|
1833 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
1834 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
1835
|
|
1836 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1837
|
|
1838 * info.el (Info-default-directory-list): Made the documentation
|
|
1839 more explanitory.
|
|
1840
|
|
1841 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
1842
|
|
1843 * lisp/packages.el:
|
|
1844 * lisp/package-admin.el:
|
|
1845 * lisp/build-report.el:
|
|
1846 Fix typos.
|
|
1847
|
|
1848 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1849
|
|
1850 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
1851 warnings in Java buffers without final newline and editing the
|
|
1852 last line.
|
|
1853
|
|
1854 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
1855
|
|
1856 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
1857 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
1858 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
1859
|
|
1860 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
1861 From Oliver Graf <ograf@fga.de>
|
|
1862
|
|
1863 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
1864
|
|
1865 * loadup.el (load-gc): rewrite as defun.
|
|
1866 Print something sensical if a required dump-time file isn't found.
|
|
1867
|
241
|
1868 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
1869
|
|
1870 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
1871 bug strikes a menudescriptor.
|
|
1872
|
|
1873 * package-get-base.el (package-get-base): Updated.
|
|
1874
|
|
1875 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
1876 from the Makefile.
|
|
1877
|
|
1878 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
1879
|
|
1880 * files.el (save-some-buffers): Don't play games with deleting
|
|
1881 other windows if we are in the minibuffer window.
|
|
1882
|
239
|
1883 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1884
|
|
1885 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
1886 (add-minor-mode): Document :active property to TOGGLE.
|
|
1887
|
|
1888 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1889
|
|
1890 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
1891 `:included' predicate in the `toggle-sym' plist.
|
|
1892 (add-minor-mode): Document the :included property, format
|
|
1893 docstring some more.
|
|
1894 (modeline-minor-mode-menu): Documentation string added.
|
|
1895
|
|
1896 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1897
|
|
1898 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
1899 labels from the symbol-names by thwacking off the overly redundant
|
|
1900 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
1901 resultant strings. Also shortened the menu's title by eliminating
|
|
1902 the redundant buffer name.
|
|
1903 (add-minor-mode): Beautified the docstring, added mention of the
|
|
1904 `:menu-tag' property of TOGGLE.
|
|
1905 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
1906 `toggle-sym' to beatify the mode-life menus.
|
|
1907 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
1908 `auto-fill-function'.
|
|
1909
|
|
1910 1998-01-02 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
|
|
1911
|
|
1912 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
1913 menus to :style 'toggle.
|
|
1914
|
|
1915 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
1916
|
|
1917 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
1918
|
|
1919 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1920
|
|
1921 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
1922 only recognize first hyperlink.
|
|
1923 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
1924 `hyper-apropos-insert-face'.
|
|
1925 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
1926
|
|
1927 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
1928
|
|
1929 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
1930 mail.
|
|
1931 (toolbar-mail-reader): Add support for `send'.
|
|
1932 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
1933
|
|
1934 1998-01-05 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
|
|
1935
|
|
1936 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
1937 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
1938 will function properly.
|
|
1939
|
|
1940 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
1941
|
|
1942 * simple.el: make the backwards delete function called by
|
|
1943 `backward-or-forward-delete-char' user configurable.
|
|
1944
|
|
1945 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1946
|
|
1947 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
1948 compiled function got loaded from.
|
|
1949
|
|
1950 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
1951
|
|
1952 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
1953
|
|
1954 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
1955
|
|
1956 * startup.el (load-init-file): Load autoloads earlier.
|
|
1957 (startup-splash-frame): Handle InfoDock logo.
|
|
1958
|
|
1959 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
1960 InfoDock.
|
|
1961 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
1962
|
|
1963 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
1964 doesn't have this function.
|
|
1965
|
|
1966 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
1967
|
|
1968 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
1969
|
|
1970 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
1971 version of version.el.
|
|
1972 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
1973
|
|
1974 * x-menubar.el (default-menubar): Guard reference to
|
|
1975 `gnuserv-frame'.
|
|
1976 (default-menubar): Guard references to `font-lock-mode'.
|
|
1977 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
1978 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
1979
|
|
1980 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
1981
|
|
1982 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
1983 loading auto-autoloads files.
|
|
1984
|
|
1985 * loaddefs.el: Disable dumping autoloads.
|
|
1986
|
|
1987 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
1988
|
|
1989 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
1990
|
|
1991 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
1992
|
|
1993 * finder.el (finder-by-keyword): Autoload.
|
|
1994
|
|
1995 * help.el: Conditionalize hyperbole setup.
|
|
1996
|
|
1997 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
1998
|
|
1999 * packages.el (package-require): Update to reflect new data format.
|
|
2000
|
237
|
2001 1998-01-02 Didier Verna <verna@inf.enst.fr>
|
|
2002
|
|
2003 * x-menubar.el (default-menubar): make the tutorials available
|
|
2004 through the menubar. (Plus some compilation warnings cleanup).
|
|
2005
|
|
2006 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
2007
|
|
2008 * check-features.el: New file. Perform sanity check after build.
|
|
2009
|
|
2010 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
2011 files to tooltalk package.
|
|
2012 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
2013 package.
|
|
2014
|
|
2015 * package-admin.el (package-admin-xemacs): Use better default for
|
|
2016 location of XEmacs binary.
|
|
2017
|
|
2018 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
2019
|
|
2020 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
2021 tag with sexp and add value tag with value `t'.
|
|
2022
|
|
2023 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
2024
|
|
2025 * package-get.el: Changes to work with real data.
|
|
2026 From Pete Ware <ware@cis.ohio-state.edu>
|
|
2027
|
|
2028 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
2029 being.
|
|
2030
|
|
2031 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
2032 of possibly out-of-date packges.elc.
|
|
2033 * make-docfile.el ("packages.el"): Ditto.
|
|
2034
|
235
|
2035 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
2036
|
|
2037 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
2038 the main tarball shadowing anything past it.
|
|
2039
|
|
2040 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
2041
|
|
2042 * packages.el (package-provide): Delete a previous provide.
|
|
2043
|
|
2044 * package-info.el: New file.
|
|
2045
|
|
2046 * package-get.el: New file.
|
|
2047 From Pete Ware <ware@cis.ohio-state.edu>
|
|
2048 (package-get): Fix md5 computation to work with Mule.
|
|
2049
|
|
2050 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
2051
|
|
2052 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
2053
|
|
2054 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
2055
|
|
2056 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
2057
|
|
2058 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
2059 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
2060
|
|
2061 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
2062
|
|
2063 * startup.el (load-init-file): Reload new or changed autoloads
|
|
2064 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
2065
|
|
2066 * packages.el (packages-new-autoloads): New function.
|
|
2067 (packages-reload-autoloads): New function.
|
|
2068 (packages-reload-dumped-lisp): New (stub) function.
|
|
2069
|
|
2070 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
2071
|
|
2072 * loadhist.el (file-provides): Extend to handle variant
|
|
2073 extensions.
|
|
2074
|
|
2075 * replace.el (query-replace): Fix typo.
|
|
2076
|
|
2077 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
2078
|
|
2079 * make-docfile.el: list-autoloads-path has been renamed.
|
|
2080 * update-elc.el: list-autoloads has been renamed.
|
|
2081
|
|
2082 * packages.el (packages-list-autoloads): Renamed.
|
|
2083 (packages-list-autoloads-path): Ditto.
|
|
2084
|
233
|
2085 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
2086
|
|
2087 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
2088 for an error in an auto-autoload.el file.
|
|
2089
|
|
2090 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
2091
|
|
2092 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
2093 tag with const.
|
|
2094 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
2095
|
|
2096 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
2097
|
|
2098 * loadhist.el (unload-feature): Remove autoload.
|
|
2099
|
|
2100 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
2101
|
|
2102 * loadhist.el: Unpackaged.
|
|
2103
|
|
2104 * help.el (describe-symbol-find-file): Rename
|
|
2105 `describe-function-find-file' and make old name obsolete.
|
|
2106 (describe-function-1): Use it.
|
|
2107 (describe-function-1): Guard reference to
|
|
2108 `compiled-function-annotation'.
|
|
2109
|
231
|
2110 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
2111
|
|
2112 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
2113 argument.
|
|
2114 (help-mode-quit): New optional arg to control whether it kills or
|
|
2115 buries. Tidied up.
|
|
2116 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
2117 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
2118 (help-pretty-print-value): Rename back from
|
|
2119 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
2120 use it, otherwise use dumped `cl-prettyprint'.
|
|
2121 (describe-variable): Use `help-pretty-print-value' again.
|
|
2122 (find-func): Removed reference to "find-func" at end.
|
|
2123
|
|
2124 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2125
|
|
2126 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
2127 GUI XEmacs. Rename? x-menubar is rather window system
|
|
2128 independant, except for a couple of items.
|
|
2129
|
|
2130 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
2131
|
|
2132 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
2133 entries as they will no longer be distributed with XEmacs.
|
|
2134
|
|
2135 * format.el (format-alist): Fix image/tiff regexps.
|
|
2136 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
2137
|
|
2138 * help.el (help-maybe-pretty-print-value): Rename.
|
|
2139 (describe-variable): Use it.
|
|
2140 (describe-variable): Add trailing linefeed.
|
|
2141
|
|
2142 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
2143
|
|
2144 * help.el (describe-function-1): Don't output anything for
|
|
2145 arglist of autoload functions.
|
|
2146
|
|
2147 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
2148
|
|
2149 * help.el (describe-function-1): Don't output anything for
|
|
2150 arglist of autoload functions.
|
|
2151
|
|
2152 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
2153
|
|
2154 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
2155 `describe-function-at-point', `describe-variable-at-point',
|
|
2156 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
2157 `help-prev-section'.
|
|
2158 (help-next-section): New function.
|
|
2159 (help-prev-section): New function.
|
|
2160 (help-mode-quit): Changed to kill the help buffer.
|
|
2161 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
2162 correctly.
|
|
2163 (help-buffer-name): New function to generate the name of help
|
|
2164 buffers.
|
|
2165 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
2166 argument giving the name of the help buffer.
|
|
2167 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
2168 (describe-mode): Ditto.
|
|
2169 (describe-bindings): Ditto.
|
|
2170 (describe-prefix-bindings): Ditto.
|
|
2171 (view-lossage): Ditto.
|
|
2172 (with-syntax-table): New macro.
|
|
2173 (function-called-at-point): Use `ignore-errors' and
|
|
2174 `with-syntax-table'.
|
|
2175 (function-at-point): Ditto.
|
|
2176 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
2177 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
2178 function's arglist as string.
|
|
2179 (function-documentation): Extracted from `describe-function-1'.
|
|
2180 Returns function's docstring.
|
|
2181 (describe-function-1): Remove all the "stream" garbage, including
|
|
2182 the stream argument. Use `function-arglist' and
|
|
2183 `function-documentation'.
|
|
2184 (describe-function-arglist): Just use `function-arglist'.
|
|
2185 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
2186 (help-pretty-print-value): New function to help with
|
|
2187 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
2188 `pp-internal'.
|
|
2189 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
2190 Formatting improved. Display file where variable is defined, if
|
|
2191 known. Use `help-pretty-print-value'.
|
|
2192 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
2193 (list-processes): Remove "stream" garbage.
|
|
2194
|
229
|
2195 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
2196
|
|
2197 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
2198 call a dumped routine instead.
|
|
2199
|
|
2200 * x-win-xfree86.el: Wrap file in defun.
|
|
2201 * x-win-sun.el: Ditto.
|
|
2202
|
|
2203 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
2204
|
|
2205 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
2206 advises functions and does other evil things.
|
|
2207
|
|
2208 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
2209
|
|
2210 * format.el (format-alist): Add `image/tiff'.
|
|
2211 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
2212
|
|
2213 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
2214
|
|
2215 * about.el (about-hackers): More names added.
|
|
2216
|
|
2217 * make-docfile.el: Remove superfluous package path search.
|
|
2218
|
|
2219 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
2220
|
227
|
2221 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
2222
|
|
2223 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
2224 ignored shadows.
|
|
2225
|
|
2226 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
2227
|
|
2228 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
2229 get trailing slashes when added to the load-path.
|
|
2230
|
|
2231 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
2232 are.
|
|
2233
|
|
2234 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2235
|
|
2236 * x-faces.el: Added support for foregroundToolBarColor
|
|
2237 to xpm-color-symbols.
|
|
2238
|
|
2239 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
2240
|
|
2241 * etags.el (tags-remove-duplicates): Removed.
|
|
2242 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
2243
|
|
2244 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
2245 correctly.
|
|
2246 (get*): Defalias to `get'.
|
|
2247
|
|
2248 * cl.el (eql): Compare integers with `eq'.
|
|
2249 (cl-map-extents): Check for `map-extents' first.
|
|
2250
|
|
2251 1997-12-17 Didier Verna <verna@inf.enst.fr>
|
|
2252
|
|
2253 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
2254 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
2255
|
|
2256 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
2257
|
|
2258 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
2259
|
|
2260 * widget.el (define-widget): Check the arguments.
|
|
2261
|
|
2262 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
2263 (custom-variable-value-create): Use `signal' to signal error.
|
|
2264 (custom-variable-reset-saved): Ditto.
|
|
2265 (custom-variable-reset-standard): Ditto.
|
|
2266 (custom-face-reset-saved): Ditto.
|
|
2267
|
|
2268 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
2269 (widget-default-format-handler): Ditto.
|
|
2270 (widget-checklist-add-item): Ditto.
|
|
2271 (widget-radio-add-item): Ditto.
|
|
2272 (widget-editable-list-entry-create): Ditto.
|
|
2273 (widget-sexp-prompt-value): Ditto.
|
|
2274
|
|
2275 * custom.el (custom-declare-variable): Signal errors better.
|
|
2276 (custom-handle-keyword): Ditto.
|
|
2277 (custom-declare-group): Ditto.
|
|
2278
|
|
2279 * window-xemacs.el (windows): Ditto.
|
|
2280
|
|
2281 * menubar.el (menu): Ditto.
|
|
2282
|
|
2283 * keydefs.el (keyboard): Ditto.
|
|
2284
|
|
2285 * minibuf.el (minibuffer): Ditto.
|
|
2286
|
|
2287 * process.el (execute): Ditto.
|
|
2288
|
|
2289 * fill.el (fill): Ditto.
|
|
2290
|
|
2291 * modeline.el (modeline): Ditto.
|
|
2292
|
|
2293 * help.el (help): Ditto.
|
|
2294
|
|
2295 * faces.el (faces): Ditto.
|
|
2296
|
|
2297 * files.el (files): Ditto.
|
|
2298
|
|
2299 * x-init.el (x): Ditto.
|
|
2300
|
|
2301 * lisp-mode.el (lisp): Ditto.
|
|
2302
|
|
2303 * process.el (processes): Ditto.
|
|
2304
|
|
2305 * mouse.el (mouse): Ditto.
|
|
2306
|
|
2307 * abbrev.el (abbrev): Moved from cus-edit.
|
|
2308
|
|
2309 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
2310 as variable declaration.
|
|
2311
|
|
2312 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
2313
|
|
2314 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
2315 (find-menu-item): Cosmetic changes.
|
|
2316
|
|
2317 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
2318
|
|
2319 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
2320
|
|
2321 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
2322
|
|
2323 * startup.el (set-default-load-path): Only search package-path
|
|
2324 when not running temacs.
|
|
2325
|
|
2326 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
2327 files.
|
|
2328
|
|
2329 * loadup.el: Correct commentary. Reformatting.
|
|
2330 (really-early-error-handler): Use absolute path to the
|
|
2331 first dumped-lisp.el file.
|
|
2332 (really-early-error-handler): Print full path name of
|
|
2333 each dumped lisp file (inherited from InfoDock).
|
|
2334
|
|
2335 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
2336 dumped-lisp.el files.
|
|
2337
|
|
2338 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
2339 package-path is searched.
|
|
2340 * update-elc.el: Ditto.
|
|
2341
|
|
2342 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
2343 `condition-case' for indentation.
|
|
2344
|
|
2345 * about.el (about-xemacs): Update release date.
|
|
2346
|
225
|
2347 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
2348
|
|
2349 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
2350 anywhere but at the last clause.
|
|
2351 (ecase): Disallow `t' and `otherwise'.
|
|
2352
|
|
2353 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
2354
|
|
2355 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
2356 from stuff moved out of `custom-buffer-create-internal'.
|
|
2357 (custom-novice): New variable. Default t.
|
|
2358 (custom-display-global-buttons): Ditto. Default `top'.
|
|
2359 (custom-buffer-create-internal): Only display help if
|
|
2360 `custom-novice' is non-nil. Display global buttons according to
|
|
2361 `custom-display-global-buttons'.
|
|
2362
|
|
2363 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
2364
|
|
2365 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
2366 (find-menu-item): Cosmetic changes.
|
|
2367
|
|
2368 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
2369
|
|
2370 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
2371 look.
|
|
2372
|
227
|
2373 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
225
|
2374
|
227
|
2375 * format.el (format-deannotate-region): Bug fix.
|
|
2376 Deannotating a region containing unknown tags would fail
|
|
2377 (causing decoding of text/enriched to fail at user level)
|
225
|
2378
|
|
2379 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2380
|
|
2381 * minibuf.el (read-directory-name): Support sixth
|
|
2382 arg, HISTORY, as already documented.
|
|
2383
|
|
2384 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
2385
|
|
2386 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
2387 to `ecase'.
|
|
2388
|
|
2389 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
2390
|
|
2391 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
2392 skk-activate.
|
|
2393
|
223
|
2394 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
2395
|
225
|
2396 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|