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