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