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