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