361
|
1 2000-05-06 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2
|
|
3 * XEmacs 21.1.10 is released
|
|
4
|
|
5 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
6
|
|
7 * dialog.el (yes-or-no-p-dialog-box):
|
|
8 Fix docstring.
|
|
9 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
|
10 1. Visit two files in two different frames.
|
|
11 2. do File->Revert Buffer in one of those frames.
|
|
12 3. Dialog box appears.
|
|
13 4. Arrange things so that the mouse passes over the *other*
|
|
14 frame, then to the dialog box, and click on "Yes".
|
|
15 5. The file contents end up in the *wrong* buffer!
|
|
16
|
|
17
|
|
18 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
19
|
|
20 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
21 set-terminal-coding-system and set-keyboard-coding-system.
|
|
22 * coding.el (set-terminal-coding-system): Use
|
|
23 set-console-tty-output-coding-system.
|
|
24 (set-keyboard-coding-system): Use
|
|
25 set-console-tty-input-coding-system.
|
|
26
|
|
27 2000-03-03 Vin Shelton <acs@xemacs.org>
|
|
28
|
|
29 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
30 .emacs" button from all menubars.
|
|
31
|
|
32 2000-03-03 SL Baur <steve@beopen.com>
|
|
33
|
|
34 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
35 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
36 non-deletion of buffer after execution problem.
|
|
37 (with-output-to-string): Use unique buffer name.
|
|
38
|
|
39 2000-03-03 Oscar Figueiredo <oscar@xemacs.org>
|
|
40
|
|
41 * ldap.el (toplevel): Detect whether XEmacs has was built with
|
|
42 internal LDAP support
|
|
43 Customize all user variables.
|
|
44
|
|
45 2000-03-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
46
|
|
47 * files.el (write-file): Ask for coding system when compiled with
|
|
48 file-coding.
|
|
49
|
359
|
50 2000-02-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
51
|
|
52 * XEmacs 21.1.9 is released
|
|
53
|
|
54 2000-02-07 Andreas Jaeger <aj@suse.de>
|
|
55
|
|
56 * x-font-menu.el: Use unscaled fonts, if available.
|
|
57
|
|
58 2000-02-07 Stef Epardaud <stef@lunatech.com>
|
|
59
|
|
60 * font-lock.el: add JavaDoc 1.2 support and correct interface decl
|
|
61 highlighting
|
|
62
|
|
63 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
64
|
|
65 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
66 of hard-coded "/".
|
|
67
|
|
68 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
69
|
|
70 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
71 last-command-event-time) instead of (consp
|
|
72 'last-command-event-time).
|
|
73
|
|
74 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
75
|
|
76 * about.el (about-hackers): Add myself to contributors list.
|
|
77
|
|
78 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
79
|
|
80 * info.el (Info-directory-list): Warn against using Customize with
|
|
81 Info-directory-list.
|
|
82
|
|
83 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
84
|
|
85 * about.el (about-hackers): Moved my entry to contributor list.
|
|
86 (xemacs-hackers): Added myself.
|
|
87 (about-maintainer-info): Added description of myself.
|
|
88
|
|
89 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
90
|
|
91 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
92 get symbol at point-min.
|
|
93
|
|
94 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
95
|
|
96 * gnuserv.el (gnuserv-process-filter): don't call
|
|
97 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
98
|
|
99 1999-12-11 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
100
|
|
101 * toolbar.el (default-toolbar-position): typo fix
|
|
102
|
|
103 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
104
|
|
105 * package-get.el (package-get-download-sites): Use correct custom
|
|
106 type.
|
|
107
|
|
108 1999-12-05 Kyle Jones <kyle_jones@wonderworks.com>
|
|
109
|
|
110 * lisp/itimer.el: (require 'lisp-float-type). Use
|
|
111 floats directly in itimer-time-difference.
|
|
112
|
|
113 1999-12-03 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
114
|
|
115 * lisp/mule-misc.el (coding-system-get): Imported from 21.2.
|
|
116 (coding-system-put): Ditto.
|
|
117 (coding-category): Imported from 21.2 and modified for 21.2.
|
|
118
|
|
119 1999-12-03 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
120
|
|
121 * mule-charset.el (charset-bytes): Imported from 21.2.
|
|
122 (charset-width): Ditto.
|
|
123
|
|
124 1999-12-03 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
125
|
|
126 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
127 `hyper-apropos-help-mode' here to find symbol to customize
|
|
128 irregardless of cursor position and simplify
|
|
129 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
130 `hyper-apropos-popup-menu'.
|
|
131
|
|
132 1999-11-14 Jason R Mastaler <jason@mastaler.com>
|
|
133
|
|
134 * package-get.el (package-get-download-sites): Removed several
|
|
135 defunct download sites, added many new ones, and corrected a few
|
|
136 incorrect directory-on-site entries.
|
|
137
|
357
|
138 1999-11-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
139
|
|
140 * XEmacs 21.1.8 is released
|
|
141
|
|
142 1999-11-01 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
143
|
|
144 * mule/cyrillic.el (setup-cyrillic-environment): Revert
|
|
145 previous change and modify for XEmacs 21.1.
|
|
146 (language-info-alist): Revert last change.
|
|
147
|
|
148 1999-11-01 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
149
|
|
150 * mule/japanese.el (setup-japanese-environment): Set up
|
|
151 default-coding-system.
|
|
152 * mule/chinese.el (setup-chinese-gb-environment): New function.
|
|
153 (setup-chinese-big5-environment): New function.
|
|
154 * mule/cyrillic.el (setup-cyrillic-iso-environment): New function.
|
|
155 (setup-cyrillic-koi8-environment): New function.
|
|
156 (setup-cyrillic-alternativnyj-environment): New function.
|
|
157 (setup-cyrillic-environment, describe-cyrillic-support):
|
|
158 Remove bogus functions.
|
|
159 (language-info-alist): Don't add Cyrillic.
|
|
160
|
|
161 1999-10-21 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
162
|
|
163 * xemacs-20/lisp/package-get.el
|
|
164 (package-get-user-package-location):
|
|
165 Use user-init-directory in the "correct" way for 21.1
|
|
166
|
|
167 1999-10-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
168
|
|
169 * apropos.el (apropos-documentation): Use insert instead
|
|
170 of princ.
|
|
171
|
|
172 1999-10-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
173
|
|
174 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
175
|
|
176 1999-10-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
177
|
|
178 * mule/japanese.el (setup-japanese-environment): New function.
|
|
179 (language-info-alist): Use setup-japanese-enviroment as a
|
|
180 setup function.
|
|
181
|
|
182 1999-10-20 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
183
|
|
184 * coding.el (set-terminal-coding-system): Only set the console
|
|
185 coding system on the selected console if it is a tty.
|
|
186
|
|
187 1999-10-20 Werner Fink <werner@suse.de>
|
|
188
|
|
189 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
190 parameter for environment.
|
|
191
|
|
192 1999-10-20 Werner Fink <werner@suse.de>
|
|
193
|
|
194 * cyrillic.el (setup-cyrillic-environment): Replace
|
|
195 old set-coding-priority.
|
|
196
|
|
197 1999-09-25 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
198
|
|
199 * package-get.el (package-get-download-menu): Make menu really
|
|
200 toggle download sites.
|
|
201 (package-get-download-sites): Add autoload cookie.
|
|
202 [This was in 21.1.7.]
|
|
203
|
355
|
204 1999-09-26 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
205
|
|
206 * XEmacs 21.1.7 is released
|
|
207
|
|
208 1999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
209
|
|
210 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
211 with tab if column is multiple of tab-width
|
|
212 From dhn@qedinc.com
|
|
213
|
|
214 1999-09-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
215
|
|
216 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
217 processing.
|
|
218
|
|
219 1999-09-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
220
|
|
221 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
222 `configure-doc-directory.'
|
|
223
|
|
224 * find-paths.el (paths-find-architecture-directory): Give
|
|
225 precendence `default' argument (which typically comes from
|
|
226 configure).
|
|
227
|
|
228 1999-09-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
229
|
|
230 * files.el (allow-remote-paths): Variable added to core where it
|
|
231 belongs.
|
|
232
|
|
233 1999-09-06 Robert Pluim <rpluim@bigfoot.com>
|
|
234
|
|
235 * package-get.el (package-get-package-provider): Make sure we
|
|
236 produce some output, as we can be called interactively.
|
|
237
|
|
238 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
239
|
|
240 * cl-macs.el (extent-start-position): Fix setf method.
|
|
241 (extent-end-position): Ditto.
|
|
242
|
|
243 1999-08-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
244
|
|
245 * auto-show.el (auto-show-truncationp): Remove.
|
|
246 (auto-show-should-take-action-p): Use window-truncated-p
|
|
247
|
|
248 1999-08-26 burt@dfki.de (Alastair Burt)
|
|
249
|
|
250 * derived.el: Apply derived-mode-parent-property.
|
|
251
|
|
252 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
253
|
|
254 * replace.el (perform-replace): Stop the search after the search
|
|
255 limit has been reached.
|
|
256
|
|
257 1999-08-26 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
258
|
|
259 * bytecomp.el (byte-compile-buffer-substring): Would produce wrong
|
|
260 warning/code for `buffer-substring' with no or one arg.
|
|
261
|
|
262 1999-08-26 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
|
|
263
|
|
264 * mule/japanese.el: Use setup-japanese-environment-internal as the
|
|
265 setup function.
|
|
266
|
353
|
267 1999-08-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
268
|
|
269 * XEmacs 21.1.6 is released
|
|
270
|
|
271 1999-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
272
|
|
273 * package-get.el: Don't require package signing by default.
|
|
274
|
|
275 1999-08-12 SL Baur <steve@xemacs.org>
|
|
276
|
|
277 * code-files.el (insert-file-contents): Fix docstring.
|
|
278
|
|
279 1999-08-12 Steve Baur <steve@xemacs.org>
|
|
280
|
|
281 * dumped-lisp.el Fix thai and ethiopic.
|
|
282
|
|
283 1999-08-12 Bob Weiner <weiner@beopen.com>
|
|
284
|
|
285 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
286 setting of an adaptive fill prefix when the `dont-skip-first'
|
|
287 was t.
|
|
288
|
|
289 1999-08-12 Karl M. Hegbloom <karlheg@debian.org>
|
|
290
|
|
291 * config.el (config-value-file): look for "config.values" in
|
|
292 `doc-directory', rather than in `exec-directory', since it varies
|
|
293 with the configuration like DOC does, and `--docdir' is
|
|
294 configurable now. The docstring for `doc-directory' says its
|
|
295 value is usually the same as `exec-directory' anyway, so this
|
|
296 should NOT affect XEmacs when configured without the `--docdir'
|
|
297 switch.
|
|
298
|
|
299 1999-08-12 Bob Weiner <weiner@beopen.com>
|
|
300
|
|
301 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
302 the text cursor disappear within list buffers, especially when
|
|
303 moving from window to window, so leave it visible.
|
|
304
|
|
305 1999-08-12 Karl M. Hegbloom <karlheg@debian.org>
|
|
306
|
|
307 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
308 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
309 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
310 modular enough to use as an efficient scripting tool.)
|
|
311
|
351
|
312 1999-08-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
313
|
|
314 * XEmacs 21.1.5 is released
|
|
315
|
349
|
316 1999-07-08 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
317
|
|
318 * XEmacs 21.1.4 is released
|
|
319
|
|
320 1999-07-07 SL Baur <steve@steve1.m17n.org>
|
|
321
|
|
322 * help-nomule.el (string-width): Make Mule compatibility alias.
|
|
323
|
|
324 1999-07-06 Bob Weiner <weiner@beopen.com>
|
|
325
|
|
326 * simple.el (indent-new-comment-line): Locally bound
|
|
327 `block-comment-start' to `comstart' or else when this is called
|
|
328 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
329 `block-comment-start' value, ignoring any existing spacing after a
|
|
330 comment prefix in the previous line and producing ugly comments.
|
|
331
|
|
332 1999-07-06 Bob Weiner <weiner@beopen.com>
|
|
333
|
|
334 * list-mode.el (mouse-choose-completion):
|
|
335 (choose-completion):
|
|
336 (completion-switch-to-minibuffer): Added.
|
|
337 ([Tab]): [Tab] previously switched to the minibuffer
|
|
338 but since [space] does that and since most applications in the
|
|
339 world use [Tab] to select the next item in a list, do that in the
|
|
340 *Completions* buffer too. This will cause the least confusion
|
|
341 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
342 06/23/1999.
|
|
343
|
|
344 1999-07-06 Bob Weiner <weiner@beopen.com>
|
|
345
|
|
346 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
347 in the completion-list-mode-map to bury the completions buffer
|
|
348 even when the minibuffer is no longer active.
|
|
349
|
|
350 1999-07-06 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
351
|
|
352 * very-early-lisp.el (when-feature, unless-feature): Make them
|
|
353 test for the feature at runtime.
|
|
354
|
|
355 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
356
|
|
357 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
358 report menu item (which may not be possible in this XEmacs).
|
|
359 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
360
|
|
361 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
362
|
|
363 * subr.el (with-current-buffer): DOC string fix.
|
|
364 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
365
|
|
366 1999-07-06 Karl M. Hegbloom <karlheg@debian.org>
|
|
367
|
|
368 * wid-edit.el (widget-documentation): corrected speling error.
|
|
369
|
347
|
370 1999-06-26 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
371
|
|
372 * XEmacs 21.1.3 is released
|
|
373
|
|
374 1999-06-26 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
375
|
|
376 * XEmacs 21.1.3 is released
|
|
377
|
|
378 1999-06-13 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
379
|
|
380 * mule/mule-cmds.el (read-input-method-name): set input-method
|
|
381 properly.
|
|
382
|
|
383 1999-06-12 Vin Shelton <acs@xemacs.org>
|
|
384
|
|
385 * startup.el: Document -private and break out non-standard X
|
|
386 options.
|
|
387
|
|
388 1999-06-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
389
|
|
390 * info.el (Info-scroll-prev): Use event functions instead of
|
|
391 the old emacs 19 interface.
|
|
392
|
|
393 1999-06-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
394
|
|
395 * about.el (about-xemacs): Update maintainer list.
|
|
396 Fix release date.
|
|
397
|
345
|
398 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
399
|
|
400 * XEmacs 21.1.2 is released
|
|
401
|
343
|
402 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
403
|
|
404 * XEmacs 21.1.1 is released
|
|
405
|
|
406 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
407
|
|
408 * about.el: update contact info for jason and slb.
|
|
409
|
|
410 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
411
|
|
412 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
413 From Anders Stenman <stenman@isy.liu.se>
|
|
414
|
|
415 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
416
|
|
417 * x-faces.el (x-make-font-bold-italic): honor
|
|
418 *try-oblique-before-italic-fonts*
|
|
419
|
|
420 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
421
|
|
422 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
423
|
|
424 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
425
|
|
426 * cl-extra.el (equalp): Would bug out for lists.
|
|
427
|
|
428 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
429
|
|
430 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
431
|
339
|
432 1999-03-25 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
433
|
|
434 * XEmacs 21.0.67 is released
|
|
435
|
|
436 1999-03-15 SL Baur <steve@xemacs.org>
|
|
437
|
|
438 * check-features.el: Turn hard errors into warnings.
|
|
439
|
|
440 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
441
|
|
442 * about.el (about-hackers): Change cgw's email address
|
|
443
|
337
|
444 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
445
|
|
446 * XEmacs 21.0.66 is released
|
|
447
|
|
448 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
449
|
|
450 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
451 so they can be overridden by x-init-face-from-resources.
|
|
452 Additionally specify the font name also with an x tag.
|
|
453
|
|
454 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
455
|
|
456 * package-get.el (package-get-base): autoload.
|
|
457
|
|
458 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
459 custom menu to only be activated when package-base is available.
|
|
460
|
|
461 * package-get.el (package-get-custom): don't load
|
|
462 package-get-custom as it is auto-generated. Fix group definition.
|
|
463
|
|
464 1999-03-05 Didier Verna <verna@inf.enst.fr>
|
|
465
|
|
466 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
467 instead of `symbol-name' (Thanks Kyle).
|
|
468
|
|
469 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
470 princ to write symbols.
|
|
471
|
335
|
472 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
473
|
|
474 * XEmacs 21.0.65 is released
|
|
475
|
|
476 1999-03-05 SL Baur <steve@xemacs.org>
|
|
477
|
|
478 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
479 From Neal Becker <nbecker@fred.net>
|
|
480
|
|
481 1999-02-12 Didier Verna <verna@inf.enst.fr>
|
|
482
|
|
483 * info.el (Info-build-node-completions): unconditionally widen the
|
|
484 tag table buffer.
|
|
485
|
|
486 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
487
|
|
488 * x-faces.el (x-init-face-from-resources):
|
|
489 Only set fonts in the 'x locale.
|
|
490
|
|
491 1999-03-04 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
492
|
|
493 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
494 `package-admin-delete-binary-package' returning nil since it's
|
|
495 normal. Reindent function.
|
|
496 (pui-add-required-packages): Handle case where packages selected
|
|
497 for installation have never been installed.
|
|
498
|
|
499 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
500
|
|
501 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
502 calls to font-lock during buffer reversion.
|
|
503
|
|
504 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
505
|
|
506 * menubar-items.el (default-menubar):
|
|
507 Implement the ``Mule->Set coding system of process'' menu item.
|
|
508
|
333
|
509 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
510
|
|
511 * XEmacs 21.0.64 is released
|
|
512
|
|
513 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
514
|
|
515 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
516 against window close (Fix Bug #460).
|
|
517 (ask-user-about-lock-dbox): Idem.
|
|
518
|
|
519 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
520
|
|
521 * about.el (xemacs-hackers): change andy's email address.
|
|
522 (about-url-alist): change andy's web page address.
|
|
523 (about-xemacs): add piper.
|
|
524
|
|
525 1999-02-16 SL Baur <steve@xemacs.org>
|
|
526
|
|
527 * mule/arabic.el:
|
|
528 mule/canna-leim.el:
|
|
529 mule/chinese.el:
|
|
530 mule/cyrillic.el:
|
|
531 mule/english.el:
|
|
532 mule/european.el:
|
|
533 mule/greek.el:
|
|
534 mule/hebrew.el:
|
|
535 mule/japanese.el:
|
|
536 mule/kinsoku.el:
|
|
537 mule/korean.el:
|
|
538 mule/misc-lang.el:
|
|
539 mule/mule-category.el:
|
|
540 mule/mule-ccl.el:
|
|
541 mule/mule-charset.el:
|
|
542 mule/mule-cmds.el:
|
|
543 mule/mule-coding.el:
|
|
544 mule/mule-files.el:
|
|
545 mule/mule-help.el:
|
|
546 mule/mule-init.el:
|
|
547 mule/mule-misc.el:
|
|
548 mule/mule-tty-init.el:
|
|
549 mule/mule-x-init.el:
|
|
550 mule/viet-chars.el: Remerge from mule-base.
|
|
551
|
|
552 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
553 of mule-base into lisp/mule.
|
|
554
|
|
555 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
556
|
|
557 * paths.el:
|
|
558 - improved automounter tmp directory support.
|
|
559 - support 4 (!) empirically discovered automounter conventions
|
|
560
|
|
561 1999-02-10 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
562
|
|
563 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
564 of hard-wired "-c" (for WindowsNT).
|
|
565
|
|
566 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
567
|
|
568 * menubar-items.el (default-menubar): Remove obsolete
|
|
569 "Gopher" item
|
|
570
|
|
571 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
572
|
|
573 * package-admin.el (package-admin-get-install-dir): First fall
|
|
574 back to the location of xemacs-base for non-mule packages.
|
|
575
|
|
576 1999-02-12 SL Baur <steve@xemacs.org>
|
|
577
|
|
578 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
579
|
|
580 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
581
|
|
582 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
583 a local file name in the search entry.
|
|
584
|
331
|
585 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
586
|
|
587 * XEmacs 21.0.63 is released
|
|
588
|
|
589 1999-01-25 Didier Verna <verna@inf.enst.fr>
|
|
590
|
|
591 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
592 (cut-copy-clear-internal): ditto.
|
|
593
|
329
|
594 1999-01-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
595
|
|
596 * XEmacs 21.0.62 is released
|
|
597
|
|
598 1999-01-04 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
599
|
|
600 * package-get: Sync again with 21.2 version (undoes premature
|
|
601 patch applied by mistake).
|
|
602
|
|
603 1998-12-02 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
604
|
|
605 * package-get.el (package-get-download-sites): change
|
|
606 ftp.doc.ic.ac.uk to sunsite.doc.ic.ac.uk
|
|
607
|
327
|
608 1999-01-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
609
|
|
610 * XEmacs 21.0.61 is released
|
|
611
|
|
612 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
613
|
|
614 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
615 (sound-extension-list): name changed from sound-ext-list.
|
|
616 (load-default-sounds): use new names.
|
|
617 (load-sound-file): use new names.
|
|
618
|
|
619 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
620
|
|
621 * package-admin.el: Change initialization of
|
|
622 package-admin-install-function dependent on system type.
|
|
623 Change package-admin-install-function-mswindows to use
|
|
624 "minitar".
|
|
625
|
|
626 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
627
|
|
628 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
629
|
|
630 * package-get.el (package-get-download-menu): Use
|
|
631 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
632
|
|
633 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
634 (pui-help-string): idem.
|
|
635 (list-packages-mode): New major mode.
|
|
636 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
637 (pui-install-selected-packages): Add suport for removing packages.
|
|
638 (pui-toggle-package-delete-key): New function.
|
|
639 (pui-popup-context-sensitive): New kludge.
|
|
640 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
641 (package-ui-add-site): New function.
|
|
642
|
|
643 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
644
|
|
645 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
646 errors.
|
|
647
|
325
|
648 1998-12-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
649
|
|
650 * XEmacs 21.0.60 is released
|
|
651
|
|
652 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
653
|
|
654 * wid-edit.el (widget-echo-this-extent): Set
|
|
655 help-echo-owns-message to t.
|
|
656
|
|
657 1998-12-10 SL Baur <steve@altair.xemacs.org>
|
|
658
|
|
659 * package-admin.el (package-admin-add-binary-package): Grammar
|
|
660 fix.
|
|
661
|
|
662 1998-12-01 Greg Klanderman <greg@alphatech.com>
|
|
663
|
|
664 * package-get.el (package-get-locate-index-file): change argument
|
|
665 to `force-current'. error out if force-current is set and no
|
|
666 download sites are specified.
|
|
667
|
|
668 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
669
|
|
670 * package-get.el (package-get): If we cannot find a package
|
|
671 because package-get-remote is not set, give a more helpful
|
|
672 error message.
|
|
673
|
|
674 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
675
|
|
676 * package-get.el (package-get-remote-filename): use an EFS path
|
|
677 with user anonymous if no user is specified.
|
|
678
|
|
679 1998-12-01 Didier Verna <verna@inf.enst.fr>
|
|
680
|
|
681 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
682
|
|
683 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
684
|
|
685 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
686 calling reset-face on the default face.
|
|
687
|
|
688 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
689
|
|
690 * package-admin.el (package-admin-default-install-function):
|
|
691 Behave as advertised. Make sure the pkg-dir is proper for
|
|
692 default-directory.
|
|
693 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
694 proper for default-directory.
|
|
695 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
696 is proper for default-directory.
|
|
697
|
323
|
698 1998-12-08 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
699
|
|
700 * XEmacs 21.0.59 is released
|
|
701
|
321
|
702 1998-12-08 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
703
|
|
704 * XEmacs 21.0.58 is released
|
|
705
|
|
706 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
707
|
|
708 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
709 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
710 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
711
|
|
712 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
713 (add-menu-button): Add 'in-menu' argument.
|
|
714 (add-menu-item-1): Add in-menu support to helper function.
|
|
715
|
|
716 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
717
|
|
718 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
719 of Dec 4, 1997.
|
|
720
|
|
721 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
722
|
|
723 * process.el (shell-command-on-region): Report if the command
|
|
724 succeeded or failed.
|
|
725
|
|
726 1998-11-07 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
727
|
|
728 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
729 into font instances first, like `x-frob-font-size' does.
|
|
730 (mswindows-find-larger-font): ditto
|
|
731
|
|
732 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
733
|
|
734 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
735 to `package-get'.
|
|
736
|
|
737 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
738
|
|
739 * package-get.el (host-name): New widget type.
|
|
740 (package-get-remote): Better customization using new type.
|
|
741 (package-get-download-sites): idem dito.
|
|
742
|
|
743 (package-get-custom): Do not use package-get-all untill we have
|
|
744 runtime dependencies.
|
|
745
|
|
746 (package-get-remove-copy): Default to 't' we no longer need this
|
|
747 kludge as we do not currently use depenencies.
|
|
748
|
|
749 (package-get-was-current): New variable.
|
|
750 (package-get-require-base): New 'force-current' argument.
|
|
751 (package-get-update-base): idem
|
|
752 (package-get-package-provider): idem
|
|
753 (package-get-locate-index-file): New 'no-remote' argument.
|
|
754 (package-get-locate-file): idem.
|
|
755
|
|
756 (package-get-maybe-save-index): New function.
|
|
757 (package-get-update-base): Use it.
|
|
758
|
|
759 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
760
|
|
761 * package-get.el (package-get-remote): default to nil; by default,
|
|
762 don't go out to the net via EFS. They must select a download site.
|
|
763 (package-get-download-sites): new variable.
|
|
764 (package-get-download-menu): new function.
|
|
765 (package-get-locate-index-file): new function.
|
|
766 (package-get-update-base): use it.
|
|
767
|
|
768 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
769 and "Add Download Site" menus under Options | Manage Packages.
|
|
770
|
|
771 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
772
|
|
773 * package-get.el (package-get): bugfix code checking installed version
|
|
774 for case where package is not currently installed.
|
|
775 (package-get-require-signed-base-updates): new variable.
|
|
776 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
777 deemed not a goot thing. Use the variable
|
|
778 package-get-allow-unsigned-base-updates instead.
|
|
779
|
|
780 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
781
|
|
782 * package-get.el (package-get): Don't install an older version than
|
|
783 we already have unless explicitly told to. Issue a warning.
|
|
784
|
|
785 * package-ui.el (pui-add-required-packages): when adding
|
|
786 dependencies, don't add packages that are up to date.
|
|
787 (pui-package-symbol-char): Don't consider a package out of date
|
|
788 if you have a newer version installed than the latest version in
|
|
789 package-get-base.
|
|
790
|
|
791 * package-get.el (package-get-base-filename): document that it may
|
|
792 be a path relative to package-get-remote; new default value.
|
|
793 (package-get-locate-file): new function.
|
|
794 (package-get-update-base): use it to expand package-get-base-filename.
|
|
795 (package-get-save-base): new function to save the package-get database
|
|
796 to file.
|
|
797 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
798 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
799 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
800 (package-get-file-installed-p): removed; no longer needed.
|
|
801 (package-get-create-custom): ditto.
|
|
802 (toplevel): remove code to build and load package-get-custom.el
|
|
803 (package-get-custom-add-entry): new function.
|
|
804
|
|
805 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
806
|
|
807 * wid-edit.el (widget-button-click): Don't switch window.
|
|
808
|
|
809 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
810
|
|
811 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
812
|
|
813 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
814
|
|
815 * package-get.el (package-get-update-base): use
|
|
816 insert-file-contents-internal, not insert-file-contents-literally.
|
|
817
|
|
818 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
819
|
|
820 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
821 dump time.
|
|
822
|
|
823 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
824
|
|
825 * package-get.el (package-get-update-base-entry): new function.
|
|
826 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
827 cleanup, and use package-get-update-base-from-buffer.
|
|
828 (package-get-update-base-from-buffer): new function.
|
|
829 (package-get-update-base-entries): new; helper for above.
|
|
830 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
831
|
|
832 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
833
|
|
834 * files.el (set-auto-mode): Don't play games loading package-get
|
|
835 database; package-get-package-provider will handle it all.
|
|
836
|
|
837 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
838
|
|
839 * package-get.el (package-get-base-filename): new variable.
|
|
840 (package-get-require-base): new function.
|
|
841 (package-get-pgp-signed-begin-line): new variable.
|
|
842 (package-get-pgp-signature-begin-line): ditto.
|
|
843 (package-get-pgp-signature-end-line): ditto.
|
|
844 (package-get-load-base): new function.
|
|
845 (package-get-interactive-package-query):
|
|
846 (package-get-update-all):
|
|
847 (package-get-dependencies):
|
|
848 (package-get-package-provider):
|
|
849 (package-get-custom): use package-get-require-base.
|
|
850 [package-get-custom loading]: disable for now.
|
|
851
|
|
852 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
853
|
|
854 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
855
|
|
856 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
857
|
|
858 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
859
|
|
860 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
861 to with Customize. Move all the package stuff to a new Item in Options.
|
|
862
|
|
863 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
864
|
|
865 * package-get.el (package-get): Use new
|
|
866 package-admin-get-install-dir.
|
|
867
|
|
868 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
869 Conserve package location and put mule packages where mule-base is.
|
|
870
|
|
871 * package-get.el : Customized
|
|
872
|
|
873 * package-ui.el (pui): Customized
|
|
874 (pui-package-install-dest-dir): New variable.
|
|
875 (pui-install-selected-packages): Use it
|
|
876
|
|
877 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
878
|
|
879 * package-get.el (package-get-interactive-package-query): Move
|
|
880 dependency on package-get-base to run-time.
|
|
881 (package-get-update-all): Ditto.
|
|
882 (package-get-dependencies): Ditto.
|
|
883 (package-get-package-provider): Ditto.
|
|
884 (package-get-custom): Ditto.
|
|
885
|
|
886 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
887
|
|
888 * events.el: Remove 'ascii-character property from 'backspace
|
|
889 and 'delete symbols
|
|
890
|
|
891 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
892
|
|
893 * package-get-base.el: removed.
|
|
894
|
|
895 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
896
|
|
897 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
898
|
|
899 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
900
|
|
901 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
902 check for "." and ".." before symlink check. expand files and
|
|
903 directories with respect to DIRECTORY, not default-directory.
|
|
904
|
|
905 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
906
|
|
907 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
908
|
|
909 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
910
|
|
911 * package-ui.el (pui-add-required-packages): new function, select
|
|
912 dependent packages.
|
|
913 (pui-display-keymap): bind it.
|
|
914 (pui-help-string): document it.
|
|
915 (pui-install-selected-packages): package-get-all -> package-get.
|
|
916
|
|
917 * package-get.el (package-get-dependencies): new function.
|
|
918
|
|
919 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
920
|
|
921 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
922 regexps.
|
|
923
|
|
924 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
925
|
|
926 * package-admin.el (package-admin-delete-binary-package):
|
|
927 General cleanup. Remove unnessary use of progn and
|
|
928 save-excursion.
|
|
929 (package-admin-delete-binary-package): Do NOT mess with file
|
|
930 modes. That is evil.
|
|
931 (package-admin-delete-binary-package): Wrap all deleting in
|
|
932 condition-case. The data in MANIFEST is untrustworthy.
|
|
933 (package-admin-delete-binary-package): Let the OS worry about non
|
|
934 empty directories.
|
|
935
|
|
936 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
937
|
|
938 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
939 processing.
|
|
940 (lm-report-bug): Fix mail address to send bug reports to.
|
|
941
|
318
|
942 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
943
|
|
944 * XEmacs 21.0-pre14 is released.
|
|
945
|
|
946 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
947
|
|
948 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
949
|
|
950 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
951
|
|
952 * info.el (Info-mode): Document page turning by double clicks in
|
|
953 docstring so `M-x describe-mode' will display it.
|
|
954
|
|
955 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
956
|
|
957 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
958 widths to calculate a border region where double clicking does
|
|
959 page turning, and return `nil' by default so other hooks, such as
|
|
960 region highlighting, will be run.
|
|
961
|
|
962 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
963
|
|
964 * sound.el (default-sound-directory-list): Initialize with all the
|
|
965 "sounds" directories in `data-directory-list'. It used to just be
|
|
966 the first one.
|
|
967
|
|
968 * packages.el (locate-data-directory-list): Created. This gives
|
|
969 the list of matching directories, unlike `locate-data-directory',
|
|
970 which just gives the first one.
|
|
971
|
|
972 1998-09-28 Raymond Wiker <raymond@orion.no>
|
|
973
|
|
974 * packages.el: Added "man" as a special subdirectory of packages.
|
|
975
|
|
976 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
977
|
|
978 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
979 make a binding in the local keymap until help-char handling is
|
|
980 improved.
|
|
981
|
|
982 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
983 binding.
|
|
984 (help-print-help-form): New helper function.
|
|
985
|
|
986 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
987
|
|
988 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
989 move extent to another buffer; no need to create a new extent.
|
|
990 (isearch-fix-case): New function.
|
|
991 (isearch-search-and-update): Use it.
|
|
992
|
|
993 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
994
|
|
995 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
996 specify a default font at this late stage. Do try to force
|
|
997 creation of the default face font so that if it fails we get
|
|
998 an error now instead of a crash at frame creation.
|
|
999
|
|
1000 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
1001 mswindows-make-font-unitalic: Canonical default weight
|
|
1002 changed from "Normal" to "Regular".
|
|
1003
|
|
1004 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
1005 not being passed into call to mswindows-find-smaller-font.
|
|
1006
|
325
|
1007 1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
318
|
1008
|
|
1009 * package-get.el (package-get-remote): Fix the path where to find
|
|
1010 the packages on xemacs.org.
|
|
1011
|
|
1012 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
1013
|
|
1014 * about.el (about-maintainer-info): Update Ben's entry.
|
|
1015
|
|
1016 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
1017
|
|
1018 * packages.el: Added new function, `package-delete-name', to
|
|
1019 delete existing packages from the installed package database
|
|
1020 (`packages-package-list'). Also added the "pkginfo" directory
|
|
1021 to `packages-special-base-regexp', so that the pkginfo directory
|
|
1022 would not get added to `late-packages'.
|
|
1023
|
|
1024 * package-admin.el: Added ability to delete an installed package
|
|
1025 (added low-level function, `package-admin-delete-package').
|
|
1026 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
1027 delete the package. When installing a package, will also
|
|
1028 create a MANIFEST.* file if one is not provided by the
|
|
1029 package. If the MANIFEST.* doesn't exist when deleting a
|
|
1030 package, the functions will fall back to attempting to delete
|
|
1031 any package-specific lisp directory.
|
|
1032
|
|
1033 * package-get.el: Moved some functions to package-admin.el.
|
|
1034 Added interactive function `package-get-delete-package', for
|
|
1035 use by users for deleting a package.
|
|
1036
|
|
1037 Also modified to not require the prescence of efs.
|
|
1038
|
|
1039 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
1040
|
|
1041 * files.el (find-file-noselect): Handle all signals, kill the
|
|
1042 buffer and resignal.
|
|
1043
|
|
1044 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
1045
|
|
1046 * cl-macs.el (glyph-image): Add setf method.
|
|
1047
|
|
1048 1998-09-15 SL Baur <steve@altair.xemacs.org>
|
|
1049
|
|
1050 * dumped-lisp.el (preloaded-file-list): Eliminate reference to
|
|
1051 InfoDock-specific id-menus.el.
|
|
1052
|
316
|
1053 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
1054
|
|
1055 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
1056 .tar.gz files first, in preference over .tgz files.
|
|
1057
|
|
1058 * package-ui.el: Fix display of package version numbers.
|
|
1059
|
|
1060 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1061
|
|
1062 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
1063 argument.
|
|
1064
|
314
|
1065 1998-09-05 SL Baur <steve@altair.xemacs.org>
|
|
1066
|
|
1067 * XEmacs 21.0-pre12 is released.
|
|
1068
|
|
1069 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
1070
|
|
1071 * list-mode.el: `display-completion-list': added new/optional
|
|
1072 keyword `:completion-string', which allows the programmer to
|
|
1073 change the "Possible completions are:" prompt.
|
|
1074
|
|
1075 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
1076 visual package browser/installer:
|
|
1077
|
|
1078 Options->Customize->List Packages
|
|
1079
|
|
1080 * package-admin.el: Added hooks for installing under both Unix
|
|
1081 and MS Windows. Does additional error checking. No longer
|
|
1082 calls "add-big-package.sh" to install packages under Unix; now
|
|
1083 calls gunzip & tar directly.
|
|
1084
|
|
1085 * package-get.el: Added ability to install packages from files
|
|
1086 on a local disk/CDROM. Now deletes any existing package lisp
|
|
1087 directory. Does completion on available packages when
|
|
1088 querying for package names. Will also search for .tgz files
|
|
1089 in addition for .tar.gz files. Tries to reload
|
|
1090 auto-autoloads, as a convenience when loading new packages,
|
|
1091 and also tries to add any new package paths to `load-path'.
|
|
1092 Changed all occurences of `concat' to use `expand-file-name'.
|
|
1093
|
|
1094 * package-ui.el: New file which implements the main visual
|
|
1095 package browser/installer, which is started via a menu pick or
|
|
1096 M-x pui-list packages.
|
|
1097
|
|
1098 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
1099
|
|
1100 * startup.el (load-init-file): spelling fix.
|
|
1101
|
|
1102 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1103
|
|
1104 * startup.el (normal-top-level): Load auto-autoload files
|
|
1105 covariantly with their precedence.
|
|
1106
|
|
1107 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1108
|
|
1109 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
1110 option, there is currently no custom equivalent.. Customize-faces
|
|
1111 is "Edit faces".
|
|
1112
|
|
1113 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
1114 default face.
|
|
1115
|
|
1116 * faces.el (face-spec-update-all-matching): New function.
|
|
1117
|
|
1118 * cus-face.el (custom-set-face-update-spec): New function.
|
|
1119 Interface to customize faces from elisp.
|
|
1120
|
|
1121 (custom-face-value-create): Show the customized settings if set
|
|
1122 but not saved.
|
|
1123
|
|
1124 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1125
|
|
1126 (custom-face-value-create): Show the customized settings if set
|
|
1127 but not saved.
|
|
1128
|
|
1129 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
1130
|
|
1131 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
1132 query-replace-regexp.
|
|
1133
|
|
1134 1998-08-26 SL Baur <steve@altair.xemacs.org>
|
|
1135
|
|
1136 * obsolete.el (column-number-start-at-one): Make obsolete.
|
|
1137
|
312
|
1138 1998-08-22 SL Baur <steve@altair.xemacs.org>
|
|
1139
|
|
1140 * XEmacs 21.0-pre11 is released.
|
|
1141
|
|
1142 1998-08-22 SL Baur <steve@altair.xemacs.org>
|
|
1143
|
|
1144 * wid-edit.el (widget-image-conversion): Push priority of PNGs to
|
|
1145 highest.
|
|
1146
|
|
1147 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1148
|
|
1149 * loadup.el:
|
|
1150 * make-docfile.el:
|
|
1151 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
1152 global variable) no more.
|
|
1153
|
|
1154 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
1155 (now defunct as a global variable) a parameter.
|
|
1156
|
|
1157 1998-08-22 SL Baur <steve@altair.xemacs.org>
|
|
1158
|
|
1159 * XEmacs 21.0-pre10 is released.
|
|
1160
|
310
|
1161 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
1162
|
|
1163 * about.el (about-hackers): new email
|
|
1164
|
|
1165 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
1166
|
|
1167 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
1168
|
308
|
1169 1998-08-11 SL Baur <steve@altair.xemacs.org>
|
|
1170
|
|
1171 * XEmacs 21.0-pre9 is released.
|
|
1172
|
|
1173 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1174
|
|
1175 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
1176 used.
|
|
1177
|
|
1178 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
1179
|
|
1180 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1181
|
|
1182 * packages.el (packages-data-path-depth): Added and used.
|
|
1183
|
|
1184 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
1185
|
|
1186 * about.el:
|
|
1187 - Change .xpm to .png, delete "zcat" section.
|
|
1188 - cosmetic fix in the 'marcpa' entry.
|
|
1189
|
|
1190 * etc/photos
|
|
1191 - convert all .xpm.Z to .png
|
|
1192 - rename mrb to martin
|
|
1193 - rename mcook-m to mcookm
|
|
1194
|
|
1195 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
1196
|
|
1197 * x-init.el (x-initialize-compose): Add support for
|
|
1198 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
1199
|
|
1200 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
1201
|
|
1202 * setup-paths.el (paths-construct-exec-path): Made the
|
|
1203 last-packages really be last.
|
|
1204 (paths-construct-data-directory-list): Ditto.
|
|
1205
|
|
1206 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
1207
|
|
1208 * startup.el(startup-splash-frame-body):
|
|
1209 Update Copyright notice in splash screen
|
|
1210
|
|
1211 1998-08-04 SL Baur <steve@altair.xemacs.org>
|
|
1212
|
|
1213 * XEmacs 21.0-pre8 is released.
|
|
1214
|
306
|
1215 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1216
|
|
1217 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
1218 aginst destroyed extents
|
|
1219
|
|
1220 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
1221
|
|
1222 * package-get.el (package-get): add `install-dir' argument.
|
|
1223
|
|
1224 1998-07-20 John Jones <jj@asu.edu>
|
|
1225
|
|
1226 * package-get.el: calls to package-get-update-all will only
|
|
1227 update packages which are already installed.
|
|
1228
|
|
1229 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
1230
|
|
1231 * about.el (about-hackers): Correct my email.
|
|
1232
|
|
1233 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
1234
|
|
1235 * about.el (about-hackers): new email-address.
|
|
1236
|
|
1237 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
1238
|
|
1239 * minibuf.el (read-number): Don't let `input-error' condition
|
|
1240 escape.
|
|
1241
|
|
1242 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
1243
|
|
1244 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
1245 writable.
|
|
1246
|
|
1247 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
1248
|
|
1249 * about.el (about-hackers): use my `email-for-life' address.
|
|
1250
|
304
|
1251 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
1252
|
|
1253 * XEmacs 21.0-pre7 is released.
|
|
1254
|
|
1255 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
1256
|
|
1257 * XEmacs 21.0-pre6 is released.
|
|
1258
|
|
1259 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1260
|
|
1261 * ldap.el (ldap-search): Doc string change
|
|
1262
|
|
1263 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
1264
|
|
1265 * menubar-items.el (default-menubar): Removed references to
|
|
1266 `data-directory', and use `locate-data-file' instead, and made
|
|
1267 then greyed out if they don't exist.
|
|
1268
|
|
1269 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1270
|
|
1271 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
1272 since the latter does not accept integer args anymore
|
|
1273
|
300
|
1274 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
1275
|
304
|
1276 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
1277
|
|
1278 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
1279
|
|
1280 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
1281 macros replaced.
|
|
1282
|
|
1283 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
1284
|
|
1285 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
1286 * update-elc.el: Ditto.
|
|
1287 * loadup.el (really-early-error-handler): Ditto.
|
|
1288
|
|
1289 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
1290 very-early-lisp.el.
|
|
1291
|
|
1292 * very-early-lisp.el: New file.
|
|
1293
|
|
1294 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
1295
|
|
1296 * about.el: Fix typos, update release date.
|
|
1297
|
300
|
1298 * XEmacs 21.0-pre5 is released.
|
|
1299
|
|
1300 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
1301
|
|
1302 * about.el (about-hackers): Credits update.
|
|
1303
|
|
1304 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
1305
|
|
1306 * register.el (insert-register): Don't activate the region.
|
|
1307
|
|
1308 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
1309
|
|
1310 * select.el: Restore x-* symbols for backwards compatibility:
|
|
1311 x-copy-primary-selection, x-kill-primary-selection,
|
|
1312 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
1313 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
1314
|
298
|
1315 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
1316
|
|
1317 * XEmacs 21.0-pre4 is released.
|
|
1318
|
|
1319 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
1320
|
|
1321 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
1322 reporting bugs.
|
|
1323 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
1324 `expand-file-name' rather than `concat'.
|
|
1325
|
|
1326 * help.el (print-messages): New function.
|
|
1327
|
|
1328 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1329
|
|
1330 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
1331
|
|
1332 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1333
|
|
1334 * about.el: Tweaked my entry in about-hackers.
|
|
1335
|
|
1336 * find-paths.el (paths-emacs-root-p):
|
|
1337 Relaxed emacs-root checking of an in-place installation to
|
|
1338 also accomodate the flat layout used on MS Windows.
|
|
1339
|
|
1340 1998-06-29 John Jones <jj@asu.edu>
|
|
1341
|
|
1342 * package-get.el: calls to package-get-update-all will only
|
|
1343 update packages which are already installed.
|
|
1344
|
|
1345 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
1346
|
|
1347 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
1348 are handled by the gui-element face fallbacks now.
|
|
1349
|
|
1350 * x-faces.el: default gui-element face to "background" as well as
|
|
1351 the default face.
|
|
1352
|
|
1353 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
1354 and default face settings since these are set as fallbacks now in
|
|
1355 the appropriate domain.
|
|
1356
|
|
1357 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
1358
|
|
1359 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
1360 corresponding to `page-delim' goes first and the hack in
|
|
1361 `forward-paragraph' will work.
|
|
1362 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
1363
|
|
1364 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1365
|
|
1366 * subr.el (remove-hook): When checking the hook value
|
|
1367 with functionp, don't apply car to it.
|
|
1368
|
|
1369 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1370
|
|
1371 * package-get.el (package-get-remote-filename):
|
|
1372 Don't use file-name-as-directory because the local directory
|
|
1373 separator conventions might not be the same as ftp's.
|
|
1374
|
|
1375 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1376
|
|
1377 * ldap.el (ldap-host-parameters-alist): New name of
|
|
1378 `ldap-host-parameters-plist'
|
|
1379
|
|
1380 1998-06-26 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1381
|
|
1382 * package-get.el: Using (require 'package-get-base), now that it
|
|
1383 provides itself. Consequently removed all instances of (load
|
|
1384 "package-get-base.el").
|
|
1385
|
|
1386 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1387
|
|
1388 * subr.el (remove-hook): Don't treat the hook value as a
|
|
1389 list unless it is both consp and not functionp.
|
|
1390
|
|
1391 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
1392
|
|
1393 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
1394 * auto-show.el: Ditto.
|
|
1395 * bytecomp.el: Ditto.
|
|
1396 * faces.el: Ditto.
|
|
1397 * x-scrollbar.el: Ditto.
|
|
1398 * x-misc.el: Ditto.
|
|
1399 * tty-init.el: Ditto.
|
|
1400 * toolbar-items.el: Ditto.
|
|
1401 * symbol-syntax.el: Ditto.
|
|
1402 * specifier.el: Ditto.
|
|
1403 * objects.el: Ditto.
|
|
1404 * hyper-apropos.el: Ditto.
|
|
1405 * glyphs.el: Ditto.
|
|
1406
|
|
1407 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
1408
|
|
1409 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
1410 vertical-divider-always-visible-p.
|
|
1411 (default-mouse-motion-handler): Ditto.
|
|
1412
|
|
1413 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
1414
|
|
1415 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
1416 global value.
|
|
1417
|
|
1418 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
1419
|
|
1420 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
1421
|
|
1422 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1423
|
|
1424 * font.el: Split font-family-mappings into X and
|
|
1425 mswindows-specific versions.
|
|
1426 mswindows-font-create-[object|name]: Treat supplied size
|
|
1427 as a pointsize. Added underline and strikethru handling.
|
|
1428
|
|
1429 * msw-faces.el: changed default mswindows charset to western.
|
|
1430
|
|
1431 * msw-glyphs.el: removed space in border-glyph font string that
|
|
1432 was inserted to get round bugs in the mswindows C font code.
|
|
1433
|
|
1434 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
1435
|
|
1436 * about.el (about-hackers): Credits update.
|
|
1437
|
|
1438 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
1439 TUTORIAL.
|
|
1440
|
|
1441 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
1442 to ISO-8859-2.
|
|
1443
|
294
|
1444 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1445
|
|
1446 * font.el: Split font-family-mappings into X and
|
|
1447 mswindows-specific versions.
|
|
1448 mswindows-font-create-[object|name]: Treat supplied size
|
|
1449 as a pointsize. Added underline and strikethru handling.
|
|
1450
|
|
1451 * msw-faces.el: changed default mswindows charset to western.
|
|
1452
|
|
1453 * msw-glyphs.el: removed space in border-glyph font string that
|
|
1454 was inserted to get round bugs in the mswindows C font code.
|
|
1455
|
|
1456 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1457
|
|
1458 * minibuf.el: make read-color-completion-table call
|
|
1459 (mswindows-color-list for mswindows devices.
|
|
1460
|
|
1461 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
1462
|
|
1463 * lisp/font-lock.el
|
|
1464 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
1465 Let declaration items contain non-word symbol characters.
|
|
1466
|
|
1467 1998-06-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1468
|
|
1469 * package-get.el (package-get-package-provider): Added autoload
|
|
1470 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
1471 it. Fixed some (interactive ...) with multiple argument specs
|
|
1472 again. Cosmetic indentation changes.
|
|
1473
|
|
1474 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
1475
|
|
1476 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
1477 that you want to use later.
|
|
1478
|
|
1479 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
1480
|
|
1481 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
1482 to x-kill-primary-selection with kill-primary-selection
|
|
1483
|
|
1484 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
1485
|
|
1486 * simple.el (what-cursor-position): Make cursor position reported
|
|
1487 use value of column-number-start-at-one
|
|
1488
|
|
1489 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
1490
|
|
1491 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
1492
|
|
1493 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
1494
|
|
1495 * startup.el (startup-splash-frame): Remove
|
|
1496 `xemacs-startup-logo-function'.
|
|
1497
|
|
1498 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
1499
|
|
1500 * about.el (about-hackers): Update credits list.
|
|
1501
|
292
|
1502 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
1503
|
|
1504 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
1505 extensions to be found by load-sound-file
|
|
1506
|
|
1507 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1508
|
|
1509 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
1510 (Info-auto-generate-directory): New variable
|
|
1511 (Info-save-auto-generated-dir): New variable
|
|
1512 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
1513 (Info-build-dir-anew): Second parameter removed. Use
|
|
1514 `Info-save-auto-generated-dir'
|
|
1515 (Info-rebuild-dir): Ditto
|
|
1516
|
|
1517 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
1518
|
|
1519 * list-mode.el (next-list-mode-item): Would not recognize
|
|
1520 border between directly neighbored items.
|
|
1521
|
|
1522 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
1523
|
|
1524 * package-get.el: add autoloads for some functions.
|
|
1525
|
290
|
1526 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1527
|
|
1528 * specifier.el (let-specifier): Tiny docfixes.
|
|
1529
|
|
1530 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
1531
|
|
1532 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
1533
|
|
1534 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1535
|
|
1536 * wid-edit.el (widget-specify-secret): New function.
|
|
1537 (widget-after-change): Use it.
|
|
1538 (widget-specify-field): Use it.
|
|
1539
|
|
1540 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
1541
|
|
1542 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
1543 `doit'; reuse result of `window-pixel-edges'.
|
|
1544
|
|
1545 * modeline.el (drag-modeline-event-lag): Rename to
|
|
1546 drag-divider-event-lag.
|
|
1547
|
|
1548 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
1549
|
|
1550 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
1551 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
1552 arguments.
|
|
1553
|
|
1554 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
1555
|
|
1556 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
1557 `completion-ignore-case' in completions buffer under Windows.
|
|
1558
|
|
1559 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1560
|
|
1561 * about.el (about-maintainer-glyph): Fix support for not
|
|
1562 compressed images.
|
|
1563
|
|
1564 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1565
|
|
1566 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
1567
|
|
1568 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
1569 `cancel-mode-internal' function is fetched.
|
|
1570
|
|
1571 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
1572
|
|
1573 * files.el (save-some-buffers-1): Fixed return value.
|
|
1574
|
|
1575 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
1576
|
|
1577 * dragdrop.el: added experimental
|
|
1578
|
|
1579 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
1580
|
|
1581 * startup.el (after-init-hook, init-file-user,
|
|
1582 user-init-directory, load-user-init-file): Purge references
|
|
1583 to "~/.xemacs/init.el" from docstrings.
|
|
1584
|
|
1585 (load-user-init-file) Use paths-construct-path to construct
|
|
1586 paths to user init files. Go directly to ~/.emacs, do not
|
|
1587 search ~/.xemacs/, do not load `default-custom-file'.
|
|
1588
|
|
1589 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
1590
|
|
1591 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
1592 general *sh.
|
|
1593 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
1594
|
|
1595 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
1596
|
|
1597 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
1598 menu.
|
|
1599
|
|
1600 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
1601
|
|
1602 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
1603 in xpm-color-symbols instead of default.
|
|
1604
|
|
1605 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
1606
|
|
1607 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
1608
|
|
1609 * startup.el (xemacs-startup-logo-function): New variable.
|
|
1610 (startup-splash-frame): Use it.
|
|
1611
|
|
1612 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
1613
|
|
1614 * files.el (save-some-buffers): Would wait 1 second.
|
|
1615 (save-some-buffers-1): Delete other windows here instead of in
|
|
1616 `save-some-buffers'.
|
|
1617 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
1618
|
|
1619 1998-06-02 Didier Verna <verna@inf.enst.fr>
|
|
1620
|
|
1621 * cus-face.el (custom-face-attributes): generalized the use of
|
|
1622 toggle buttons for boolean attributes.
|
|
1623 Re-ordered the items a bit.
|
|
1624
|
288
|
1625 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
1626
|
|
1627 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
1628 to find the sounds directory.
|
|
1629
|
|
1630 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
1631
|
|
1632 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
1633 otherwise. load-default sounds without extensions.
|
|
1634
|
|
1635 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
1636
|
|
1637 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
1638 if send-pr is not bound.
|
|
1639
|
|
1640 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
1641
|
|
1642 * files.el: grok idl files in auto-mode-alist.
|
|
1643 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
1644
|
|
1645 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
1646 calling `upcase'.
|
|
1647
|
|
1648 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
1649
|
|
1650 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
1651
|
|
1652 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1653
|
|
1654 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
1655 instead of XEmacs one when dumping InfoDock.
|
|
1656
|
|
1657 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1658
|
|
1659 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
1660 for `modeline-visible-p'
|
|
1661
|
|
1662 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
1663
|
|
1664 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
1665
|
|
1666 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
1667 since it's not used anymore. doc string fixes.
|
|
1668
|
|
1669 * package-get.el (package-get-file-installed-p): new function. use
|
|
1670 instead of file-installed-p which is in an external package.
|
|
1671
|
|
1672 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
1673
|
|
1674 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
1675 favor of select-window/switch-to-buffer
|
|
1676
|
|
1677 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
1678
|
|
1679 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
1680
|
|
1681 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
1682
|
|
1683 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
1684 (offix-start-drag-region) moved to dragdrop.el
|
|
1685 (offix-start-drag) moved to dragdrop.el
|
|
1686 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
1687 (offix-start-drag-region) moved from frame.el
|
|
1688 (offix-start-drag) moved from frame.el
|
|
1689 (cde-start-drag-region) cde drag regions
|
|
1690 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
1691
|
|
1692 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
1693
|
|
1694 * dragdrop.el: created dragdrop-drag prototypes
|
|
1695 (cde-start-drag-region) fixed typo
|
|
1696
|
|
1697 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
1698
|
|
1699 * simple.el (after-init-hook): Remove reader macro.
|
|
1700
|
|
1701 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
1702 macros. Update DOC string.
|
|
1703
|
|
1704 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
1705
|
|
1706 * mouse.el (drag-window-divider): Ditto.
|
|
1707
|
|
1708 * modeline.el (mouse-drag-modeline): Use it.
|
|
1709
|
|
1710 * lisp-mode.el (let-specifier): Specify indentation.
|
|
1711
|
|
1712 * specifier.el (let-specifier): Renamed from
|
|
1713 `with-specifier-instance'.
|
|
1714
|
|
1715 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
1716
|
|
1717 * x-faces.el:
|
|
1718 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
1719 to faces. Predicate x-get-resource on the presence of x.
|
|
1720
|
|
1721 * msw-faces.el: set 3d-object face rather than modeline. Specifiy
|
|
1722 faces as specfier defaults.
|
|
1723
|
|
1724 * package-get.el: don't use package-admin-add-single-file-package.
|
|
1725
|
|
1726 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
1727
|
|
1728 * toolbar-items.el: Fixup tooltips.
|
|
1729 (toolbar-gnus): Don't use obsolete variable
|
|
1730 toolbar-news-frame-properties.
|
|
1731 (toolbar-news-reader): Default to `gnus' instead of
|
|
1732 `not-configured'.
|
|
1733
|
|
1734 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
1735 Windows.
|
|
1736
|
|
1737 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
1738
|
|
1739 * package-get.el: rename -installedp -> -installed-p.
|
|
1740
|
286
|
1741 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1742
|
|
1743 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
1744 attributes, and assinged it to continuation, truncation and
|
|
1745 hscroll glyphs.
|
|
1746
|
|
1747 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
1748 and made continuation, truncation and hscroll glyphs arrow
|
|
1749 characters out of that font.
|
|
1750
|
|
1751 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
1752
|
|
1753 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
1754 directory-sep-char being \.
|
|
1755 (minibuffer-electric-tilde): Ditto.
|
|
1756 (read-file-name-map): Ditto.
|
|
1757
|
|
1758 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
1759
|
|
1760 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
1761 on X devices.
|
|
1762 (default-mouse-track-deal-with-down-event): Avoid
|
|
1763 `x-disown-selection'; use `disown-selection' instead.
|
|
1764
|
|
1765 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
1766
|
|
1767 * select.el:
|
|
1768 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
1769 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
1770 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
1771 (x-copy-primary-selection).
|
|
1772 (own-clipboard): new function.
|
|
1773
|
|
1774 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
1775 functions in select.el. remove old ones.
|
|
1776 (mswindows-own-clipboard): new function.
|
|
1777
|
|
1778 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
1779
|
|
1780 * gnuserv.el: allow connections from mswindows type devices.
|
|
1781
|
|
1782 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
1783
|
|
1784 * msw-glyphs.el: change image type used from cursor to resource.
|
|
1785
|
|
1786 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1787
|
|
1788 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
1789 for {top,bottom}-{left,right} values in addition to
|
|
1790 {top,bottom}_{left,right}.
|
|
1791 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
1792
|
|
1793 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
1794
|
|
1795 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
1796
|
|
1797 * specifier.el (with-specifier-instance): Added docstring.
|
|
1798
|
|
1799 * mouse.el (drag-window-divider): Ditto.
|
|
1800
|
|
1801 * modeline.el (mouse-drag-modeline): Use it.
|
|
1802
|
|
1803 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
1804 level.
|
|
1805
|
|
1806 * specifier.el (with-specifier-instance): New macro.
|
|
1807
|
|
1808 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
1809
|
|
1810 * package-get.el (package-get-create-custom): new function to
|
|
1811 auto-generate package-get-custom.el from package-get-base.el.
|
|
1812 * (package-get-ever-installedp): new function.
|
|
1813 * (package-get-custom): new function to get all packages specified
|
|
1814 by customize.
|
|
1815
|
|
1816 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
1817
|
|
1818 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
1819
|
|
1820 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
1821
|
|
1822 * cl-extra.el: Reverse previous float change.
|
|
1823
|
|
1824 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
1825
|
|
1826 * x-faces.el:
|
|
1827 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
1828 required by w3 under mswindows as well X.
|
|
1829
|
|
1830 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1831
|
288
|
1832 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
1833 clause, one more overlookef fsfism.
|
|
1834 (nt-quote-args-functions-alist): End sentences with double space.
|
|
1835
|
|
1836 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1837
|
286
|
1838 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
1839 recaching default-toolbar specifier.
|
|
1840 (pop-window-configuration): Ditto.
|
|
1841 (unpop-window-configuration): Ditto.
|
|
1842
|
|
1843 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
1844
|
|
1845 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
1846
|
|
1847 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1848
|
|
1849 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
1850 (nt-quote-args-prefix-quote): Added function.
|
|
1851 (nt-quote-args-backslash-quote): Added function.
|
|
1852 (nt-quote-args-double-quote): Added function.
|
|
1853 (nt-quote-args-functions-alist): New variable.
|
|
1854 (nt-quote-process-args): Added function. This is the main quoting
|
|
1855 work horse called from process-nt.c
|
|
1856
|
|
1857 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1858
|
|
1859 * winnt.el: Removed duplicate definitions for backspace,
|
|
1860 delete, M-backspace and C-M-backspace.
|
|
1861 (file-name-buffer-file-type-alist): Removed this variable.
|
|
1862 (find-buffer-file-type): Removed function.
|
|
1863 (find-file-binary): Removed function.
|
|
1864 (find-file-text): Removed function.
|
|
1865 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
1866 (save-to-unix-hook): Removed function.
|
|
1867 (revert-from-unix-hook): Removed function.
|
|
1868 (using-unix-filesystems): Removed function.
|
|
1869 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
1870 warning.
|
|
1871 (x-set-selection): Removed function.
|
|
1872 (x-get-selection): Removed function.
|
|
1873 Removed commented FSFisms.
|
|
1874 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
1875 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
1876 comint-process-echoes setting to t.
|
|
1877
|
|
1878 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1879
|
|
1880 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
1881 and used following the interface change of
|
|
1882 `paths-find-recursive-path'.
|
|
1883
|
|
1884 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
1885 regexp instead of a list of base names.
|
|
1886 (paths-version-control-filename-regexp):
|
|
1887 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
1888 Introduced and used following the interface change of
|
|
1889 `paths-find-recursive-path'.
|
|
1890
|
|
1891 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
1892
|
|
1893 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
1894 on X devices, rather than on all non-TTY devices.
|
|
1895
|
|
1896 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1897
|
|
1898 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
1899
|
|
1900 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
1901
|
|
1902 1998-05-17 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1903
|
|
1904 * itimer.el (activate-itimer): Fixed usage of integers
|
|
1905 as argument to `concat'.
|
|
1906
|
|
1907 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
1908
|
|
1909 * itimer.el (start-itimer): replace the use of `concat' with
|
|
1910 `format'
|
|
1911
|
|
1912 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
1913
|
|
1914 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
1915 From Bob Weiner <weiner@altrasoft.com>
|
|
1916
|
|
1917 * loadhist.el (symbol-file): Supply prompt string when used
|
|
1918 interactively.
|
|
1919 From Bob Weiner <weiner@altrasoft.com>
|
|
1920
|
284
|
1921 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
1922
|
|
1923 * loadup.el (really-early-error-handler): Ditto.
|
|
1924
|
|
1925 * update-elc.el: Ditto.
|
|
1926
|
|
1927 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
1928
|
|
1929 * make-docfile.el: Ditto.
|
|
1930
|
|
1931 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
1932 instead of decode-path.
|
|
1933
|
|
1934 * files.el (parse-colon-path): Update docstring reference.
|
|
1935
|
|
1936 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1937
|
|
1938 * msw-init.el:
|
|
1939 * x-init.el:
|
|
1940 Bind cut'n'paste keys to non window-system specific functions.
|
|
1941
|
|
1942 * msw-select.el: New function mswindows-clear-clipboard.
|
|
1943 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
1944 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
1945
|
|
1946 * select.el: on mswindows devices delete-primary-selection
|
|
1947 calls mswindows-clear-clipboard.
|
|
1948
|
|
1949 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
1950
|
|
1951 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
1952
|
|
1953 * cmdloop.el (read-char): Don't inhibit quit.
|
|
1954 (read-char-exclusive): Ditto.
|
|
1955 (read-char): Signal quit if quit-char was pressed.
|
|
1956 (read-char-exclusive): Ditto.
|
|
1957 (read-quoted-char): Return a character, not integer.
|
|
1958
|
|
1959 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
1960 selection code.
|
|
1961 (default-popup-menu): Fix code.
|
|
1962
|
|
1963 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
1964
|
|
1965 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
1966
|
|
1967 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
1968
|
|
1969 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
1970
|
|
1971 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1972
|
|
1973 * device.el (device-pixel-width):
|
|
1974 (device-pixel-height):
|
|
1975 (device-mm-width):
|
|
1976 (device-mm-height):
|
|
1977 (device-bitplanes):
|
|
1978 (device-color-cells): Swapped parameters to device-system-metric
|
|
1979 according to the interface change.
|
|
1980
|
|
1981 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1982
|
|
1983 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
1984 function event-over-vertical-divider-p.
|
|
1985 Do not set E-W arrow cursor over the divider if
|
|
1986 vertical-divider-draggable-p is nil in the window.
|
|
1987 ([top-level]): Use new name for the variable
|
|
1988 vertical-divider-map.
|
|
1989 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
1990 Variable name typo fixes.
|
|
1991
|
|
1992 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1993
|
|
1994 * keymap.el (kbd): Define here; handle string constants and
|
|
1995 others...
|
|
1996
|
288
|
1997 1998-05-15 Christian Nyb <chr@mediascience.no>
|
284
|
1998
|
|
1999 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
2000 in Emacs 18.
|
|
2001
|
|
2002 1998-05-13 Didier Verna <verna@inf.enst.fr>
|
|
2003
|
|
2004 * mouse.el (drag-window-divider): give the vertical divider a
|
|
2005 pressed look when dragging it.
|
|
2006
|
|
2007 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
2008
|
|
2009 * faces.el: predicate some more face operations on x or mswindows
|
|
2010 not just x.
|
|
2011
|
|
2012 * modeline.el: enable modeline coloring for mswindows.
|
|
2013
|
|
2014 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2015
|
|
2016 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
2017 FSF Emacs.
|
|
2018 (next-history-element): Used `minibuffer-default'.
|
|
2019
|
|
2020 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
2021
|
|
2022 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
2023 arguments still look a bit strange
|
|
2024 (dragdrop-compare-mods) created
|
|
2025 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
2026 modifiers
|
|
2027
|
|
2028 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
2029
|
|
2030 * setup-paths.el (paths-default-info-directories): Replace
|
|
2031 path-separator with directory-sep-char.
|
|
2032
|
|
2033 * files.el (path-separator): Don't define it here.
|
|
2034
|
|
2035 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
2036
|
|
2037 * update-elc.el: Ditto.
|
|
2038
|
|
2039 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
2040
|
|
2041 * make-docfile.el: Ditto.
|
|
2042
|
|
2043 * loadup.el (really-early-error-handler): Ditto.
|
|
2044
|
|
2045 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
2046 instead of decode-path-internal.
|
|
2047
|
|
2048 * files.el (parse-colon-path): Update docstring.
|
|
2049
|
|
2050 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
2051
|
|
2052 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
2053
|
|
2054 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
2055 get-buffer-window-list.
|
|
2056
|
|
2057 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
2058
|
|
2059 * disass.el: Fix maintainer keyword.
|
|
2060
|
|
2061 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
2062 (byte-compile-buffer): Ditto.
|
|
2063
|
|
2064 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
2065 value is returned, not the name.
|
|
2066 (lisp-imenu-generic-expression): Enable it.
|
|
2067 (lisp-mode-variables): Ditto.
|
|
2068 (lisp-indent-offset): Change defconst to defvar.
|
|
2069 (lisp-indent-function): Ditto.
|
|
2070 (lisp-body-indent): Ditto.
|
|
2071
|
|
2072 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
2073
|
|
2074 * modeline.el: Use zap-last-kbd-macro-event.
|
|
2075
|
|
2076 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
2077 nil, don't attempt to do anything with messages.
|
|
2078 (eval-last-sexp): Use `letf' for clarity.
|
|
2079
|
|
2080 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
2081
|
|
2082 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
2083
|
|
2084 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
2085
|
|
2086 * buff-menu.el:
|
|
2087 * lisp-mode.el:
|
|
2088 * obsolete.el:
|
|
2089 Change empty docstrings into no doc strings at all.
|
|
2090 Fix bogus FSF-format docstrings.
|
|
2091 * etags.el: Fix docstring.
|
|
2092
|
|
2093 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2094
|
|
2095 * package-get.el (package-get): Use internal md5
|
|
2096
|
|
2097 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
2098
|
|
2099 * about.el (about-xemacs): Correct abuse of concat.
|
|
2100
|
|
2101 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
2102
|
|
2103 * info.el (Info-mode): Use easymenu.
|
|
2104
|
|
2105 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
2106
|
|
2107 * apropos.el (apropos): Don't use concat with integers.
|
|
2108
|
|
2109 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
2110 was seen gracefully.
|
|
2111
|
|
2112 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
2113 defun.
|
|
2114 (apropos-describe-plist): Ditto.
|
|
2115
|
|
2116 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
2117 (describe-key): Use it as defun.
|
|
2118 (describe-mode): Ditto.
|
|
2119 (describe-bindings): Ditto.
|
|
2120 (describe-prefix-bindings): Ditto.
|
|
2121 (describe-installation): Ditto.
|
|
2122 (view-lossage): Ditto.
|
|
2123 (describe-function): Ditto.
|
|
2124 (describe-variable): Ditto.
|
|
2125 (describe-syntax): Ditto.
|
|
2126
|
|
2127 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
2128
|
|
2129 * dragdrop.el: changed order of require/provide
|
|
2130 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
2131 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
2132 (dragdrop-function-widget) this one needs more work...
|
|
2133
|
|
2134 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
2135
|
|
2136 * about.el: another small change in my entry
|
|
2137 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
2138 plus customizations
|
|
2139 changed interface to handler functions. now called with event
|
|
2140 and object
|
|
2141
|
|
2142 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2143
|
|
2144 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
2145 E-W arrow pointer displayed over draggable dividers.
|
|
2146
|
|
2147 * mouse.el (default-mouse-motion-handler): Show it when
|
|
2148 appropriate.
|
|
2149 (drag-window-divider): Added.
|
|
2150 ([top-level]): Initialized window-divider-map with a keymap
|
|
2151 binding the above function to left button down event.
|
|
2152
|
|
2153 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
2154 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
2155 E-W double arrow.
|
|
2156
|
|
2157 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
2158
|
|
2159 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
2160
|
|
2161 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
2162
|
|
2163 * simple.el (count-words-buffer): Don't query for buffer.
|
|
2164 (count-lines-buffer): Ditto.
|
|
2165
|
|
2166 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2167
|
|
2168 * help.el (where-is): add optional insert argument.
|
|
2169
|
|
2170 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
2171
|
|
2172 * help.el (describe-key-briefly): New argument INSERT.
|
|
2173
|
|
2174 * simple.el (eval-expression): New optional argument; synch with
|
|
2175 FSF 20.3.
|
|
2176
|
|
2177 * keydefs.el (global-map): Add new register bindings.
|
|
2178
|
|
2179 * register.el: Synched with FSF 20.3.
|
|
2180
|
|
2181 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2182
|
|
2183 * window-xemacs.el (recenter): all arguments are optional.
|
|
2184
|
|
2185 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2186
|
|
2187 * device.el: (device-pixel-width): Reflected name/parameters
|
|
2188 change to device-system-metric.
|
|
2189 (device-pixel-height): Ditto.
|
|
2190 (device-mm-width): Ditto.
|
|
2191 (device-mm-height): Ditto.
|
|
2192 (device-bitplanes): Ditto.
|
|
2193 (device-color-cells): Ditto.
|
|
2194
|
|
2195 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
2196
|
|
2197 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
2198
|
|
2199 * cl.el (most-positive-fixnum): Document.
|
|
2200 (most-negative-fixnum): Ditto.
|
|
2201
|
|
2202 * cus-dep.el: Updated comment.
|
|
2203
|
|
2204 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
2205 constant.
|
|
2206
|
|
2207 * cus-load.el (custom-put): Removed.
|
|
2208
|
|
2209 * files.el (after-find-file): Just resignal quit instead of
|
|
2210 signaling "canceled".
|
|
2211
|
|
2212 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
2213
|
|
2214 * frame.el (other-frame): Use `focus-frame' instead of
|
|
2215 select-frame kludges.
|
|
2216
|
|
2217 * lisp-mode.el: Update lisp-indent-function for
|
|
2218 save-selected-frame and with-selected-frame.
|
|
2219
|
|
2220 * frame.el (save-selected-frame): New macro.
|
|
2221 (with-selected-frame): Ditto.
|
|
2222 (other-frame): Use `set-frame-focus'.
|
|
2223
|
282
|
2224 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
2225
|
|
2226 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
2227 (dragdrop-drop-url-default) default handler for URL drops created
|
|
2228 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
2229 (dragdrop-drop-functions) default custom for handling drops created
|
|
2230 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
2231
|
|
2232 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
2233
|
|
2234 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
2235
|
|
2236 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
2237
|
|
2238 * about.el: changed some text in my entry
|
|
2239 * dragdrop.el: added customs
|
|
2240
|
|
2241 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
2242
|
|
2243 * mouse.el: killed global drop key bindings
|
|
2244 (mouse-offix-drop) removed
|
|
2245 * dragdrop.el: created
|
|
2246 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
2247
|
|
2248 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2249
|
|
2250 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
2251 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
2252
|
|
2253 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
2254 obsolete comment.
|
|
2255
|
|
2256 * scrollbar.el (scrollbars-visible-p): Use new
|
|
2257 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
2258
|
|
2259 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2260
|
|
2261 * device.el (device-pixel-height):
|
|
2262 (device-pixel-width):
|
|
2263 (device-mm-width):
|
|
2264 (device-mm-height):
|
|
2265 (device-bitplanes):
|
|
2266 (device-color-cells): Moved these 6 functions from device.c; they
|
|
2267 all use single (device-system-metrics) call.
|
|
2268
|
|
2269 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
2270
|
|
2271 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
2272 were renamed.
|
|
2273
|
|
2274 * menubar-items.el:
|
|
2275 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
2276 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
2277
|
|
2278 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
2279 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
2280
|
|
2281 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
2282
|
|
2283 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
2284 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
2285
|
|
2286 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
2287
|
|
2288 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
2289
|
|
2290 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
2291
|
|
2292 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
2293
|
|
2294 * startup.el (startup-splash-frame): Change ID logo name.
|
|
2295
|
|
2296 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
2297
|
|
2298 * files.el (after-find-file): If the user presses C-g on
|
|
2299 directory-creation prompt, kill the buffer.
|
|
2300
|
|
2301 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
2302
|
|
2303 * simple.el (count-words-region): Reverse previous change.
|
|
2304
|
|
2305 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
2306
|
|
2307 * replace.el (query-replace): Just call perform-replace.
|
|
2308 (query-replace-regexp): Ditto.
|
|
2309 (perform-replace): Move region handling here.
|
|
2310 (perform-replace): Use the new arg to match-data.
|
|
2311
|
|
2312 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2313
|
|
2314 * x-init.el: Install X specific display table that
|
|
2315 displays char 0240 as a space to avoid whatever it is
|
|
2316 that screws up display of that character code.
|
|
2317
|
|
2318 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
2319
|
|
2320 * help.el (function-arglist): If no arguments are documented for a
|
|
2321 subr, print nothing rather than incorrect output.
|
|
2322
|
|
2323 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
2324
|
|
2325 * cmdloop.el (command-error): Update bail-out error message to use
|
|
2326 `emacs-program-name'.
|
|
2327
|
|
2328 * lib-complete.el: Remove reader macro cruft.
|
|
2329
|
|
2330 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
2331 cruft.
|
|
2332
|
|
2333 * simple.el (count-words-region): Drop interactive-p check on the
|
|
2334 message.
|
|
2335
|
|
2336 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
2337
|
|
2338 * font.el
|
|
2339 * msw-faces.el
|
|
2340 Correct spelling of mswindows-font-canonicalize-name.
|
|
2341
|
|
2342 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2343
|
|
2344 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
2345 `ldap-host-parameters-plist'
|
|
2346 (ldap-search): Adapt to previous change
|
|
2347
|
280
|
2348 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
2349
|
|
2350 * about.el (about-hackers): Update Bob Weiner bio.
|
|
2351 (about-maintainer-info): Ditto.
|
|
2352
|
|
2353 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
2354
|
|
2355 * simple.el (display-warning-minimum-level): Docfix.
|
|
2356
|
|
2357 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2358
|
|
2359 * widget.el (:default-get): New keyword.
|
|
2360 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
2361 (group, widget-group-default-get): Define it.
|
|
2362 (menu-choice, widget-choice-default-get): Define it.
|
|
2363 (widget-default-get): New function.
|
|
2364 (widget-choice-action): Call it.
|
|
2365 (widget-editable-list-entry-create): Call it.
|
|
2366
|
|
2367 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
2368
|
|
2369 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
2370 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
2371 lookup through `byte-boolean-vars'.
|
|
2372
|
|
2373 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2374
|
|
2375 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
2376 resource-provided values into ghost specs for scrollbar-height and
|
|
2377 scrollbar-width.
|
|
2378
|
|
2379 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
2380
|
|
2381 * byte-optimize.el: Don't attempt to optimize /=.
|
|
2382
|
|
2383 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
2384 (byte-compile-/=): Ditto.
|
|
2385
|
|
2386 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
2387
|
|
2388 * apropos.el: Use `with-displaying-help-buffer'.
|
|
2389 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
2390 Use `with-displaying-help-buffer'.
|
|
2391 (apropos-follow): Do not give special treatment to buffer cursor
|
|
2392 was in prior to a mouse click.
|
|
2393 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
2394 (apropos-print-doc): Set correct buffer for setting text
|
|
2395 properties.
|
|
2396
|
|
2397 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
2398
|
|
2399 * help.el (help-buffer-prefix-string): New variable.
|
|
2400 (help-buffer-name): Use it.
|
|
2401
|
|
2402 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
2403 mode menu.
|
|
2404
|
|
2405 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
2406
|
|
2407 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
2408
|
|
2409 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
2410
|
|
2411 * files.el (find-file-noselect): Update docstring.
|
|
2412 (find-file-noselect): Signal an error if found an unreadable file.
|
|
2413 (file-chase-links): Save the match data.
|
|
2414 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
2415 (interpreter-mode-alist): Change defconst to defvar.
|
|
2416 (inhibit-first-line-modes-regexps): Ditto.
|
|
2417 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
2418 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
2419 (change-major-mode-with-file-name): New user-option.
|
|
2420 (set-visited-file-name): Synched with FSF.
|
|
2421 (file-name-extension): New function, from FSF 20.3.
|
|
2422 (file-relative-name): Synched with FSF.
|
|
2423 (save-some-buffers): Support the C-r feature.
|
|
2424 (recover-session): Synched with FSF.
|
|
2425 (kill-some-buffers): Ditto.
|
|
2426 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
2427
|
|
2428 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
2429
|
|
2430 * files.el (insert-file): Undo previous change and reenable use of
|
|
2431 format.el.
|
|
2432
|
|
2433 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
2434
|
|
2435 * window-xemacs.el (recenter): Define.
|
|
2436
|
|
2437 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
2438
|
|
2439 * font.el (mswindows-font-create-name)
|
|
2440 (mswindows-font-create-object): new functions for mswindows type
|
|
2441 fonts.
|
|
2442
|
|
2443 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
2444 strings are parsed as well as font objects.
|
|
2445
|
|
2446 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
2447
|
|
2448 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
2449 kbd-macro being recorded.
|
|
2450 (add-minor-mode): Simplify docstring.
|
|
2451 (modeline-minor-mode-menu): Remove stuff.
|
|
2452
|
|
2453 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
2454
|
|
2455 * code-process.el (call-process): dynamically decide process
|
|
2456 coding type.
|
|
2457
|
|
2458 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
2459
|
|
2460 * modeline.el: Add line-number-mode, column-number-mode to
|
|
2461 the modeline minor-mode menu. Button2 on the line number does
|
|
2462 goto-line.
|
|
2463
|
|
2464 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
2465
|
|
2466 * mouse.el: move x-selection-owner-p type things to
|
|
2467 selection-owner-p.
|
|
2468
|
|
2469 * msw-init.el: copy zmacs stuff from x-init.el
|
|
2470
|
|
2471 * msw-select.el (mswindows-own-selection)
|
|
2472 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
2473 functions. Very simple minded implementation of selectio
|
|
2474 ownership.
|
|
2475
|
|
2476 * select.el (own-selection) (disown-selection)
|
|
2477 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
2478 (valid-simple-selection-p): functions moved from x-select.el for
|
|
2479 generalized selection.
|
|
2480
|
|
2481 * x-select.el: see select.el changes.
|
|
2482
|
|
2483 * x-toolbar.el: use new selection functions.
|
|
2484
|
|
2485 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2486
|
|
2487 * packages.el (packages-find-package-directories): Fixed bug that
|
|
2488 would pick up multiple site-package directories.
|
|
2489 (package-locations): Added "xemacs-packages" as a late package
|
|
2490 location.
|
|
2491
|
|
2492 * find-paths.el: Now uses `emacs-program-name' and
|
|
2493 `emacs-program-version'.
|
|
2494 Additions to enforce version-specific directories in
|
|
2495 `paths-find-version-directory'.
|
|
2496
|
|
2497 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
2498
|
|
2499 * default.el: Removed.
|
|
2500 * site-start.el: Removed.
|
|
2501
|
|
2502 1998-04-29 Didier Verna <verna@inf.enst.fr>
|
|
2503
|
|
2504 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
2505 to nil.
|
|
2506
|
|
2507 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
2508
|
|
2509 * find-paths.el (paths-program-name): Rename.
|
|
2510 (paths-emacs-root-p): Ditto.
|
|
2511 (paths-find-site-directory): Ditto.
|
|
2512
|
|
2513 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2514
|
|
2515 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
2516 `emacs-lisp-byte-compile-and-load'.
|
|
2517
|
|
2518 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2519
|
|
2520 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
2521 `ldap-open'
|
|
2522
|
|
2523 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
2524
|
|
2525 * select.el (kill-primary-selection) (selection-owner-p)
|
|
2526 (copy-primary-selection) (yank-clipboard-selection)
|
|
2527 (selection-exists-p) (delete-primary-selection): new file and
|
|
2528 functions that do the right thing for the selected device.
|
|
2529
|
|
2530 * x-menubar.el: use generalised selection functions.
|
|
2531
|
|
2532 * dumped-lisp.el: dump select.el.
|
|
2533
|
|
2534 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
2535
|
|
2536 * find-paths.el (paths-progname): New variable.
|
|
2537 (paths-emacs-root-p): Use it.
|
|
2538 (paths-find-site-directory): Ditto.
|
|
2539
|
|
2540 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
2541
|
|
2542 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
2543 `infodock' if InfoDock.
|
|
2544
|
|
2545 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
2546
|
|
2547 * find-paths.el (construct-emacs-version): Simplify, include
|
|
2548 program name in the return value.
|
|
2549 * (paths-find-version-directory): Use it.
|
|
2550
|
278
|
2551 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2552
|
|
2553 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
2554 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
2555 name for files with no @direntry
|
|
2556 (Info-batch-rebuild-dir): New function
|
|
2557 (Info-suffixed-file): Check for regular files instead of simple
|
|
2558 file existence (could catch directories before)
|
|
2559
|
|
2560 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2561
|
|
2562 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
2563 temacs doesn't have.
|
|
2564
|
|
2565 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
2566 into root searching.
|
|
2567
|
|
2568 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
2569
|
|
2570 * subr.el: Remove definition of `not'.
|
|
2571
|
|
2572 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2573
|
|
2574 * msw-glyphs.el: enable graphics support.
|
|
2575
|
|
2576 1998-04-23 Didier Verna <verna@inf.enst.fr>
|
|
2577
|
|
2578 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
2579 option.
|
|
2580
|
|
2581 * misc doc string updates related to the options menu.
|
|
2582
|
|
2583 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
2584
|
|
2585 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
2586
|
|
2587 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2588
|
|
2589 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
2590 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
2591 gets us one step further towards making --no-autoloads work.
|
|
2592
|
|
2593 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
2594 lisp-directory is non-nil.
|
|
2595
|
|
2596 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
2597 against nil lisp-directory.
|
|
2598
|
|
2599 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
2600 to the list of variables that cause a warning when nil.
|
|
2601
|
|
2602 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
2603 no toolbar icon directory.
|
|
2604
|
|
2605 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
2606
|
|
2607 * help.el (view-lossage): Recognize it.
|
|
2608
|
|
2609 * simple.el (log-message): Mark multiline messages.
|
|
2610
|
|
2611 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
2612
|
|
2613 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
2614
|
|
2615 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
2616
|
|
2617 * package-get.el (package-get-all): add `\n' separator to
|
|
2618 interactive specification so that both variables are read
|
|
2619
|
|
2620 1998-04-22 Didier Verna <verna@inf.enst.fr>
|
|
2621
|
|
2622 * x-menubar.el: ported the options menu to Custom.
|
|
2623 Moved the "read only" toggle button to the buffers menu.
|
|
2624 Corrected some missing ;;;###autoload or defcustom.
|
|
2625
|
|
2626 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
2627 the scrollbar-visible specifier for options menu handling.
|
|
2628
|
|
2629 * toolbar.el (toolbar-visible-p)
|
|
2630 (toolbar-captioned-p)
|
|
2631 (default-toolbar-position): defcustom wrappers around
|
|
2632 the toolbar specifiers for options menu handling.
|
|
2633
|
|
2634 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
2635 defcustom it for options menu handling.
|
|
2636
|
|
2637 * font-lock.el (font-lock-mode): defcustom and autolaod the variable
|
|
2638 font-lock-mode for options menu handling.
|
|
2639
|
|
2640 * cus-start.el: added Custom properties to overwrite-mode for
|
|
2641 options menu handling.
|
|
2642
|
|
2643 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2644
|
|
2645 * about.el: shameless self-promotion.
|
|
2646
|
|
2647 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
2648
|
|
2649 * simple.el (raw-append-message): Slightly optimize.
|
|
2650 (remove-message): Use `push' for clarity.
|
|
2651 (append-message): Ditto.
|
|
2652 (display-warning): Dito.
|
|
2653 (raw-append-message): Send the message to the appropriate device.
|
|
2654
|
|
2655 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
2656
|
|
2657 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
2658 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
2659
|
|
2660 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2661
|
|
2662 * setup-paths.el: Changed `directory-sep-char' to
|
|
2663 `path-separator', following a change in GNU Emacs.
|
|
2664
|
|
2665 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2666
|
|
2667 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
2668 (Info-build-dir-anew): Add a final newline.
|
|
2669 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
2670 is `always'
|
|
2671 (Info-rebuild-dir): Ditto
|
|
2672
|
|
2673 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
2674
|
|
2675 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
2676
|
|
2677 * simple.el (count-words-buffer): Retain zmacs region.
|
|
2678 (count-words-region): Ditto.
|
|
2679 * simple.el: (what-line): Expanded line counts.
|
|
2680 (count-lines): New parameter to conditionalize whether collapsed
|
|
2681 lines get counted.
|
|
2682 From Bob Weiner <weiner@altrasoft.com>
|
|
2683
|
|
2684 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
2685
|
|
2686 * packages.el (package-locations): infodock-packages must override
|
|
2687 mule-packages and packages.
|
|
2688
|
|
2689 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
2690
|
|
2691 * wid-edit.el:
|
|
2692 remove rude messages from widget-activation-widget-mapper
|
|
2693 and widget-activation-glyph-mapper
|
|
2694
|
276
|
2695 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
2696
|
|
2697 * toolbar.el: Remove (featurep 'x) test from
|
|
2698 toolbar-make-button-list
|
|
2699
|
|
2700 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
2701
|
|
2702 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
2703 only if in the same frame.
|
|
2704
|
|
2705 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2706
|
|
2707 * packages.el (package-locations): Added site-packages hierarchy.
|
|
2708
|
|
2709 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
2710 used.
|
|
2711
|
|
2712 * packages.el, setup-paths.el: Set various path searching depths
|
|
2713 to 1.
|
|
2714
|
|
2715 * packages.el (packages-hierarchy-depth):
|
|
2716 (packages-load-path-depth): Introduced and used.
|
|
2717
|
|
2718 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
2719
|
|
2720 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
2721 parameter.
|
|
2722
|
|
2723 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2724
|
|
2725 * setup-paths.el (paths-construct-info-path): Removed
|
|
2726 dependency on behavior of (file-name-as-directory "").
|
|
2727
|
|
2728 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2729
|
|
2730 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
2731 lisp objects
|
|
2732
|
|
2733 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2734
|
|
2735 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
2736
|
|
2737 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
2738
|
|
2739 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
2740 properties for an extent based on the :help-echo widget
|
|
2741 property, since help-echo and balloon-help cause an EXTENT to
|
|
2742 get passed in, where :help-echo functions are expecting a WIDGET
|
|
2743
|
|
2744 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2745
|
|
2746 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
2747 mswindows-init-scrollbar-metrics when appropriate.
|
|
2748
|
|
2749 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2750
|
|
2751 * dumped-lisp.el: dump x-toolbar for window system
|
|
2752
|
|
2753 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
2754 have support and xpm.
|
|
2755
|
|
2756 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
2757
|
|
2758 * files.el (toggle-read-only): Fix docstring.
|
|
2759 From Didier Verna <verna@inf.enst.fr>
|
|
2760
|
|
2761 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2762
|
|
2763 * startup.el (normal-top-level): Load autoload-file-name without
|
|
2764 specifying an extension---some people only auto-autoload.el.gz.
|
|
2765
|
|
2766 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
2767
|
|
2768 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
2769 nil.
|
|
2770
|
|
2771 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2772
|
|
2773 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
2774 This shouldn't cause any of the originally anticipated problems as
|
|
2775 the current paths architecture will not define the various
|
|
2776 configure-xxx variables if they're not specified on the configure
|
|
2777 command line.
|
|
2778
|
|
2779 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
2780 mentionings of "/" as a path separator.
|
|
2781 Used paths-construct-path throughout.
|
|
2782
|
|
2783 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
2784 from directory components.
|
|
2785
|
|
2786 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
2787 instead of decode-path-internal.
|
|
2788
|
|
2789 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
2790 and associates.
|
|
2791 (paths-decode-directory-path) Created.
|
|
2792
|
|
2793 * setup-paths.el: Changed configure-exec-path to
|
|
2794 configure-exec-directory.
|
|
2795
|
|
2796 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2797
|
|
2798 * packages.el (packages-find-packages): Fixed decoding of
|
|
2799 EMACSPACKAGEPATH.
|
|
2800
|
|
2801 * startup.el: -no-packages -> -no-early-packages.
|
|
2802
|
|
2803 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
2804 files.
|
|
2805
|
|
2806 * startup.el (normal-top-level): Fixed loading of core
|
|
2807 auto-autoload.
|
|
2808
|
|
2809 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
2810
|
|
2811 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
2812 for site-directory and lisp-directory variables.
|
|
2813
|
|
2814 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
2815 inhibit-package-autoloads and fixed handling of it.
|
|
2816
|
|
2817 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
2818 handling of former inhibit-package-init, now
|
|
2819 inhibit-early-packages, to make -vanilla etc. work.
|
|
2820
|
274
|
2821 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2822
|
|
2823 * code-process.el (start-process): Fallback to 'undecided instead
|
|
2824 of 'binary for process input coding stream.
|
|
2825
|
|
2826 * process.el (start-process): Docstring fix.
|
|
2827
|
|
2828 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2829
|
|
2830 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
2831 in Info-dir-file-attributes
|
|
2832 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
2833 (Info-rebuild-dir): Ditto.
|
|
2834
|
|
2835 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2836
|
|
2837 * obsolete.el: Added obsoleteness declarations for
|
|
2838 `site-directory' and `Info-default-directory-list'.
|
|
2839
|
|
2840 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2841
|
|
2842 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
2843 executable at the end of the symlink chain for determining the
|
|
2844 Emacs root.
|
|
2845
|
|
2846 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2847
|
|
2848 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
2849 to cater to gone default in configure.
|
|
2850
|
|
2851 * find-paths.el (paths-uniq-append): Added.
|
|
2852
|
|
2853 * packages.el: Rewritten package path construction once again.
|
|
2854
|
|
2855 * dump-paths.el, startup.el: Removed package-path as a global
|
|
2856 variable.
|
|
2857
|
|
2858 * package-admin.el (package-admin-add-single-file-package):
|
|
2859 (package-admin-add-binary-package): Changed package-path to
|
|
2860 late-packages.
|
|
2861
|
|
2862 * packages.el (packages-split-path): Split path at "/" rather than
|
|
2863 nil according to change in emacs.c.
|
|
2864
|
|
2865 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2866
|
|
2867 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
2868 order so that directories come out right.
|
|
2869 (paths-find-lock-directory): Fixed bug: It used to think
|
|
2870 configure-lock-directory is a path.
|
|
2871
|
|
2872 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
2873
|
|
2874 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
2875 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
2876 eases the use of toolbar-add/kill-item functions.
|
|
2877
|
|
2878 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2879
|
|
2880 * code-files.el (file-coding-system-alist): Commented out
|
|
2881 loaddefs.el magical treatment.
|
|
2882
|
|
2883 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2884
|
|
2885 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
2886 `conservative' and made it the default
|
|
2887 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
2888 strings, and multi-section dir files. Issue warning when dir
|
|
2889 is rebuilt as temporary
|
|
2890 (Info-build-dir-anew): Issue warning when dir is built as
|
|
2891 temporary
|
|
2892
|
|
2893 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2894
|
|
2895 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
2896 standard keys left, right, C-b and C-f.
|
|
2897
|
|
2898 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2899
|
|
2900 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
2901
|
|
2902 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
2903
|
|
2904 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
2905
|
|
2906 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
2907
|
|
2908 * package-get-base.el: Updated.
|
|
2909
|
272
|
2910 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
2911
|
|
2912 * isearch-mode.el (isearch-just-started): New variable.
|
|
2913 (isearch-mode): Set it.
|
|
2914 (isearch-repeat): Advance one character forward only if the search
|
|
2915 was successful, and was not just started.
|
|
2916 (isearch-repeat): Clear isearch-just-started.
|
|
2917
|
|
2918 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
2919
|
|
2920 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
2921 if running -batch.
|
|
2922
|
|
2923 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
2924
|
|
2925 * subr.el (listify-key-sequence): Removed.
|
|
2926
|
|
2927 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
2928
|
|
2929 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
2930 (byte-compile-output-file-form): Use it.
|
|
2931 (byte-compile-output-docform): Ditto.
|
|
2932 (byte-compile-compiled-obj-to-list): Ditto.
|
|
2933
|
|
2934 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2935
|
|
2936 * msw-glyphs.el: set frame icon if xpm support.
|
|
2937
|
|
2938 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2939
|
|
2940 * help.el: Code that pretty prints variable values
|
|
2941 removed.
|
|
2942
|
|
2943 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
2944
|
|
2945 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
2946 directory.
|
|
2947 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2948
|
|
2949 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2950
|
|
2951 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
2952 its default value set to nil.
|
|
2953
|
|
2954 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
2955
|
|
2956 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
2957
|
|
2958 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2959
|
|
2960 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
2961 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
2962 does not exist or is older than some info files in directory
|
|
2963
|
|
2964 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2965
|
|
2966 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
2967 for last packages, mainly for using a 20.4 package base.
|
|
2968
|
|
2969 * packages.el (late-packages): Typo fix. It was called
|
|
2970 early-packages.
|
|
2971
|
|
2972 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
2973 relative symlinks correctly.
|
|
2974 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
2975 configuration-time root.
|
|
2976
|
|
2977 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
2978 find its roots.
|
|
2979
|
|
2980 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
2981
|
|
2982 * faces.el: Fix docstrings.
|
|
2983 * glyphs.el: Fix docstrings.
|
|
2984 * mouse.el: Fix docstrings.
|
|
2985
|
|
2986 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
2987
|
|
2988 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
2989
|
|
2990 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
2991 macros using backquote to make them infinitely more readable.
|
|
2992
|
|
2993 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
2994
|
|
2995 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
2996 InfoDock support until we can clean this up.
|
|
2997
|
|
2998 * help.el (describe-bindings-1): Return the value of the bindings
|
|
2999 help buffer created.
|
|
3000 (describe-bindings): Ditto.
|
|
3001
|
|
3002 * simple.el (set-variable): Restore previous behavior of not
|
|
3003 bombing if the variable to set is not boundp.
|
|
3004
|
|
3005 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3006
|
|
3007 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
3008 non-local files to be loaded off the package-lisp variable.
|
|
3009
|
269
|
3010 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3011
|
|
3012 * x-faces.el: Global X resources should override
|
|
3013 specs for all device classes (color, grayscale, mono);
|
|
3014 code currently doesn't override any of them. Fixed by
|
|
3015 calling remove-specifier with '(x default) as the tag
|
|
3016 set and allowing inexact matches.
|
|
3017
|
|
3018 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3019
|
|
3020 * faces.el: Separated face intializations based on
|
|
3021 device classes into device type specific (tag set,
|
|
3022 instantiator) pairs.
|
|
3023
|
|
3024 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
3025
|
|
3026 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
3027 choice.
|
|
3028 (widget-choice-value-create): Respect it.
|
|
3029 From Richard Stallman <rms@gnu.org>
|
|
3030
|
|
3031 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3032
|
|
3033 * setup-paths.el (paths-construct-info-path): Always append
|
|
3034 existing directories from configure-time info path.
|
|
3035
|
|
3036 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
3037 Info-directory-list.
|
|
3038
|
|
3039 * info.el: Removed Info-default-directory-list which was broken by
|
|
3040 design.
|
|
3041 Removed bogus initialization of Info-directory-list---startup.el
|
|
3042 can do a much better job.
|
|
3043 Added autoload of Info-directory-list.
|
|
3044
|
|
3045 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
3046 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
3047 be exclusive; now it's merely given precedence, just like in the
|
|
3048 old days.
|
|
3049
|
|
3050 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3051
|
|
3052 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
3053 finding; it used to default too early.
|
|
3054
|
|
3055 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
3056
|
|
3057 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
3058 for paths that weren't split.
|
|
3059
|
|
3060 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
3061
|
|
3062 * finder.el (finder-compile-keywords): trap on errors.
|
|
3063
|
|
3064 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3065
|
|
3066 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
3067 fourth argument of t so that only the specs exactly
|
|
3068 matching the tag lists are removed.
|
|
3069
|
|
3070 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
3071
|
|
3072 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
3073
|
267
|
3074 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
3075
|
|
3076 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
3077 specified, use it for generating the completions.
|
|
3078
|
|
3079 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3080
|
|
3081 * update-elc.el: Now respects inhibit-package-init and
|
|
3082 inhibit-site-lisp.
|
|
3083 Now does path construction with loadup-paths.
|
|
3084
|
|
3085 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
3086 inhibit-package-init and inhibit-site-lisp.
|
|
3087
|
|
3088 * packages.el (packages-find-package-path): Extended package path
|
|
3089 by version-specific hierarchies.
|
|
3090 (packages-find-packages): Now respects inhibit flag and
|
|
3091 inhibit-site-lisp.
|
|
3092 Moved path setup to loadup-paths.
|
|
3093
|
|
3094 * make-docfile.el: Now respects inhibit-package-init and
|
|
3095 inhibit-site-lisp.
|
|
3096 Now does path construction with loadup-paths.
|
|
3097
|
|
3098 * loadup.el: Now respects inhibit-package-init and
|
|
3099 inhibit-site-lisp.
|
|
3100
|
|
3101 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
3102
|
|
3103 * loadup-paths.el: New file: setup load-path to encompass
|
|
3104 packages.
|
|
3105
|
|
3106 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
3107
|
|
3108 * auto-show.el: load-gc renamed to pureload.
|
|
3109 * site-load.el: Ditto.
|
|
3110 * packages.el (toplevel): Ditto.
|
|
3111 * loadup.el (really-early-error-handler): Ditto.
|
|
3112 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
3113 * cus-face.el (custom-declare-face): Ditto.
|
|
3114
|
|
3115 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3116
|
|
3117 * <Today>: The Big Path Searching Overhaul.
|
|
3118
|
|
3119 * find-paths.el: New file: find and assemble paths in the
|
|
3120 installation hierarchy.
|
|
3121
|
|
3122 * setup-paths.el: New file: global layout of paths and directories
|
|
3123 within the XEmacs hierarchy.
|
|
3124
|
|
3125 * packages.el: Replaced everything related to path searching and
|
|
3126 startup by code in terms of find-paths.
|
|
3127
|
|
3128 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
3129 the new path searching engine.
|
|
3130
|
|
3131 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
3132 and setup-paths.
|
|
3133
|
|
3134 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
3135
|
|
3136 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
3137 setup-paths.el.
|
|
3138
|
|
3139 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3140
|
|
3141 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
3142 compiles identically in any configuration.
|
|
3143 Removed irrelevant commentary.
|
|
3144
|
|
3145 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3146
|
|
3147 * simple.el (set-variable): Allow setting specifiers.
|
|
3148
|
|
3149 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
3150
|
|
3151 * lisp.el (forward-sexp): Revert previous change.
|
|
3152
|
|
3153 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
3154
|
|
3155 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
3156 `delete-device' to delete the stream console to match the usage in
|
|
3157 Fkill_emacs.
|
|
3158
|
265
|
3159 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
3160
|
|
3161 * files.el (cdpath-previous): New variable.
|
|
3162 (cd): Use it.
|
|
3163 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
3164
|
267
|
3165 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3166
|
|
3167 * keydefs.el: Changed keybindings of forward-char,
|
|
3168 backward, scroll-up and scroll-down to point to their
|
|
3169 -command counterparts.
|
|
3170
|
|
3171 * simple.el: New functions: forwarc-char-command,
|
|
3172 backwrad-char-command, scroll-up-command,
|
|
3173 scroll-down-command which work liek their counterparts
|
|
3174 except that they honor the variable
|
|
3175 signal-error-on-buffer-boundary.
|
|
3176
|
|
3177 Definition of signal-error-on-buffer-boundary received
|
|
3178 from src/cmds.c.
|
|
3179
|
|
3180 defvar declaration added for word-across-newline to avoid
|
|
3181 byte-compiler warning about the free variable reference.
|
|
3182
|
265
|
3183 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3184
|
|
3185 * winnt.el: Removed "%t" from the beginning of
|
|
3186 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
3187
|
|
3188 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
3189
|
|
3190 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
3191 of `when' with `if'.
|
|
3192
|
|
3193 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3194
|
|
3195 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
3196 mswindows. Must be reworked along with glyphs.el, or
|
|
3197 merged into it, after there is images support.
|
|
3198
|
|
3199 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
3200 'mswindows.
|
|
3201
|
|
3202 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
3203
|
|
3204 * faces.el: fix for text cursor initialization.
|
|
3205 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
3206 From Andy Piper <andyp@parallax.co.uk>
|
|
3207
|
|
3208 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
3209
|
|
3210 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
3211 if there is an existing package that handles it and warn the user
|
|
3212 about that mode.
|
|
3213
|
|
3214 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3215
|
|
3216 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
3217 Installation" menu item when Installation-string is not bound.
|
|
3218
|
|
3219 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
3220
|
|
3221 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
3222 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
3223
|
|
3224 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3225
|
|
3226 * msw-faces.el:
|
|
3227 * faces.el: Fix face initialization.
|
|
3228
|
|
3229 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
3230
|
|
3231 * files.el (backup-enable-predicate): fix breakage introduced
|
|
3232 by TMPDIR patch.
|
|
3233
|
|
3234 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3235
|
|
3236 * x-faces.el (x-init-face-from-resources): The
|
|
3237 TTY face property retrieval functions don't return
|
|
3238 specifiers, so use face-property instead.
|
|
3239
|
|
3240 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
3241
|
|
3242 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
3243
|
|
3244 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3245
|
|
3246 * x-menubar.el: Expanded documentation for
|
|
3247 option-save-faces. Changed Options -> Browse Faces
|
|
3248 menu entry to invoke customize-face.
|
|
3249
|
|
3250 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3251
|
|
3252 * faces.el: Most face initialization moved out of
|
|
3253 init-other-random-faces to the top level so that the
|
|
3254 initialization happens before Xemacs is dumped. Much
|
|
3255 of the fascist "face-differs-from-default-p or FROB!"
|
|
3256 code has been retired in favor of letting the user do
|
|
3257 what they want to do. Face initialization code changed
|
|
3258 to use `default' specifier tag so that the settings can
|
|
3259 be overridden later if the user wishes it.
|
|
3260
|
|
3261 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
3262
|
|
3263 * about.el (about-hackers): Update contributors list.
|
|
3264
|
263
|
3265 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3266
|
|
3267 * specifier.el: Define new specifier tag `default'.
|
|
3268
|
|
3269 * modeline.el: Initialize faces using `default' tag.
|
|
3270
|
|
3271 * x-faces.el (x-init-face-from-resources): Remove
|
|
3272 specifier specs containing the `default' tag before
|
|
3273 adding new specs.
|
|
3274
|
|
3275 1998-03-02 John Jones <jj@asu.edu>
|
|
3276
|
|
3277 * package-get.el (package-get-all): fixed arguments on call to
|
|
3278 package-admin-add-single-file-package.
|
|
3279 * package-get.el (package-get-installedp): fixed to match
|
|
3280 advertised behavior.
|
|
3281 * package-get.el: added function package-get-update-all which
|
|
3282 installs newest versions of all the current packages (if they are
|
|
3283 not already installed).
|
|
3284
|
|
3285 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
3286
|
|
3287 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
3288 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
3289 still nil, as happens for example when finding a compressed
|
|
3290 file with "jka-compr".
|
|
3291
|
|
3292 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3293
|
|
3294 * faces.el: in make-face-* type functions do the operation for all
|
|
3295 window systems, not just the first one found.
|
|
3296
|
|
3297 * font.el: call mswindows-list-fonts for mswindows.
|
|
3298
|
|
3299 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
3300
|
|
3301 * code-process.el (call-process-region):
|
|
3302 * process.el (call-process-region):
|
|
3303 * package-get.el (package-get-dir):
|
|
3304 * files.el (backup-enable-predicate):
|
|
3305 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
3306 Use temp-directory in place of `/tmp'.
|
|
3307
|
|
3308 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
3309
|
|
3310 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
3311
|
|
3312 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
3313 Emacs.
|
|
3314
|
|
3315 * files.el (insert-directory): Modified to use special
|
|
3316 dired-in-C enhancements if present.
|
|
3317
|
|
3318 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3319
|
|
3320 * code-files.el: make default coding no-conversion.
|
|
3321
|
|
3322 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
3323
|
|
3324 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
3325 the load-path.
|
|
3326
|
|
3327 * update-elc.el: Strip directory when testing for files not to
|
|
3328 bytecompile.
|
|
3329
|
|
3330 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
3331
|
|
3332 * lisp-mode.el: Use recommended form for menus.
|
|
3333
|
|
3334 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
3335
|
|
3336 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
3337 entry.
|
|
3338
|
|
3339 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3340
|
|
3341 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
3342 (get-frame-for-buffer-noselect): Always return frames
|
|
3343 in the not-this-window-p cond clause.
|
|
3344
|
261
|
3345 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
3346
|
|
3347 * help.el (describe-installation): New function.
|
|
3348
|
|
3349 * x-menubar.el (default-menubar): Add describe-installation to
|
|
3350 Help menu.
|
|
3351
|
|
3352 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
3353 should not be bytecompiled.
|
|
3354
|
|
3355 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
3356 XEmacs.
|
|
3357
|
|
3358 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
3359 entry.
|
|
3360
|
|
3361 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
3362 coding.
|
|
3363 From Andy Piper <andyp@parallax.co.uk>
|
|
3364
|
|
3365 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3366
|
|
3367 * ldap.el: Do not require ldap-internal at compile time.
|
|
3368
|
259
|
3369 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3370
|
|
3371 * code-files.el: new file. a virtual copy of mule-files.el
|
|
3372 but without charset
|
|
3373 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
3374 changing the eol type for the current buffer.
|
|
3375
|
|
3376 * code-process.el: new file. a copy of
|
|
3377 mule-process.el. mule-process.el will disappear when things have
|
|
3378 settled.
|
|
3379
|
|
3380 * coding.el: new file. a virtual copy of mule-files.el but
|
|
3381 without charset dependencies. (coding-system-base) new function
|
|
3382 for getting the parent coding system of a coding system with eol
|
|
3383 type set.
|
|
3384
|
|
3385 * dumped-lisp.el: add above files for the non-mule case.
|
|
3386
|
|
3387 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3388
|
|
3389 * window-xemacs.el (display-buffer): If no explicit
|
|
3390 frame is specified, search for a window that displays
|
|
3391 the buffer on the currently selected frame, before
|
|
3392 searching other frames.
|
|
3393
|
|
3394 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3395
|
|
3396 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
3397 is non-nil, use window on the selected frame if it is not
|
|
3398 also the selected window. When defaulting, search for
|
|
3399 windows on the currently selected fgrame before searching
|
|
3400 other frames.
|
|
3401
|
|
3402 1998-02-25 Didier Verna <verna@inf.enst.fr>
|
|
3403
|
|
3404 * modeline.el (modeline-swap-buffers): originally named
|
|
3405 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
3406 decided in `mouse-drag-modeline'.
|
|
3407 (mouse-drag-modeline): A button release event is considered a
|
|
3408 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
3409 stay unchanged.
|
|
3410
|
|
3411 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
3412
|
|
3413 * x-menubar.el: Put redo on the menubar.
|
|
3414 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
3415
|
|
3416 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
3417
|
|
3418 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
3419 temp-buffer-show-function is set, use it to display current set of
|
|
3420 warnings in the "*Compile-Log-Show*" buffer.
|
|
3421
|
|
3422 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
3423 is set, use it to display current set of warnings in the
|
|
3424 "*Warnings-Show*" buffer.
|
|
3425
|
|
3426 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3427
|
|
3428 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
3429 Common Lisp.
|
|
3430
|
|
3431 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
3432
|
|
3433 * menubar.el: Allow button descriptors at least 2 long.
|
|
3434
|
|
3435 * x-menubar.el (default-menubar): Use recommended forms.
|
|
3436 (file-menu-filter): Remove.
|
|
3437 (edit-menu-filter): Remove.
|
|
3438
|
|
3439 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
3440
|
|
3441 * about.el (about-hackers): Updated.
|
|
3442
|
|
3443 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
3444
|
|
3445 * help.el (help-max-help-buffers): new variable
|
|
3446 (help-register-and-maybe-prune-excess): new function
|
|
3447 (help-buffer-name): use help-max-help-buffers.
|
|
3448 (with-displaying-help-buffer): use
|
|
3449 help-register-and-maybe-prune-excess.
|
|
3450
|
|
3451 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
3452 one line, let it.
|
|
3453
|
|
3454 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
3455
|
|
3456 * (with-displaying-help-buffer): there is no need to kill the buffer
|
|
3457 if it exists, becasuse with-output-to-temp-buffer will clear it.
|
|
3458 further, killing the buffer violates the rule that
|
|
3459 temp-buffer-show-function, if set, has the full responsibility of
|
|
3460 showing the temp buffer. killing the buffer fucks with the window
|
|
3461 configuration, hosing temp-buffer-show-function.
|
|
3462
|
|
3463
|
|
3464 1998-02-23 Didier Verna <verna@inf.enst.fr>
|
|
3465
|
|
3466 * modeline.el (mouse-drag-modeline):
|
|
3467 - Always scroll the modeline that was originally clicked on.
|
|
3468 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
3469 as horizontal reference for modeline dragging. This allows us to
|
|
3470 keep on dragging the modeline even if the motion event occurs in
|
|
3471 another window.
|
|
3472
|
|
3473 1998-02-23 Didier Verna <verna@inf.enst.fr>
|
|
3474
|
|
3475 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
3476 glyph on the modeline to indicate that dragging the mouse has an
|
|
3477 effect both horizontally and vertically.
|
|
3478
|
|
3479 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
3480
|
|
3481 * about.el (about-xemacs): Get rid of redundant visible version
|
|
3482 number.
|
|
3483
|
257
|
3484 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
3485
|
|
3486 * about.el (about-hackers): Update credits.
|
|
3487
|
255
|
3488 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
3489
|
|
3490 * prim/register.el (view-register): Show register type file-query.
|
|
3491
|
|
3492 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3493
|
|
3494 * mode-motion.el (mode-motion-highlight-internal):
|
|
3495 save-excursion inside save-window-exucrsion form to
|
|
3496 hide buffer point changes from save-window-excursion.
|
|
3497 Prevents display flickering when the mouse pointer
|
|
3498 moves.
|
|
3499
|
|
3500 1998-02-17 Didier Verna <verna@inf.enst.fr>
|
|
3501
|
|
3502 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
3503 function to handle correctly the case of a toolbar one side of the
|
|
3504 window: scrolling will not necessarily happen.
|
|
3505
|
|
3506 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3507
|
|
3508 * files.el (after-find-file): Restore missing argument
|
|
3509 to format that provides filename for "... consider M-x
|
|
3510 recover-file" message. Also call `message' with "%s"
|
|
3511 as the first arg instead of an arbitrary string.
|
|
3512
|
|
3513 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
3514
|
|
3515 * about.el (about-hackers): Various additions.
|
|
3516
|
|
3517 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
3518
|
|
3519 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
3520 line out when copying on-the-same line autoloads.
|
|
3521
|
|
3522 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
3523 is installed.
|
|
3524
|
253
|
3525 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
3526
|
|
3527 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
3528 * x11/x-win-sun.el (x-win-init-sun):
|
|
3529 * x11/x-init.el (x-initialize-compose):
|
|
3530 * prim/simple.el:
|
|
3531 (backward-or-forward-kill-sexp):
|
|
3532 (backward-or-forward-kill-sentence):
|
|
3533 (backward-or-forward-kill-word):
|
|
3534 (backward-or-forward-delete-char):
|
|
3535 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
3536 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
3537 x-keysym-on-keyboard-p to detect backspace.
|
|
3538 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
3539 Clean up symbols used with dead keys, checking Linux and solaris
|
|
3540 keysyms.
|
|
3541 Simplify x-win-*.el using above methods.
|
|
3542 Change documentation for x-keysym-*-p functions.
|
|
3543
|
|
3544 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
3545
|
|
3546 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
3547 Vinnie Shelton.
|
|
3548 From Vinnie Shelton <acs@acm.org>
|
|
3549
|
|
3550 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3551
|
|
3552 * simple.el (count-words-region): Ditto.
|
|
3553
|
|
3554 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
3555
|
|
3556 * simple.el (count-words-buffer): Document. Don't print anything
|
|
3557 if non-interactive.
|
|
3558
|
|
3559 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
3560
|
|
3561 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
3562 multiple files in InfoDock.
|
|
3563
|
|
3564 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
3565
|
|
3566 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
3567 from version.el in InfoDock.
|
|
3568
|
|
3569 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
3570 specially.
|
|
3571
|
|
3572 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3573
|
|
3574 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
3575 variable name in docstring.
|
|
3576
|
|
3577 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
3578
|
|
3579 * menubar.h: Include "gui.h".
|
|
3580
|
|
3581 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
3582
|
|
3583 * site-load.el: Fix documentation.
|
|
3584
|
251
|
3585 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
3586
|
|
3587 * package-get-base.el (package-get-base): Updated.
|
|
3588
|
|
3589 * keymap.el: PC-ize.
|
|
3590
|
|
3591 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3592
|
|
3593 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
3594 from' on a fresh line.
|
|
3595
|
|
3596 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3597
|
|
3598 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
3599 object.
|
|
3600
|
|
3601 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
3602
|
|
3603 * undo-stack.el: PC-ize.
|
|
3604
|
|
3605 * cmdloop.el: PC-ize.
|
|
3606
|
|
3607 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
3608
|
|
3609 * bytecomp-runtime.el: PC-ize.
|
|
3610
|
|
3611 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
3612
|
|
3613 * cus-dep.el: Spelling fix.
|
|
3614
|
|
3615 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
3616 entries follow).
|
|
3617
|
|
3618 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
3619
|
|
3620 * text-mode.el (text-mode-hook-identify): New function,
|
|
3621 put on text-mode-hook. Set text-mode-variant here.
|
|
3622 (text-mode): Don't set it here.
|
|
3623
|
|
3624 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
3625
|
|
3626 * text-mode.el (text-mode-hook): New defvar.
|
|
3627 (text-mode-variant): New variable.
|
|
3628 (text-mode): Set that variable locally.
|
|
3629 (toggle-text-mode-auto-fill): New command.
|
|
3630
|
|
3631 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
3632
|
|
3633 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
3634
|
|
3635 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
3636
|
|
3637 * text-mode.el (paragraph-indent-text-mode):
|
|
3638 Renamed from spaced-text-mode.
|
|
3639 (text-mode-map): Bind TAB to indent-relative.
|
|
3640 (indented-text-mode-map): Variable deleted.
|
|
3641 (indented-text-mode): Now an alias for text-mode.
|
|
3642
|
|
3643 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
3644
|
|
3645 * loadup.el: test-atoms debugging stuffs removed.
|
|
3646
|
|
3647 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
3648
|
|
3649 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
3650
|
249
|
3651 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
3652
|
|
3653 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
3654 (describe-distribution): Ditto.
|
|
3655 (describe-copying): Ditto.
|
|
3656 (describe-project): Ditto.
|
|
3657 (view-emacs-news): Ditto.
|
|
3658
|
|
3659 * help-nomule.el (help-with-tutorial): Made it use
|
|
3660 `locate-data-file' to find tutorial.
|
|
3661
|
|
3662 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
3663
|
|
3664 * about.el: Corrected my email address.
|
|
3665
|
|
3666 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
3667 'mouse-offix-drop'.
|
|
3668
|
247
|
3669 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
3670
|
|
3671 * loadup.el (running-xemacs): Spelling fix.
|
|
3672
|
|
3673 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
3674
|
|
3675 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
3676 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
3677
|
|
3678 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
3679
|
|
3680 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
3681
|
245
|
3682 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
3683
|
|
3684 * package-info.el (pi-last-mod-date): New function.
|
|
3685 (pi-author-version): New function.
|
|
3686 (batch-update-package-info): Use them.
|
|
3687
|
|
3688 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
3689
|
|
3690 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
3691 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
3692 with `get-frame-for-buffer-default-to-current'.
|
|
3693
|
|
3694 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
3695
|
|
3696 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
3697 (byte-compile-output-docform): Ditto.
|
|
3698 (byte-compile-compiled-obj-to-list): Ditto.
|
|
3699
|
|
3700 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3701
|
|
3702 * startup.el (command-line-1): Removed code that ran
|
|
3703 buffer-menu.
|
|
3704
|
|
3705 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
3706
|
|
3707 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
3708
|
|
3709 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
3710
|
|
3711 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
3712 `device-on-window-system-p' instead of explicitly checking for X,
|
|
3713 so that the same logic works for MS Windows.
|
|
3714 (suspend-or-iconify-emacs): Ditto.
|
|
3715
|
|
3716 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3717
|
|
3718 * about.el (about-maintainer-info): Andy Piper is back.
|
|
3719 (xemacs-hackers): Updated Andy Piper's email address.
|
|
3720 (about-hackers): Added Jonathan Harris.
|
|
3721 (about-hackers): Updated Tibor Polgar's email address.
|
|
3722
|
243
|
3723 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
3724
|
|
3725 * about.el: Add xemacs.org email manager.
|
|
3726
|
|
3727 * package-get-base.el (package-get-base): Updated with most recent
|
|
3728 package updates.
|
|
3729
|
|
3730 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
3731
|
|
3732 * help.el (function-arglist): Use `indirect-function' instead of
|
|
3733 `symbol-function' so that aliases are treated correctly.
|
|
3734
|
|
3735 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
3736
|
|
3737 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
3738 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
3739 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
3740 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
3741 (describe-key): Use `princ' "%s" to print object.
|
|
3742 (describe-function-1): Use `princ' "%s" to print object.
|
|
3743 Commented out alias lines removed.
|
|
3744 (help-pretty-print-limit): New variable to control pretty-printing
|
|
3745 of variable values.
|
|
3746 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
3747 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
3748 list of length less than `help-pretty-print-limit'.
|
|
3749 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
3750
|
|
3751 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
3752
|
|
3753 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
3754 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
3755
|
|
3756 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3757
|
|
3758 * info.el (Info-default-directory-list): Made the documentation
|
|
3759 more explanitory.
|
|
3760
|
|
3761 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
3762
|
|
3763 * lisp/packages.el:
|
|
3764 * lisp/package-admin.el:
|
|
3765 * lisp/build-report.el:
|
|
3766 Fix typos.
|
|
3767
|
|
3768 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
3769
|
|
3770 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
3771 warnings in Java buffers without final newline and editing the
|
|
3772 last line.
|
|
3773
|
|
3774 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
3775
|
|
3776 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
3777 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
3778 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
3779
|
|
3780 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
3781 From Oliver Graf <ograf@fga.de>
|
|
3782
|
|
3783 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
3784
|
|
3785 * loadup.el (load-gc): rewrite as defun.
|
|
3786 Print something sensical if a required dump-time file isn't found.
|
|
3787
|
241
|
3788 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
3789
|
|
3790 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
3791 bug strikes a menudescriptor.
|
|
3792
|
|
3793 * package-get-base.el (package-get-base): Updated.
|
|
3794
|
|
3795 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
3796 from the Makefile.
|
|
3797
|
|
3798 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
3799
|
|
3800 * files.el (save-some-buffers): Don't play games with deleting
|
|
3801 other windows if we are in the minibuffer window.
|
|
3802
|
239
|
3803 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3804
|
|
3805 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
3806 (add-minor-mode): Document :active property to TOGGLE.
|
|
3807
|
|
3808 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3809
|
|
3810 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
3811 `:included' predicate in the `toggle-sym' plist.
|
|
3812 (add-minor-mode): Document the :included property, format
|
|
3813 docstring some more.
|
|
3814 (modeline-minor-mode-menu): Documentation string added.
|
|
3815
|
|
3816 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3817
|
|
3818 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
3819 labels from the symbol-names by thwacking off the overly redundant
|
|
3820 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
3821 resultant strings. Also shortened the menu's title by eliminating
|
|
3822 the redundant buffer name.
|
|
3823 (add-minor-mode): Beautified the docstring, added mention of the
|
|
3824 `:menu-tag' property of TOGGLE.
|
|
3825 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
3826 `toggle-sym' to beatify the mode-life menus.
|
|
3827 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
3828 `auto-fill-function'.
|
|
3829
|
|
3830 1998-01-02 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
|
|
3831
|
|
3832 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
3833 menus to :style 'toggle.
|
|
3834
|
|
3835 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
3836
|
|
3837 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
3838
|
|
3839 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
3840
|
|
3841 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
3842 only recognize first hyperlink.
|
|
3843 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
3844 `hyper-apropos-insert-face'.
|
|
3845 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
3846
|
|
3847 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
3848
|
|
3849 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
3850 mail.
|
|
3851 (toolbar-mail-reader): Add support for `send'.
|
|
3852 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
3853
|
|
3854 1998-01-05 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
|
|
3855
|
|
3856 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
3857 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
3858 will function properly.
|
|
3859
|
|
3860 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
3861
|
|
3862 * simple.el: make the backwards delete function called by
|
|
3863 `backward-or-forward-delete-char' user configurable.
|
|
3864
|
|
3865 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3866
|
|
3867 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
3868 compiled function got loaded from.
|
|
3869
|
|
3870 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
3871
|
|
3872 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
3873
|
|
3874 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
3875
|
|
3876 * startup.el (load-init-file): Load autoloads earlier.
|
|
3877 (startup-splash-frame): Handle InfoDock logo.
|
|
3878
|
|
3879 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
3880 InfoDock.
|
|
3881 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
3882
|
|
3883 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
3884 doesn't have this function.
|
|
3885
|
|
3886 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
3887
|
|
3888 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
3889
|
|
3890 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
3891 version of version.el.
|
|
3892 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
3893
|
|
3894 * x-menubar.el (default-menubar): Guard reference to
|
|
3895 `gnuserv-frame'.
|
|
3896 (default-menubar): Guard references to `font-lock-mode'.
|
|
3897 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
3898 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
3899
|
|
3900 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
3901
|
|
3902 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
3903 loading auto-autoloads files.
|
|
3904
|
|
3905 * loaddefs.el: Disable dumping autoloads.
|
|
3906
|
|
3907 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
3908
|
|
3909 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
3910
|
|
3911 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
3912
|
|
3913 * finder.el (finder-by-keyword): Autoload.
|
|
3914
|
|
3915 * help.el: Conditionalize hyperbole setup.
|
|
3916
|
|
3917 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
3918
|
|
3919 * packages.el (package-require): Update to reflect new data format.
|
|
3920
|
237
|
3921 1998-01-02 Didier Verna <verna@inf.enst.fr>
|
|
3922
|
|
3923 * x-menubar.el (default-menubar): make the tutorials available
|
|
3924 through the menubar. (Plus some compilation warnings cleanup).
|
|
3925
|
|
3926 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
3927
|
|
3928 * check-features.el: New file. Perform sanity check after build.
|
|
3929
|
|
3930 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
3931 files to tooltalk package.
|
|
3932 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
3933 package.
|
|
3934
|
|
3935 * package-admin.el (package-admin-xemacs): Use better default for
|
|
3936 location of XEmacs binary.
|
|
3937
|
|
3938 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
3939
|
|
3940 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
3941 tag with sexp and add value tag with value `t'.
|
|
3942
|
|
3943 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
3944
|
|
3945 * package-get.el: Changes to work with real data.
|
|
3946 From Pete Ware <ware@cis.ohio-state.edu>
|
|
3947
|
|
3948 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
3949 being.
|
|
3950
|
|
3951 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
3952 of possibly out-of-date packges.elc.
|
|
3953 * make-docfile.el ("packages.el"): Ditto.
|
|
3954
|
235
|
3955 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
3956
|
|
3957 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
3958 the main tarball shadowing anything past it.
|
|
3959
|
|
3960 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
3961
|
|
3962 * packages.el (package-provide): Delete a previous provide.
|
|
3963
|
|
3964 * package-info.el: New file.
|
|
3965
|
|
3966 * package-get.el: New file.
|
|
3967 From Pete Ware <ware@cis.ohio-state.edu>
|
|
3968 (package-get): Fix md5 computation to work with Mule.
|
|
3969
|
|
3970 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
3971
|
|
3972 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
3973
|
|
3974 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
3975
|
|
3976 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
3977
|
|
3978 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
3979 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
3980
|
|
3981 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
3982
|
|
3983 * startup.el (load-init-file): Reload new or changed autoloads
|
|
3984 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
3985
|
|
3986 * packages.el (packages-new-autoloads): New function.
|
|
3987 (packages-reload-autoloads): New function.
|
|
3988 (packages-reload-dumped-lisp): New (stub) function.
|
|
3989
|
|
3990 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
3991
|
|
3992 * loadhist.el (file-provides): Extend to handle variant
|
|
3993 extensions.
|
|
3994
|
|
3995 * replace.el (query-replace): Fix typo.
|
|
3996
|
|
3997 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
3998
|
|
3999 * make-docfile.el: list-autoloads-path has been renamed.
|
|
4000 * update-elc.el: list-autoloads has been renamed.
|
|
4001
|
|
4002 * packages.el (packages-list-autoloads): Renamed.
|
|
4003 (packages-list-autoloads-path): Ditto.
|
|
4004
|
233
|
4005 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
4006
|
|
4007 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
4008 for an error in an auto-autoload.el file.
|
|
4009
|
|
4010 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
4011
|
|
4012 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
4013 tag with const.
|
|
4014 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
4015
|
|
4016 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
4017
|
|
4018 * loadhist.el (unload-feature): Remove autoload.
|
|
4019
|
|
4020 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
4021
|
|
4022 * loadhist.el: Unpackaged.
|
|
4023
|
|
4024 * help.el (describe-symbol-find-file): Rename
|
|
4025 `describe-function-find-file' and make old name obsolete.
|
|
4026 (describe-function-1): Use it.
|
|
4027 (describe-function-1): Guard reference to
|
|
4028 `compiled-function-annotation'.
|
|
4029
|
231
|
4030 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
4031
|
|
4032 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
4033 argument.
|
|
4034 (help-mode-quit): New optional arg to control whether it kills or
|
|
4035 buries. Tidied up.
|
|
4036 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
4037 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
4038 (help-pretty-print-value): Rename back from
|
|
4039 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
4040 use it, otherwise use dumped `cl-prettyprint'.
|
|
4041 (describe-variable): Use `help-pretty-print-value' again.
|
|
4042 (find-func): Removed reference to "find-func" at end.
|
|
4043
|
|
4044 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
4045
|
|
4046 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
4047 GUI XEmacs. Rename? x-menubar is rather window system
|
|
4048 independant, except for a couple of items.
|
|
4049
|
|
4050 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
4051
|
|
4052 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
4053 entries as they will no longer be distributed with XEmacs.
|
|
4054
|
|
4055 * format.el (format-alist): Fix image/tiff regexps.
|
|
4056 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
4057
|
|
4058 * help.el (help-maybe-pretty-print-value): Rename.
|
|
4059 (describe-variable): Use it.
|
|
4060 (describe-variable): Add trailing linefeed.
|
|
4061
|
|
4062 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
4063
|
|
4064 * help.el (describe-function-1): Don't output anything for
|
|
4065 arglist of autoload functions.
|
|
4066
|
|
4067 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
4068
|
|
4069 * help.el (describe-function-1): Don't output anything for
|
|
4070 arglist of autoload functions.
|
|
4071
|
|
4072 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
4073
|
|
4074 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
4075 `describe-function-at-point', `describe-variable-at-point',
|
|
4076 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
4077 `help-prev-section'.
|
|
4078 (help-next-section): New function.
|
|
4079 (help-prev-section): New function.
|
|
4080 (help-mode-quit): Changed to kill the help buffer.
|
|
4081 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
4082 correctly.
|
|
4083 (help-buffer-name): New function to generate the name of help
|
|
4084 buffers.
|
|
4085 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
4086 argument giving the name of the help buffer.
|
|
4087 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
4088 (describe-mode): Ditto.
|
|
4089 (describe-bindings): Ditto.
|
|
4090 (describe-prefix-bindings): Ditto.
|
|
4091 (view-lossage): Ditto.
|
|
4092 (with-syntax-table): New macro.
|
|
4093 (function-called-at-point): Use `ignore-errors' and
|
|
4094 `with-syntax-table'.
|
|
4095 (function-at-point): Ditto.
|
|
4096 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
4097 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
4098 function's arglist as string.
|
|
4099 (function-documentation): Extracted from `describe-function-1'.
|
|
4100 Returns function's docstring.
|
|
4101 (describe-function-1): Remove all the "stream" garbage, including
|
|
4102 the stream argument. Use `function-arglist' and
|
|
4103 `function-documentation'.
|
|
4104 (describe-function-arglist): Just use `function-arglist'.
|
|
4105 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
4106 (help-pretty-print-value): New function to help with
|
|
4107 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
4108 `pp-internal'.
|
|
4109 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
4110 Formatting improved. Display file where variable is defined, if
|
|
4111 known. Use `help-pretty-print-value'.
|
|
4112 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
4113 (list-processes): Remove "stream" garbage.
|
|
4114
|
229
|
4115 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
4116
|
|
4117 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
4118 call a dumped routine instead.
|
|
4119
|
|
4120 * x-win-xfree86.el: Wrap file in defun.
|
|
4121 * x-win-sun.el: Ditto.
|
|
4122
|
|
4123 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
4124
|
|
4125 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
4126 advises functions and does other evil things.
|
|
4127
|
|
4128 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
4129
|
|
4130 * format.el (format-alist): Add `image/tiff'.
|
|
4131 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
4132
|
|
4133 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
4134
|
|
4135 * about.el (about-hackers): More names added.
|
|
4136
|
|
4137 * make-docfile.el: Remove superfluous package path search.
|
|
4138
|
|
4139 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
4140
|
227
|
4141 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
4142
|
|
4143 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
4144 ignored shadows.
|
|
4145
|
|
4146 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
4147
|
|
4148 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
4149 get trailing slashes when added to the load-path.
|
|
4150
|
|
4151 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
4152 are.
|
|
4153
|
|
4154 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4155
|
|
4156 * x-faces.el: Added support for foregroundToolBarColor
|
|
4157 to xpm-color-symbols.
|
|
4158
|
|
4159 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
4160
|
|
4161 * etags.el (tags-remove-duplicates): Removed.
|
|
4162 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
4163
|
|
4164 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
4165 correctly.
|
|
4166 (get*): Defalias to `get'.
|
|
4167
|
|
4168 * cl.el (eql): Compare integers with `eq'.
|
|
4169 (cl-map-extents): Check for `map-extents' first.
|
|
4170
|
|
4171 1997-12-17 Didier Verna <verna@inf.enst.fr>
|
|
4172
|
|
4173 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
4174 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
4175
|
|
4176 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
4177
|
|
4178 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
4179
|
|
4180 * widget.el (define-widget): Check the arguments.
|
|
4181
|
|
4182 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
4183 (custom-variable-value-create): Use `signal' to signal error.
|
|
4184 (custom-variable-reset-saved): Ditto.
|
|
4185 (custom-variable-reset-standard): Ditto.
|
|
4186 (custom-face-reset-saved): Ditto.
|
|
4187
|
|
4188 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
4189 (widget-default-format-handler): Ditto.
|
|
4190 (widget-checklist-add-item): Ditto.
|
|
4191 (widget-radio-add-item): Ditto.
|
|
4192 (widget-editable-list-entry-create): Ditto.
|
|
4193 (widget-sexp-prompt-value): Ditto.
|
|
4194
|
|
4195 * custom.el (custom-declare-variable): Signal errors better.
|
|
4196 (custom-handle-keyword): Ditto.
|
|
4197 (custom-declare-group): Ditto.
|
|
4198
|
|
4199 * window-xemacs.el (windows): Ditto.
|
|
4200
|
|
4201 * menubar.el (menu): Ditto.
|
|
4202
|
|
4203 * keydefs.el (keyboard): Ditto.
|
|
4204
|
|
4205 * minibuf.el (minibuffer): Ditto.
|
|
4206
|
|
4207 * process.el (execute): Ditto.
|
|
4208
|
|
4209 * fill.el (fill): Ditto.
|
|
4210
|
|
4211 * modeline.el (modeline): Ditto.
|
|
4212
|
|
4213 * help.el (help): Ditto.
|
|
4214
|
|
4215 * faces.el (faces): Ditto.
|
|
4216
|
|
4217 * files.el (files): Ditto.
|
|
4218
|
|
4219 * x-init.el (x): Ditto.
|
|
4220
|
|
4221 * lisp-mode.el (lisp): Ditto.
|
|
4222
|
|
4223 * process.el (processes): Ditto.
|
|
4224
|
|
4225 * mouse.el (mouse): Ditto.
|
|
4226
|
|
4227 * abbrev.el (abbrev): Moved from cus-edit.
|
|
4228
|
|
4229 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
4230 as variable declaration.
|
|
4231
|
|
4232 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
4233
|
|
4234 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
4235 (find-menu-item): Cosmetic changes.
|
|
4236
|
|
4237 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
4238
|
|
4239 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
4240
|
|
4241 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
4242
|
|
4243 * startup.el (set-default-load-path): Only search package-path
|
|
4244 when not running temacs.
|
|
4245
|
|
4246 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
4247 files.
|
|
4248
|
|
4249 * loadup.el: Correct commentary. Reformatting.
|
|
4250 (really-early-error-handler): Use absolute path to the
|
|
4251 first dumped-lisp.el file.
|
|
4252 (really-early-error-handler): Print full path name of
|
|
4253 each dumped lisp file (inherited from InfoDock).
|
|
4254
|
|
4255 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
4256 dumped-lisp.el files.
|
|
4257
|
|
4258 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
4259 package-path is searched.
|
|
4260 * update-elc.el: Ditto.
|
|
4261
|
|
4262 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
4263 `condition-case' for indentation.
|
|
4264
|
|
4265 * about.el (about-xemacs): Update release date.
|
|
4266
|
225
|
4267 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
4268
|
|
4269 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
4270 anywhere but at the last clause.
|
|
4271 (ecase): Disallow `t' and `otherwise'.
|
|
4272
|
|
4273 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
4274
|
|
4275 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
4276 from stuff moved out of `custom-buffer-create-internal'.
|
|
4277 (custom-novice): New variable. Default t.
|
|
4278 (custom-display-global-buttons): Ditto. Default `top'.
|
|
4279 (custom-buffer-create-internal): Only display help if
|
|
4280 `custom-novice' is non-nil. Display global buttons according to
|
|
4281 `custom-display-global-buttons'.
|
|
4282
|
|
4283 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
4284
|
|
4285 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
4286 (find-menu-item): Cosmetic changes.
|
|
4287
|
|
4288 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
4289
|
|
4290 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
4291 look.
|
|
4292
|
227
|
4293 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
225
|
4294
|
227
|
4295 * format.el (format-deannotate-region): Bug fix.
|
|
4296 Deannotating a region containing unknown tags would fail
|
|
4297 (causing decoding of text/enriched to fail at user level)
|
225
|
4298
|
|
4299 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4300
|
|
4301 * minibuf.el (read-directory-name): Support sixth
|
|
4302 arg, HISTORY, as already documented.
|
|
4303
|
|
4304 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
4305
|
|
4306 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
4307 to `ecase'.
|
|
4308
|
|
4309 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
4310
|
|
4311 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
4312 skk-activate.
|
|
4313
|
223
|
4314 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
4315
|
225
|
4316 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|