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