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