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