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