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