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