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