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