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