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