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