479
|
1 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
2
|
|
3 * about.el:
|
|
4 * about.el (about-headline-face): New.
|
|
5 * about.el (about-link-face): New.
|
|
6 * about.el (about-current-release-maintainers): New.
|
|
7 * about.el (about-other-current-hackers): New.
|
|
8 * about.el (about-once-and-future-hackers): New.
|
|
9 * about.el (about-lookup-url): New.
|
|
10 * about.el (about-get-buffer):
|
|
11 * about.el (about-mailto-link): New.
|
|
12 * about.el (about-finish-buffer):
|
|
13 * about.el (about-xemacs):
|
|
14 * about.el (about-features): Removed.
|
|
15 * about.el (about-advantages): New.
|
|
16 * about.el (about-maintainer-info): Removed.
|
|
17 * about.el (about-personal-info): New.
|
|
18 * about.el (about-hacker-contribution): New.
|
|
19 * about.el (about-maintainer):
|
|
20 * about.el (about-show-linked-info):
|
|
21 * about.el (about-hackers):
|
|
22 Major revamping. Rewriting of most of the text, improve the
|
|
23 link handling, separate info on contributors into personal
|
|
24 and contribution info, add new contributors, update personal
|
|
25 info, etc. etc.
|
|
26
|
|
27 * menubar-items.el (default-menubar):
|
|
28 Help menubar entry for News now says more accurately
|
|
29 "What's New in XEmacs".
|
|
30
|
|
31 * mouse.el:
|
|
32 * mouse.el (mouse-track-cleanup-hook):
|
|
33 * mouse.el (mouse-track):
|
|
34 Don't set-buffer to a dead buffer when calling mouse-track
|
|
35 cleanup hooks.
|
|
36
|
476
|
37 2001-04-18 Didier Verna <didier@xemacs.org>
|
|
38
|
|
39 * cus-edit.el (Custom-reset-standard): reset to standard settings
|
|
40 not only when the buffer's :custom-state is 'modified, but also
|
|
41 when it is 'set or 'saved.
|
|
42
|
472
|
43 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
44
|
|
45 * XEmacs 21.5.0 "alfalfa" is released.
|
|
46
|
470
|
47 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
48
|
|
49 * startup.el (load-user-init-file): define `custom-file' before
|
|
50 loading the user's init file.
|
|
51
|
464
|
52 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
53
|
|
54 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
55 we get them working.
|
|
56
|
|
57 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
58
|
|
59 * help.el:
|
|
60 * help.el (Help-princ-face):
|
|
61 * help.el (Help-prin1-face):
|
|
62 * help.el (frob-help-extents):
|
|
63 * help.el (describe-function-1):
|
|
64 * help.el (describe-variable):
|
|
65 Avoid using font-lock faces, which may not be defined.
|
|
66 Instead, use hyper-apropos faces, and make sure they're
|
|
67 defined as necessary by using `require'. (It's not so safe
|
|
68 to do this for font-lock.) In any case, we will eventually
|
|
69 be merging this functionality into hyper-apropos.
|
|
70
|
|
71 * loaddefs.el (completion-ignored-extensions):
|
|
72 Fix documentation.
|
470
|
73
|
464
|
74 * menubar-items.el (menu-truncate-list): Removed.
|
|
75 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
76 * menubar-items.el (default-menubar):
|
|
77 Fix errors if grep or compile command is too long. Rename helper
|
|
78 function to be less visible.
|
|
79
|
|
80 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
81
|
|
82 * byte-optimize.el (byte-optimize-minus):
|
|
83 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
84
|
|
85 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
86
|
|
87 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
88 Mule is available.
|
|
89
|
|
90 * mule/latin.el: New file.
|
|
91
|
|
92 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
93
|
|
94 * auto-save.el:
|
|
95 * auto-save.el (auto-save-directory):
|
|
96 * auto-save.el (make-auto-save-file-name):
|
|
97 * auto-save.el (auto-save-file-name-p): New.
|
|
98
|
|
99 Merge in improvements from other definition of
|
|
100 make-auto-save-file-name in files.el.
|
470
|
101
|
464
|
102 * auto-save.el (auto-save-original-name):
|
|
103 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
104 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
105 * auto-save.el (auto-save-slashify-name): Removed.
|
|
106 * auto-save.el (auto-save-reserved-chars): New.
|
|
107 * auto-save.el (auto-save-escape-name): New.
|
|
108 * auto-save.el (auto-save-unhex): New.
|
|
109 * auto-save.el (auto-save-unescape-name): New.
|
|
110
|
|
111 Change algorithm for encoding filenames in auto-save names to be
|
|
112 entirely safe with all filesystems and all possible characters in
|
|
113 a filename, and 100% reversible. (Essentially, uses
|
|
114 quoted-printable as the encoding.)
|
470
|
115
|
464
|
116 * auto-save.el (recover-all-files):
|
|
117
|
|
118 Use insert-directory rather than calling ls directly -- fixes
|
|
119 things under Windows.
|
|
120
|
|
121 * files.el:
|
|
122 * files.el (convert-standard-filename): Substitute FSF's
|
|
123 definition for this (we had nothing here before).
|
470
|
124
|
464
|
125 * files.el (backup-buffer): Warning fix.
|
470
|
126
|
464
|
127 * files.el (make-backup-file-name):
|
|
128 * files.el (find-backup-file-name):
|
|
129 Fix error in calling sequence to auto-save-file-name-p.
|
470
|
130
|
464
|
131 * files.el (recover-file):
|
|
132 Use insert-directory rather than calling ls directly -- fixes
|
|
133 things under Windows.
|
|
134
|
|
135 * files.el (make-auto-save-file-name): Removed.
|
|
136 * files.el (auto-save-file-name-p): Removed.
|
|
137 auto-save is always dumped so no sense in having a definition
|
|
138 that will always be overwritten with another.
|
470
|
139
|
464
|
140 * files.el (insert-directory):
|
|
141 * win32-native.el:
|
|
142 * win32-native.el (debug-mswindows-process-command-lines):
|
|
143 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
144 * win32-native.el (make-auto-save-file-name): Removed.
|
|
145
|
|
146
|
462
|
147 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
148
|
|
149 * XEmacs 21.2.46 "Urania" is released.
|
|
150
|
|
151 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
152
|
|
153 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
154 sample.init.el and adjust accelerators.
|
|
155
|
|
156 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
157
|
|
158 * build-report.el (build-report): Improve docstring.
|
|
159
|
|
160 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
161
|
|
162 * ChangeLog: Log GTK merge.
|
|
163
|
|
164 * gutter-items.el:
|
|
165 * mwheel.el:
|
|
166 * sound.el:
|
|
167 * startup.el:
|
|
168 Revert gratuitous whitespace changes.
|
|
169
|
|
170 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
171
|
|
172 * help.el:
|
|
173 * help.el (key-or-menu-binding):
|
|
174 * help.el (Help-find-file): New.
|
|
175 * help.el (describe-beta):
|
|
176 * help.el (describe-copying):
|
|
177 * help.el (describe-project):
|
|
178 * help.el (view-emacs-news):
|
|
179 * help.el (view-sample-init-el): New.
|
|
180 * help.el (Help-princ-face): New.
|
|
181 * help.el (Help-prin1-face): New.
|
|
182 * help.el (help-symbol-function-context-menu):
|
|
183 * help.el (help-symbol-variable-context-menu):
|
|
184 * help.el (help-symbol-function-and-variable-context-menu):
|
|
185 * help.el (frob-help-extents):
|
|
186 * help.el (describe-function-1):
|
|
187 * help.el (describe-variable):
|
|
188
|
|
189 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
190 View files in view-mode rather than Fundamental.
|
|
191 Remove separators from context menus -- now handled in generic code.
|
|
192 Add `Find Tag' to context menu.
|
470
|
193
|
462
|
194 * menubar.el (popup-mode-menu):
|
|
195
|
|
196 Rewrite code that outputs the popup menu to (a) put more specific
|
|
197 entries first, (b) be more robust, (c) output the proper context
|
|
198 menu separators automatically (the context menu functionality is
|
|
199 new and currently used only by Help).
|
|
200
|
|
201 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
202
|
|
203 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
204 this function when converting from the 21.1 GTK branch. Now
|
|
205 supports file, password, question, and color built-in dialogs.
|
|
206
|
|
207 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
208
|
|
209 * keydefs.el:
|
|
210 * keydefs.el (global-map):
|
|
211 Add commented-out change of M-k (for 21.5).
|
470
|
212
|
462
|
213 * menubar-items.el (default-menubar):
|
|
214 Fix items to control kill-line behavior; add items for
|
|
215 shifted motion.
|
470
|
216
|
462
|
217 * simple.el:
|
|
218 * simple.el (kill-whole-line):
|
|
219 * simple.el (historical-kill-line): Removed.
|
|
220 * simple.el (kill-line): Removed.
|
|
221 * simple.el (kill-entire-line): New.
|
|
222 * simple.el (kill-line-1): New.
|
|
223 * simple.el (backward-kill-line):
|
|
224 Undo kill-whole-line == always changes. Add new function
|
|
225 kill-entire-line to unconditionally delete the current line.
|
|
226 Add comments describing the lamentable state of affairs of
|
|
227 the kill-line functions and variables.
|
|
228
|
|
229 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
230
|
|
231 * simple.el:
|
|
232 * simple.el (beginning-of-buffer):
|
|
233 * simple.el (end-of-buffer):
|
|
234 * simple.el (mark-ring-unrecorded-commands):
|
|
235 * simple.el (signal-error-on-buffer-boundary):
|
|
236 * simple.el (shifted-motion-keys-select-region):
|
|
237 * simple.el (unshifted-motion-keys-deselect-region):
|
|
238 * simple.el (motion-keys-for-shifted-motion): New.
|
|
239 * simple.el (handle-pre-motion-command):
|
|
240 * simple.el (handle-post-motion-command):
|
|
241 * simple.el (forward-char-command):
|
|
242 * simple.el (backward-char-command):
|
|
243 * simple.el (scroll-up-command):
|
|
244 * simple.el (scroll-down-command):
|
|
245 * simple.el (next-line):
|
|
246 * simple.el (previous-line):
|
|
247 * simple.el (backward-block-of-lines):
|
|
248 * simple.el (forward-block-of-lines):
|
|
249 * simple.el (backward-word):
|
|
250 * simple.el (mark-word):
|
|
251
|
|
252 Augment documentation of the most common motion commands to make
|
|
253 note of the shifted-motion support. Improve the support to (a)
|
|
254 properly document how it works and why it's done in the fashion it
|
|
255 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
256
|
|
257 Correct error in the customize specification of
|
|
258 mark-ring-unrecorded-commands.
|
|
259
|
|
260 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
261
|
|
262 * font-lock.el:
|
|
263 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
264 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
265 * font-lock.el (font-lock-pre-idle-hook):
|
|
266 * font-lock.el (font-lock-after-change-function):
|
|
267 * font-lock.el (font-lock-fontify-pending-extents):
|
|
268 * font-lock.el (font-lock-lisp-like):
|
|
269
|
|
270 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
271 behavior) when making lots of buffer changes between redisplays,
|
|
272 such as when saving the Options.
|
|
273
|
|
274 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
275
|
|
276 * device.el:
|
|
277 * dragdrop.el:
|
|
278 * dumped-lisp.el:
|
|
279 * faces.el:
|
|
280 * frame.el:
|
|
281 * gnuserv.el:
|
|
282 * loadup.el:
|
|
283 * menubar-items.el:
|
|
284 * minibuf.el:
|
|
285 The Great GTK Merge.
|
|
286
|
|
287 * ChangeLog.GTK:
|
|
288 * dialog-gtk.el:
|
|
289 * gdk.el:
|
|
290 * generic-widgets.el:
|
|
291 * glade.el:
|
|
292 * gnome-widgets.el:
|
|
293 * gnome.el:
|
|
294 * gtk-compose.el:
|
|
295 * gtk-extra.el:
|
|
296 * gtk-faces.el:
|
|
297 * gtk-ffi.el:
|
|
298 * gtk-file-dialog.el:
|
|
299 * gtk-font-menu.el:
|
|
300 * gtk-glyphs.el:
|
|
301 * gtk-init.el:
|
|
302 * gtk-iso8859-1.el:
|
|
303 * gtk-marshal.el:
|
|
304 * gtk-mouse.el:
|
|
305 * gtk-package.el:
|
|
306 * gtk-password-dialog.el:
|
|
307 * gtk-select.el:
|
|
308 * gtk-widget-accessors.el:
|
|
309 * gtk-widgets.el:
|
|
310 * gtk.el:
|
|
311 widgets-gtk.el:
|
|
312 The Great GTK Merge: new files.
|
|
313
|
|
314 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
315
|
|
316 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
317 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
318
|
|
319 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
320
|
|
321 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
322
|
460
|
323 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
324
|
|
325 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
326
|
470
|
327 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
328
|
|
329 * about.el (xemacs-hackers): update my entry.
|
|
330 * about.el (about-maintainer-info): ditto.
|
|
331 * about.el (about-hackers): ditto.
|
460
|
332
|
|
333 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
334
|
|
335 * about.el (about-maintainer-info): More vanity info about
|
|
336 yours truly.
|
|
337
|
|
338 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
339
|
|
340 * build-report.el (build-report-destination): xemacs-build-reports
|
|
341 has moved to SourceForge, where mailing list name length is
|
|
342 restricted, hence the name change to
|
|
343 xemacs-buildreports@xemacs.org.
|
|
344 * build-report.el (build-report-keep-regexp): Update default.
|
|
345 * build-report.el (build-report-delete-regexp): Ditto.
|
|
346 * build-report.el (build-report-make-output-files): Ditto.
|
|
347
|
|
348 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
349
|
|
350 * lisp-mode.el: Add indentation specifications for following
|
|
351 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
352 with-open-file, with-open-stream, print-unreadable-object.
|
|
353
|
|
354 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
355
|
|
356 * font-lock.el (font-lock-set-defaults-1):
|
|
357 Move initialization of `font-lock-cache-position' so that it's set
|
|
358 even if font-lock-keywords is already defined.
|
|
359
|
|
360 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
361
|
|
362 * autoload.el (generate-file-autoloads-1):
|
|
363 Use `emacs-lisp-mode-syntax-table' instead of
|
|
364 `lisp-mode-syntax-table'.
|
|
365 * lisp-mode.el (lisp-mode-syntax-table):
|
|
366 Get rid of old checks for `parse-partial-sexp' version.
|
|
367 Make `|' (pipe) string delimiter instead of punctuation.
|
|
368
|
|
369 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
370
|
|
371 * window.el (save-selected-window):
|
|
372 Use gensym for better macro hygiene.
|
|
373
|
|
374 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
375
|
|
376 * dump-paths.el:
|
|
377 * startup.el (startup-setup-paths): Set and use
|
|
378 `mule-lisp-directory'.
|
|
379 (startup-setup-paths-warning): Ditto.
|
|
380
|
|
381 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
382 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
383
|
|
384 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
385
|
|
386 * font-lock.el: Syntax table improvements used. A few random
|
|
387 changes are not specified below.
|
|
388 (font-lock-fontify-string-delimiters):
|
|
389 (font-lock-syntactic-keywords):
|
|
390 (font-lock-cache-state nil):
|
|
391 (font-lock-cache-position):
|
|
392 New variables.
|
|
393 (font-lock-set-syntax):
|
|
394 (font-lock-apply-syntactic-highlight):
|
|
395 (font-lock-fontify-syntactic-anchored-keywords):
|
|
396 (font-lock-fontify-syntactic-keywords-region):
|
|
397 (font-lock-eval-keywords):
|
|
398 New functions.
|
|
399 (font-lock-remove-face):
|
|
400 (font-lock-fontify-syntactically-region):
|
|
401 Use syntax properties.
|
|
402
|
458
|
403 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
404
|
|
405 * XEmacs 21.2.44 "Thalia" is released.
|
|
406
|
|
407 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
408
|
|
409 * startup.el (normal-top-level): Work even if no installation root
|
|
410 is found.
|
|
411
|
|
412 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
413
|
|
414 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
415 (set-progress-abort-instantiator): new function.
|
|
416 (abort-progress-feedback): use it.
|
|
417
|
|
418 * gutter.el (set-gutter-dirty-p): new function.
|
|
419
|
|
420 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
421
|
|
422 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
423
|
|
424 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
425
|
|
426 * sound.el (sound-extension-list): give a better default value.
|
|
427 * sound.el (load-sound-file): improve the doc string, also find
|
|
428 files given by absolute names, pass a real extension list to
|
|
429 `locate-file'.
|
|
430
|
456
|
431 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
432
|
|
433 * XEmacs 21.2.43 "Terspichore" is released.
|
|
434
|
|
435 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
436
|
|
437 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
438 messages from gnuserv.
|
|
439
|
454
|
440 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
441
|
|
442 * XEmacs 21.2.42 "Poseidon" is released.
|
|
443
|
|
444 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
445
|
|
446 * package-get.el (package-get-custom): call
|
|
447 package-net-update-installed-db.
|
|
448
|
|
449 * package-ui.el (pui-install-selected-packages): call
|
|
450 package-net-update-installed-db.
|
|
451
|
|
452 * package-net.el (package-net-update-installed-db): use
|
|
453 packages-package-list so that we reflect reality.
|
|
454
|
|
455 * packages.el (packages-package-list): Make docstring reflect
|
|
456 reality.
|
|
457
|
|
458 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
459
|
|
460 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
461 isn't installed.
|
|
462
|
|
463 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
464
|
|
465 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
466 deactivate native widgets.
|
|
467 (widget-glyph-insert-glyph): record instantiator.
|
|
468 (widget-push-button-value-create): use it.
|
|
469
|
|
470 * gui.el (gui-button-action): new function. Make button's domain
|
|
471 buffer current when calling.
|
|
472 (make-gui-button): update to use gui-button-action.
|
|
473
|
|
474 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
475
|
|
476 * menubar-items.el (default-menubar): add an entry for modeline
|
|
477 horizontal scrolling in Options -> Display.
|
|
478
|
|
479 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
480
|
|
481 * package-get.el (package-get-require-signed-base): Set to nil
|
|
482 by default.
|
|
483
|
452
|
484 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
485
|
|
486 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
487
|
|
488 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
489
|
|
490 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
491 catch lisp/mule/.
|
|
492
|
|
493 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
494
|
|
495 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
496 (maybe-unmigrate-user-init-file):
|
|
497 (unmigrate-user-init-file): Created.
|
|
498 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
499 .emacs.
|
|
500 Some doc fixes wrt init file location.
|
|
501
|
|
502 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
503
|
|
504 * faces.el (face-frob-from-locale-first): new variable.
|
|
505 (frob-face-font-2): Honor tags arg while trying to use
|
|
506 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
507 first try to set face inheriting from frobbed-face.
|
|
508
|
|
509 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
510
|
|
511 * about.el (xemacs-hackers): update my entry.
|
|
512 * about.el (about-url-alist): ditto.
|
|
513 * about.el (about-maintainer-info): ditto.
|
|
514 * about.el (about-hackers): ditto.
|
|
515
|
|
516 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
517
|
|
518 The byte compiler has been badly broken for a year,
|
|
519 by the patch of 1999-12-06.
|
|
520 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
521 Bug was: the byte compiler was making this erroneous optimization:
|
|
522 (progn (or (foo)) (bar)) ==> (bar)
|
|
523
|
|
524 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
525
|
|
526 * setup-paths.el (paths-core-load-path-depth): Split
|
|
527 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
528 recurse into core.
|
|
529 * setup-paths.el (paths-construct-load-path): Use.
|
|
530
|
|
531 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
532
|
|
533 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
534 (package-net-win32-binary-size): ditto. add much needed
|
|
535 commentary.
|
|
536
|
|
537 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
538 for buffers-tab-max-size.
|
|
539
|
450
|
540 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
541
|
|
542 * XEmacs 21.2.40 is released.
|
|
543
|
|
544 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
545
|
|
546 * mule/hebrew.el: Fix comments and typos.
|
|
547 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
548
|
|
549 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
550
|
|
551 * ChangeLog.1: move ancient log from fill.el.
|
|
552
|
|
553 * dump-paths.el:
|
|
554 paragraphs.el:
|
|
555 mule/mule-category.el:
|
|
556 Miscellaneous typo fixes and slight doc clarifications.
|
|
557
|
|
558 * mule/mule-ccl.el: Correct file name in header.
|
|
559
|
448
|
560 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
561
|
|
562 * XEmacs 21.2.39 is released.
|
|
563
|
|
564 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
565
|
|
566 * byte-optimize.el (byte-optimize-cond):
|
|
567 (byte-optimize-cond-1): New.
|
|
568 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
569 Optimizes (cond (x nil)) ==> nil.
|
|
570 Provide better diagnostic on malformed expr like (cond foo).
|
|
571
|
|
572 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
573
|
|
574 * mule/mule-coding.el:
|
|
575 mule/mule-cmds.el (reset-language-environment,
|
|
576 set-language-environment-coding-systems):
|
|
577 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
578
|
|
579 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
580
|
|
581 * package-admin.el: Allow package removal from
|
|
582 early-package-load-path.
|
|
583
|
|
584 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
585
|
|
586 * about.el (about-maintainer-info): Update my entry.
|
|
587
|
|
588 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
589
|
|
590 * packages.el (locate-library): Add support for bzip2
|
|
591 compressed .el files.
|
|
592
|
|
593 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
594
|
|
595 * package-net.el: new file.
|
|
596
|
|
597 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
598
|
|
599 * font-lock.el: Add missing C++ keywords.
|
|
600
|
|
601 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
602
|
|
603 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
604 starting in column 0, as documented in (Info-goto-node
|
|
605 "(xemacs)Comments"). Update docstring accordingly.
|
|
606
|
446
|
607 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
608
|
|
609 * XEmacs 21.2.38 is released.
|
|
610
|
|
611 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
612
|
|
613 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
614 spurious '+' operation detected by Martin.
|
|
615
|
|
616
|
|
617 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
618
|
|
619 * cl-extra.el (coerce):
|
|
620 Implement char to integer coercion.
|
|
621 Remove extraneous (numberp) test.
|
|
622
|
|
623 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
624 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
625 (byte-optimize-predicate):
|
|
626 Warn if evaluating constant expression signals an error.
|
|
627 (byte-optimize-form): Small simplification.
|
|
628
|
|
629 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
630
|
|
631 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
632
|
|
633 * byte-optimize.el:
|
|
634 (byte-optimize-minus):
|
|
635 (byte-optimize-plus):
|
|
636 (byte-optimize-mult):
|
|
637 (byte-optimize-quo):
|
|
638 Use (car (last x)) instead of (last x) to get last elt!
|
|
639 Use `byte-optimize-predicate' to optimize `%'.
|
|
640 Move optimizations for special numeric args to bytecomp.el.
|
|
641 * bytecomp.el (byte-compile-associative): Remove.
|
|
642 (byte-compile-max): New.
|
|
643 (byte-compile-min): New.
|
|
644 Properly handle erroneous calls: (max) (min).
|
|
645 (byte-compile-plus): New.
|
|
646 (byte-compile-minus):
|
|
647 It's easiest to handle 0, +1 and -1 args here.
|
|
648 (byte-compile-mult): New.
|
|
649 It's easiest to handle 1, -1 and 2 args here.
|
|
650 (byte-compile-quo):
|
|
651 It's easiest to handle 0, +1 and -1 args here.
|
|
652 Issue byte-compiler warning when dividing by zero.
|
|
653
|
|
654 Byte-compiler arithmetic improvements.
|
|
655 Better optimize these expressions in the obvious way:
|
|
656 (+ x y 1) --> varref x varref y add add1
|
|
657 (+ x y -1) --> varref x varref y add sub1
|
|
658 (- x y 0) --> (- x y)
|
|
659 (- 0 x y) --> (- (- x) y)
|
|
660 (% 42 19) --> compile-time constant
|
|
661 (/ 42 19) --> compile-time constant
|
|
662 (* (foo) 2) --> foo call dup plus
|
|
663
|
|
664 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
665 unless (declaim (optimize (safety 3)))
|
|
666 or (setq byte-compile-delete-errors nil).
|
|
667
|
|
668 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
669
|
|
670 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
671 docstrings.
|
|
672
|
|
673 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
674
|
|
675 * startup.el (command-line-do-help): Add documentation of
|
|
676 portable dumper switches.
|
|
677
|
|
678 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
679
|
|
680 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
681
|
|
682 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
683
|
|
684 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
685
|
|
686 * byte-optimize.el (byte-optimize-char-before):
|
|
687 (byte-optimize-backward-char):
|
|
688 (byte-optimize-backward-word):
|
|
689 Fix incorrect optimizations for these sorts of expressions:
|
|
690 (let ((x nil)) (backward-char x))
|
|
691
|
|
692 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
693
|
|
694 * byte-optimize.el:
|
|
695 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
696 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
697 Make backward-word and backward-char as efficient as forward versions.
|
|
698
|
|
699 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
700 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
701 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
702 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
703 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
704 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
705 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
706
|
|
707 * simple.el (backward-word):
|
|
708 * simple.el (mark-word):
|
|
709 * simple.el (kill-word):
|
|
710 * simple.el (backward-kill-word):
|
|
711 Make COUNT argument optional, for consistency with forward-char et al.
|
|
712
|
|
713 * abbrev.el (abbrev-string-to-be-defined):
|
|
714 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
715 * abbrev.el (inverse-add-abbrev):
|
|
716 * abbrev.el (expand-region-abbrevs):
|
|
717 * buff-menu.el (Buffer-menu-execute):
|
|
718 * indent.el (move-to-left-margin):
|
|
719 * indent.el (indent-relative):
|
|
720 * indent.el (move-to-tab-stop):
|
|
721 * info.el (Info-reannotate-node):
|
|
722 * lisp-mode.el (lisp-indent-line):
|
|
723 * lisp.el (end-of-defun):
|
|
724 * lisp.el (move-past-close-and-reindent):
|
|
725 * misc.el (copy-from-above-command):
|
|
726 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
727 * page.el (forward-page):
|
|
728 * paragraphs.el (forward-paragraph):
|
|
729 * paragraphs.el (end-of-paragraph-text):
|
|
730 * picture.el (picture-forward-column):
|
|
731 * picture.el (picture-self-insert):
|
|
732 * rect.el (extract-rectangle-line):
|
|
733 * simple.el (newline):
|
|
734 * simple.el (fixup-whitespace):
|
|
735 * simple.el (backward-delete-char-untabify):
|
|
736 * simple.el (transpose-chars):
|
|
737 * simple.el (transpose-preceding-chars):
|
|
738 * simple.el (do-auto-fill):
|
|
739 * simple.el (indent-new-comment-line):
|
|
740 * simple.el (blink-matching-open):
|
|
741 * view-less.el (cleanup-backspaces):
|
|
742 * wid-edit.el (widget-transpose-chars):
|
|
743 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
744 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
745
|
|
746 * info.el (Info-fontify-node):
|
|
747 * simple.el (backward-delete-function):
|
|
748 Use canonical delete-backward-char instead of backward-delete-char.
|
|
749
|
|
750 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
751
|
|
752 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
753 no buffers.
|
|
754
|
|
755 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
756
|
|
757 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
758 buffer tabs.
|
|
759
|
|
760 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
761
|
|
762 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
763 (proclaim inline...) was shadowing compiler-macros.
|
|
764
|
|
765 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
766
|
|
767 * bytecomp.el (byte-compile-eval): New.
|
|
768 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
769 Keeps this promise made in Lispref:
|
|
770 "If a file being compiled contains a `defmacro' form, the macro is
|
|
771 defined temporarily for the rest of the compilation of that file."
|
|
772
|
|
773 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
774
|
|
775 * cl.el (floatp-safe):
|
|
776 (plusp):
|
|
777 (minusp):
|
|
778 (oddp):
|
|
779 (evenp):
|
|
780 (cl-abs):
|
|
781 Use a better parameter name than `x'.
|
|
782
|
|
783 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
784 to require PLACE, but accept any form for compatibility.
|
|
785
|
|
786 * abbrev.el (define-abbrev): Use check-type.
|
|
787 * font-menu.el (font-menu-change-face): Use check-type.
|
|
788 * menubar.el (relabel-menu-item): Use check-type.
|
|
789 * itimer.el: Fix typo.
|
|
790
|
|
791 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
792
|
|
793 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
794
|
444
|
795 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
796
|
|
797 * XEmacs 21.2.37 is released.
|
|
798
|
|
799 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
800
|
|
801 * code-cmds.el: Provide the feature.
|
|
802
|
|
803 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
804
|
|
805 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
806
|
|
807 * code-cmds.el: New file
|
|
808 * mule/mule-cmds.el:
|
|
809 * mule/mule-misc.el
|
|
810 (coding-keymap): New keymap. Define coding system keyboard
|
|
811 commands on file-coding builds too.
|
446
|
812 (coding-system-change-eol-conversion):
|
|
813 (universal-coding-system-argument):
|
|
814 (set-default-coding-systems):
|
444
|
815 (prefer-coding-system): Moved from mule-cmds.el
|
|
816 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
817
|
|
818 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
819
|
|
820 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
821
|
|
822 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
823
|
|
824 * package-get.el (package-get-download-sites): Add a pre-release
|
|
825 site for experimental packages.
|
|
826
|
|
827 * auto-autoloads.el: Regenerated.
|
|
828
|
|
829 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
830
|
|
831 * gutter-items.el (buffers-tab-omit-function): reference
|
|
832 buffers-tab-select-visible-buffers.
|
|
833 (buffers-tab-filter-functions): new variable, by default uses
|
|
834 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
835 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
836 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
837 of buffers-menu-omit-invisible-buffers.
|
|
838 (buffers-tab-items): rewrite to use
|
|
839 buffers-tab-filter-functions. Rewrite docstring.
|
|
840 (gutter-buffers-tab-extent): delete.
|
|
841 (add-tab-to-gutter): always build a new extent when adding the
|
|
842 tabs.
|
|
843 (update-tab-in-gutter): make gutter dirty when orientation
|
|
844 changes.
|
|
845
|
|
846 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
847
|
|
848 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
849 Only do loadhist recording if defvar form includes a value.
|
|
850
|
|
851 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
852
|
|
853 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
854 `eval-when-compile' should not compile its body.
|
|
855
|
|
856 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
857
|
|
858 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
859 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
860 some Japanese English. Remove some ancient FSF comments, and
|
|
861 improve docstrings. Use symbols not vectors for tables.
|
|
862
|
|
863 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
864
|
|
865 * keymap.el:
|
|
866 (local-key-binding):
|
|
867 (global-key-binding):
|
|
868 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
869
|
|
870 * lisp.el:
|
|
871 (backward-sexp): Slightly simpler code.
|
|
872 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
873 (forward-list): Slightly simpler code.
|
|
874 (backward-list): Slightly simpler code.
|
|
875 (down-list): Make arg optional, like FSF Emacs.
|
|
876 (up-list): Make arg optional, like FSF Emacs.
|
|
877 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
878 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
879 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
880
|
|
881 * font-menu.el (font-menu-change-face):
|
|
882 Take continuable errors into account.
|
|
883
|
|
884 * abbrev.el:
|
|
885 * abbrev.el (clear-abbrev-table):
|
|
886 * abbrev.el (define-abbrev-table):
|
|
887 * abbrev.el (define-abbrev):
|
|
888 * abbrev.el (insert-abbrev-table-description):
|
|
889 * apropos.el (apropos-documentation-check-doc-file):
|
|
890 * apropos.el (apropos-documentation-check-elc-file):
|
|
891 * buff-menu.el (list-buffers):
|
|
892 * buff-menu.el (list-buffers-noselect):
|
|
893 * bytecomp.el (byte-recompile-directory):
|
|
894 * bytecomp.el (batch-byte-compile):
|
|
895 * cl-macs.el (typep):
|
|
896 * code-files.el (find-coding-system-magic-cookie):
|
|
897 * code-files.el (insert-file-contents):
|
|
898 * cus-edit.el (customize-set-variable):
|
|
899 * cus-edit.el (customize-save-variable):
|
|
900 * cus-face.el (custom-set-face-font-size):
|
|
901 * cus-face.el (custom-set-face-update-spec):
|
|
902 * cus-face.el (custom-reset-faces):
|
|
903 * custom.el (custom-check-theme):
|
|
904 * custom.el (copy-upto-last):
|
|
905 * fill.el (canonically-space-region):
|
|
906 * fill.el (fill-paragraph):
|
|
907 * fill.el (fill-region):
|
|
908 * fill.el (find-space-insertable-point):
|
|
909 * fill.el (justify-current-line):
|
|
910 * faces.el (face-spec-update-all-matching):
|
|
911 * faces.el (set-face-stipple):
|
|
912 * files-nomule.el (insert-file-contents):
|
|
913 * files.el (insert-file-contents-literally):
|
|
914 * files.el (hack-local-variables-last-page):
|
|
915 * files.el (basic-save-buffer):
|
|
916 * files.el (insert-directory):
|
|
917 * font-menu.el (font-menu-change-face):
|
|
918 * font.el (font-spatial-to-canonical):
|
|
919 * format.el (format-encode-region):
|
|
920 * format.el (format-insert-file):
|
|
921 * format.el (format-replace-strings):
|
|
922 * gutter.el (set-gutter-element):
|
|
923 * help.el (key-or-menu-binding):
|
|
924 * help.el (describe-bindings):
|
|
925 * help.el (with-syntax-table):
|
|
926 * indent.el (indent-rigidly):
|
|
927 * indent.el (delete-to-left-margin):
|
|
928 * info.el:
|
|
929 * info.el (Info-extract-dir-entry-from):
|
|
930 * info.el (Info-build-dir-anew):
|
|
931 * info.el (Info-rebuild-dir):
|
|
932 * info.el (Info-batch-rebuild-dir):
|
|
933 * info.el (Info-read-subfile):
|
|
934 * info.el (Info-build-node-completions):
|
|
935 * info.el (Info-extract-menu-node-name):
|
|
936 * isearch-mode.el (isearch-range-invisible):
|
|
937 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
938 * itimer.el (itimerp):
|
|
939 * itimer.el (itimer-live-p):
|
|
940 * keymap.el:
|
|
941 * keymap.el (substitute-key-definition):
|
|
942 * keymap.el (read-command-or-command-sexp):
|
|
943 * keymap.el (local-key-binding):
|
|
944 * keymap.el (global-key-binding):
|
|
945 * keymap.el (global-set-key):
|
|
946 * keymap.el (local-set-key):
|
|
947 * ldap.el:
|
|
948 * ldap.el (ldap-add-entries):
|
|
949 * ldap.el (ldap-delete-entries):
|
|
950 * lisp.el (backward-sexp):
|
|
951 * lisp.el (mark-sexp):
|
|
952 * lisp.el (forward-list):
|
|
953 * lisp.el (backward-list):
|
|
954 * lisp.el (down-list):
|
|
955 * lisp.el (backward-up-list):
|
|
956 * lisp.el (up-list):
|
|
957 * lisp.el (kill-sexp):
|
|
958 * lisp.el (backward-kill-sexp):
|
|
959 * menubar.el (add-menu-button):
|
|
960 * menubar.el (add-submenu):
|
|
961 * menubar.el (delete-menu-item):
|
|
962 * menubar.el (relabel-menu-item):
|
|
963 * mouse.el (narrow-window-to-region):
|
|
964 * obsolete.el (define-obsolete-variable-alias):
|
|
965 * obsolete.el (store-substring):
|
|
966 * package-admin.el:
|
|
967 * package-admin.el (package-admin-install-function):
|
|
968 * package-admin.el (package-admin-install-function-mswindows):
|
|
969 * package-admin.el (package-admin-default-install-function):
|
|
970 * package-get.el (package-get-update-base-entries):
|
|
971 * packages.el (packages-load-package-dumped-lisps):
|
|
972 * packages.el (packages-collect-package-dumped-lisps):
|
|
973 * printer.el (generic-print-buffer):
|
|
974 * printer.el (generic-print-region):
|
|
975 * replace.el (occur-mode-mouse-goto):
|
|
976 * replace.el (perform-replace):
|
|
977 * select.el (get-selection-no-error):
|
|
978 * simple.el:
|
|
979 * simple.el (newline):
|
|
980 * simple.el (open-line):
|
|
981 * simple.el (edit-and-eval-command):
|
|
982 * simple.el (goto-line):
|
|
983 * simple.el (undo):
|
|
984 * simple.el (kill-region):
|
|
985 * simple.el (copy-region-as-kill):
|
|
986 * simple.el (kill-ring-save):
|
|
987 * simple.el (set-mark):
|
|
988 * simple.el (next-line):
|
|
989 * simple.el (previous-line):
|
|
990 * simple.el (line-move):
|
|
991 * simple.el (set-goal-column):
|
|
992 * simple.el (comment-region):
|
|
993 * subr.el:
|
|
994 * subr.el (putf):
|
|
995 * syntax.el (modify-syntax-entry):
|
|
996 * syntax.el (map-syntax-table):
|
|
997 * view-less.el (view-file):
|
|
998 * view-less.el (view-buffer):
|
|
999 * view-less.el (view-file-other-window):
|
|
1000 * window-xemacs.el (backward-other-window):
|
|
1001 * window.el:
|
|
1002 * window.el (one-window-p):
|
|
1003 * window.el (walk-windows):
|
|
1004 * window.el (window-list):
|
|
1005 * x-mouse.el (x-mouse-kill):
|
|
1006 * x-select.el (x-get-cutbuffer):
|
|
1007 * x-select.el (x-store-cutbuffer):
|
|
1008 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
1009 * term/sun-mouse.el (window-line-end):
|
|
1010 * term/sun-mouse.el (sun-select-region):
|
|
1011 * term/sun.el (kill-region-and-unmark):
|
|
1012 * mule/mule-category.el:
|
|
1013 * mule/mule-category.el (modify-category-entry):
|
|
1014 * mule/mule-category.el (char-category-list):
|
|
1015 * mule/mule-coding.el (coding-system-force-on-output):
|
|
1016 * mule/mule-misc.el (coding-system-put):
|
|
1017 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
1018
|
|
1019 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1020
|
|
1021 * cus-face.el: Typo fixes and tiny clarifications.
|
|
1022 * custom.el: ditto
|
|
1023
|
|
1024 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1025
|
|
1026 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
1027 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
1028 if auto-save-list-file-prefix is non-nil.
|
|
1029
|
|
1030 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1031
|
|
1032 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
1033
|
|
1034 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1035
|
|
1036 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
1037 get symbol at point-min.
|
|
1038
|
|
1039 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1040
|
|
1041 * info.el (Info-emacs-info-file-name): defconst it.
|
|
1042 * info.el (Info-footnote-tag): defcustom it.
|
|
1043 * info.el (Info-no-description-string): ditto.
|
|
1044 * info.el (Info-find-node): adapt to new semantics of
|
|
1045 'Info-suffixed-file (don't do the case variants stuff).
|
|
1046 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
1047 * info.el (Info-directory-files): New. Return the list of info
|
|
1048 files in a directory.
|
|
1049 * info.el (Info-dir-outdated-p): use it.
|
|
1050 * info.el (Info-parse-dir-entries): ditto.
|
|
1051 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
1052 with a ".info.*" extension.
|
|
1053 * info.el (Info-set-mode-line): ditto.
|
|
1054 * info.el (Info-read-subfile): adapt to new semantics of
|
|
1055 'Info-suffixed-file (append 'exact argument).
|
|
1056 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
1057 string independently of the case.
|
|
1058 * info.el (Info-suffixed-file): use it (match all possible case
|
|
1059 for the file name).
|
|
1060 * info.el (Info-insert-file-contents): code cleanup.
|
|
1061 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
1062 columns.
|
|
1063 * info.el (Info-batch-rebuild-dir): ditto.
|
|
1064 * info.el (Info-read-node-name-1): ditto.
|
|
1065 * info.el (Info-search): ditto.
|
|
1066 * info.el (Info-fontify-node): ditto.
|
|
1067
|
|
1068
|
|
1069 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1070
|
|
1071 * process.el (shell-command): when called from a program, avoid
|
|
1072 'push-mark's "mark-set" message.
|
|
1073
|
|
1074 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
1075
|
|
1076 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
1077 by a symbol, not by a vector.
|
|
1078 * mule/vietnamese.el (vscii): Likewise.
|
|
1079 (viscii): Likewise.
|
|
1080 * mule/cyrillic.el (koi8-r): Likewise.
|
|
1081
|
|
1082 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
1083 by a symbol, not by a vector.
|
|
1084 (chinese-big5-2): Likewise.
|
|
1085 * mule/ethiopic.el (ethiopic): Likewise.
|
|
1086 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
1087 (vietnamese-viscii-upper): Likewise.
|
|
1088
|
|
1089 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1090
|
|
1091 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
1092
|
|
1093 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1094
|
|
1095 * byte-optimize.el (byte-optimize-car): New function.
|
|
1096 (byte-optimize-cdr): Ditto.
|
|
1097
|
|
1098 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1099
|
|
1100 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
1101 Optimize constant concatenation.
|
|
1102 Add keymapp as a side effect free function. It is a built-in.
|
|
1103 (byte-after-unbind-pos): Remove byte-equal.
|
|
1104
|
|
1105 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1106
|
|
1107 * update-elc-2.el: Quote regexps correctly.
|
|
1108
|
|
1109 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
1110
|
|
1111 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
1112 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
1113 check the type of the buffer magnification
|
|
1114 (ccl-compile-write-string): Encode a string with binary
|
|
1115 coding system.
|
|
1116 (ccl-compile-write-repeat): Likewise.
|
|
1117
|
|
1118 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1119
|
|
1120 * buff-menu.el:
|
|
1121 * bytecomp.el:
|
|
1122 * coding.el:
|
|
1123 * faces.el:
|
|
1124 * files.el:
|
|
1125 * fill.el:
|
|
1126 * float-sup.el:
|
|
1127 * font-lock.el:
|
|
1128 * help.el:
|
|
1129 * iso8859-1.el:
|
|
1130 * loaddefs.el:
|
|
1131 * menubar-items.el:
|
|
1132 * menubar.el:
|
|
1133 * modeline.el:
|
|
1134 * msw-font-menu.el:
|
|
1135 * paragraphs.el:
|
|
1136 * paths.el:
|
|
1137 * replace.el:
|
|
1138 * simple.el:
|
|
1139 * sound.el:
|
|
1140 * startup.el:
|
|
1141 * version.el:
|
|
1142 * x-faces.el:
|
|
1143 * x-font-menu.el:
|
|
1144 Remove purecopy.
|
|
1145
|
|
1146 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
1147
|
|
1148 * simple.el (do-auto-fill): Use the function pointer to by
|
|
1149 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
1150 fixes an issue with cc-mode comment continuation.
|
|
1151
|
|
1152 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
1153
|
|
1154 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
1155 * mwheel.el (mwheel-install): Add (interactive).
|
|
1156 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
1157 (turn-off-font-lock): Add (interactive).
|
|
1158
|
|
1159 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1160
|
|
1161 * packages.el (packages-special-base-regexp): Add `man'.
|
|
1162
|
|
1163 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
1164
|
|
1165 * wid-edit.el (widget-specify-active): map over extents in current
|
|
1166 buffer like `widget-specify-inactive' does. Mapping over the
|
|
1167 inactive extent object does not work since the current extent is
|
|
1168 ignored by `map-extents'.
|
|
1169
|
442
|
1170 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
1171
|
|
1172 * XEmacs 21.2.36 is released.
|
|
1173
|
|
1174 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
1175
|
|
1176 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
1177 Optimize the compiled-function-constants vector by byte-code
|
|
1178 reference counts.
|
|
1179
|
|
1180 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1181
|
|
1182 * build-report.el (build-report-delete-regexp): quote value in
|
|
1183 defcustom
|
|
1184
|
|
1185 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1186
|
|
1187 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
1188 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
1189 warning.
|
|
1190
|
|
1191 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1192
|
|
1193 * build-report.el: Requires cl and custom now.
|
|
1194 build-report-version is determined by XEmacs version -- remove
|
|
1195 build-report-version*.
|
|
1196 * build-report.el (build-report-version): Removed.
|
|
1197 * build-report.el (build-report-installation-version-regexp): New.
|
|
1198 * build-report.el (build-report-version-file-regexp): New.
|
|
1199 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
1200 * build-report.el (build-report-destination): Offer
|
|
1201 xemacs-build-reports and xemacs-beta.
|
|
1202 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
1203 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
1204 * build-report.el (build-report-make-output-dir): New.
|
|
1205 * build-report.el (build-report-installation-file): Replace use of
|
|
1206 `concat' with `expand-file-name'.
|
|
1207 * build-report.el (build-report-make-output-file): Removed.
|
|
1208 * build-report.el (build-report-make-output-files): New.
|
|
1209 * build-report.el (build-report-subject): Identify as
|
|
1210 user-variable with "*...".
|
|
1211 * build-report.el (build-report-prompts): Ditto.
|
|
1212 * build-report.el (build-report-version-file): New.
|
|
1213 * build-report.el (build-report-file-encoding): Identify as
|
|
1214 user-variable with "*...".
|
|
1215 * build-report.el (build-report-make-output-get): New.
|
|
1216 * build-report.el (build-report-insert-header): Report
|
|
1217 emacs-version and system-configuration instead of
|
|
1218 build-report-version.
|
|
1219 * build-report.el (build-report-insert-make-output): Add file
|
|
1220 argument.
|
|
1221 * build-report.el (build-report-insert-installation-file):
|
|
1222 Re-indent.
|
|
1223 * build-report.el (build-report-keep): Change docstring,
|
|
1224 re-indent.
|
|
1225 * build-report.el (build-report-delete): Ditto.
|
|
1226 * build-report.el (build-report-installation-data): New.
|
|
1227 * build-report.el (build-report-version-file-data): New.
|
|
1228
|
|
1229 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
1230
|
|
1231 * byte-optimize.el (byte-optimize-lapcode):
|
|
1232 Fix the optimization of using the first 5 elements of the
|
|
1233 constants vector for variables.
|
|
1234 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
1235
|
|
1236 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1237
|
|
1238 * *: Spelling mega-patch
|
|
1239
|
|
1240 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1241
|
|
1242 * easymenu.el: doc fixes.
|
|
1243 (easy-menu-do-define): Use backquote.
|
444
|
1244 (easy-menu-change):
|
|
1245 (easy-menu-add):
|
442
|
1246 `when' seems much clearer than `if' here.
|
|
1247 (easy-menu-remove):
|
444
|
1248 (easy-menu-add-item):
|
|
1249 (easy-menu-item-present-p):
|
|
1250 (easy-menu-remove-item):
|
442
|
1251 Wrap using (when (featurep 'menubar) ...)
|
|
1252
|
|
1253 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1254
|
|
1255 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1256 Revert Ben's change to this function below so that the compile log
|
|
1257 is displayed properly for users of the "popper" package.
|
|
1258
|
|
1259 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
1260
|
|
1261 * window.el (save-selected-window): Use backquote.
|
|
1262
|
444
|
1263 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
442
|
1264 Renamed from `byte-compile-file-form-defvar'.
|
|
1265 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
1266 Only cons onto current-load-list in top-level forms.
|
|
1267 Else this leaks a cons cell every time a defun is called.
|
|
1268 Renamed from `byte-compile-defvar', for clarity.
|
|
1269 Warn when docstring of defvar is not a string.
|
|
1270 Use consistent error messages.
|
|
1271 Better comments.
|
|
1272
|
|
1273 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
1274
|
|
1275 * simple.el (set-variable):
|
|
1276 Remove unneeded defvar by rearranging order of let* forms.
|
|
1277
|
|
1278 * mule/mule-ccl.el (ccl-get-next-code):
|
444
|
1279 * menubar-items.el (bookmark-menu-filter):
|
|
1280 (language-environment-menu-filter):
|
|
1281 (tutorials-menu-filter):
|
442
|
1282 * toolbar-items.el (toolbar-compile):
|
|
1283 * byte-optimize.el (disassemble-offset):
|
|
1284 Use (declare (special ...)) instead of `defvar'.
|
|
1285
|
|
1286 * cl-macs.el (cl-do-proclaim):
|
|
1287 Fix (declare (special ...)) warning suppression syntax.
|
|
1288
|
|
1289 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
1290
|
|
1291 * info.el (Info-tag-table-marker):
|
|
1292 (Info-tag-table-buffer):
|
|
1293 (Info-find-file-node):
|
|
1294 (Info-read-subfile):
|
|
1295 (Info-build-node-completions):
|
|
1296 (Info-search):
|
|
1297 (Info-mode):
|
|
1298 Multiple info buffer support.
|
|
1299
|
|
1300 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
1301
|
|
1302 * ldap.el (ldap-decode-entry): New defun
|
|
1303 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
1304 entries properly
|
|
1305
|
|
1306 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
1307
|
|
1308 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
1309 Use `eq', not `=', to compare symbols.
|
|
1310
|
|
1311 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
1312
|
|
1313 * bytecomp.el (byte-compile-report-error):
|
|
1314 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1315 if stack-trace-on-error is set, send out a backtrace when
|
|
1316 an error is encountered that stops byte compilation. this
|
|
1317 should make it much much easier to track down those curious
|
|
1318 problems. also undo the kludge of using a separate "*Show*"
|
|
1319 buffer for display when there's a temp-buffer-show-function;
|
|
1320 we can avoid this by just being a little smarter.
|
444
|
1321
|
442
|
1322 * dialog-items.el:
|
|
1323 * dialog-items.el (search-dialog-regexp): New.
|
|
1324 * dialog-items.el (search-dialog-callback):
|
|
1325 * dialog-items.el (make-search-dialog):
|
|
1326 add a regexp option to the dialog and clean up a bit.
|
444
|
1327
|
442
|
1328 * dialog.el:
|
|
1329 * dialog.el (yes-or-no-p-dialog-box):
|
|
1330 * dialog.el (get-dialog-box-response):
|
|
1331 * dialog.el (make-dialog-box):
|
|
1332 * dialog.el (dialog-box-finish): New.
|
|
1333 * dialog.el (dialog-box-cancel): New.
|
|
1334 * dialog.el (internal-make-dialog-box-exit): New.
|
|
1335 implement [properly!] the :modal property of the new dialog box
|
|
1336 interface. this is the first time xemacs has ever had *proper*
|
|
1337 modal dialog boxes, giving the standard window-system feedback.
|
|
1338 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
1339 and makes the dialog box flash three times.)
|
444
|
1340
|
442
|
1341 * dragdrop.el: header keyword frobbing.
|
444
|
1342
|
442
|
1343 * dumped-lisp.el (preloaded-file-list):
|
|
1344 renamed winnt.el to win32-native.el.
|
444
|
1345
|
442
|
1346 * faces.el (face-property):
|
|
1347 * faces.el (set-face-property):
|
|
1348 * faces.el (frob-face-property):
|
|
1349 * faces.el (frob-face-font-2):
|
|
1350 * faces.el (make-face-bold):
|
|
1351 * faces.el (make-face-italic):
|
|
1352 * faces.el (make-face-bold-italic):
|
|
1353 * faces.el (make-face-unbold):
|
|
1354 * faces.el (make-face-unitalic):
|
|
1355 * faces.el (make-face-smaller):
|
|
1356 * faces.el (make-face-larger):
|
|
1357 clean up the implementation of these so that window-system-specific
|
|
1358 methods are called only on objects belonging to that window system.
|
|
1359 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
1360 on font object of device type `stream', which is not good and
|
|
1361 explains the subtle errors Adrian was getting when byte-compiling
|
|
1362 something that required 'term. (Adrian, now you can use stack-trace-
|
|
1363 on-error to find the exact place where things are going wrong instead
|
|
1364 of having to laboriously binary-search your way through.)
|
444
|
1365
|
442
|
1366 * finder.el (finder-known-keywords):
|
|
1367 cleaned up -- properly sorted, clarified the meanings of many of
|
|
1368 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
1369 user, services. the last two try to distinguish between a package
|
|
1370 that's used directly by the user, and a package that provides
|
|
1371 support services to other packages.
|
444
|
1372
|
442
|
1373 * font-lock.el (lisp-font-lock-keywords-2):
|
|
1374 update list of lisp control structures to include everything,
|
|
1375 including new ones i introduced.
|
444
|
1376
|
442
|
1377 * gutter.el: header keyword frobbing.
|
444
|
1378
|
442
|
1379 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
1380 recent isearch element was not doing so! you got the second-most-
|
|
1381 recent instead.
|
|
1382
|
|
1383 * lisp-mode.el (construct-lisp-mode-menu):
|
|
1384 more menubar cleanups.
|
|
1385 * lisp-mode.el (with-selected-window):
|
|
1386 make it indent properly.
|
444
|
1387
|
442
|
1388 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
1389 rearranged the options menu the most, e.g. splitting up the
|
|
1390 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
1391 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
1392 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
1393 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
1394 Added stuff to the Cmds menu, e.g. Change Case.
|
|
1395
|
|
1396 NB please don't complain about these periodic menubar changes.
|
|
1397 Anything like this is necessarily incremental in its construction
|
|
1398 -- By constant use you gradually become more and more aware of
|
|
1399 better and better ways to group menu items. When we eventually
|
|
1400 move the options menu to a property sheet, the existing structure
|
|
1401 will probably be preserved fairly well.
|
444
|
1402
|
442
|
1403 * minibuf.el (next-history-element): fix problems with pressing
|
|
1404 down arrow in repeat-complex-command.
|
|
1405
|
|
1406 * modeline.el:
|
|
1407 * modeline.el (modeline-3d-p): New.
|
|
1408 added custom variable for controlling the 3d modeline. the
|
|
1409 corresponding Options item has been present for a long time,
|
|
1410 but commented out with "fix me!" comments. it's fixed now.
|
444
|
1411
|
442
|
1412 * obsolete.el (add-menu):
|
|
1413 remove bogus gettexts.
|
444
|
1414
|
442
|
1415 * process.el (shell-quote-argument):
|
|
1416 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
1417 For bash under Windows native, see below.
|
444
|
1418
|
442
|
1419 * simple.el:
|
|
1420 * simple.el (display-warning-buffer):
|
|
1421 Fixed the handling of warning display to eliminate the annoying
|
|
1422 *Show* buffer, like was done for byte-compiler output above.
|
444
|
1423
|
442
|
1424 * simple.el (debug-print): New.
|
|
1425 Simple function for sending debug messages to the console and/or
|
|
1426 other debug places.
|
|
1427
|
|
1428 * subr.el (replace-in-string):
|
|
1429 Rewrite this function to avoid N^2 behavior with large strings --
|
|
1430 catastrophic with the new Windows selection code! (Apparently the
|
|
1431 author of this function didn't realize there was a fun
|
|
1432 replace-match that could make his life much easier, because we
|
|
1433 duplicated the entire logic. The new version is smaller, easier
|
|
1434 to understand, much more robust, and has extended features --
|
|
1435 those of replace-match.)
|
444
|
1436
|
442
|
1437 * window.el:
|
|
1438 * window.el (with-selected-window): New.
|
|
1439 An obvious complement to the existing `with-selected-frame' and
|
|
1440 `with-current-buffer'.
|
|
1441
|
|
1442 * win32-native.el: Renamed from winnt.el.
|
|
1443 Added a great deal of stuff for properly handling process quoting,
|
|
1444 somewhat modeled on Kirill's original model (which i later threw
|
|
1445 away). We should now finally have correctly working process arg
|
|
1446 quoting/dequoting so that the final app gets exactly what we
|
|
1447 intended. Because the mechanism is in Lisp, it's easily
|
|
1448 extendible. (For those running bash and running the native
|
|
1449 version, I tried hard to do what I thought was correct. But more
|
|
1450 thought is needed, and ideally the volunteer work of people with
|
|
1451 these configurations that they generally run on.)
|
444
|
1452
|
442
|
1453 * x-font-menu.el (x-font-menu-font-data):
|
|
1454 Put in defvar's to fix byte-compiler warnings.
|
|
1455
|
|
1456 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1457
|
|
1458 * select.el (selection-coercion-alist): Initialise.
|
|
1459 * select.el (select-coerce-to-text): New.
|
|
1460 * select.el (select-coerce): New.
|
|
1461 New functions to perform type and value coercion.
|
|
1462
|
|
1463 * select.el (select-buffer-killed-default): Keep data if it was
|
|
1464 on the clipboard.
|
|
1465
|
|
1466 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
1467
|
|
1468 * menubar-items.el (default-menubar): Fix typo.
|
|
1469 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
1470
|
|
1471 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1472
|
|
1473 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
1474 edge checking code.
|
|
1475
|
|
1476 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1477
|
|
1478 * paths.el (gnus-local-domain): Removed.
|
|
1479 (gnus-local-organization): Ditto.
|
|
1480 (gnus-startup-file): Ditto.
|
|
1481
|
|
1482 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1483
|
|
1484 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
1485
|
|
1486 2000-07-31 Andy Piper <andy@xemacs.org>
|
444
|
1487
|
442
|
1488 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
1489
|
|
1490 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1491
|
|
1492 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
1493 browse-url.
|
|
1494 * help.el (xemacs-www-page): Ditto.
|
|
1495 (xemacs-www-faq): Ditto.
|
|
1496 * menubar-items.el (default-menubar): Ditto.
|
|
1497
|
|
1498 * wid-edit.el (widget-url-link-action): Ditto.
|
|
1499 From: Kenichi OKADA <okada@opaopa.org>.
|
|
1500
|
|
1501 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
1502
|
|
1503 * finder.el (finder-commentary): Add autoload cookie.
|
|
1504
|
|
1505 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1506
|
|
1507 * files.el (insert-file-contents-literally): Fix second let
|
|
1508 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
1509 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
1510
|
|
1511 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1512
|
|
1513 * files.el (insert-file-contents-literally): Use binary coding
|
|
1514 system (from Morioka san).
|
|
1515 (insert-file-contents-literally): Make file-name-handler method.
|
|
1516
|
|
1517 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
1518
|
|
1519 * cl-macs.el (get-selection): Add defsetf.
|
|
1520
|
|
1521 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
1522
|
|
1523 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
1524 function x-own-selection with own-selection.
|
|
1525 (ow-find): replace obsolete functions x-get-selection and
|
|
1526 x-get-clipboard with get-selection and get-clipboard.
|
|
1527 (init-post-x-win): replace obsolete function x-disown-selection
|
|
1528 with disown-selection.
|
|
1529
|
|
1530 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
1531
|
|
1532 * startup.el (load-user-init-file): Only try to load init file if
|
|
1533 it exists.
|
|
1534
|
|
1535 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
1536
|
|
1537 * dialog-items.el: sync with Ben's patch.
|
444
|
1538
|
442
|
1539 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
1540 comment.
|
|
1541 (progress-text-glyph): deleted.
|
|
1542 (progress-layout-glyph): make completely minimal.
|
|
1543 (progress-gauge-glyph): ditto.
|
|
1544 (progress-display-style): fix to handle dynamic instantiator
|
|
1545 changes.
|
|
1546 (progress-text-instantiator): new.
|
|
1547 (progress-layout-instantiator): new.
|
|
1548 (progress-gauge-instantiator): new.
|
|
1549 (set-progress-display-instantiator): renamed and changed from
|
|
1550 set-progress-display-style.
|
|
1551 (progress-abort-glyph): use instantiator not glyph.
|
|
1552 (append-progress-display): use set-progress-display-instantiator
|
|
1553 and set-glyph-image.
|
|
1554 (abort-progress-display): ditto.
|
|
1555 (raw-append-progress-display): ditto.
|
|
1556
|
|
1557 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
1558
|
|
1559 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
1560
|
|
1561 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
1562
|
|
1563 * autoload.el:
|
|
1564 Fixed comments.
|
|
1565
|
|
1566 * cmdloop.el:
|
|
1567 * cmdloop.el (yes-or-no-p):
|
|
1568 * cmdloop.el (y-or-n-p):
|
|
1569 Make these functions use should-use-dialog-box-p and not be
|
|
1570 overridden in dialog.el.
|
|
1571
|
|
1572 * cus-dep.el:
|
|
1573 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
1574 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
1575 * cus-dep.el (Custom-make-one-dependency): New.
|
|
1576 New entry point for use in Makefiles, to avoid excessive
|
|
1577 invocations.
|
|
1578
|
|
1579 * cus-edit.el (custom-variable-reset-saved):
|
|
1580 * cus-edit.el (custom-variable-reset-standard):
|
|
1581 * cus-edit.el (custom-save-resets):
|
|
1582 Fix bytecompiler warnings.
|
|
1583
|
|
1584 * dialog.el:
|
|
1585 * dialog.el (yes-or-no-p-dialog-box):
|
|
1586 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
1587 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
1588 * dialog.el (get-dialog-box-response):
|
|
1589 * dialog.el (message-or-box):
|
|
1590 * dialog.el (make-dialog-box):
|
|
1591 * dialog.el (popup-dialog-box): New.
|
|
1592 Avoid yes-or-no-p bogosities.
|
|
1593 Create a general function `make-dialog-box' to encapsulate all
|
|
1594 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
1595
|
|
1596 * dumped-lisp.el (preloaded-file-list):
|
|
1597 Add dialog-items. Clean up. Group files by types.
|
|
1598
|
|
1599 * easymenu.el (easy-menu-add):
|
|
1600 * easymenu.el (easy-menu-remove):
|
|
1601 Account for accelerators.
|
|
1602
|
|
1603 * extents.el:
|
|
1604 * extents.el (extent-list): New args, like in map-extents.
|
|
1605 * extents.el (extent-at-event): New.
|
|
1606 * extents.el (extents-at-event): New.
|
|
1607
|
|
1608 * font-lock.el:
|
|
1609 * font-lock.el (font-lock-mode):
|
|
1610 * font-lock.el (font-lock-default-fontify-buffer):
|
|
1611 * font-lock.el (font-lock-default-unfontify-region):
|
|
1612 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
1613 * font-lock.el (font-lock-fontify-keywords-region):
|
|
1614 Use new progress-feedback names.
|
|
1615
|
|
1616 * font-lock.el (java-font-lock-identifier-regexp):
|
|
1617 * font-lock.el (java-font-lock-class-name-regexp):
|
|
1618 Fix bytecompiler warnings.
|
|
1619
|
|
1620 * gutter-items.el:
|
|
1621 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
1622 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
1623 * gutter-items.el (progress-display-popup-period): Removed.
|
|
1624 * gutter-items.el (progress-feedback-popup-period): New.
|
|
1625 * gutter-items.el (set-progress-display-style): Removed.
|
|
1626 * gutter-items.el (set-progress-feedback-style): New.
|
|
1627 * gutter-items.el (progress-display-style): Removed.
|
|
1628 * gutter-items.el (progress-feedback-style): New.
|
|
1629 * gutter-items.el (progress-stack):
|
|
1630 * gutter-items.el (progress-displayed-p): Removed.
|
|
1631 * gutter-items.el (progress-feedbacked-p): New.
|
|
1632 * gutter-items.el (clear-progress-display): Removed.
|
|
1633 * gutter-items.el (clear-progress-feedback): New.
|
|
1634 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
1635 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
1636 * gutter-items.el (remove-progress-display): Removed.
|
|
1637 * gutter-items.el (remove-progress-feedback): New.
|
|
1638 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
1639 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
1640 * gutter-items.el (append-progress-display): Removed.
|
|
1641 * gutter-items.el (append-progress-feedback): New.
|
|
1642 * gutter-items.el (abort-progress-display): Removed.
|
|
1643 * gutter-items.el (abort-progress-feedback): New.
|
|
1644 * gutter-items.el (raw-append-progress-display): Removed.
|
|
1645 * gutter-items.el (raw-append-progress-feedback): New.
|
|
1646 * gutter-items.el (display-progress-display): Removed.
|
|
1647 * gutter-items.el (display-progress-feedback): New.
|
|
1648 * gutter-items.el (current-progress-display): Removed.
|
|
1649 * gutter-items.el (current-progress-feedback): New.
|
|
1650 * gutter-items.el (current-progress-display-label): Removed.
|
|
1651 * gutter-items.el (current-progress-feedback-label): New.
|
|
1652 * gutter-items.el (progress-display): Removed.
|
|
1653 * gutter-items.el (progress-feedback): New.
|
|
1654 Replace "progress-display" with "progress-feedback" globally.
|
|
1655
|
|
1656 * gutter-items.el (lprogress-display): Removed.
|
|
1657 * gutter-items.el (progress-feedback-with-label): New.
|
|
1658 Rename lprogress-display ==> progress-feedback-with-label.
|
|
1659
|
|
1660 * gutter-items.el (search-dialog-direction): Removed.
|
|
1661 * gutter-items.el (search-dialog-text): Removed.
|
|
1662 * gutter-items.el (search-dialog-callback): Removed.
|
|
1663 * gutter-items.el (make-search-dialog): Removed.
|
|
1664 Move to dialog-items.el.
|
|
1665
|
|
1666 * help.el:
|
|
1667 * help.el (help-mode-quit):
|
|
1668 * help.el (mode-for-help): New.
|
|
1669 * help.el (help-sticky-window): New.
|
|
1670 * help.el (help-window-config): New.
|
|
1671 * help.el (with-displaying-help-buffer):
|
|
1672 * help.el (function-at-event): New.
|
|
1673 * help.el (help-symbol-regexp): New.
|
|
1674 * help.el (help-symbol-run-function-1): New.
|
|
1675 * help.el (help-symbol-run-function): New.
|
|
1676 * help.el (help-symbol-function-context-menu): New.
|
|
1677 * help.el (help-symbol-variable-context-menu): New.
|
|
1678 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
1679 * help.el (frob-help-extents): New.
|
|
1680 * help.el (describe-function-1):
|
|
1681 * help.el (variable-at-point):
|
|
1682 * help.el (variable-at-event): New.
|
|
1683 * help.el (describe-variable):
|
444
|
1684 Major overhaul.
|
|
1685 - Make functions and variables be mousable.
|
|
1686 - Middle button hyperlinks.
|
442
|
1687 - New context-menu entries.
|
|
1688
|
|
1689 * keydefs.el:
|
444
|
1690 * keydefs.el (global-map):
|
442
|
1691 New key bindings to move lines up and down.
|
|
1692
|
|
1693 * lisp-mode.el:
|
|
1694 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
1695 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
1696 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
1697 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
1698 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
1699 Make popup and menubar menus be different. Popup menu uses
|
|
1700 clicked location and automatically assumes symbol under the mouse
|
|
1701 for various commands.
|
|
1702
|
|
1703 * menubar-items.el:
|
|
1704 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
1705 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
1706
|
|
1707 * menubar-items.el (global-popup-menu): Removed.
|
|
1708 * menubar-items.el (mode-popup-menu): Removed.
|
|
1709 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
1710 * menubar-items.el (popup-mode-menu): Removed.
|
|
1711 * menubar-items.el (popup-buffer-menu): Removed.
|
|
1712 * menubar-items.el (popup-menubar-menu): Removed.
|
|
1713 Move to menubar.el.
|
444
|
1714
|
442
|
1715 * menubar.el:
|
|
1716 * menubar.el (global-popup-menu): New.
|
|
1717 * menubar.el (mode-popup-menu): New.
|
|
1718 * menubar.el (activate-popup-menu-hook): New.
|
|
1719 * menubar.el (last-popup-menu-event): New.
|
|
1720 * menubar.el (popup-mode-menu): New.
|
|
1721 * menubar.el (popup-buffer-menu): New.
|
|
1722 * menubar.el (popup-menubar-menu): New.
|
|
1723 * menubar.el (menu-call-at-event): New.
|
|
1724 Move non-content functions here. Add support for context menu
|
|
1725 items on extents.
|
|
1726
|
444
|
1727 * minibuf.el (minibuffer-history-uniquify):
|
442
|
1728 Typo fix.
|
|
1729
|
444
|
1730 * minibuf.el (read-file-name-1):
|
442
|
1731 Call new file dialog box if it exists.
|
|
1732
|
|
1733 * minibuf.el (mouse-rfn-setup-vars):
|
|
1734 Clean up "chop" action.
|
|
1735
|
|
1736 * mouse.el:
|
|
1737 * mouse.el (button2): Now bound to mouse-track.
|
|
1738 * mouse.el (click-inside-extent-p):
|
|
1739 * mouse.el (point-inside-extent-p):
|
|
1740 * mouse.el (point-inside-selection-p):
|
|
1741 * mouse.el (mouse-drag-or-yank): Removed.
|
|
1742 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
1743 * mouse.el (mouse-eval-sexp):
|
|
1744 * mouse.el (mouse-track-activate-strokes): New.
|
|
1745 * mouse.el (mouse-track-do-activate): New.
|
|
1746 * mouse.el (mouse-track):
|
|
1747 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
1748 * mouse.el (default-mouse-track-cleanup-hook):
|
|
1749 * mouse.el (default-mouse-track-drag-hook):
|
|
1750 * mouse.el (default-mouse-track-drag-up-hook):
|
|
1751 * mouse.el (default-mouse-track-click-hook):
|
|
1752 Merge drag-n-drop into mouse-track.
|
|
1753 Add general "activate" support to replace specific button2 kludges.
|
|
1754 Use "button modifier" support in mouse-track.
|
|
1755
|
|
1756 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
1757
|
|
1758 * package-ui.el:
|
|
1759 * package-ui.el (pui-menu):
|
|
1760 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
1761 Fix bytecompiler warnings.
|
|
1762 Clean up popup code a bit.
|
|
1763
|
|
1764 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
1765
|
|
1766 * simple.el:
|
|
1767 * simple.el (transpose-lines):
|
|
1768 * simple.el (transpose-line-up): New.
|
|
1769 * simple.el (transpose-line-down): New.
|
|
1770 * simple.el (transpose-subr):
|
|
1771 * simple.el (transpose-subr-1): Removed.
|
|
1772 Clean up, add functions to move lines up and down.
|
|
1773
|
|
1774 * startup.el (mail-host-address):
|
|
1775 * startup.el (user-mail-address):
|
|
1776 Customize.
|
|
1777
|
|
1778 * subr.el:
|
|
1779 * subr.el (set-symbol-value-in-buffer): New.
|
|
1780 * subr.el (error):
|
|
1781 * subr.el (check-argument-type):
|
|
1782 * subr.el (defined-error-p): New.
|
|
1783 Add structured error support.
|
|
1784
|
|
1785 * toolbar-items.el (toolbar-compile):
|
|
1786 Use new make-dialog-box.
|
|
1787
|
|
1788 * update-elc.el:
|
|
1789
|
|
1790 * userlock.el (ask-user-about-lock-dbox):
|
|
1791 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
1792 * userlock.el (ask-user-about-lock):
|
|
1793 * userlock.el (ask-user-about-supersession-threat):
|
|
1794 Use new make-dialog-box.
|
|
1795 Add safety checks; use should use-dialog-box-p.
|
|
1796
|
|
1797 * window-xemacs.el:
|
|
1798 * window-xemacs.el (__buffer-dedicated-frame):
|
|
1799 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
1800 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
1801 Move dedicated-frame stuff into lisp.
|
|
1802
|
|
1803 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1804
|
|
1805 * printer.el (generic-print-region): Do not require that
|
|
1806 `printer-name' be set.
|
|
1807 (printer-name): Commentary clarification.
|
|
1808
|
|
1809 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
1810
|
|
1811 * XEmacs 21.2.35 is released.
|
|
1812
|
|
1813 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1814
|
|
1815 * select.el (selection-coercible-types): Initialise.
|
|
1816
|
|
1817 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1818
|
|
1819 * select.el (own-clipboard): Bug fix.
|
|
1820
|
|
1821 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
1822
|
|
1823 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
1824 continuing.
|
|
1825
|
|
1826 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
1827
|
|
1828 * startup.el (load-init-file): Remove silly call to
|
|
1829 `load-user-custom-file`.
|
|
1830 (maybe-migrate-user-init-file): Minor fixes.
|
|
1831
|
|
1832 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
1833
|
444
|
1834 * apropos.el (apropos-documentation-check-doc-file):
|
442
|
1835 `doc' variable should be let-bound, as was presumably intended.
|
|
1836
|
444
|
1837 * cus-edit.el (custom-variable-reset-saved):
|
|
1838 (custom-variable-reset-standard):
|
442
|
1839 Remove unused variable comment-widget. Twice.
|
|
1840
|
444
|
1841 * toolbar.el (toolbar-blank-press-function):
|
442
|
1842 Add a real defvar with initial value nil and proper docstring.
|
|
1843 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
1844
|
|
1845 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
1846 Add defvar for pending-delete-mode.
|
|
1847
|
|
1848 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
1849
|
444
|
1850 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
442
|
1851 Use let* since the second form referred to the first.
|
|
1852
|
|
1853 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1854
|
|
1855 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
1856 instead of removed `mswindows-get-clipboard'.
|
|
1857
|
|
1858
|
|
1859 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1860
|
|
1861 * select.el (select-convert-from-text): New.
|
|
1862 * select.el (select-convert-from-length): New.
|
|
1863 * select.el (select-convert-from-integer): New.
|
|
1864 * select.el (select-convert-from-identity): New.
|
|
1865 * select.el (select-convert-from-filename): New.
|
|
1866 * select.el (selection-converter-in-alist): Use them.
|
|
1867 New converter functions for X.
|
|
1868
|
|
1869 * select.el (get-selection): Removed comment.
|
|
1870
|
|
1871 * select.el (own-selection): Removed append code - I thought
|
|
1872 I'd already done this, but apparently not...
|
|
1873
|
|
1874 * select.el: Changed comment about TIMESTAMP.
|
|
1875
|
|
1876 * select.el (select-convert-in): New.
|
|
1877 * select.el (select-convert-out): New.
|
|
1878 New functions that get used by select.c.
|
|
1879
|
|
1880 * select.el (select-buffer-killed-default): New.
|
|
1881 * select.el (select-buffer-killed-text): New.
|
|
1882 * select.el (selection-buffer-killed-alist): New.
|
|
1883 New list and functions that get called if a relevant selection
|
|
1884 exists and a buffer gets killed.
|
|
1885
|
|
1886 * select.el (select-convert-to-targets):
|
|
1887 * select.el (select-convert-to-identity): Removed.
|
|
1888 * select.el (select-convert-from-identity): Removed.
|
|
1889 * select.el (select-converter-out-alist):
|
|
1890 Removed _EMACS_INTERNAL selection type.
|
|
1891
|
|
1892 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
1893 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
1894 Removed this X-specific nonesense. Use the generic support
|
|
1895 in select.el instead.
|
|
1896
|
|
1897 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
1898
|
444
|
1899 * mule/mule-category.el (defined-category-hashtable):
|
442
|
1900 Use make-hash-table instead of make-hashtable
|
|
1901
|
|
1902 * buff-menu.el: Byte-compiler warning fix.
|
|
1903
|
444
|
1904 * isearch-mode.el (isearch-highlight-all-cleanup):
|
442
|
1905 Remove unused variable `isearch-highlight-all-start'.
|
|
1906
|
|
1907 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
1908
|
|
1909 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
1910
|
444
|
1911 * cus-dep.el (Custom-make-dependencies):
|
442
|
1912 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
1913
|
|
1914 * autoload.el (autoload-package-name): Warning suppression.
|
|
1915 Move defvar prior to first use.
|
|
1916
|
|
1917 * custom.el: Add autoload for custom-declare-face.
|
|
1918 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
444
|
1919 * cl.el (cl-hack-byte-compiler):
|
442
|
1920 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
1921 to work properly.
|
|
1922
|
|
1923 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
1924
|
|
1925 * startup.el (load-home-init-file): Added variable.
|
|
1926 (maybe-migrate-user-init-file): Added.
|
|
1927 (load-user-init-file): Load custom file if different from init
|
|
1928 file.
|
|
1929
|
|
1930 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
1931 "startup."
|
|
1932
|
|
1933 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
1934 Moved `custom-file'-related code to cus-file.el.
|
|
1935
|
|
1936 * cus-file.el: New file.
|
|
1937
|
|
1938 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
1939
|
|
1940 * packages.el (packages-find-package-directories): Added support
|
|
1941 for external package hierarchies with in-place installations.
|
|
1942
|
|
1943 * find-paths.el (paths-root-in-place-p): Added.
|
|
1944 (paths-find-emacs-directory): Added support for external
|
|
1945 directories with in-place installations.
|
|
1946 (paths-find-site-directory): Ditto.
|
|
1947
|
|
1948 * startup.el (find-user-init-file): Also look for
|
|
1949 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
1950
|
|
1951 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1952
|
|
1953 * select.el (own-selection):
|
|
1954 * select.el (own-clipboard): Changed `append' parameter to
|
|
1955 `how-to-use' parameter.
|
|
1956 * select.el (own-selection): Removed icky append code.
|
|
1957 * select.el (own-selection, get-selection): Removed extra type
|
|
1958 checking.
|
|
1959 * select.el (selection-appender-alist):
|
|
1960 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
1961 * select.el (select-append-to-*): New.
|
|
1962 * select.el (select-convert-from-*): New. New functions to append
|
|
1963 data and convert data from external type.
|
|
1964
|
|
1965 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
1966
|
|
1967 * font-lock.el: Javadoc enhancements.
|
|
1968
|
|
1969 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1970
|
|
1971 * printer.el (generic-print-region): Compose job name from buffer
|
|
1972 name.
|
|
1973
|
|
1974 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1975
|
|
1976 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
1977 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
1978 to avoid unnecessary progress gauges.
|
|
1979
|
|
1980 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
1981
|
|
1982 * custom-load.el (faces):
|
|
1983
|
|
1984 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
1985 dir is a regex.
|
|
1986
|
|
1987 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
1988 coding systems so that jka-compr works.
|
|
1989
|
|
1990 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
1991
|
|
1992 * font-lock.el: Undo previous change. Unfortunately, some
|
|
1993 files actually use the variables directly in their init code
|
|
1994 without quoting them.
|
|
1995
|
|
1996 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
1997
|
|
1998 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
1999
|
|
2000 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
2001 only when necessary.
|
|
2002
|
|
2003 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
444
|
2004
|
442
|
2005 * cl-macs.el: fix cl-transform-function-property kludge
|
|
2006 so that it does not require a random feature.
|
|
2007
|
|
2008 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2009
|
|
2010 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
2011 as in Linux kernel "Rules.make".
|
|
2012
|
|
2013 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2014
|
|
2015 * build-report.el (build-report): Add autoload cookie.
|
|
2016
|
|
2017 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
2018
|
|
2019 * package-ui.el (defgroup pui): Correct a misspelling
|
|
2020 (pui-toggle-package-delete): Change `seleted' to `selected'
|
444
|
2021
|
442
|
2022 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2023
|
444
|
2024 * package-get.el (package-get-update-base):
|
442
|
2025 (package-get): Use insert-file-contents-literally always.
|
|
2026 (package-get-maybe-save-index):
|
|
2027 Force coding system for writing to binary.
|
|
2028
|
|
2029 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
2030
|
|
2031 * code-process.el (call-process-region): If there is no coding
|
|
2032 system for the process on process-coding-system-alist use the
|
|
2033 coding system of the buffer containing the region.
|
|
2034
|
|
2035 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
2036
|
|
2037 * cmdloop.el (command-error):
|
|
2038 If debug-on-error and noninteractive, output backtrace.
|
|
2039
|
|
2040 * files.el (file-relative-name):
|
|
2041 Remove MSDOS references.
|
|
2042
|
|
2043 * simple.el (line-number): New function, due to non-obvious
|
|
2044 behavior/usage of count-lines.
|
|
2045
|
|
2046 * simple.el (count-lines): document non-obvious usage to get
|
|
2047 line number.
|
|
2048
|
|
2049 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
2050
|
|
2051 * faces.el ((featurep 'xpm)):
|
|
2052 * x-faces.el (x-init-face-from-resources):
|
|
2053 * x-faces.el (x-init-frame-faces):
|
|
2054 * x-misc.el (x-init-specifier-from-resources):
|
|
2055 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
2056 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
2057 * x-mouse.el (x-init-pointer-shape):
|
|
2058 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
2059 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
2060 rather than errors on bogus arguments.
|
|
2061
|
|
2062 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
2063
|
|
2064 * compat.el: new file. provides a clean, non-intrusive way to
|
|
2065 define compatibility functions.
|
|
2066
|
|
2067 * process.el (shell-quote-argument): temporary fix for lack
|
|
2068 of nt-quote-process-args. #### I need to put back the overall
|
|
2069 structure of that mechanism but redo the guts of it using the
|
|
2070 extra intelligence in the C code.
|
|
2071
|
|
2072 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2073
|
|
2074 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
2075 `package-get' does in package-get.el, instead of using external
|
|
2076 "md5sum" program.
|
|
2077
|
|
2078 * package-get.el (package-get): Insert package file literally to
|
|
2079 make checksum calculation work.
|
|
2080
|
|
2081 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2082
|
|
2083 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
2084 (file-coding-system-alist): Removed reference to
|
|
2085 convert-mbox-coding-system.
|
|
2086
|
|
2087 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
2088
|
|
2089 * XEmacs 21.2.34 is released.
|
|
2090
|
|
2091 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2092
|
|
2093 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
2094
|
|
2095 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2096
|
|
2097 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
2098 and fboundp
|
|
2099
|
|
2100 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2101
|
|
2102 * packages.el: It's ok to use built-in macros, but not lisp
|
|
2103 defined ones.
|
|
2104
|
|
2105 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
2106
|
|
2107 * font-lock.el:
|
|
2108 * font-lock.el (font-lock-message-threshold):
|
|
2109 * font-lock.el (font-lock-mode):
|
|
2110 * font-lock.el (font-lock-default-fontify-buffer):
|
|
2111 * font-lock.el (font-lock-always-fontify-immediately):
|
|
2112 * font-lock.el (font-lock-old-extent): Removed.
|
|
2113 * font-lock.el (font-lock-old-len): Removed.
|
|
2114 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
2115 * font-lock.el (font-lock-pending-extent-table): New.
|
|
2116 * font-lock.el (font-lock-range-table): New.
|
|
2117 * font-lock.el (font-lock-after-change-function):
|
|
2118 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
2119 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
2120 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
2121 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
2122 Rewrite deferral code to handle any number of changes, merging
|
|
2123 them properly. Remove hacked-up code for revert-buffer, now
|
|
2124 unnecessary.
|
444
|
2125
|
442
|
2126 * menubar-items.el (default-menubar):
|
|
2127 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
2128 unless necessary; doing this turns off font-lock.
|
|
2129
|
|
2130 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2131
|
|
2132 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
2133
|
|
2134 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2135
|
|
2136 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
2137 matching to process -*-texinfo-*- -*-.
|
|
2138
|
|
2139 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
2140
|
|
2141 * minibuf.el (minibuf-directory-files): new function.
|
|
2142 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
2143 (read-directory-name-internal): ditto.
|
|
2144 (mouse-file-display-completion-list): ditto.
|
|
2145 (mouse-directory-display-completion-list): ditto.
|
|
2146 (read-file-name-internal): remove "./" from completion list unless
|
|
2147 explicitly matched, for consistency.
|
|
2148
|
|
2149 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
2150
|
|
2151 * gutter-items.el (gutter-buffers-tab):
|
|
2152 * gutter-items.el (add-tab-to-gutter):
|
|
2153 * gutter-items.el (update-tab-in-gutter):
|
|
2154 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
2155 * gutter-items.el (append-progress-display):
|
|
2156 * gutter-items.el (abort-progress-display):
|
|
2157 * gutter-items.el (raw-append-progress-display):
|
|
2158 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
2159 to fix problems with multiple windows in a frame.
|
444
|
2160
|
442
|
2161 * menubar-items.el (tutorials-menu-filter):
|
|
2162 Fix typo.
|
444
|
2163
|
442
|
2164 * startup.el (early-error-handler):
|
|
2165 Display message box under windows; otherwise, message will disappear
|
|
2166 before it can be viewed.
|
444
|
2167
|
442
|
2168 * update-elc.el:
|
|
2169 Fix bug in NEEDTODUMP processing.
|
|
2170
|
|
2171 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2172
|
|
2173 * startup.el (lock-directory): Removed.
|
|
2174 (superlock-file): Ditto.
|
|
2175 (startup-set-paths): Remove lockdir.
|
|
2176 (startup-setup-paths-warning): Remove lock-directory.
|
|
2177
|
|
2178 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
2179 (paths-find-superlock-file): Ditto.
|
|
2180
|
|
2181 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2182
|
|
2183 * faces.el (set-face-property):
|
|
2184 * faces.el (set-face-font):
|
|
2185 * faces.el (set-face-foreground):
|
|
2186 * faces.el (set-face-background):
|
|
2187 * faces.el (set-face-background-pixmap):
|
|
2188 * faces.el (set-face-underline-p):
|
|
2189 * faces.el (set-face-strikethru-p):
|
|
2190 * faces.el (set-face-highlight-p):
|
|
2191 * faces.el (set-face-dim-p):
|
|
2192 * faces.el (set-face-blinking-p):
|
|
2193 * faces.el (set-face-reverse-p):
|
|
2194 doc string changes.
|
444
|
2195
|
442
|
2196 * glyphs.el:
|
|
2197 * glyphs.el (make-image-specifier):
|
|
2198 * glyphs.el (glyph-property):
|
|
2199 * glyphs.el (set-glyph-image):
|
|
2200 * glyphs.el (make-glyph):
|
|
2201 * glyphs.el (make-pointer-glyph):
|
|
2202 * glyphs.el (make-icon-glyph):
|
|
2203 * glyphs.el (widget-image-instance-p): New.
|
|
2204 authorship info, lots of doc changes. New predicate, inadvertently
|
|
2205 omitted. the general principle with specifier docs is now that
|
|
2206 the description of instantiators should go with the make-foo-specifier
|
|
2207 fun's doc string, rather than in foo-specifier-p. this follows
|
|
2208 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
2209 of a place to look. sometimes the make-foo-specifier function needs
|
|
2210 to be created in the process.
|
444
|
2211
|
442
|
2212 * gutter.el:
|
|
2213 * gutter.el (make-gutter-specifier): New.
|
|
2214 * gutter.el (make-gutter-size-specifier): New.
|
|
2215 * gutter.el (make-gutter-visible-specifier): New.
|
|
2216 specifier doc updates according to the conventions specified before.
|
|
2217
|
|
2218 * objects.el:
|
|
2219 * objects.el (make-font-specifier):
|
|
2220 * objects.el (make-color-specifier):
|
|
2221 * objects.el (make-face-boolean-specifier): New.
|
|
2222 specifier doc updates according to the conventions specified before.
|
|
2223
|
|
2224 * specifier.el:
|
|
2225 * specifier.el (set-specifier):
|
|
2226 * specifier.el (make-integer-specifier): New.
|
|
2227 * specifier.el (make-boolean-specifier): New.
|
|
2228 * specifier.el (make-natnum-specifier): New.
|
|
2229 * specifier.el (make-generic-specifier): New.
|
|
2230 * specifier.el (make-display-table-specifier): New.
|
|
2231 specifier doc updates according to the conventions specified before.
|
|
2232
|
|
2233 * toolbar.el:
|
|
2234 * toolbar.el (make-toolbar-specifier): New.
|
|
2235 specifier doc updates according to the conventions specified before.
|
|
2236
|
|
2237 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2238
|
|
2239 * process.el (call-process-internal): Revert to previous version
|
|
2240 because Mike's change clashed with a change I did not long before.
|
|
2241 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
2242 Thanks very much Mike for pointing out the bug and submitting a
|
|
2243 patch!
|
|
2244
|
|
2245 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
2246
|
|
2247 * process.el (call-process-internal): Send the correct input buffer
|
|
2248 (call-process-internal): Return the exit status of the process
|
|
2249
|
|
2250 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2251
|
|
2252 * winnt.el:
|
|
2253 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
2254 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
2255 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
2256 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
2257 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
2258 * winnt.el (nt-quote-process-args): Removed.
|
|
2259 Remove all stuff for argument quoting. We borrow the code instead
|
|
2260 from Emacs 20.6, which is much more careful in its quoting
|
|
2261 (e.g. in handling runs of the escape character) and avoids most of
|
|
2262 the need for this Lisp mechanism by checking to see whether we're
|
|
2263 running a Cygwin or normal program and doing the appropriate
|
|
2264 quoting. If we end up needing such a mechanism, we should add
|
|
2265 it by extending the variable `mswindows-quote-process-args' so it
|
|
2266 can take an alist of regexps.
|
|
2267
|
|
2268 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2269
|
|
2270 * keydefs.el:
|
|
2271 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
2272 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
2273 the window without moving point.
|
444
|
2274
|
442
|
2275 * simple.el:
|
|
2276 * simple.el (scroll-up-one): New.
|
|
2277 * simple.el (scroll-down-one): New.
|
|
2278 Functions for use with C-M-up/down.
|
|
2279
|
|
2280 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
2281
|
|
2282 * XEmacs 21.2.33 is released.
|
|
2283
|
|
2284 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
2285
|
444
|
2286 * dialog.el (yes-or-no-p-dialog-box):
|
442
|
2287 Fix docstring.
|
444
|
2288 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
442
|
2289 1. Visit two files in two different frames.
|
|
2290 2. do File->Revert Buffer in one of those frames.
|
|
2291 3. Dialog box appears.
|
|
2292 4. Arrange things so that the mouse passes over the *other*
|
|
2293 frame, then to the dialog box, and click on "Yes".
|
|
2294 5. The file contents end up in the *wrong* buffer!
|
|
2295 Add TODO comment.
|
444
|
2296
|
442
|
2297 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2298
|
|
2299 * help.el (describe-installation): correct typo introduced
|
|
2300 in last patch: boundp -> fboundp.
|
|
2301
|
|
2302 * etags.el (buffer-tag-table-list):
|
|
2303 canonicalize filenames to Unix format so that tag-table-alist
|
|
2304 searching works under Windows.
|
444
|
2305
|
442
|
2306 * autoload.el:
|
|
2307 Bowdlerize the supposedly objectionable words
|
|
2308 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
444
|
2309
|
442
|
2310 * gutter-items.el (set-progress-display-style):
|
|
2311 * gutter-items.el (search-dialog-callback):
|
|
2312 * gutter-items.el (make-search-dialog):
|
|
2313 Change to new callback-ex api.
|
|
2314
|
|
2315 2000-04-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
2316
|
|
2317 * help.el: (describe-installation): decode-coding-string is not
|
|
2318 defined in a non MULE environment.
|
|
2319
|
|
2320 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2321
|
|
2322 * gutter-items.el (buffer-list-changed-hook):
|
|
2323 use it, not record-buffer-hook.
|
|
2324
|
|
2325 * subr.el (record-buffer-hook): Removed.
|
|
2326
|
|
2327 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
2328
|
|
2329 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
2330 use NORECORD option. Andy will not like this, but the existing
|
|
2331 gutter behavior is just wrong, as per this comment:
|
|
2332
|
|
2333 ;; this used to add the norecord flag to both calls below.
|
|
2334 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
2335 ;; that the current buffer is at the front of the buffers list.
|
|
2336 ;; for example, select an item and then do M-C-l
|
|
2337 ;; (switch-to-other-buffer). Things get way confused.
|
|
2338 ;;
|
|
2339 ;; Andy, if you want to maintain the current look, you must
|
|
2340 ;; *uncouple* the gutter order and buffers order.
|
|
2341
|
|
2342 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
2343
|
|
2344 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
2345 xemacs.mak.
|
|
2346
|
|
2347 * autoload.el (batch-update-one-directory): new function, used in
|
|
2348 xemacs.mak.
|
|
2349
|
|
2350 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
2351 loadup during update-elc is much much much faster. also do this
|
|
2352 when quick-building.
|
|
2353
|
|
2354 add commented-out code for profiling loadup.
|
444
|
2355
|
442
|
2356
|
|
2357 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
2358 is required in order to build xemacs.
|
|
2359
|
|
2360 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
2361
|
|
2362 * loadup.el: don't garbage collect during loadup if quick-build
|
|
2363 compile-time option is set.
|
|
2364
|
|
2365 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
2366
|
|
2367 * update-elc.el: compute whether any dumped .el or .elc files
|
|
2368 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
2369 if so.
|
444
|
2370
|
442
|
2371 * update-elc.el (update-elc-files-to-compile): always change
|
|
2372 NOBYTECOMPILE in the src directory rather than current dir,
|
|
2373 so it will work under NT.
|
|
2374
|
|
2375 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
2376 the form of this file is identical between Unix and Windows.
|
|
2377 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
2378 Added comment.
|
|
2379 (update-autoloads-from-directory): updated doc string.
|
|
2380 updated doc strings in a few other places.
|
|
2381
|
|
2382 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2383
|
|
2384 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
2385 byte-recompile-directory.
|
|
2386
|
|
2387 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2388
|
|
2389 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
2390 add-one-shot-hook.
|
|
2391 * gutter-items.el (clear-progress-display): Adjust number of
|
|
2392 arguments.
|
|
2393
|
|
2394 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2395
|
|
2396 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
2397
|
|
2398 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
2399
|
|
2400 * printer.el: New file.
|
444
|
2401
|
442
|
2402 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
444
|
2403
|
442
|
2404 * help.el (describe-installation): Fix decoding for Windows.
|
444
|
2405
|
442
|
2406 * menubar-items.el:
|
|
2407 * menubar-items.el (default-menubar):
|
|
2408 * menubar-items.el (tutorials-menu-filter): New.
|
|
2409 * menubar-items.el (popup-menubar-menu):
|
|
2410 Add authorship. Redo Help menu and Tutorials filter.
|
444
|
2411
|
442
|
2412 * menubar.el: Correct comment.
|
444
|
2413
|
442
|
2414 * modeline.el (modeline-buffer-identification): Correct doc string.
|
444
|
2415
|
442
|
2416 * simple.el:
|
|
2417 * simple.el (printing): Removed.
|
|
2418 * simple.el (printer-name): Removed.
|
|
2419 * simple.el (generic-print-buffer): Removed.
|
|
2420 * simple.el (generic-print-region): Removed.
|
|
2421 Move generic print code to printer.el.
|
|
2422
|
|
2423 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
2424
|
|
2425 * simple.el (generic-print-region): New.
|
|
2426 make this function actually work.
|
|
2427 (generic-print-buffer): call generic-print-region.
|
|
2428
|
|
2429 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
2430
|
|
2431 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
2432 by using the new widget-callback-current-channel.
|
|
2433 (search-dialog-callback): ditto.
|
|
2434
|
|
2435 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
2436
|
|
2437 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
2438 (default-gutter-position-changed-hook): ditto.
|
|
2439 (gutter-element-visibility-changed-hook): ditto.
|
|
2440 (set-gutter-element): ditto.
|
|
2441 (remove-gutter-element): ditto.
|
444
|
2442 (set-gutter-element-visible-p): ditto.
|
442
|
2443 (gutter-element-visible-p): ditto.
|
|
2444 (init-gutter): ditto.
|
|
2445
|
|
2446 * dialog.el (make-dialog-box): renamed and moved from
|
|
2447 gutter-items.el
|
|
2448
|
|
2449 * gutter-items.el: move various functions elsewhere.
|
|
2450
|
|
2451 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2452
|
|
2453 * menubar-items.el: Fixed place of parenthesis.
|
|
2454
|
|
2455 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
2456
|
|
2457 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
2458 without constantly being prompted for the tag.
|
|
2459 * simple.el: Added a number of section headings, to clarify the
|
|
2460 organization of this file.
|
444
|
2461 * simple.el (activate-region):
|
|
2462 * simple.el (region-exists-p):
|
|
2463 * simple.el (region-active-p):
|
442
|
2464 Moved these three function down to the other side of
|
|
2465 the case-changing functions, so they join the rest of
|
|
2466 the region code.
|
|
2467 * simple.el (printing): New.
|
|
2468 * simple.el (printer-name): New.
|
|
2469 * simple.el (generic-print-buffer): New.
|
|
2470 New functions, a very simple prototype for a unified
|
|
2471 printing interface.
|
444
|
2472
|
442
|
2473 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
2474 other problems with BUFFER specs.
|
444
|
2475
|
442
|
2476 * menubar-items.el:
|
|
2477 Fixed up File->Print to use new printing functions.
|
|
2478 Various corrections and expansions to Grep/Compile menus.
|
|
2479 New options for Printing.
|
|
2480 New options for SMTP Mail, the way to send mail under
|
|
2481 MS Windows. (There's also a package patch to make SMTP
|
|
2482 Mail be the default under MSWin.)
|
|
2483
|
|
2484 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
2485
|
|
2486 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
2487 did not work. Needed to quote mouse-track-rectangle-p.
|
|
2488
|
|
2489 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2490
|
|
2491 * cl-compat.el (keywordp): Removed.
|
|
2492
|
|
2493 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
2494
|
|
2495 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
2496 (progress-gauge-glyph): use dynamic sizing.
|
|
2497 (set-progress-display-style): new function. Set progress glyphs
|
|
2498 appropriately depending on the style.
|
|
2499 (progress-display-style): new variable. Custom version of
|
|
2500 set-progress-display-style.
|
|
2501 (progress-abort-glyph): switch to dynamic sizes.
|
|
2502 (search-dialog-text): make the edit field active.
|
|
2503
|
|
2504 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
2505
|
|
2506 * gutter-items.el (make-search-dialog): need to make the search
|
|
2507 dialog visible after creation.
|
|
2508
|
|
2509 * menubar-items.el (default-menubar): use the search dialog for
|
|
2510 searching. Remove some extraneous search menu items.
|
|
2511
|
|
2512 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
2513 well as strings.
|
|
2514 (make-gutter-only-dialog-frame): allow the user to create the
|
|
2515 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
2516 (search-dialog-direction): new variable.
|
|
2517 (search-dialog-text): new variable.
|
|
2518 (search-dialog-callback): new function. Callback for the search
|
|
2519 dialog action.
|
|
2520 (make-search-dialog): new function. Create a user-friendly search
|
|
2521 dialog.
|
|
2522
|
|
2523 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2524
|
|
2525 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
2526 under Windows.
|
|
2527
|
|
2528 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
2529
|
|
2530 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
2531 progress more accurately.
|
|
2532
|
|
2533 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
2534
|
|
2535 * finder.el (finder-compile-keywords): Process readable files only.
|
|
2536 Because error in process of .#finder-inf.el when compile xemacs
|
|
2537 with --with-clash-detection option.
|
|
2538
|
|
2539 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
2540
|
|
2541 * gutter-items.el (append-progress-display): don't delay after a
|
|
2542 successful font-lock.
|
|
2543 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
2544 create gutter-only dialogs.
|
|
2545
|
|
2546 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
2547
|
|
2548 * process.el (call-process-internal): Handle a null BUFFER
|
|
2549 parameter correctly.
|
|
2550
|
|
2551 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
2552
|
|
2553 * gutter-items.el (abort-progress-display): put strings in the
|
|
2554 gutter not extents.
|
|
2555 (progress-layout-glyph): signal special 'quit callback.
|
|
2556 (progress-display-quit-function): deleted.
|
|
2557 (progress-display-stop-callback): deleted.
|
|
2558 (progress-display-dispatch-command-events): deleted.
|
|
2559 (append-progress-display): remove calls to
|
|
2560 progress-display-dispatch-command-events.
|
|
2561 (raw-append-progress-display): ditto.
|
|
2562
|
|
2563 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2564
|
|
2565 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
2566 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
2567 an error predicate. Correctly handle PIXMAP being either relative
|
|
2568 or absolute file name.
|
|
2569
|
|
2570 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
2571
|
|
2572 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
2573 (abort-progress-display): ditto. Don't delete the created extent.
|
|
2574 (raw-append-progress-display): ditto.
|
|
2575 (progress-display-dispatch-non-command-events): new
|
|
2576 function. Encapsulates what we want to do when no command input is
|
|
2577 required.
|
|
2578 (progress-display-dispatch-command-events): likewise, but disable
|
|
2579 for now since it causes too many problems.
|
|
2580 (append-progress-display): use them.
|
|
2581 (raw-append-progress-display): ditto.
|
|
2582 (default-gutter-position-changed-hook): set this rather than
|
|
2583 default-gutter-position-changed.
|
|
2584 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
2585 rather than one.
|
|
2586 (raw-append-progress-display): trap errors in pending input since
|
|
2587 allowing them to signal will hose the gauge well and
|
|
2588 truly. Ideally we would like to delay these until we are more able
|
|
2589 to cope.
|
|
2590 (append-progress-display): ditto.
|
|
2591
|
|
2592 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
444
|
2593
|
442
|
2594 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
2595 in process.el.
|
|
2596
|
|
2597 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2598
|
444
|
2599 * mule\mule-cmds.el (set-language-info-alist):
|
442
|
2600 Fix to correspond to new menu arrangement.
|
|
2601
|
|
2602 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2603
|
|
2604 * process.el:
|
|
2605 * process.el (call-process-internal): New.
|
|
2606 New implementation of call-process. Only enabled under NT, so far.
|
|
2607 stderr handling not implemented yet in CVS'd C code.
|
|
2608
|
|
2609 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
2610
|
|
2611 * lisp-mode.el:
|
|
2612 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
2613 * lisp-mode.el (lisp-interaction-mode):
|
|
2614 Put back Lisp Interaction menubar for Jan V's sake.
|
444
|
2615
|
442
|
2616 * simple.el:
|
|
2617 * simple.el (mark-ring):
|
|
2618 * simple.el (dont-record-current-mark): New.
|
|
2619 * simple.el (in-shifted-motion-command): New.
|
|
2620 * simple.el (mark-ring-unrecorded-commands): New.
|
|
2621 * simple.el (mark-ring-max):
|
|
2622 * simple.el (set-mark-command):
|
|
2623 * simple.el (push-mark):
|
|
2624 * simple.el (handle-pre-motion-command):
|
|
2625 Implement scheme for not recording unimportant marks.
|
444
|
2626
|
442
|
2627 * subr.el:
|
|
2628 * subr.el (function-allows-args): New.
|
|
2629 New function function-allows-args.
|
|
2630
|
|
2631 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
2632
|
|
2633 * XEmacs 21.2.32 is released.
|
|
2634
|
|
2635 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
2636
|
|
2637 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
2638 selected-window if required to do so.
|
|
2639 (buffers-tab-items): ditto.
|
|
2640 (add-tab-to-gutter): ditto.
|
|
2641 (create-frame-hook): use force-selection.
|
|
2642 (default-gutter-position-changed): lambdify.
|
|
2643 (update-tab-hook): deleted since it was only used in one place.
|
|
2644
|
|
2645 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
2646
|
|
2647 * files.el (find-file-noselect): undo change that shouldn't have
|
|
2648 gone in.
|
|
2649
|
|
2650 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
2651
|
|
2652 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
2653 of selected-window trickery.
|
|
2654
|
|
2655 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
2656 frames tabs.
|
|
2657 (progress-display-stop-callback): progress -> progress-display
|
|
2658 (progress-display-quit-function): ditto.
|
|
2659 (clear-progress-display): ditto.
|
|
2660 (remove-progress-display): ditto.
|
|
2661 (append-progress-display): ditto.
|
|
2662 (abort-progress-display): ditto.
|
|
2663 (raw-append-progress-display): ditto.
|
|
2664 (display-progress-display): ditto.
|
|
2665 (current-progress-display-label): ditto.
|
|
2666 (current-progress-display): ditto.
|
|
2667 (lprogress-display): ditto and save the buffer
|
|
2668 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
2669 changed which confuses font-lock.
|
|
2670
|
|
2671 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
2672 errors, not just quit.
|
|
2673 (font-lock-mode): progress -> display-progress
|
|
2674 (font-lock-default-fontify-buffer): ditto.
|
|
2675 (font-lock-fontify-syntactically-region): ditto.
|
|
2676 (font-lock-fontify-keywords-region): ditto.
|
|
2677
|
|
2678 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2679
|
|
2680 * cl.el (gensym): Move to here from cl-macs.el.
|
|
2681 (gentemp): Ditto.
|
|
2682
|
|
2683 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
2684
|
|
2685 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
2686 progress management.
|
|
2687 (font-lock-default-fontify-buffer): ditto.
|
|
2688 (font-lock-fontify-syntactically-region): ditto.
|
|
2689 (font-lock-fontify-keywords-region): ditto.
|
|
2690 (font-lock-revert-cleanup): fix reverting.
|
|
2691 (font-lock-revert-setup): ditto.
|
|
2692
|
|
2693 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
2694 echo area for progress gauges if non-nil.
|
|
2695 (clear-progress): remove echo area stuff and defer to
|
|
2696 clear-message.
|
|
2697 (append-progress): dispatch non-command events after each progress
|
|
2698 increment. Remove echo area stuff.
|
|
2699 (abort-progress): remove echo area stuff and defer to
|
|
2700 display-message.
|
|
2701 (raw-append-progress): ditto. Dispatch non-command events after
|
|
2702 gutter redisplay.
|
|
2703 (display-progress): defer echo area stuff to display-message.
|
|
2704
|
|
2705 * gutter-items.el (clear-progress):
|
|
2706 (abort-progress): indentation changes.
|
|
2707 (display-progress): don't clear progress.
|
|
2708 (append-progress): compare messages with equal.
|
|
2709 (raw-append-progress): use dispatch-non-command-events to flush
|
|
2710 widget creation events.
|
|
2711
|
|
2712 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
2713
|
|
2714 * abbrev.el:
|
|
2715 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
2716 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
2717 Changes for use with the menubar.
|
|
2718
|
|
2719 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
2720
|
|
2721 * alist.el (vassoc): moved here from font-menu.el.
|
|
2722
|
|
2723 * custom.el (defface): typo fix.
|
|
2724
|
|
2725 * dialog.el (yes-or-no-p-dialog-box):
|
|
2726 * dialog.el (message-box):
|
|
2727 * files.el (save-some-buffers-1):
|
|
2728 Put accelerators in the button names.
|
|
2729
|
|
2730 * font-lock.el (font-lock-comment-face):
|
|
2731 * font-lock.el (font-lock-keyword-face):
|
|
2732 * font-lock.el (font-lock-function-name-face):
|
|
2733 Fixed some of the colors under MS Windows because the existing
|
|
2734 default colors were hardly different from black and needed to be
|
|
2735 made lighter.
|
|
2736
|
|
2737 * font-menu.el:
|
|
2738 * font-menu.el (font-menu-split-long-menu):
|
|
2739 * font-menu.el (font-menu-family-constructor):
|
|
2740 * font-menu.el (font-menu-size-constructor):
|
|
2741 * font-menu.el (font-menu-weight-constructor):
|
|
2742 * font-menu.el (font-menu-set-font):
|
|
2743 vassoc moved to alist.el.
|
|
2744 Accelerators added to all menus.
|
|
2745 Unused bound var new-props removed.
|
444
|
2746
|
442
|
2747 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
2748 more consistent order and fixed a number of cases where key
|
|
2749 combinations involving up, down, left, right and so on were
|
|
2750 defined but the corresponding keypad combinations were not
|
444
|
2751 defined.
|
442
|
2752
|
|
2753 * lisp-mode.el:
|
|
2754 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
2755 * lisp-mode.el (emacs-lisp-mode):
|
|
2756 * lisp-mode.el (lisp-interaction-mode):
|
|
2757 * lisp-mode.el (flet):
|
|
2758 Added accelerators onto the menus.
|
|
2759 Made all the different versions of the let function be indented
|
|
2760 the same way.
|
|
2761 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
2762 to have the menubar and popup menus different.
|
|
2763 Cleaned up the menu; added items for find-function &c and some
|
|
2764 indenting, and removed debug-on-*.
|
|
2765
|
|
2766 * list-mode.el (list-mode-hook):
|
|
2767 * list-mode.el (list-mode):
|
|
2768 * list-mode.el (completion-setup-hook):
|
|
2769 * list-mode.el (display-completion-list):
|
|
2770 Added support for the :window-height keyword, which is required
|
|
2771 because of other changes that I made for the file dialog box. I
|
|
2772 also made the hook variables list-mode-hook and
|
|
2773 completion-setup-hook and also minibuffer-setup-hook in
|
|
2774 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
2775
|
|
2776 * map-ynp.el (map-y-or-n-p):
|
|
2777 Added accelerators to the dialog buttons.
|
|
2778
|
|
2779 * menubar-items.el (menu-truncate-list):
|
|
2780 New internal function.
|
|
2781 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
2782 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
2783 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
2784 New exported functions, for use in auto-generating accelerator specs.
|
|
2785
|
|
2786 * menubar-items.el:
|
|
2787 * menubar-items.el (default-menubar):
|
|
2788 * menubar-items.el (maybe-add-init-button):
|
|
2789 * menubar-items.el (bookmark-menu-filter):
|
|
2790 * menubar-items.el (slow-format-buffers-menu-line):
|
|
2791 * menubar-items.el (build-buffers-menu-internal):
|
|
2792 * menubar-items.el (language-environment-menu-filter):
|
|
2793 * menubar-items.el (default-popup-menu):
|
|
2794 * menubar-items.el (popup-buffer-menu):
|
|
2795 * menubar-items.el (popup-menubar-menu):
|
|
2796 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
2797 done working on the menubar, and there will be more patches to
|
|
2798 come. A basic summary of what I've done:
|
|
2799
|
|
2800 a) I added accelerators to all of the menu items. For menus that
|
|
2801 are auto-generated, such as the buffers menu, the accelerators are
|
|
2802 automatically added to the beginning of each line using the
|
|
2803 numbers 1 through 9, then zero, and then letters starting with A,
|
|
2804 but omitting the letters that are already in use for the fixed
|
|
2805 menu items at the top of the buffers menu. To facilitate adding
|
|
2806 accelerators of this kind, I created some new functions
|
|
2807 (*-accelerator-spec), which are also being used by other filters
|
|
2808 that auto generate lists of things such as ftp sites to download
|
|
2809 packages. If people really don't like these accelerators
|
|
2810 appearing at the beginning of the menu items, a variable can be
|
|
2811 added to optionally turn them off, but I think this is rather
|
|
2812 pointless because other menu items have accelerators and many or
|
|
2813 most of the menu users will use the accelerators if the support is
|
|
2814 there.
|
|
2815
|
|
2816 b) I combined the top level Tools and Apps menus into a single
|
|
2817 Tools menu, because the distinction between the two is not
|
|
2818 obvious, and the items on the menus are not used often enough that
|
444
|
2819 putting some of them onto submenus is a problem.
|
442
|
2820
|
|
2821 c) I created two new top level menus called View and Cmds because
|
|
2822 there were too many items on the File and Edit menus, and I'm going
|
|
2823 to be adding more items to these menus. In contrast to the Tools
|
|
2824 menu, the items on these menus may be used quite often during an
|
|
2825 editing session, and so should be available with fewer
|
444
|
2826 keystrokes.
|
442
|
2827
|
|
2828 d) I added a number of options to the options menu, including one
|
|
2829 for controlling whether the alt key can be used to traverse to
|
|
2830 menu items using the accelerators, one for controlling behavior of
|
|
2831 control-k, one for controlling how the kill and yank functions
|
|
2832 interact with the clipboard, a few additional buffers-menu
|
|
2833 options, and various other things. I also did a bit of
|
|
2834 rearranging, for example, combining the keyboard and mouse options
|
|
2835 into a single keyboard and mouse submenu to facilitate the
|
444
|
2836 accelerators on that level.
|
442
|
2837
|
|
2838 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
2839 to take two arguments instead of one, the second argument being
|
|
2840 the line number for use in creating an accelerator. I added a
|
|
2841 hack to support existing functions with one argument (although I
|
444
|
2842 doubt that very many of these exist), for backward compatibility.
|
442
|
2843
|
|
2844 f) I moved the top level mule menu to be a submenu of the edit
|
|
2845 menu. I think that most of the items on this menu are fairly
|
|
2846 useless and there are certainly not enough frequently used items
|
444
|
2847 to justify this being its own top level menu.
|
442
|
2848
|
|
2849 g) I combined most of the items in big-menubar.el into the main menu.
|
|
2850 If people think the main menu is too big, it would be possible to
|
|
2851 create different configurations, some smaller.
|
|
2852
|
|
2853 * menubar.el (check-menu-syntax):
|
|
2854 Deleted some syntax checks that were no longer valid, partly
|
|
2855 because of changes that were already made a long time ago, and
|
|
2856 partly because of a change I made where I allow the name of the
|
|
2857 menu item to be an evaluated expression rather than just a string,
|
|
2858 similar to all of the other parameters of a menu item.
|
|
2859
|
|
2860 * minibuf.el:
|
|
2861 * minibuf.el (read-file-name-1):
|
|
2862 * minibuf.el (mouse-read-file-name-1):
|
|
2863 I made a number of changes to improve the appearance
|
|
2864 and functioning of the file dialog box. They include:
|
|
2865
|
|
2866 a) Fixing the problem where closing the dialog box by clicking on
|
|
2867 the close button of the window didn't properly exit the
|
444
|
2868 minibuffer.
|
442
|
2869
|
|
2870 b) Fixing the problem that if you typed part of a file name, and
|
|
2871 then clicked on a completion with the mouse, the file was not
|
444
|
2872 correctly selected.
|
442
|
2873
|
|
2874 c) Changing the title of the dialog box to reflect the operation
|
|
2875 being done in accordance with user interface conventions, rather
|
444
|
2876 than the name of the dialog box buffer, which is rather useless.
|
442
|
2877
|
|
2878 d) Remove the words "possible completions are" which didn't
|
444
|
2879 belong.
|
442
|
2880
|
|
2881 e) Fix things so that the completions scroll off the end of the
|
|
2882 completions windows only to the right, rather than both to the
|
|
2883 right and down, which is in accordance with Windows user interface
|
444
|
2884 conventions.
|
442
|
2885
|
|
2886 * msw-init.el (init-post-mswindows-win):
|
|
2887 Added a binding for meta-F4, which is the standard windows binding
|
|
2888 for exiting a program.
|
|
2889
|
|
2890 * select.el (get-selection-no-error):
|
|
2891 * select.el (own-selection):
|
|
2892 * select.el (own-clipboard):
|
|
2893 Added an optional argument called append to the functions
|
|
2894 own-selection and own-clipboard. This adds support for appending
|
|
2895 text to the existing selection and allows the function
|
|
2896 own-clipboard to be used as the value of the variable
|
|
2897 interprogram- cut-function.
|
|
2898
|
|
2899 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
2900
|
|
2901 * simple.el (historical-kill-line): New.
|
|
2902
|
|
2903 * simple.el (kill-line):
|
|
2904 * simple.el (interprogram-cut-function):
|
|
2905 * simple.el (interprogram-paste-function):
|
|
2906 * simple.el (handle-pre-motion-command):
|
|
2907 * simple.el (next-line):
|
|
2908 * simple.el (previous-line):
|
|
2909 a) Expanded the variable kill-whole-line, so that function
|
|
2910 kill-line can be set to delete the entire line always, not just
|
|
2911 when cursor is at the beginning of the line. This is controlled
|
|
2912 by setting the variable kill-whole-line to the symbol 'always.
|
|
2913 This behavior, as well as the existing kill-whole-line behavior,
|
|
2914 now only take effect when kill-line is called interactively,
|
|
2915 although this is a departure from a previous behavior in the case
|
|
2916 of setting this variable kill-whole-line to t. It is almost
|
|
2917 certainly what has always been intended, and most likely the old
|
|
2918 way of doing things introduced bugs. I also created a function
|
|
2919 called historical-kill-line, which ignores the kill-whole-line
|
|
2920 setting and always gives the historical behavior of only killing
|
|
2921 to the end of the line. I bound this function to shift- control-k
|
|
2922 so that the kill to end of line behavior is available, even when
|
|
2923 kill-whole-line has been set to change control-k into the simple
|
|
2924 delete-whole-line behavior. (This can be set using the options
|
|
2925 menu.)
|
|
2926
|
|
2927 b) I changed things so that kill and yank now interact with the
|
|
2928 clipboard by default under windows. This was done by changing the
|
|
2929 default value of interprogram-cut- function and
|
|
2930 interprogram-paste-function. You can get the old behavior by
|
|
2931 setting these to nil, and there is an option on the options menu
|
|
2932 to do this.
|
|
2933
|
|
2934 c) I added support for selecting text using shifted motion keys.
|
|
2935 This support is on by default and can be controlled by the
|
|
2936 variable shifted-motion-keys-select-region. There is also a
|
|
2937 variable called unshifted-motion-keys-deselect-region that
|
|
2938 controls more specifically how the shifted motion key behavior
|
|
2939 works. I did not put an option on the options menu to turn this
|
|
2940 off, because I can't imagine why this would be useful.
|
|
2941
|
|
2942 * simple.el (forward-block-of-lines):
|
|
2943 * simple.el (backward-block-of-lines):
|
|
2944 * simple.el (block-movement-size):
|
|
2945 New.
|
|
2946
|
|
2947 * simple.el (uncapitalized-title-words):
|
|
2948 * simple.el (uncapitalized-title-word-regexp):
|
|
2949 * simple.el (capitalize-string-as-title):
|
|
2950 * simple.el (capitalize-region-as-title):
|
|
2951 New.
|
444
|
2952
|
442
|
2953
|
|
2954 * subr.el (add-hook):
|
|
2955 * subr.el (make-local-hook): New.
|
|
2956 * subr.el (remove-local-hook): New.
|
|
2957 * subr.el (add-one-shot-hook): New.
|
|
2958 * subr.el (add-local-one-shot-hook): New.
|
|
2959 Added some functions to make using hooks easier.
|
|
2960 These include:
|
|
2961
|
|
2962 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
2963 to use local hooks.
|
|
2964
|
|
2965 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
2966 make it possible to add a "one-shot" hook, which is to say a hook
|
|
2967 that runs only once, and automatically removes itself after the
|
|
2968 first time it has run.
|
|
2969
|
|
2970 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
2971
|
|
2972 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
2973
|
|
2974 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2975
|
|
2976 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
2977 Moved from menubar-items.el.
|
|
2978 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
2979
|
|
2980 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
2981
|
|
2982 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
2983 to buffers tab spec.
|
|
2984
|
|
2985 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2986
|
|
2987 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
2988
|
|
2989 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
2990
|
|
2991 * startup.el (command-line-1): remove unused variable
|
|
2992 `first-file-buffer'.
|
|
2993
|
|
2994 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2995
|
|
2996 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
2997 which is also used for Web server log files.
|
|
2998
|
|
2999 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
3000
|
|
3001 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
3002
|
|
3003 2000-03-02 SL Baur <steve@beopen.com>
|
|
3004
|
|
3005 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
3006 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
3007 non-deletion of buffer after execution problem.
|
|
3008 (with-output-to-string): Use unique buffer name.
|
|
3009
|
|
3010 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
3011
|
|
3012 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
3013 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
3014
|
|
3015 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
3016
|
|
3017 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
3018
|
|
3019 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
3020
|
|
3021 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
3022 .emacs" button from all menubars.
|
|
3023
|
|
3024 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
3025
|
|
3026 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
3027 region rectangle replacement (from Jan Vroonhof).
|
|
3028 (replace-rectangle): new function.
|
|
3029
|
|
3030 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3031
|
|
3032 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
3033 set-terminal-coding-system and set-keyboard-coding-system.
|
|
3034 * coding.el (set-terminal-coding-system): Use
|
|
3035 set-console-tty-output-coding-system.
|
|
3036 (set-keyboard-coding-system): Use
|
|
3037 set-console-tty-input-coding-system.
|
|
3038
|
|
3039 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3040
|
|
3041 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
3042
|
|
3043 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
3044
|
|
3045 * gutter-items.el (update-tab-hook): new function to be used for
|
|
3046 hooks.
|
|
3047 (create-frame-hook): add update-tab-hook.
|
|
3048 (record-buffer-hook): ditto.
|
|
3049 (default-gutter-position-changed): ditto.
|
|
3050 (default-gutter-position): updating the buffers tab is now handled
|
|
3051 by a hook.
|
|
3052 (default-gutter-position-changed-hook): new variable.
|
|
3053 (gutter-element-visibility-changed-hook): ditto.
|
|
3054 (set-gutter-element-visible-p): call it.
|
|
3055 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
3056 as duplicable before using.
|
|
3057 (remove-gutter-element): ditto.
|
|
3058 (set-gutter-element-visible-p): ditto.
|
|
3059 (init-gutter): new function.
|
|
3060 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
3061 setting specifiers directly.
|
|
3062 (clear-progress): ditto.
|
|
3063 (abort-progress): ditto.
|
|
3064 (gutter-buffers-tab-visible-p): renamed from
|
|
3065 default-gutter-visible-p
|
|
3066
|
|
3067 * specifier.el (modify-specifier-instances): new function from Jan
|
|
3068 Vroonhof.
|
|
3069
|
|
3070 * x-init.el (init-post-x-win): call init-gutter.
|
|
3071
|
|
3072 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
3073
|
|
3074 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
3075 variables.
|
|
3076
|
|
3077 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
3078
|
|
3079 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
3080 elements to the specified gutter.
|
|
3081 (remove-gutter-element): new function. Remove gutter elements from
|
|
3082 the specified gutter.
|
|
3083 (set-gutter-element-visible-p): new function. Set gutter element
|
|
3084 visibility for the provided gutter-visible specifier.
|
|
3085
|
|
3086 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
3087
|
|
3088 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
3089 dynamically.
|
|
3090
|
|
3091 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
3092
|
|
3093 * gutter-items.el (add-tab-to-gutter):
|
|
3094 * package-get.el (package-get-interactive-package-query):
|
|
3095 * package-ui.el (pui-directory-exists):
|
|
3096 (pui-install-selected-packages):
|
|
3097 (pui-list-packages):
|
|
3098 Use #'(lambda ...) instead of '(lambda ...).
|
|
3099
|
|
3100 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
3101
|
|
3102 * startup.el (load-user-init-file): Check to make sure user
|
|
3103 has an init-file before calling load().
|
|
3104
|
|
3105 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3106
|
|
3107 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
3108
|
|
3109 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
3110
|
|
3111 * XEmacs 21.2.31 is released.
|
|
3112
|
|
3113 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
3114
|
|
3115 * loadup.el (really-early-error-handler):
|
|
3116 * update-elc.el:
|
|
3117 * make-docfile.el:
|
|
3118 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
3119
|
|
3120 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
3121
|
|
3122 * XEmacs 21.2.30 is released.
|
|
3123
|
|
3124 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
3125
|
|
3126 * byte-optimize.el (byte-optimize-plus):
|
|
3127 (byte-optimize-minus):
|
|
3128 (byte-optimize-multiply):
|
|
3129 Optimize (- 0) to 0, not (-)
|
|
3130 Optimize (+ 5 3.0) to 8.0
|
|
3131 Optimize (* 5 3.0) to 15.0
|
|
3132 Improve readability.
|
|
3133
|
|
3134 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3135
|
|
3136 * modeline.el: (modeline-scrolling-method): change modeline
|
|
3137 mswindows cursor appearance according to the value.
|
|
3138
|
|
3139 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
3140 and 'gui-element face colors and 'gui-element face font to Windows
|
|
3141 defaults.
|
|
3142
|
|
3143 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
3144
|
|
3145 * font-lock.el: Javadoc enhancements
|
|
3146
|
|
3147 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3148
|
|
3149 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
3150 (ldap-verbose): New option
|
|
3151 (ldap-search-entries): Renamed from the previous ldap-search
|
|
3152 Conditionalize message display on ldap-verbose
|
|
3153 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
3154 defuns
|
|
3155 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
3156 ldap-search-basic or ldap-search-entries
|
|
3157
|
|
3158
|
|
3159 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
3160 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
3161 Jan Vroonhof <jan@xemacs.org>
|
|
3162
|
|
3163 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
3164 When for-effect is true, didn't call `byte-optimize-form'
|
|
3165 in and/or subforms without last.
|
|
3166
|
|
3167 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3168
|
|
3169 * package-get.el (package-get-download-sites): Use correct custom
|
|
3170 type.
|
|
3171
|
|
3172 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3173
|
|
3174 * files.el (write-file): Ask for coding system when compiled with
|
|
3175 file-coding.
|
|
3176
|
|
3177 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
3178
|
|
3179 * buffer.el (switch-to-buffer): give norecord argument to
|
|
3180 set-window-buffer instead of explicitly recording.
|
|
3181
|
|
3182 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
3183 we have to pick a window.
|
|
3184
|
|
3185 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3186
|
|
3187 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
3188 unexist function to help-map.
|
|
3189 (describe-coding-system): Don't use already assigend `C'.
|
|
3190
|
|
3191 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3192
|
|
3193 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
3194 work in custom.
|
|
3195
|
|
3196 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
3197
|
|
3198 * about.el: Ienaga's e-mail address change.
|
|
3199
|
|
3200 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
3201
|
|
3202 * etags.el (find-tag): force new window -- even if buf already
|
|
3203 visible -- when other-window is t
|
|
3204
|
|
3205 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
3206
|
|
3207 * XEmacs 21.2.29 is released.
|
|
3208
|
|
3209 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
3210
|
|
3211 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
3212 just defalias it.
|
|
3213 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
3214 byte-compiler level, using define-compiler-macro.
|
|
3215
|
|
3216 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
3217
|
|
3218 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
3219
|
|
3220 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3221
|
|
3222 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
3223 a regular expression that matches against the tagname
|
|
3224 part of the tag entry first instead of only looking in
|
|
3225 the context area.
|
|
3226
|
|
3227 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3228
|
|
3229 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
3230 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
3231
|
440
|
3232 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3233
|
|
3234 * XEmacs 21.2.28 is released.
|
|
3235
|
|
3236 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3237
|
|
3238 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
3239 Make arglist match docstring.
|
|
3240 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
3241 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
3242 * byte-optimize.el: remove references to `get*'.
|
|
3243
|
|
3244 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
3245
|
|
3246 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
3247
|
|
3248 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
3249
|
|
3250 * byte-optimize.el: Byte-optimize (length "foo")
|
|
3251
|
|
3252 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
3253
|
|
3254 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
3255 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
3256
|
|
3257 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3258
|
|
3259 * wid-edit.el (widget-match-inline): An atom never matches a
|
442
|
3260 list.
|
440
|
3261
|
|
3262 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3263
|
|
3264 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
3265 'win tag.
|
|
3266
|
|
3267 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3268
|
|
3269 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
3270 intelligent about buffer naming when we have duplicates.
|
|
3271
|
|
3272 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3273
|
|
3274 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
3275 updated when it becomes visible.
|
|
3276
|
|
3277 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3278
|
|
3279 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
3280 system under MULE and file-coding.
|
|
3281
|
|
3282 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
3283
|
442
|
3284 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
3285 (dontusethis-set-value-terminal-coding-system-handler):
|
|
3286 (dontusethis-set-value-keyboard-coding-system-handler):
|
440
|
3287 Never undefine coding system aliases. Emergency fix for gnus.
|
|
3288
|
|
3289 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3290
|
|
3291 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
3292 of hard-coded "/".
|
|
3293
|
|
3294 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3295
|
|
3296 * startup.el (user-init-file-base-list): New variable, replacing
|
|
3297 user-init-file-base.
|
|
3298 (find-user-init-file): New function.
|
|
3299 (command-line-early): Use it.
|
|
3300 (load-user-init-file): Ditto.
|
|
3301
|
|
3302 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3303
|
|
3304 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
3305 calling valid-image-instantiator-format-p
|
|
3306
|
|
3307 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3308
|
|
3309 * isearch-mode.el (isearch-mode): The variable is
|
|
3310 isearch-unhidden-extents, not isearch-opened-extents.
|
|
3311
|
|
3312 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3313
|
|
3314 * minibuf.el (next-history-element): Modify error message if a
|
|
3315 default value is available.
|
|
3316
|
|
3317 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
3318
|
|
3319 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
3320 .elc files in binary - might contain non-Latin1.
|
|
3321
|
|
3322 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3323
|
|
3324 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
3325 for windows-nt.
|
|
3326
|
442
|
3327 * version.el:
|
|
3328 * startup.el (user-init-file-base):
|
|
3329 * process.el (call-process-region):
|
|
3330 * files.el (make-backup-file-name):
|
|
3331 (backup-file-name-p):
|
|
3332 (file-relative-name):
|
|
3333 (abbreviate-file-name):
|
|
3334 (set-auto-mode):
|
440
|
3335 * code-process.el (call-process-region): Removed unnecessary
|
|
3336 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
3337 support out of the universe.
|
|
3338
|
|
3339 * process.el:
|
442
|
3340 * code-process.el:
|
440
|
3341 * bytecomp.el (byte-compile-file): Removed reference to
|
|
3342 buffer-file-type, and commented usage of binary-process-output
|
|
3343 NTEmacs variables.
|
|
3344
|
|
3345 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3346
|
|
3347 * help.el (function-arglist): Add case for macro.
|
|
3348
|
|
3349 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3350
|
|
3351 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
3352 printers.
|
|
3353 (custom-display): Added a menu for printer/display tags.
|
|
3354
|
|
3355 * frame.el (frame-type):
|
|
3356 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
3357 removed 'pc -- it is not going to be implemented ever.
|
|
3358 (call-device-method): Fixed docstring typo.
|
|
3359 Defined specifier tags 'printer and 'display.
|
|
3360
|
|
3361 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3362
|
|
3363 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
3364 last-command-event-time) instead of (consp
|
|
3365 'last-command-event-time).
|
|
3366
|
|
3367 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3368
|
|
3369 * msw-glyphs.el: Removed obsolete commentary.
|
|
3370
|
|
3371 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3372
|
|
3373 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
3374 better default value.
|
|
3375
|
|
3376 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3377
|
|
3378 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
3379 (read-string): Ditto.
|
|
3380 (eval-minibuffer): Ditto.
|
|
3381 (read-command): Ditto.
|
|
3382 (read-function): Ditto.
|
|
3383 (read-variable): Ditto.
|
|
3384 (read-number): Ditto.
|
|
3385 (read-shell-command): Ditto.
|
|
3386 (read-number): Record history.
|
|
3387
|
|
3388 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3389
|
|
3390 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
3391
|
|
3392 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3393
|
|
3394 * faces.el (startup-initialize-custom-faces): New function.
|
|
3395 Reset all faces created during auto-autoloads loading time
|
|
3396 by defface.
|
|
3397 * startup.el (command-line): Call it.
|
|
3398
|
|
3399 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3400
|
|
3401 * about.el (about-hackers): Add myself to contributors list.
|
|
3402
|
|
3403 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3404
|
|
3405 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
3406 a call to load-user-init-file, as the function managed to lose its
|
|
3407 formal parameter a few betas ago.
|
|
3408
|
438
|
3409 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3410
|
|
3411 * XEmacs 21.2.27 is released.
|
|
3412
|
|
3413 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3414
|
|
3415 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
3416 Make shell-command-to-string the standard function, and
|
|
3417 exec-to-string the (deprecated) alias.
|
|
3418
|
|
3419 * startup.el: typo fix.
|
|
3420
|
|
3421 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
3422
|
|
3423 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
3424
|
|
3425 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3426
|
|
3427 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
3428 buffers after visible buffers.
|
|
3429 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
3430
|
|
3431 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3432
|
|
3433 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
3434 followed by whitespace or right parenthesis.
|
|
3435
|
|
3436 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3437
|
|
3438 * info.el (Info-directory-list): Warn against using Customize with
|
|
3439 Info-directory-list.
|
|
3440
|
|
3441 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3442
|
|
3443 * minibuf.el (read-file-name): doc fix.
|
|
3444
|
|
3445 * autoload.el (update-file-autoloads): doc fix.
|
|
3446
|
|
3447 * about.el (about-hackers): Change my E-mail address.
|
|
3448
|
|
3449 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
3450
|
|
3451 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
3452 read a filename in the standard way.
|
|
3453
|
|
3454 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
3455
|
|
3456 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
3457 (gutter-buffers-tab-extent): new variable.
|
|
3458 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
3459 orientation has changed.
|
|
3460 (add-tab-to-gutter): cope with different orientations.
|
|
3461
|
|
3462 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
3463
|
|
3464 * info.el (Info-following-node-name): backward-skip dots as well
|
|
3465 as spaces (dots at the end of a node name aren't part of it).
|
|
3466 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
3467 some in the node name.
|
|
3468 (Info-index): allow dots to be part of a node name.
|
|
3469
|
|
3470 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
3471
|
|
3472 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
3473 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
3474
|
|
3475 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3476
|
|
3477 * info.el (Info-search): Show default value.
|
|
3478
|
|
3479 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3480
|
|
3481 * info.el (Info-read-node-completion-table): New variable.
|
|
3482 (Info-read-node-name-1): New function.
|
|
3483 (Info-read-node-name): Use it.
|
|
3484 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
3485 (Info-menu): Ditto.
|
|
3486
|
|
3487 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3488
|
|
3489 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
3490 window configuration.
|
|
3491 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
3492 (hyper-apropos-read-variable-symbol): Ditto.
|
|
3493 (hyper-apropos-read-function-symbol): Ditto.
|
|
3494
|
|
3495 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3496
|
|
3497 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
3498 comint-exec-hook to use coding-system-for-read and
|
|
3499 coding-system-for-write so that C-x RET c works.
|
|
3500
|
|
3501 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3502
|
|
3503 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
3504 (previous-matching-history-element): Increment
|
|
3505 minibuffer-max-depth by 1.
|
|
3506 (next-matching-history-element): Ditto.
|
|
3507
|
|
3508 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
3509
|
|
3510 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
3511 tab.
|
|
3512 (buffers-tab-face): use it.
|
|
3513
|
|
3514 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
3515
|
|
3516 * modeline.el (modeline-scrolling-method): change modeline X
|
|
3517 cursor appearance according to the value.
|
|
3518
|
|
3519 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
3520
|
|
3521 * about.el (about-hackers): Moved my entry to contributor list.
|
|
3522 (xemacs-hackers): Added myself.
|
|
3523 (about-maintainer-info): Added description of myself.
|
|
3524
|
|
3525
|
|
3526 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
3527
|
|
3528 * modeline.el (modeline-scrolling-method): new variable.
|
|
3529 (mouse-drag-modeline): add reference to it in the docstring.
|
|
3530 (mouse-drag-modeline): handle it.
|
|
3531
|
|
3532 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
3533
|
|
3534 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
3535 calls.
|
|
3536 (remove-buffer-from-gutter-tab): ditto.
|
|
3537
|
|
3538 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3539
|
|
3540 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
3541 (custom-face-edit): Fix grammatical error in help message.
|
|
3542
|
|
3543 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3544
|
|
3545 * movemail.el: Added.
|
|
3546
|
|
3547 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
3548
|
|
3549 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
3550
|
|
3551 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
3552 the modeline horizontal scrolling facility.
|
|
3553
|
436
|
3554 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
3555
|
|
3556 * XEmacs 21.2.26 is released.
|
|
3557
|
|
3558 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
3559
|
|
3560 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
3561 does not agree with native widgets which can only be displayed
|
|
3562 once per window. The reasons for caching are diminished now that
|
|
3563 we don't hog resources when creating buttons.
|
|
3564 (widget-push-button-cache) deleted.
|
|
3565
|
434
|
3566 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
3567
|
|
3568 * XEmacs 21.2.25 is released.
|
|
3569
|
|
3570 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3571
|
|
3572 * hyper-apropos.el (hyper-apropos): Toggle
|
|
3573 hyper-apropos-programming-apropos correctly.
|
|
3574 Set REGEXP when user accepts default value.
|
|
3575
|
|
3576 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3577
|
|
3578 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
3579 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
3580
|
|
3581 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3582
|
|
3583 * mule/mule-category.el (undefined-category-designator):
|
|
3584 Return char instead of character. Search for undefined one.
|
|
3585 (describe-category): Use with-displaying-help-buffer.
|
|
3586
|
|
3587 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
3588
|
438
|
3589 * byte-optimize.el (byte-optimize-plus):
|
434
|
3590 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
3591
|
|
3592 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
3593
|
|
3594 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
3595
|
|
3596 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
3597 Remove performance penalty for using (char-before) instead of (char-after).
|
|
3598
|
|
3599 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3600
|
|
3601 * mule/mule-category.el (char-category-list): Return character
|
|
3602 instead of integer.
|
|
3603
|
|
3604 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3605
|
|
3606 * minibuf.el (read-buffer): Check default is buffer object.
|
|
3607
|
|
3608 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
3609
|
|
3610 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
3611 for buttons.
|
|
3612
|
|
3613 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
3614
|
|
3615 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
3616 Patch by Jeff Miller <jmiller@smart.net>.
|
|
3617
|
|
3618 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
3619
|
438
|
3620 * gnuserv.el (gnuserv-process-filter): don't call
|
434
|
3621 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
3622
|
432
|
3623 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
3624
|
|
3625 * XEmacs 21.2.24 is released.
|
|
3626
|
|
3627 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3628
|
|
3629 * about.el (about-hackers): Update my email address.
|
|
3630
|
430
|
3631 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
3632
|
|
3633 * XEmacs 21.2.23 is released.
|
|
3634
|
|
3635 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
3636
|
|
3637 * package-get.el (package-get-download-sites): Removed several
|
|
3638 defunct download sites, added many new ones, and corrected a few
|
|
3639 incorrect directory-on-site entries. Added physical locations to
|
|
3640 site-description.
|
|
3641
|
|
3642 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3643
|
|
3644 * finder.el (finder-commentary): add DOC string and fix
|
|
3645 interactive spec
|
|
3646
|
|
3647 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3648
|
|
3649 * help.el (describe-function): Don't forget to intern the string
|
|
3650 completing-read returns.
|
|
3651 (describe-variable): Ditto.
|
|
3652
|
434
|
3653 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
430
|
3654
|
|
3655 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
3656 `hyper-apropos-help-mode' here to find symbol to customize
|
|
3657 irregardless of cursor position and simplify
|
|
3658 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
3659 `hyper-apropos-popup-menu'.
|
|
3660
|
|
3661 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3662
|
|
3663 * apropos.el (apropos-mode-map): Add return to call
|
|
3664 apropos-follow.
|
|
3665 (apropos-print): Call apropos-mode to have better
|
|
3666 command reference. Put keymap text-poperty to
|
|
3667 symbole name.
|
|
3668
|
|
3669 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
3670
|
|
3671 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
3672 the extents at point.
|
|
3673
|
|
3674 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
3675
|
|
3676 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
3677 save-match-data
|
|
3678
|
|
3679 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3680
|
|
3681 * help.el (describe-function): Use the DEFAULT argument to
|
|
3682 completing-read.
|
|
3683 (describe-variable): Ditto.
|
|
3684
|
|
3685 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3686
|
|
3687 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
3688 DEFAULT to have better mini-buffer history support.
|
|
3689 (completing-read): Pass default to read-from-minibuffer.
|
|
3690 (read-buffer): Pass default to completing-read.
|
|
3691
|
|
3692 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3693
|
|
3694 * font-lock.el (font-lock-doc-string-face): Document the
|
|
3695 `font-lock-lisp-like' property.
|
|
3696
|
|
3697 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3698
|
|
3699 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
3700
|
|
3701 * font-lock.el (font-lock-lisp-like): New function.
|
|
3702 (font-lock-fontify-syntactically-region): Use it.
|
|
3703
|
428
|
3704 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3705
|
|
3706 * XEmacs 21.2.22 is released
|
|
3707
|
|
3708 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
3709
|
|
3710 * XEmacs 21.2.21 is released.
|
|
3711
|
|
3712 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3713
|
|
3714 * minibuf.el (read-coding-system): Accept symbol and
|
|
3715 coding-system object as a default-coding-system.
|
|
3716
|
|
3717 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3718
|
|
3719 * minibuf.el (read-coding-system): Accept symbol as
|
|
3720 a default-coding-system.
|
|
3721
|
|
3722 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3723
|
|
3724 * apropos.el (apropos-documentation): Use insert instead
|
|
3725 of princ.
|
|
3726
|
|
3727 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
3728
|
|
3729 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
3730 for the linux console.
|
|
3731
|
|
3732 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
3733 stuff to work when you are not on a window system, since the GPM
|
|
3734 mouse support now allows pasting from outside of XEmacs.
|
|
3735
|
|
3736 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3737
|
|
3738 * XEmacs 21.2.20 is released
|
|
3739
|
|
3740 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3741
|
|
3742 * setup-paths.el (paths-default-info-directories): Add
|
|
3743 /usr/share/info and /usr/local/share/info.
|
|
3744
|
|
3745 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
3746
|
|
3747 * about.el: Updated Vladimir Ivanovic's info.
|
|
3748
|
|
3749 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3750
|
|
3751 * auto-show.el (auto-show-truncationp): Remove.
|
|
3752
|
|
3753 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
3754
|
|
3755 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3756
|
|
3757 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
3758 with tab if column is multiple of tab-width
|
|
3759 From dhn@qedinc.com
|
|
3760
|
|
3761 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3762
|
|
3763 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
3764 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
3765
|
|
3766 * package-get.el (package-get-package-provider): Be verbose when
|
|
3767 interactive. Patch from Robert Pluim
|
|
3768
|
|
3769 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
3770
|
|
3771 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
3772 info file suffixes.
|
|
3773
|
|
3774 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
3775
|
|
3776 * process.el (open-network-stream): Add a new optional parameter
|
|
3777 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
3778 in docstring for udp programming.
|
|
3779
|
|
3780 * code-process.el (open-network-stream): Add a new optional
|
|
3781 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
3782 explanation in docstring for udp programming.
|
|
3783
|
|
3784 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
3785
|
|
3786 * gui.el (make-gui-button): be more precise about how we call
|
|
3787 callbacks.
|
|
3788
|
|
3789 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
3790 of native gui-button.
|
|
3791
|
|
3792 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3793
|
|
3794 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
3795
|
|
3796 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
3797
|
|
3798 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
3799 abort status.
|
|
3800 (append-progress): dispatch-event rather than sit-for.
|
|
3801 (abort-progress): new function. Show the abort glyph with an
|
|
3802 appropriate message.
|
|
3803 (raw-append-progress): dispatch-event rather than sit-for.
|
|
3804 (display-progress): cope with aborts.
|
|
3805
|
|
3806 * gui.el (make-gui-button): Use native widgets for buttons
|
|
3807 unconditionally.
|
|
3808 (insert-gui-button): ditto.
|
|
3809 (gui-button-p): ditto.
|
|
3810
|
|
3811 * xbm-button.el: remove from core.
|
|
3812
|
|
3813 * xpm-button.el: remove from core.
|
|
3814
|
|
3815 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
3816
|
|
3817 * faces.el (init-device-faces): Don't initialize the random faces
|
|
3818 on the stream device.
|
|
3819
|
|
3820 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
3821
|
438
|
3822 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
428
|
3823
|
434
|
3824 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
428
|
3825
|
|
3826 * package-get.el (package-get-download-menu): Make menu really
|
|
3827 toggle download sites.
|
|
3828 (package-get-download-sites): Add autoload cookie.
|
|
3829
|
|
3830 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3831
|
|
3832 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
3833
|
|
3834 1999-09-29 Werner Fink <werner@suse.de>
|
|
3835
|
|
3836 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
3837 parameter for environment.
|
|
3838
|
|
3839 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
3840
|
438
|
3841 * modeline.el (modeline-format):
|
|
3842 Only purecopy the strings. Else
|
428
|
3843 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
3844 barfs.
|
|
3845
|
|
3846 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
3847
|
|
3848 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
3849 user setting comint-completion-addsuffix and
|
|
3850 comint-process-echoes.
|
|
3851
|
|
3852 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
3853
|
|
3854 * gutter-items.el (update-tab-in-gutter): use
|
|
3855 last-nonminibuf-window instead of selected-window.
|
|
3856
|
|
3857 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
3858
|
|
3859 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
3860 display on.
|
|
3861
|
|
3862 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
3863 some documentation.
|
|
3864
|
|
3865 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
3866
|
|
3867 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
3868 gutter is visible.
|
|
3869 (remove-buffer-from-gutter-tab): ditto.
|
|
3870
|
|
3871 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
3872
|
|
3873 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
3874 processing.
|
|
3875
|
|
3876 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3877
|
|
3878 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
3879 highlighting extents a high priority.
|
|
3880 (isearch-make-extent): Give the main highlighting extent an even
|
|
3881 higher priority.
|
|
3882
|
|
3883 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3884
|
|
3885 * packages.el (packages-compute-package-locations): Fix typo from
|
|
3886 -u rationalization.
|
|
3887
|
|
3888 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3889
|
|
3890 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
3891 `configure-doc-directory.'
|
|
3892
|
|
3893 * find-paths.el (paths-find-architecture-directory): Give
|
|
3894 precendence `default' argument (which typically comes from
|
|
3895 configure).
|
|
3896
|
|
3897 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3898
|
|
3899 * startup.el (command-line-early): Added options -user-init-file
|
|
3900 and -user-init-directory.
|
|
3901
|
|
3902 * files.el (user-init-file): Default to NIL so we can recognize
|
|
3903 when it's set.
|
|
3904
|
|
3905 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3906
|
438
|
3907 * obsolete.el (init-file-user):
|
|
3908 * startup.el:
|
|
3909 * packages.el (packages-compute-package-locations):
|
|
3910 * package-get.el (package-get-user-index-filename):
|
|
3911 * menubar-items.el (maybe-add-init-button):
|
|
3912 * info.el (Info-annotations-path):
|
|
3913 * dump-paths.el:
|
428
|
3914 Change `user-init-directory' to be an absolute path.
|
|
3915 Use `user-init-directory' where appropriate.
|
|
3916 Zap `init-file-user' and its uses.
|
|
3917
|
|
3918 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
3919
|
|
3920 * subr.el (copy-symbol): New function.
|
|
3921
|
|
3922 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3923
|
|
3924 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
3925 extents in the proper buffer.
|
|
3926 (isearch-pre-command-hook): Set this-command to the correct value
|
|
3927 in case the buffer has changed and old overriding-local-map was
|
|
3928 used.
|
|
3929 (isearch-restore-extent): Use remprop instead of setting the
|
|
3930 property to nil.
|
|
3931
|
|
3932 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3933
|
|
3934 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
3935 before the delay.
|
|
3936 (execute-extended-command): Make the message gettext-friendly.
|
|
3937
|
|
3938 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
3939
|
|
3940 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
3941 progress-glyph.
|
|
3942 (progress-text-glyph): new variable.
|
|
3943 (progress-layout-glyph): use layouts and text glyphs.
|
|
3944 (progress-area-buffer): removed.
|
|
3945 (progress-text-and-extent): new variable.
|
|
3946 (progress-displayed-p): dynamically create gutter area buffer.
|
|
3947 (clear-progress): ditto.
|
|
3948 (raw-append-progress): ditto.
|
|
3949 (append-progress): use new glyph names.
|
|
3950 (raw-append-progress): only create the extent when needed. set
|
|
3951 properties more optimally.
|
|
3952 (progress): remove args.
|
|
3953
|
|
3954 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3955
|
|
3956 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
3957 mapcar where the return value is unused.
|
|
3958 (isearch-restore-invisible-extents): Ditto.
|
|
3959 (isearch-highlight-all-cleanup): Ditto.
|
|
3960 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
3961 (isearch-highlight-all-update): Don't start over if the search
|
|
3962 string has changed and more input is pending.
|
|
3963
|
|
3964 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3965
|
|
3966 * packages.el (packages-find-package-data-path): Ditto.
|
|
3967
|
|
3968 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
3969
|
|
3970 * subr.el (mapc-internal): Don't make obsolete.
|
|
3971
|
|
3972 * cl-extra.el (mapc): Resurrect.
|
|
3973
|
|
3974 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
3975
|
438
|
3976 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
428
|
3977 alias.
|
|
3978
|
|
3979 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
3980 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
3981 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
3982 x-get-clipboard.
|
|
3983 (isearch-yank-selection): Fix docstring.
|
|
3984
|
|
3985 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
3986
|
|
3987 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
3988
|
|
3989 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
3990
|
|
3991 * cl-macs.el (extent-start-position): Fix setf method.
|
|
3992 (extent-end-position): Ditto.
|
|
3993
|
|
3994 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
3995
|
|
3996 * isearch-mode.el: End merge with FSF 20.4.
|
|
3997
|
|
3998 * isearch-mode.el (search-invisible): New variable.
|
|
3999 (isearch-hide-immediately): Ditto.
|
|
4000 (isearch-unhidden-extents): Ditto.
|
|
4001 (isearch-range-invisible): New function.
|
|
4002 (isearch-unhide-extent): Ditto.
|
|
4003 (isearch-restore-invisible-extents): Ditto.
|
|
4004 (isearch-restore-extent): Ditto.
|
|
4005
|
|
4006 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
4007 implementation.
|
|
4008 (isearch-ring-retreat-edit): Ditto.
|
|
4009 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
4010 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
4011 NO-RECURSIVE-EDIT.
|
|
4012 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
4013 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
4014 NO-RECURSIVE-EDIT.
|
|
4015 (isearch-mode): Return isearch-success.
|
|
4016 (isearch-update): Use unread-command-events instead of
|
|
4017 unread-command-event.
|
|
4018 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
4019 states.
|
|
4020 (isearch-*-char): Use FSF implementation.
|
|
4021 (isearch-whitespace-chars): Use the more robust FSF's
|
|
4022 implementation.
|
|
4023 (isearch-within-brackets): New variable.
|
|
4024 (isearch-mode): Initialize it.
|
|
4025 (isearch-edit-string): Bind it.
|
|
4026 (isearch-search-and-update): Set it.
|
|
4027 (isearch-push-state): Push it.
|
|
4028 (isearch-top-state): Pop it.
|
|
4029 (isearch-search): Set it.
|
|
4030 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
4031 handle M-SPC gracefully.
|
|
4032 (isearch-message-prefix): New argument ELLIPSIS.
|
|
4033 (isearch-message-suffix): Ditto.
|
|
4034 (isearch-message): Use the ELLIPSIS argument when calling
|
|
4035 isearch-message-prefix and isearch-message-suffix.
|
|
4036 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
4037 "overwrapped" search, FWIW.
|
|
4038
|
|
4039 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4040
|
|
4041 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
4042 search ring instead of search-last-string and search-last-regexp.
|
|
4043 (search-highlight): Renamed from isearch-highlight.
|
|
4044 (isearch-exit): Use the new name.
|
|
4045 (isearch-highlight): Ditto.
|
|
4046 (isearch-dehighlight): Ditto.
|
|
4047 (isearch-update-ring): New function.
|
|
4048 (isearch-done): Call it.
|
|
4049 (isearch-done): New argument EDIT.
|
438
|
4050 (isearch-repeat): If search string is empty, look up at the car of
|
428
|
4051 the search ring; ignore the yank pointer.
|
|
4052 (isearch-abort): Call isearch-done with NOPUSH.
|
|
4053 (isearch-cancel): New function.
|
|
4054 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
4055
|
|
4056 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
4057
|
|
4058 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
4059
|
|
4060 * x-select.el (x-get-clipboard): obsolete.
|
|
4061 (x-yank-clipboard-selection): obsolete
|
|
4062
|
|
4063 * select.el (disown-selection): need to be careful to disown the
|
|
4064 clipboard if we set it via selection.
|
|
4065 (get-clipboard): move from x-select.el
|
|
4066 (yank-clipboard-selection): ditto.
|
|
4067
|
|
4068 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4069
|
|
4070 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
4071 isearch-highlight-all-matches to nil.
|
|
4072 (isearch-fixed-case): New variable.
|
|
4073 (isearch-mode): Initialize it.
|
|
4074 (isearch-edit-string): Save it.
|
|
4075 (isearch-toggle-case-fold): Set it.
|
|
4076 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
4077 need to check isearch-fixed-case.
|
|
4078 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
4079 before the pause.
|
438
|
4080 (isearch-edit-string):
|
428
|
4081
|
|
4082 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4083
|
|
4084 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
4085 before reading the event so that the prompt is displayed properly.
|
|
4086 (isearch-message): Use isearch-nonincremental when calling
|
|
4087 isearch-message-prefix.
|
|
4088 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
4089 M-p and M-n respectively.
|
|
4090 (isearch-done): New arg NOPUSH.
|
|
4091 (isearch-edit-string): Use it.
|
|
4092 (isearch-edit-string): Don't bind isearch-string.
|
|
4093 (isearch-ring-adjust): Edit string, *then* push state.
|
|
4094
|
|
4095 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
4096
|
|
4097 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
4098 different than default.
|
|
4099
|
|
4100 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4101
|
|
4102 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4103 save-excursion.
|
|
4104 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4105 (isearch-update): Call isearch-dehighlight without arguments.
|
|
4106 (isearch-done): Ditto.
|
|
4107
|
|
4108 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
4109 upper-case letters, allow the folding to be reenabled.
|
|
4110 Previously, once disabled, the folding would remain that way until
|
|
4111 the end of isearch.
|
|
4112 (isearch-top-state): Call isearch-fix-case.
|
|
4113
|
|
4114 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4115 save-excursion.
|
|
4116 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4117
|
|
4118 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
4119
|
|
4120 * xpm-button.el:
|
|
4121 xbm-button.el: Need to exist in core because gui.el depends on
|
|
4122 them.
|
|
4123
|
|
4124 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
4125
|
|
4126 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
4127 (buffers-tab-default-buffer-line-length): new specifier for
|
|
4128 maximum viewable characters.
|
|
4129 (progress-stack): new variable for implementing widget-based
|
|
4130 progress messages.
|
|
4131 (progress-area-buffer): ditto.
|
|
4132 (progress-glyph-height): ditto.
|
|
4133 (progress-stop-callback): ditto.
|
|
4134 (progress-quit-function): new function.
|
|
4135 (progress-glyph): new variable.
|
|
4136 (progress-layout-glyph): ditto.
|
|
4137 (progress-displayed-p): new function, see message-displayed-p for
|
|
4138 details.
|
|
4139 (clear-progress): ditto.
|
|
4140 (remove-progress): ditto.
|
|
4141 (append-progress): ditto.
|
|
4142 (raw-append-progress): ditto.
|
|
4143 (display-progress): ditto.
|
|
4144 (current-progress): ditto.
|
|
4145 (current-progress-label): ditto.
|
|
4146 (progress): ditto.
|
|
4147 (lprogress): ditto.
|
|
4148
|
|
4149
|
|
4150 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4151
|
|
4152 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
4153
|
|
4154 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
4155 `isearch-yank-selection'.
|
|
4156 (isearch-mode-map): Use it.
|
|
4157 (isearch-yank-selection): Use `get-selection' instead of
|
|
4158 `get-x-selection'.
|
|
4159
|
|
4160 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4161
|
|
4162 * faces.el (isearch-secondary): Create face here.
|
|
4163
|
438
|
4164 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
428
|
4165 timers.
|
|
4166
|
|
4167 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
4168
|
|
4169 * subr.el (buffer-string): More robust backward compatibility
|
|
4170 check, courtesy William Perry.
|
|
4171
|
|
4172 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
4173
|
|
4174 * replace.el (perform-replace): Stop the search after the search
|
|
4175 limit has been reached.
|
|
4176
|
|
4177 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
4178
|
|
4179 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
4180 here if we don't have one.
|
|
4181
|
|
4182 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
4183
|
|
4184 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
4185 efficient UTF8 support
|
|
4186 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
4187 being defined
|
|
4188 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
4189 being defined
|
|
4190
|
442
|
4191 1999-08-23 Didier Verna <didier@xemacs.org>
|
428
|
4192
|
|
4193 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
4194 Some doc strings improvements, and add a star to the `interactive'
|
|
4195 calls.
|
|
4196
|
|
4197 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
4198
|
|
4199 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
4200 keywords and regexpes for javadoc syntax 1.2.
|
|
4201
|
|
4202 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
4203
|
|
4204 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
4205 format-buffers-tab-line.
|
|
4206 (buffers-tab-max-buffer-line-length): new variable.
|
|
4207 (format-buffers-tab-line): new function. truncate names if over
|
|
4208 buffers-tab-max-buffer-line-length.
|
|
4209
|
|
4210 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
4211
|
|
4212 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
4213
|
|
4214 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
4215
|
|
4216 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
4217 brute-force approach to deleting the last buffer.
|
|
4218 (buffers-tab-grouping-regexp): new customizable variable.
|
|
4219 (select-buffers-tab-buffers-by-mode): use it.
|
|
4220
|
|
4221 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
4222
|
|
4223 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
4224 deletion problem.
|
|
4225
|
442
|
4226 1999-07-30 Didier Verna <didier@xemacs.org>
|
428
|
4227
|
|
4228 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
4229 of princ to output symbols.
|
|
4230 (custom-save-face-internal): ditto.
|
|
4231 (custom-save-resets): ditto.
|
|
4232
|
442
|
4233 1999-08-09 Didier Verna <didier@xemacs.org>
|
428
|
4234
|
|
4235 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
4236 `regexp-quote' to protect the major mode name for use as a regular
|
|
4237 expression (c++ needs this for instance).
|
|
4238
|
|
4239 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
4240
|
|
4241 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
4242 cope with similar mode names.
|
|
4243
|
|
4244 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
4245 function.
|
|
4246 (select-buffers-tab-buffers-by-mode): new function.
|
|
4247 (buffers-tab-items): use it if set to only display buffers in the
|
|
4248 tab in the current buffer's group..
|
|
4249 (update-tab-in-gutter): use new api.
|
|
4250 (remove-buffer-from-gutter-tab): ditto.
|
|
4251
|
|
4252 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
4253 default to 6.
|
|
4254 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
4255 (add-tab-to-gutter): set face as default.
|
|
4256
|
|
4257 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
4258
|
|
4259 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
4260 with the target, not replace it.
|
|
4261
|
|
4262 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
4263
|
|
4264 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
4265 buffer-items.
|
|
4266 (update-tab-in-gutter): use it.
|
|
4267
|
|
4268 * gutter-items.el (record-buffer-hook): set.
|
|
4269
|
|
4270 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
4271 change.
|
|
4272 (switch-to-buffer-hook) deleted.
|
|
4273
|
|
4274 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
4275
|
|
4276 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
4277 as an argument to create-frame-hook.
|
|
4278
|
|
4279 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4280
|
|
4281 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
4282 instead of timer emulation.
|
|
4283
|
|
4284 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
4285
|
|
4286 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
4287 Emacs isearch enhancements.
|
|
4288
|
|
4289 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
4290
|
|
4291 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
4292 all devices that support tab controls.
|
|
4293 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
4294 value for kill-buffer-hook.
|
|
4295
|
|
4296 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
4297
|
|
4298 * auto-show.el (auto-show-truncationp): changed to match
|
|
4299 `window_translation_on'
|
|
4300
|
|
4301 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4302
|
|
4303 * XEmacs 21.2.19 is released
|
|
4304
|
|
4305 1999-07-28 SL Baur <steve@miho>
|
|
4306
|
|
4307 * code-files.el (insert-file-contents): Fix docstring.
|
|
4308 revert previous change.
|
|
4309
|
|
4310 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4311
|
|
4312 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
4313 contain word-across-newline plus one character so that filling
|
|
4314 Japanese and Chinese works as desired.
|
|
4315 * simple.el (do-auto-fill): Ditto.
|
|
4316
|
|
4317 1999-07-26 SL Baur <steve@miho>
|
|
4318
|
|
4319 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
4320 method.
|
|
4321 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4322
|
|
4323 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
4324
|
|
4325 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
4326 able to use cl-macs macro in early lisp.
|
|
4327
|
|
4328 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
4329
|
|
4330 * custom.el:
|
|
4331 * cus-face.el:
|
|
4332 * cus-edit.el:
|
|
4333 Massive custom Theme API changes.
|
|
4334
|
|
4335 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4336
|
|
4337 * code-files.el (insert-file-contents): Regard
|
|
4338 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
4339
|
|
4340 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4341
|
|
4342 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
4343 bootstrapping problem with C locale.
|
|
4344
|
|
4345 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
4346
|
|
4347 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
4348 gutter-items in a less than functional XEmacs.
|
|
4349 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
4350
|
|
4351 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
4352
|
|
4353 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
4354 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
4355 t.
|
|
4356
|
|
4357 1999-07-22 SL Baur <steve@miho>
|
|
4358
|
|
4359 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
4360
|
|
4361 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
4362
|
|
4363 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
4364 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
4365 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
4366 modular enough to use as an efficient scripting tool.)
|
|
4367
|
|
4368 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4369
|
|
4370 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
4371 coding-category `utf-8' and `ucs-4' if they are available.
|
|
4372
|
|
4373 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4374
|
|
4375 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
4376 (prefer-coding-system): Fix DOC-string.
|
|
4377
|
|
4378 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
4379 DOC-string too.
|
|
4380
|
|
4381 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
4382 Mule.
|
|
4383 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
4384
|
|
4385 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4386
|
|
4387 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
4388 instead of `list-coding-system'.
|
|
4389
|
|
4390 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4391
|
|
4392 * menubar-items.el (default-menubar): `select-input-method' was
|
|
4393 renamed to `set-input-method'.
|
|
4394
|
|
4395 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4396 "Set Language Environment" menu.
|
|
4397
|
|
4398 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4399 "Describe Language Support" menu.
|
|
4400
|
|
4401 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4402
|
|
4403 * mule/chinese.el ("Chinese-GB"): Rename
|
|
4404 `chinese-gb-environment-setup-function' to
|
|
4405 `setup-chinese-gb-environment-internal'.
|
|
4406
|
|
4407 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4408
|
|
4409 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
4410 `copy-coding-system'.
|
|
4411
|
|
4412 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4413
|
|
4414 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4415 Treat duplicated coding-categories.
|
|
4416
|
|
4417 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4418
|
|
4419 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
4420 `copy-coding-system'.
|
|
4421
|
|
4422 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4423
|
|
4424 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
4425 coding-system `viscii'.
|
|
4426
|
|
4427 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4428
|
|
4429 * mule/cyrillic.el:
|
|
4430 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
4431 (cyrillic-alternativnyj-decode-table): New variable.
|
|
4432 (cyrillic-alternativnyj-encode-table): New variable.
|
|
4433 - Specify `iso-8-1' as a category of coding-system
|
|
4434 `alternativnyj'.
|
|
4435 - Abolish general Cyrillic environment.
|
|
4436
|
|
4437 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4438
|
|
4439 * mule/chinese.el:
|
|
4440 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
4441 - Register `chinese-gb-environment-setup-function' as a
|
|
4442 `setup-function' of "Chinese-GB" environment.
|
|
4443
|
|
4444 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4445
|
|
4446 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
4447 optional argument `parents'.
|
|
4448
|
|
4449 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
4450 property for Thai-XTIS.
|
|
4451
|
|
4452 * mule/mule-help.el (help-with-tutorial): Use property
|
|
4453 `tutorial-coding-system' of language-info as a coding-system to
|
|
4454 read tutorial file.
|
|
4455
|
|
4456 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4457
|
|
4458 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
4459 `exit-function'.
|
|
4460
|
|
4461 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4462 `set-coding-category-system' to set up coding-system for
|
|
4463 coding-category.
|
|
4464
|
|
4465 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4466 `set-coding-category-system' to set up coding-system for
|
|
4467 coding-category.
|
|
4468
|
|
4469 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4470
|
|
4471 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
4472 Thai-XTIS environment.
|
|
4473
|
|
4474 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4475 `find-coding-system' instead of `coding-system-p'.
|
|
4476
|
|
4477 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4478
|
|
4479 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4480 Modify eol-type for XEmacs.
|
|
4481
|
|
4482 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
4483
|
|
4484 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
4485 function.
|
|
4486 (prefer-coding-system): Don't call
|
|
4487 `update-coding-systems-internal'; use function
|
|
4488 `coding-category-list' instead of variable `coding-category-list';
|
|
4489 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
4490 modify `eol-type' for XEmacs.
|
|
4491
|
|
4492 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
4493 `charset-columns'.
|
|
4494 (char-width): Likewise.
|
|
4495
|
|
4496 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4497
|
|
4498 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
4499 `tis-620'.
|
|
4500
|
|
4501 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4502 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
4503 call `update-coding-systems-internal'.
|
|
4504
|
|
4505 * mule/mule-misc.el (coding-system-get): New function.
|
|
4506 (coding-system-put): New function.
|
|
4507 (coding-system-category): New function.
|
|
4508
|
|
4509 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4510
|
|
4511 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
4512 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
4513 to avoid conflict with leim/quail/thai-xtis.
|
|
4514
|
|
4515 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
4516 to thai-xtis-chars.el.
|
|
4517
|
|
4518 * mule/thai-xtis-chars.el: New file (split from
|
|
4519 mule/thai-xtis.el).
|
|
4520
|
|
4521 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4522
|
|
4523 * mule/thai-xtis.el:
|
|
4524 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
4525 - Add syntax entries.
|
|
4526 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
4527 `tis-620'.
|
|
4528
|
|
4529 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
4530
|
|
4531 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
4532 rewritten to use write-multibyte-character.
|
|
4533
|
|
4534 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4535
|
|
4536 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
4537 of `iso-2022-7'.
|
|
4538 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
4539 ported yet.
|
|
4540 (read-input-method-name): Treat optional argument `default'.
|
|
4541
|
|
4542 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4543
|
|
4544 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
4545 all.
|
|
4546 (set-language-info-alist): Set up menus here.
|
|
4547
|
|
4548 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4549
|
|
4550 * minibuf.el (completing-read): Add new optional argument
|
|
4551 `default'.
|
|
4552 (read-coding-system): Add new optional argument
|
|
4553 `default-coding-system'.
|
|
4554
|
|
4555 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
4556
|
|
4557 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
4558 (viet-viscii-...->viet-vscii...).
|
|
4559
|
|
4560 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
4561
|
|
4562 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
4563 and menus.
|
|
4564
|
|
4565 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
4566
|
|
4567 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
4568 property.
|
|
4569
|
|
4570 1999-03-30 Dave Love <fx@gnu.org>
|
|
4571
|
|
4572 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
4573
|
|
4574 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
4575
|
|
4576 * mule/european.el (setup-slovenian-environment): New function.
|
|
4577 ("Slovenian"): New language environment.
|
|
4578
|
|
4579 1999-01-27 Dave Love <fx@gnu.org>
|
|
4580
|
|
4581 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
4582 :type (choices) and appropriate :get.
|
|
4583
|
|
4584 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
4585
|
|
4586 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
4587 input-method-alist.
|
|
4588
|
|
4589 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
4590
|
|
4591 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
4592 set-coding-priority, so that the internal array of priorities is
|
|
4593 also updated.
|
|
4594
|
|
4595 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4596
|
|
4597 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
4598 requires specific EOL conversion type, make the default coding
|
|
4599 systems use that.
|
|
4600
|
|
4601 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4602
|
|
4603 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
4604 eol-type to set-language-environment-coding-systems.
|
|
4605 (set-default-coding-systems): Copy the eol-type property for the
|
|
4606 new default values of {buffer-file,process}-coding-system from the
|
|
4607 old defaults.
|
|
4608 (set-language-environment-coding-systems): Accept an optional
|
|
4609 argument EOL-TYPE, and set the eol-type property of the default
|
|
4610 coding systems accordingly.
|
|
4611
|
|
4612 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
4613
|
|
4614 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
4615 use generate-new-buffer instead of get-buffer-create.
|
|
4616
|
|
4617 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4618
|
|
4619 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
4620
|
|
4621 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
4622
|
|
4623 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
4624
|
|
4625 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4626
|
|
4627 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
4628 Add apropos-inhibit property.
|
|
4629 (describe-specified-language-support): Likewise.
|
|
4630
|
|
4631 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4632
|
|
4633 * mule/mule-cmds.el: Doc fixes.
|
|
4634
|
|
4635 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
4636
|
|
4637 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
4638 modified.
|
|
4639
|
|
4640 1998-09-01 Dave Love <fx@gnu.org>
|
|
4641
|
|
4642 * mule/mule-cmds.el (current-language-environment): Fix
|
|
4643 setter function.
|
|
4644
|
|
4645 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
4646
|
|
4647 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
4648 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
4649 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
4650 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
4651 files using interpreted code.
|
|
4652
|
|
4653 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
4654
|
|
4655 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
4656 ("Latin-2"): Likewise.
|
|
4657
|
|
4658 1998-08-18 Per Starback <starback@update.uu.se>
|
|
4659
|
|
4660 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
4661
|
|
4662 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
4663
|
|
4664 * mule/european.el: Give proper value of `input-method' key to all
|
|
4665 lang. env.
|
|
4666
|
|
4667 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
4668 the arg INPUT-METHOD is nil correctly.
|
|
4669 (read-multilingual-string): Activate the specified input method
|
|
4670 before calling read-string. Afterward, activate the original
|
|
4671 input method.
|
|
4672
|
|
4673 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
4674
|
|
4675 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4676 (set-language-info-alist): Fix typo in doc-string.
|
|
4677
|
|
4678 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
4679
|
|
4680 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
4681
|
|
4682 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4683 (reset-language-environment): New function for the job that
|
|
4684 setup-english-environment used to do.
|
|
4685 (set-language-environment): Do more setups according to the info
|
|
4686 in language-info-alist.
|
|
4687 (read-language-name): Handle the case that the arg KEY is nil.
|
|
4688 (describe-language-environment): Handle input-method property.
|
|
4689
|
|
4690 * mule/: All files under this directory, which related with
|
|
4691 specific languages (such as mule/european.el, mule/greek.el,
|
|
4692 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
4693 (setup-XXX-environment): Just call set-language-environment. If
|
|
4694 they used to do some other jobs than what done by
|
|
4695 set-language-environment, those jobs are done in
|
|
4696 setup-XXX-environment-internal now.
|
|
4697 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
4698 the value to setup-XXX-environment-internal. Add properties
|
|
4699 input-method and features.
|
|
4700
|
|
4701 * mule/english.el (setup-english-environment): Just call
|
|
4702 reset-language-environment.
|
|
4703
|
|
4704 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
4705
|
|
4706 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4707
|
|
4708 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
4709 (input-method-use-echo-area): Doc fixes.
|
|
4710
|
|
4711 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
4712
|
|
4713 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
4714 variable.
|
|
4715 (input-method-use-echo-area): New variable.
|
|
4716
|
|
4717 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
4718
|
|
4719 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4720
|
|
4721 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
4722
|
|
4723 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
4724 (inactivate-input-method): Likewise.
|
|
4725
|
|
4726 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
4727
|
|
4728 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
4729 input method in the current buffer, but just bind
|
|
4730 current-input-method.
|
|
4731
|
|
4732 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
4733
|
|
4734 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
4735
|
|
4736 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
4737 coding-system.
|
|
4738
|
|
4739 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
4740
|
|
4741 * mule/greek.el: Add coding-priority.
|
|
4742
|
|
4743 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4744
|
|
4745 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
4746 LANG-ENV.
|
|
4747
|
|
4748 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4749
|
|
4750 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
4751 (setup-specified-language-environment): Doc fix.
|
|
4752
|
|
4753 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4754
|
|
4755 * mule/mule-cmds.el: Several doc fixes.
|
|
4756 (get-language-info, set-language-info): Rename argument.
|
|
4757 (set-language-info-alist): Likewise.
|
|
4758 (register-input-method): Rename argument.
|
|
4759 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
4760
|
|
4761 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
4762
|
|
4763 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
4764 default value while reading an input method.
|
|
4765
|
|
4766 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
4767
|
|
4768 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
4769 Use buffer-file-coding-system as default.
|
|
4770
|
|
4771 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
4772
|
|
4773 * mule/korean.el ("Korean"): Doc fix.
|
|
4774
|
|
4775 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
4776
|
|
4777 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
4778 languge environment at the head.
|
|
4779
|
|
4780 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
4781
|
|
4782 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
4783 for Japanese environment.
|
|
4784
|
|
4785 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
4786
|
|
4787 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
4788 (current-language-environment): Use defcustom.
|
|
4789 (default-input-method): Specify :type.
|
|
4790
|
|
4791 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
4792
|
|
4793 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4794 modified.
|
|
4795 (prefer-coding-system): Doc-string modified.
|
|
4796
|
|
4797 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4798
|
|
4799 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
4800 describes `coding-priority' KEY.
|
|
4801 (set-language-environment-coding-systems): New function.
|
|
4802 (select-safe-coding-system): New function.
|
|
4803 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
4804 (set-language-info-alist): New optionla arg PARENTS. Call
|
442
|
4805 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
428
|
4806 (set-language-environment-coding-systems): New function.
|
|
4807
|
|
4808 * mule/chinese.el: Remove setting up of
|
|
4809 describe-chinese-environment-map and
|
|
4810 setup-chinese-environment-map. Exclude them in args of calls to
|
|
4811 set-language-info-alist. Register coding-priority key in
|
|
4812 language-info-alist.
|
|
4813
|
|
4814 * mule/cyrillic.el: Remove setting up of
|
|
4815 describe-cyrillic-environment-map and
|
|
4816 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
4817 set-language-info-alist. Register coding-priority key in
|
|
4818 language-info-alist.
|
|
4819
|
|
4820 * mule/english.el: Register coding-priority key in
|
|
4821 language-info-alist.
|
|
4822
|
|
4823 * mule/ethiopic.el: Register coding-priority key in
|
|
4824 language-info-alist.
|
|
4825
|
|
4826 * mule/european.el: Remove setting up of
|
|
4827 describe-european-environment-map and
|
|
4828 setup-european-environment-map. Exclude them in args of calls to
|
|
4829 set-language-info-alist. Register coding-priority key in
|
|
4830 language-info-alist. Add "German" language env.
|
|
4831 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
4832 (setup-german-environment): New function.
|
|
4833
|
|
4834 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
4835 change default input method to "greek-postfix".
|
|
4836
|
|
4837 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
4838 coding-priority key in
|
|
4839
|
|
4840 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
4841
|
|
4842 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
4843 (input-method-inactivate-hook): Doc fix.
|
|
4844
|
|
4845 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
4846
|
|
4847 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
4848 select-input-method.
|
|
4849
|
|
4850 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
4851
|
|
4852 * mule/mule-cmds.el (set-language-environment): Run
|
|
4853 exit-language-environment-hook before calling `exit-function'
|
|
4854 which is specified for the language environment.
|
|
4855
|
|
4856 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
4857
|
|
4858 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4859 modified.
|
|
4860 (prefer-coding-system): Likewise.
|
|
4861 (describe-language-environment): Print aliases of each coding
|
|
4862 system.
|
|
4863 (set-language-environment-hook): New variable.
|
|
4864 (exit-language-environment-hook): New variable.
|
|
4865 (set-language-environment): Call these hooks. Before setting a
|
|
4866 new language environment, exit from the
|
|
4867 current-language-environment if necessary.
|
|
4868 (input-method-verbose-flag): The value can be nil, t,
|
|
4869 complex-only, or default.
|
|
4870 (input-method-highlight-flag): Doc-string augmented.
|
|
4871 (activate-input-method): Check if we can run the registered
|
|
4872 function to activate an input method.
|
|
4873
|
|
4874 * mule/korean.el: Set exit-function for language environment
|
|
4875 "Korean" to exit-korean-environment.
|
|
4876 (setup-korean-environment): Moved to korea-util.el.
|
|
4877
|
|
4878 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4879
|
|
4880 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
4881 current-input-method prior to default-input-method. Don't bind
|
|
4882 current-input-method by `let', instead, activate the specified
|
|
4883 input method in the current buffer temporarily.
|
|
4884
|
|
4885 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
4886
|
|
4887 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
4888
|
|
4889 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4890
|
|
4891 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
4892 decode-hz-region.
|
|
4893 (pre-write-encode-hz): Do not change the value of
|
|
4894 last-coding-system.
|
|
4895
|
|
4896 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4897
|
|
4898 * mule/mule-ccl.el: Doc fixes.
|
|
4899
|
|
4900 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
4901
|
|
4902 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
4903 (check-ccl-program): New macro.
|
|
4904
|
|
4905 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4906
|
|
4907 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
4908 (ccl-command-table): Add read-multibyte-character and
|
|
4909 write-multibyte-character.
|
|
4910 (ccl-code-table): Add ex-cmd.
|
|
4911 (ccl-extended-code-table): New variable.
|
|
4912 (ccl-embed-extended-command): New function.
|
|
4913 (ccl-compile-read-multibyte-character,
|
|
4914 ccl-compile-write-multibyte-character) New functions.
|
|
4915 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
4916 ccl-dump-write-multibyte-character): New functions.
|
|
4917
|
|
4918 1999-07-22 SL Baur <steve@miho>
|
|
4919
|
|
4920 * config.el (config-value-file): config.values is installed into
|
|
4921 doc-directory.
|
|
4922 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
4923
|
442
|
4924 1999-07-19 Didier Verna <didier@xemacs.org>
|
428
|
4925
|
|
4926 * rect.el: all functions rewritten, except when noted. Below is a
|
|
4927 list of interface changes.
|
|
4928 (apply-on-rectangle): new function. Obsoletes
|
|
4929 `operate-on-rectangle'. All functions that used to call this
|
|
4930 function now call the new one.
|
|
4931 (kill-rectangle): added optional prefix arg to fill lines.
|
|
4932 (delete-rectangle): ditto.
|
|
4933 (delete-extract-rectangle): ditto.
|
|
4934 (open-rectangle): ditto.
|
|
4935 (clear-rectangle): ditto.
|
|
4936 (delete-rectangle-line): added third arg FILL.
|
|
4937 (delete-extract-rectangle-line): ditto.
|
|
4938 (open-rectangle-line): ditto.
|
|
4939 (clear-rectangle-line): ditto.
|
|
4940
|
|
4941 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
4942
|
|
4943 * menubar-items.el (default-menubar): add gutter options.
|
|
4944
|
|
4945 * gutter-items.el: new file.
|
|
4946 (gutter): new group for custom.
|
|
4947 (gutter-visible-p): new variable.
|
|
4948 (default-gutter-position): ditto.
|
|
4949 (buffers-tab): new group for the buffers tab.
|
|
4950 (gutter-buffers-tab): widget to put in the gutter.
|
|
4951 (buffers-tab-max-size): max number of tabs.
|
|
4952 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
4953 tab is pressed.
|
|
4954 (buffers-tab-omit-function): filter buffers with this function.
|
|
4955 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
4956 inclusion in tabs.
|
|
4957 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
4958 the record.
|
|
4959 (build-buffers-tab-internal): build a list of tab items.
|
|
4960 (buffers-tab-items): ditto.
|
|
4961 (add-tab-to-gutter): put a tab in the gutter area.
|
|
4962 (update-tab-in-gutter): reset the buffers in the tab.
|
|
4963
|
|
4964 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
4965
|
|
4966 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
4967 (switch-to-buffer-hooks): new hook.
|
|
4968
|
|
4969 * toolbar.el (default-toolbar-position): fix typo.
|
|
4970
|
|
4971 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
4972
|
|
4973 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
4974
|
442
|
4975 1999-07-15 Didier Verna <didier@xemacs.org>
|
428
|
4976
|
|
4977 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
4978 prompt for a comment string.
|
|
4979 (customize-set-value): optional prefix makes this function handle
|
|
4980 variable comments.
|
|
4981 (customize-set-variable): ditto.
|
|
4982 (customize-save-variable): ditto.
|
|
4983 (customize-customized): handle custom comments.
|
|
4984 (customize-save-customized): ditto.
|
|
4985 (custom-variable-state-set): ditto.
|
|
4986 (custom-face-state-set): ditto.
|
|
4987 (customize-saved): ditto.
|
|
4988 (custom-variable-set): ditto.
|
|
4989 (custom-face-set): ditto.
|
|
4990 (custom-variable-save): ditto.
|
|
4991 (custom-face-save): ditto.
|
|
4992 (custom-variable-reset-saved): ditto.
|
|
4993 (custom-face-reset-saved): ditto.
|
|
4994 (custom-variable-reset-standard): ditto.
|
|
4995 (custom-face-reset-standard): ditto.
|
|
4996 (custom-comment-face): new face.
|
|
4997 (custom-comment-tag-face): ditto.
|
|
4998 (custom-comment): new widget.
|
|
4999 (custom-comment-create): new function.
|
|
5000 (custom-comment-delete): ditto.
|
|
5001 (custom-comment-value-set): ditto.
|
|
5002 (custom-comment-show): ditto.
|
|
5003 (custom-comment-invisible-p): ditto.
|
|
5004 (custom-variable-value-create): create a comment field widget.
|
|
5005 (custom-face-value-create): ditto.
|
|
5006 (custom-variable-menu): new entry for adding a custom comment.
|
|
5007 (custom-face-menu): ditto.
|
|
5008 (custom-save-variables): possibly save custom comments.
|
|
5009 (custom-save-faces): ditto.
|
|
5010
|
|
5011 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
5012 custom comment as fourth argument.
|
|
5013
|
|
5014 * custom.el (custom-set-variables): the arguments can now have a
|
|
5015 custom comment as fifth element.
|
|
5016
|
|
5017 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5018
|
|
5019 * XEmacs 21.2.18 is released
|
|
5020
|
|
5021 1999-07-13 SL Baur <steve@miho>
|
|
5022
|
|
5023 * lib-complete.el (read-library-name): Revert previous change.
|
|
5024 (read-library): Ditto.
|
|
5025
|
|
5026 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
5027
|
|
5028 * packages.el (packages-package-list): Capitalize docstring.
|
|
5029
|
|
5030 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
5031 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
5032 which returns a freshly consed list. #'append would create yet
|
|
5033 another fresh list, using Fmake_list in concat.
|
|
5034
|
|
5035 * packages.el (package-provide): Use setq with remassq like it
|
|
5036 says in its docstring.
|
|
5037
|
|
5038 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5039
|
|
5040 * lib-complete.el (progn-with-message): Fix typo.
|
|
5041
|
|
5042 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5043
|
|
5044 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
5045 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
5046
|
|
5047 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
5048
|
|
5049 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
5050
|
|
5051 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
5052
|
|
5053 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
5054 keys if already bound
|
|
5055
|
|
5056 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5057
|
|
5058 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
5059
|
|
5060 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5061
|
|
5062 * lib-complete.el (find-library):
|
|
5063 (find-library-other-window):
|
|
5064 (find-library-other-frame): Completely rewrote
|
|
5065 so that these functions actually work when called non-interactively.
|
|
5066 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
5067
|
|
5068 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5069
|
|
5070 * simple.el (indent-new-comment-line): Locally bound
|
|
5071 `block-comment-start' to `comstart' or else when this is called
|
|
5072 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
5073 `block-comment-start' value, ignoring any existing spacing after a
|
|
5074 comment prefix in the previous line and producing ugly comments.
|
|
5075
|
|
5076 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
5077
|
|
5078 * list-mode.el (mouse-choose-completion):
|
|
5079 (choose-completion):
|
|
5080 (completion-switch-to-minibuffer): Added.
|
|
5081 ([Tab]): [Tab] previously switched to the minibuffer
|
|
5082 but since [space] does that and since most applications in the
|
|
5083 world use [Tab] to select the next item in a list, do that in the
|
|
5084 *Completions* buffer too. This will cause the least confusion
|
|
5085 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
5086 06/23/1999.
|
|
5087
|
|
5088 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
5089
|
|
5090 * help.el (help-buffer-name): Added support for a null value
|
|
5091 of `help-buffer-prefix-string' since some buffers require no
|
|
5092 prefix.
|
|
5093
|
|
5094 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5095
|
|
5096 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
5097 in the completion-list-mode-map to bury the completions buffer
|
|
5098 even when the minibuffer is no longer active.
|
|
5099
|
|
5100 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5101
|
|
5102 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
5103 the text cursor disappear within list buffers, especially when
|
|
5104 moving from window to window, so leave it visible.
|
|
5105
|
|
5106 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
5107
|
|
5108 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
5109 report menu item (which may not be possible in this XEmacs).
|
|
5110 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
5111
|
|
5112 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
5113
|
|
5114 * subr.el (with-current-buffer): DOC string fix.
|
|
5115 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
5116
|
|
5117 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
5118
|
|
5119 * cus-face.el (custom-face-italic): insert missing args
|
|
5120
|
|
5121 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5122
|
|
5123 * packages.el (package-locations): Changed default early package
|
|
5124 hierarchies to ~/.xemacs/mule-packages and
|
|
5125 ~/.xemacs/xemacs-packages.
|
|
5126
|
|
5127 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
5128
|
|
5129 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
5130
|
|
5131 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5132
|
|
5133 * packages.el (package-locations): Changed default early package
|
|
5134 hierarchy to ~/.xemacs/packages.
|
|
5135 (package-locations): Removed `packages' as a possible name for a
|
|
5136 late package hierarchy.
|
|
5137
|
|
5138 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5139
|
|
5140 * mule/mule-category.el (word-combining-categories): Set up new
|
|
5141 variable.
|
|
5142 (word-separating-categories): Likewise.
|
|
5143
|
|
5144 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5145
|
|
5146 * XEmacs 21.2.17 is released
|
|
5147
|
|
5148 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
5149
|
|
5150 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
5151 of font size.
|
|
5152
|
|
5153 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5154
|
|
5155 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
5156 is 1.
|
|
5157
|
|
5158 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5159
|
|
5160 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
5161 8859-5 instead of ISO 8859-1.
|
|
5162
|
|
5163 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
5164
|
|
5165 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
5166 (viet-viscii-encode-table): Ditto.
|
|
5167
|
|
5168 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
5169 Make obsolete definition of char-octet.
|
|
5170
|
|
5171 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
5172
|
|
5173 * subr.el: Move no-Mule make-char ...
|
|
5174 * help-nomule.el (make-char): To here.
|
|
5175 (string-width): Make Mule compatibility alias.
|
|
5176
|
|
5177 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
5178
|
|
5179 * select.el (get-selection-no-error): really make there be no-error.
|
|
5180 (get-selection): revert to original.
|
|
5181
|
|
5182 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
5183
|
|
5184 * select.el (selection-sets-clipboard): renamed.
|
|
5185 (own-selection): use it.
|
|
5186
|
|
5187 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5188
|
|
5189 * XEmacs 21.2.16 is released
|
|
5190
|
|
5191 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5192
|
|
5193 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
5194 missing characters to avoid crash.
|
|
5195
|
|
5196 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5197
|
|
5198 * coding.el (set-terminal-coding-system): Only set the console
|
|
5199 coding system on the selected console if it is a tty.
|
|
5200
|
|
5201 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5202
|
|
5203 * cus-face.el:
|
|
5204 * cus-edit.el:
|
|
5205 * faces.el:
|
|
5206 (custom):
|
|
5207 (face-spec-set):
|
|
5208 * faces.el (frob-face-property):
|
|
5209 * font-menu.el (font-menu-set-font):
|
|
5210 Actually apply changes from 1999-03-17
|
|
5211
|
|
5212 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
5213
|
|
5214 * select.el (get-selection): abstract out non error-signalling
|
|
5215 part.
|
|
5216 (get-selection-no-error): get-selection without signalling an
|
|
5217 error.
|
|
5218 (selection-is-clipboard-p): new variable. controls whether the
|
|
5219 selection sets the clipboard.
|
|
5220 (own-selection): use it.
|
|
5221
|
|
5222 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
5223 primary selection and cutbuffer.
|
|
5224
|
|
5225 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
5226
|
|
5227 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
5228 selection functions.
|
|
5229
|
|
5230 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5231
|
|
5232 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
5233 default value.
|
|
5234 (load): Use `raw-text' instead of `no-conversion'.
|
|
5235 (insert-file-contents): Likewise.
|
|
5236
|
|
5237 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
5238 of `no-conversion'.
|
|
5239
|
|
5240 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5241
|
|
5242 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
5243
|
|
5244 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
5245
|
|
5246 * subr.el (make-char): Define it if Mule is not around.
|
|
5247
|
|
5248 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
5249
|
|
5250 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
5251
|
|
5252 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
5253 obsolete alias.
|
|
5254 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
5255
|
|
5256 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5257
|
|
5258 * XEmacs 21.2.15 is released
|
|
5259
|
|
5260 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
5261
|
|
5262 * subr.el (split-string): Avoid infinite looping
|
|
5263
|
|
5264 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5265
|
|
5266 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
5267 (ldap-default-attribute-decoder): New variable
|
|
5268 (ldap-coding-system): New variable
|
|
5269 (ldap-attribute-syntax-encoders): New variable
|
|
5270 (ldap-attribute-syntax-decoders): New variable
|
|
5271 (ldap-attribute-syntaxes-alist): New variable
|
|
5272 (ldap-encode-boolean): New function
|
|
5273 (ldap-decode-boolean): New function
|
|
5274 (ldap-encode-country-string): New function
|
|
5275 (ldap-decode-string): New function
|
|
5276 (ldap-decode-address): New function
|
|
5277 (ldap-encode-address): New function
|
|
5278 (ldap-decode-attribute): New function
|
|
5279 (ldap-search): Use some of these
|
|
5280
|
|
5281 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
5282
|
|
5283 * version.el (emacs-version): Make the patch level/beta come
|
|
5284 before the XEmacs qualifier so that it gets into (funcall
|
|
5285 emacs-version) and thus in the bug reports.
|
|
5286 (emacs-version>=): Support patch levels.
|
|
5287
|
|
5288 1999-06-03 SL Baur <steve@xemacs.org>
|
|
5289
|
|
5290 * version.el: implement x.y.z version number
|
|
5291 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5292
|
|
5293 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
5294
|
|
5295 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
5296
|
|
5297 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
5298
|
|
5299 * startup.el: Document -private and break out non-standard X options.
|
|
5300
|
|
5301 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5302
|
|
5303 * mule/mule-charset.el (charset-after): New function.
|
|
5304 (charset-direction): Synch with Mule, update docstring.
|
|
5305 (get-charset-property): New function.
|
|
5306 (put-charset-property): New function.
|
|
5307 (charset-plist): New function.
|
|
5308
|
|
5309 * mule/mule-charset.el (compose-region):
|
|
5310 (decompose-region): remove; these functions (which don't work
|
|
5311 since we don't do composite characters) have been moved to
|
|
5312 mule-util.el.
|
|
5313 (toplevel): follow coding standards
|
|
5314
|
|
5315 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5316
|
|
5317 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
5318 exist any more.
|
|
5319
|
|
5320 * code-files.el: Fix commentary to follow coding standards. Move
|
|
5321 the single line left in mule-files.el to here.
|
|
5322
|
|
5323 * mule/mule-files.el: delete.
|
|
5324
|
|
5325 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
5326
|
|
5327 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
5328 old emacs 19 interface.
|
|
5329
|
|
5330 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
5331
|
|
5332 * x-font-menu.el (x-font-menu-load-font):
|
|
5333 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
5334
|
|
5335 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
5336
|
|
5337 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
5338 group.
|
|
5339 (font-menu-this-frame-only-p): ditto.
|
|
5340 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
5341 <vroonhof@math.ethz.ch>
|
|
5342 (font-menu-submenu-name-format): ditto.
|
|
5343 (font-menu-split-long-menu): ditto, for use by the family
|
|
5344 constructor.
|
|
5345 (font-menu-family-constructor): use it.
|
|
5346
|
|
5347 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
5348
|
|
5349 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
5350 for use by the font menu.
|
|
5351
|
|
5352 * msw-font-menu.el: new file implementing mswindows specific
|
|
5353 font-menu behaviour.
|
|
5354 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
5355 (mswindows-font-menu-junk-families): ditto.
|
|
5356 (hack-font-truename): ditto.
|
|
5357 (mswindows-font-regexp-ascii): ditto.
|
|
5358 (mswindows-reset-device-font-menus): ditto.
|
|
5359 (mswindows-font-menu-font-data): ditto.
|
|
5360 (mswindows-font-menu-load-font): ditto.
|
|
5361
|
|
5362 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
5363 (x-font-menu-font-data): ditto.
|
|
5364 (x-font-menu-load-font): ditto.
|
|
5365
|
|
5366 * font-menu.el: new file implementing generic font menu behaviour.
|
|
5367 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
5368 made device independent.
|
|
5369 (font-menu-this-frame-only-p): ditto.
|
|
5370 (font-menu-preferred-resolution): ditto.
|
|
5371 (font-menu-size-scaling): new variable used to determine whether
|
|
5372 sizes are in points or tenths of a point.
|
|
5373 (vassoc): moved from x-font-menu.el.
|
|
5374 (device-fonts-cache): ditto.
|
|
5375 (device-fonts-cache): ditto.
|
|
5376 (flush-device-fonts-cache): ditto.
|
|
5377 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
5378 device independent. Most functionality deferred to
|
|
5379 device-dependent versions.
|
|
5380 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
5381 made device independent.
|
|
5382 (font-menu-size-constructor): ditto.
|
|
5383 (font-menu-weight-constructor): ditto.
|
|
5384 (font-menu-set-font): ditto.
|
|
5385 (font-menu-change-face): ditto.
|
|
5386 (font-menu-load-font): new device method.
|
|
5387 (font-menu-font-data): ditto.
|
|
5388
|
|
5389 * x-font-menu.el: The above functions deleted.
|
|
5390
|
|
5391 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
5392
|
|
5393 * update-elc.el:
|
|
5394 * make-docfile.el:
|
|
5395 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
5396
|
|
5397 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
5398
|
|
5399 * x-select.el (x-select-convert-to-text):
|
|
5400 (x-selected-text-type):
|
|
5401 (x-get-selection):
|
|
5402 (xselect-convert-to-string):
|
|
5403 (xselect-convert-to-compound-text):
|
|
5404 (xselect-convert-to-length):
|
|
5405 (xselect-convert-to-targets):
|
|
5406 (xselect-convert-to-delete):
|
|
5407 (xselect-convert-to-filename):
|
|
5408 (xselect-convert-to-charpos):
|
|
5409 (xselect-convert-to-lineno):
|
|
5410 (xselect-convert-to-colno):
|
|
5411 (xselect-convert-to-sourceloc):
|
|
5412 (xselect-convert-to-os):
|
|
5413 (xselect-convert-to-host):
|
|
5414 (xselect-convert-to-user):
|
|
5415 (xselect-convert-to-class):
|
|
5416 (xselect-convert-to-name):
|
|
5417 (xselect-convert-to-integer):
|
|
5418 (xselect-convert-to-atom):
|
|
5419 (xselect-convert-to-identity): functions renamed from x-* and
|
|
5420 moved to select.el.
|
|
5421 (x-get-secondary-selection): use rename get-selection.
|
|
5422 (x-get-clipboard): ditto.
|
|
5423 (x-own-selection): moved to select.el.
|
|
5424 (x-valid-simple-selection-p): ditto.
|
|
5425 (x-dehilight-selection): ditto.
|
|
5426 (x-own-clipboard): ditto.
|
|
5427 (x-disown-selection): ditto.
|
|
5428
|
|
5429 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
5430 (x-insert-selection): ditto.
|
|
5431 (x-set-point-and-move-selection): use renamed function.
|
|
5432
|
|
5433 * select.el (selected-text-type): moved and renamed from
|
|
5434 x-select.el.
|
|
5435 (selection-owner-p): moved to C.
|
|
5436 (selection-exists-p): ditto.
|
|
5437 (get-cutbuffer): new device method.
|
|
5438 (get-selection): generalised and moved from x-select.el.
|
|
5439 (own-selection): moved x-own-selection functionality into here.
|
|
5440 (dehilight-selection): renamed and moved from x-select.el.
|
|
5441 (own-clipboard): functionality moved from x-select.el using new
|
|
5442 generic C builtins.
|
|
5443 (disown-clipboard): ditto.
|
|
5444 (select-convert-to-text):
|
|
5445 (select-convert-to-string):
|
|
5446 (select-convert-to-compound-text):
|
|
5447 (select-convert-to-length):
|
|
5448 (select-convert-to-targets):
|
|
5449 (select-convert-to-delete):
|
|
5450 (select-convert-to-filename):
|
|
5451 (select-convert-to-charpos):
|
|
5452 (select-convert-to-lineno):
|
|
5453 (select-convert-to-colno):
|
|
5454 (select-convert-to-sourceloc):
|
|
5455 (select-convert-to-os):
|
|
5456 (select-convert-to-host):
|
|
5457 (select-convert-to-user):
|
|
5458 (select-convert-to-class):
|
|
5459 (select-convert-to-name):
|
|
5460 (select-convert-to-integer):
|
|
5461 (select-convert-to-atom):
|
|
5462 (select-convert-to-identity): new functions renamed from x-* and
|
|
5463 moved from x-select.el.
|
|
5464
|
|
5465 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
5466 into here and use as the default window-system mouse yank.
|
|
5467 (insert-selection): generalised and moved from x-mouse.el.
|
|
5468 (own-clipboard): moved to C.
|
|
5469
|
|
5470 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
5471 (mswindows-own-selection): generalised and moved to select.el.
|
|
5472 (mswindows-disown-selection): generalised and moved to C.
|
|
5473 (mswindows-selection-owner-p): ditto.
|
|
5474
|
|
5475 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5476
|
|
5477 * XEmacs 21.2.14 is released
|
|
5478
|
|
5479 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5480
|
|
5481 * about.el: update contact info for jason and slb.
|
|
5482
|
|
5483 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5484
|
|
5485 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
5486 support from Emacs/Mule romanian.el.
|
|
5487
|
|
5488 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5489
|
|
5490 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
5491
|
|
5492 * cus-edit.el: idem ditto.
|
|
5493
|
|
5494 * faces.el: Added suport for adding device tags to various functions.
|
|
5495 (custom): New device tag.
|
|
5496 (face-spec-set): Call reset face with tags argument. No longer do
|
|
5497 x-init-global-faces hack.
|
|
5498
|
|
5499 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
5500 frob-face-property-1 over.
|
|
5501
|
|
5502 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
5503 properties to custom.
|
|
5504
|
|
5505 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
5506
|
|
5507 * mule/european.el (setup-czech-environment): Add czech support.
|
|
5508 From David Sauer <davids@orfinet.cz>
|
|
5509
|
|
5510 1999-03-15 SL Baur <steve@xemacs.org>
|
|
5511
|
|
5512 * check-features.el: Turn hard errors into warnings.
|
|
5513
|
|
5514 1999-03-21 SL Baur <steve@xemacs.org>
|
|
5515
|
|
5516 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
5517 xemacs-beta, default to t.
|
|
5518
|
|
5519 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
5520
|
|
5521 * loadup.el: Define Installation-string before loading anything.
|
|
5522
|
|
5523 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5524
|
|
5525 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
5526 From Anders Stenman <stenman@isy.liu.se>
|
|
5527
|
|
5528 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5529
|
|
5530 * wid-edit.el (widget-glyph-find): Ditto.
|
|
5531
|
|
5532 * packages.el (locate-library): Ditto.
|
|
5533
|
|
5534 * loadup.el (really-early-error-handler): Ditto.
|
|
5535
|
|
5536 * lib-complete.el (read-library): Ditto.
|
|
5537
|
|
5538 * faces.el (set-face-stipple): Ditto.
|
|
5539
|
|
5540 * code-files.el (load): Use new calling style of locate-file.
|
|
5541
|
|
5542 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5543
|
|
5544 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
5545 dead.
|
|
5546
|
|
5547 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5548
|
|
5549 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
5550 Installation.el.
|
|
5551
|
|
5552 * loadup.el (Installation-string): Define it here.
|
|
5553
|
|
5554 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5555
|
|
5556 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
5557 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
5558 the dumping process won't find it.
|
|
5559
|
434
|
5560 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
428
|
5561
|
|
5562 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
5563 subr so that we can use `replace-in-string' in Installation.el to
|
|
5564 get rid of C-m chars under the native Windows build.
|
|
5565
|
|
5566 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
5567
|
|
5568 * make-docfile.el: canonicalize file and directory names.
|
|
5569
|
|
5570 * device.el (call-device-method): new function for calling device
|
|
5571 specific methods.
|
|
5572 (define-device-method): new function for defining device methods.
|
|
5573 (define-device-method*): ditto.
|
|
5574
|
|
5575 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
5576
|
|
5577 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
5578
|
|
5579 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5580
|
|
5581 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
5582 (cyrillic-koi8-r-encode-table): Likewise.
|
|
5583 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
5584 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
5585
|
|
5586 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
5587 from vietnamese.el].
|
|
5588
|
|
5589 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
5590 mule/mule-misc.el.
|
|
5591
|
|
5592 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5593
|
|
5594 * mule/thai-xtis.el:
|
|
5595 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
5596 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
5597
|
|
5598 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5599
|
|
5600 * mule/ethiopic.el: fixed.
|
|
5601
|
|
5602 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5603
|
|
5604 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
5605
|
|
5606 * mule/thai-xtis.el: New file.
|
|
5607
|
|
5608 * mule/vietnamese.el: New file.
|
|
5609
|
|
5610 * mule/ethiopic.el: New file.
|
|
5611
|
|
5612 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
5613
|
|
5614 * bytecomp.el (byte-compile-close-variables): Leave
|
|
5615 debug-issue-ebola-notices alone.
|
|
5616
|
|
5617 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5618
|
|
5619 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
5620 at the top of the buffer since it is the most important thing to
|
|
5621 customize
|
|
5622 (ldap-get-host-parameter): New defun
|
|
5623 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
5624 distinguished names of entries
|
|
5625
|
|
5626 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
5627
|
|
5628 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
5629
|
|
5630 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
5631
|
|
5632 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
5633
|
|
5634 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
5635
|
|
5636 * format.el (format-alist): Disable image stuff.
|
|
5637
|
|
5638 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
5639
|
|
5640 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
5641 suffixes rather than the other way around.
|
|
5642 (widget-image-conversion): Renamed to
|
|
5643 `widget-image-file-name-suffixes'.
|
|
5644
|
|
5645 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
5646
|
|
5647 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
5648 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
5649 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
5650 (charset-iso-final-char): Rename from charset-final.
|
|
5651 (charset-width): Rename from charset-columns.
|
|
5652 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
5653
|
|
5654 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
5655 mule-charset.el
|
|
5656
|
|
5657 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
5658
|
|
5659 * x-faces.el (x-make-font-bold-italic): honor
|
|
5660 *try-oblique-before-italic-fonts*
|
|
5661
|
|
5662 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
5663
|
|
5664 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
5665
|
|
5666 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
5667
|
|
5668 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
5669 name.
|
|
5670
|
|
5671 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
5672
|
|
5673 * cl-extra.el (equalp): Would bug out for lists.
|
|
5674
|
|
5675 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
5676
|
|
5677 * about.el (about-hackers): Change cgw's email address
|
|
5678
|
|
5679 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5680
|
|
5681 * XEmacs 21.2.13 is released
|
|
5682
|
|
5683 1999-03-12 SL Baur <steve@xemacs.org>
|
|
5684
|
|
5685 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
5686 behavior.
|
|
5687
|
442
|
5688 1999-01-18 Didier Verna <didier@xemacs.org>
|
428
|
5689
|
|
5690 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
5691 multiple elements in the splash buffer body.
|
|
5692
|
|
5693 * startup.el (splash-frame-timeout): new constant: interval
|
|
5694 between splash buffer elements.
|
|
5695 (command-line-1): handle splash buffer with multiple elements (use
|
|
5696 a timeout).
|
|
5697 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
5698 Rewrote a cleaner and more readable version. This can now be array,
|
|
5699 in which case each element is displayed in turn in the splash buffer.
|
|
5700 (splash-frame-static-body): new constant. Persistent information
|
|
5701 across all splash buffer elements (preserves the possibility to give
|
|
5702 it in different languages.
|
|
5703 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
5704 to circulate through all splash frame elements and display them in
|
|
5705 sequence.
|
|
5706 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
5707 the case of multiple elements in the splash buffer body. Now
|
|
5708 returns a timeout id if multiple elements to display, or nil.
|
|
5709
|
|
5710 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5711
|
|
5712 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
5713 so they can be overridden by x-init-face-from-resources.
|
|
5714 Additionally specify the font name also with an x tag.
|
|
5715
|
|
5716 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
5717
|
|
5718 * package-get.el (package-get-base): autoload.
|
|
5719
|
|
5720 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
5721 custom menu to only be activated when package-base is available.
|
|
5722
|
|
5723 * package-get.el (package-get-custom): don't load
|
|
5724 package-get-custom as it is auto-generated. Fix group definition.
|
|
5725
|
442
|
5726 1999-03-05 Didier Verna <didier@xemacs.org>
|
428
|
5727
|
|
5728 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
5729 instead of `symbol-name' (Thanks Kyle).
|
|
5730
|
|
5731 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
5732 princ to write symbols.
|
|
5733
|
|
5734 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5735
|
|
5736 * XEmacs 21.2.12 is released
|
|
5737
|
|
5738 1999-03-05 SL Baur <steve@xemacs.org>
|
|
5739
|
|
5740 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
5741 From Neal Becker <nbecker@fred.net>
|
|
5742
|
|
5743 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
5744
|
|
5745 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
5746 calls to font-lock during buffer reversion.
|
|
5747
|
442
|
5748 1999-02-12 Didier Verna <didier@xemacs.org>
|
428
|
5749
|
|
5750 * info.el (Info-build-node-completions): unconditionally widen the
|
|
5751 tag table buffer.
|
|
5752
|
|
5753 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
5754
|
|
5755 * x-faces.el (x-init-face-from-resources):
|
|
5756 Only set fonts in the 'x locale.
|
|
5757
|
434
|
5758 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
428
|
5759
|
|
5760 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
5761 `package-admin-delete-binary-package' returning nil since it's
|
|
5762 normal. Reindent function.
|
|
5763 (pui-add-required-packages): Handle case where packages selected
|
|
5764 for installation have never been installed.
|
|
5765
|
|
5766 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
5767
|
|
5768 * menubar-items.el (default-menubar):
|
|
5769 Implement the ``Mule->Set coding system of process'' menu item.
|
|
5770
|
|
5771 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
5772
|
|
5773 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
5774 files
|
|
5775 - Change some `if's to `when's
|
|
5776
|
|
5777 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5778
|
|
5779 * XEmacs 21.2.11 is released
|
|
5780
|
|
5781 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5782
|
|
5783 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
5784 against window close (Fix Bug #460).
|
|
5785 (ask-user-about-lock-dbox): Idem.
|
|
5786
|
|
5787 1999-02-25 SL Baur <steve@xemacs.org>
|
|
5788
|
|
5789 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
5790 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
5791
|
|
5792 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
5793
|
|
5794 * about.el (xemacs-hackers): change andy's email address.
|
|
5795 (about-url-alist): change andy's web page address.
|
|
5796 (about-xemacs): add piper.
|
|
5797
|
|
5798 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5799
|
|
5800 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5801 of mule-base into lisp/mule.
|
|
5802
|
|
5803 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5804
|
|
5805 * mule/arabic.el:
|
|
5806 mule/canna-leim.el:
|
|
5807 mule/chinese.el:
|
|
5808 mule/cyrillic.el:
|
|
5809 mule/english.el:
|
|
5810 mule/european.el:
|
|
5811 mule/greek.el:
|
|
5812 mule/hebrew.el:
|
|
5813 mule/japanese.el:
|
|
5814 mule/kinsoku.el:
|
|
5815 mule/korean.el:
|
|
5816 mule/misc-lang.el:
|
|
5817 mule/mule-category.el:
|
|
5818 mule/mule-ccl.el:
|
|
5819 mule/mule-charset.el:
|
|
5820 mule/mule-cmds.el:
|
|
5821 mule/mule-coding.el:
|
|
5822 mule/mule-files.el:
|
|
5823 mule/mule-help.el:
|
|
5824 mule/mule-init.el:
|
|
5825 mule/mule-misc.el:
|
|
5826 mule/mule-tty-init.el:
|
|
5827 mule/mule-x-init.el:
|
|
5828 mule/viet-chars.el: Remerge from mule-base.
|
|
5829
|
|
5830 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5831 of mule-base into lisp/mule.
|
|
5832
|
434
|
5833 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
5834
|
|
5835 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
5836 of hard-wired "-c" (for WindowsNT).
|
|
5837
|
|
5838 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
5839
|
|
5840 * menubar-items.el (default-menubar): Remove obsolete
|
|
5841 "Gopher" item
|
|
5842
|
|
5843 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5844
|
|
5845 * package-admin.el (package-admin-get-install-dir): First fall
|
|
5846 back to the location of xemacs-base for non-mule packages.
|
|
5847
|
|
5848 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
5849
|
|
5850 * paths.el:
|
|
5851 - improved automounter tmp directory support.
|
|
5852 - support 4 (!) empirically discovered automounter conventions
|
|
5853
|
|
5854 1999-02-12 SL Baur <steve@xemacs.org>
|
|
5855
|
|
5856 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
5857
|
|
5858 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5859
|
|
5860 * XEmacs 21.2.10 is released
|
|
5861
|
|
5862 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5863
|
|
5864 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
5865 a local file name in the search entry.
|
|
5866
|
|
5867 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5868
|
|
5869 * XEmacs 21.2.9 is released
|
|
5870
|
442
|
5871 1999-01-19 Didier Verna <didier@xemacs.org>
|
428
|
5872
|
|
5873 * replace.el (replace-search-function): new variable containing a
|
|
5874 function to perform a search-forward.
|
|
5875 (replace-re-search-function): new variable containing a function
|
|
5876 to perform a re-search-forward.
|
|
5877 (perform-replace): use them.
|
|
5878
|
442
|
5879 1999-01-25 Didier Verna <didier@xemacs.org>
|
428
|
5880
|
|
5881 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
5882 (cut-copy-clear-internal): ditto.
|
|
5883
|
|
5884 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
5885
|
|
5886 * about.el (about-url-alist): Update my entry.
|
|
5887 (xemacs-hackers): Ditto.
|
|
5888
|
434
|
5889 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
5890
|
|
5891 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
5892 * minibuf.el (minibuffer-completion-table): ditto.
|
|
5893 * cl-macs.el (return-from): ditto.
|
|
5894
|
442
|
5895 1999-01-04 Didier Verna <didier@xemacs.org>
|
428
|
5896
|
|
5897 * replace.el (delete-non-matching-lines): temporarily disable
|
|
5898 case-folding when called interactively with a regexp containing
|
|
5899 uppercase characters.
|
|
5900 (delete-matching-lines): ditto.
|
|
5901 (count-matches): ditto.
|
|
5902 (list-matching-lines): ditto.
|
|
5903
|
|
5904 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
5905
|
|
5906 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
5907 abort if current window is split horizontally, not if others are
|
|
5908 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
5909 some comments (it's still complex).
|
|
5910
|
|
5911 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
5912
|
|
5913 * package-get.el: changed address for doc.ic.ac.uk to
|
|
5914 sunsite.doc.ic.ac.uk
|
|
5915
|
|
5916 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5917
|
|
5918 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
5919 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
5920
|
|
5921 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
5922
|
|
5923 * dump-paths.el: Calculate module-directory and set
|
|
5924 module-load-path to the load path for modules.
|
|
5925
|
|
5926 * loadup.el: Get bootstrap value of module-load-path from the
|
|
5927 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
5928 - Display the module load path if we're debugging paths.
|
|
5929
|
|
5930 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
5931 - Added function paths-find-module-directory.
|
|
5932 - Added function paths-construct-module-load-path. Uses new
|
|
5933 environment variable EMACSMODULEPATH.
|
|
5934
|
|
5935 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
5936
|
|
5937 * font.el (font-default-object-for-device):
|
|
5938 Oops! This `or' can't be replaced by `unless'.
|
|
5939 Fixed inability to run w3, among other things.
|
|
5940
|
|
5941 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
5942
|
|
5943 * package-admin.el: Change initialization of
|
|
5944 package-admin-install-function dependent on system type.
|
|
5945 Change package-admin-install-function-mswindows to use
|
|
5946 "minitar".
|
|
5947
|
|
5948 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
5949
|
|
5950 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
5951 in the minibuffer.
|
|
5952
|
|
5953 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
5954
|
|
5955 * XEmacs 21.2.8 is released.
|
|
5956
|
|
5957 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
5958
|
|
5959 * XEmacs 21.2.7 is released.
|
|
5960
|
|
5961 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5962
|
|
5963 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
5964
|
|
5965 * package-get.el (package-get-download-menu): Use
|
|
5966 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
5967
|
|
5968 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
5969 (pui-help-string): idem.
|
|
5970 (list-packages-mode): New major mode.
|
|
5971 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
5972 (pui-install-selected-packages): Add suport for removing packages.
|
|
5973 (pui-toggle-package-delete-key): New function.
|
|
5974 (pui-popup-context-sensitive): New kludge.
|
|
5975 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
5976 (package-ui-add-site): New function.
|
|
5977
|
442
|
5978 1998-12-01 Didier Verna <didier@xemacs.org>
|
428
|
5979
|
|
5980 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
5981
|
|
5982 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5983
|
|
5984 * ldap.el: Custom-ized
|
|
5985 (toplevel): Do not provide `ldap' which is provided by C level
|
|
5986 LDAP code
|
|
5987 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
5988
|
|
5989 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
5990
|
|
5991 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
5992
|
|
5993 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
5994
|
|
5995 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
5996 (sound-extension-list): name changed from sound-ext-list.
|
|
5997 (load-default-sounds): use new names.
|
|
5998 (load-sound-file): use new names.
|
|
5999
|
|
6000 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
6001
|
|
6002 * XEmacs 21.2.6 is released
|
|
6003
|
|
6004 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
6005
|
|
6006 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
6007 errors.
|
|
6008
|
|
6009 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6010
|
|
6011 * wid-edit.el (widget-echo-this-extent): Set
|
|
6012 help-echo-owns-message to t.
|
|
6013
|
|
6014 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
6015
|
|
6016 * package-get.el (package-get-download-menu): use toggles for
|
|
6017 each site in the download site menu.
|
|
6018
|
|
6019 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6020
|
|
6021 * package-get.el (package-get): If we cannot find a package
|
|
6022 because package-get-remote is not set, give a more helpful
|
|
6023 error message.
|
|
6024
|
|
6025 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
6026
|
|
6027 * package-get.el (package-get-remote-filename): use an EFS path
|
|
6028 with user anonymous if no user is specified.
|
|
6029
|
|
6030 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6031
|
|
6032 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
6033 calling reset-face on the default face.
|
|
6034
|
|
6035 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6036
|
|
6037 * package-admin.el (package-admin-default-install-function):
|
|
6038 Behave as advertised. Make sure the pkg-dir is proper for
|
|
6039 default-directory.
|
|
6040 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
6041 proper for default-directory.
|
|
6042 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
6043 is proper for default-directory.
|
|
6044
|
|
6045 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6046
|
|
6047 * XEmacs 21.2.5 is released
|
|
6048
|
|
6049 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
6050
|
|
6051 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
6052 bytecompile time.
|
|
6053
|
|
6054 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
6055
|
|
6056 * x-win-xfree86.el:
|
|
6057 * x-win-sun.el (x-win-init-sun):
|
|
6058 * x-win-sun.el:
|
|
6059 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
6060 * x-iso8859-1.el:
|
|
6061 * x-init.el (init-post-x-win):
|
|
6062 * x-init.el (init-pre-x-win):
|
|
6063 * x-init.el (x-initialize-compose):
|
|
6064 * x-init.el:
|
|
6065 * x-compose.el:
|
|
6066 * winnt.el:
|
|
6067 * widget.el:
|
|
6068 * wid-edit.el (widget-glyph-click):
|
|
6069 * wid-edit.el (widget-glyph-find):
|
|
6070 * wid-edit.el (widget-type):
|
|
6071 * view-less.el (view-buffer-other-window):
|
|
6072 * very-early-lisp.el:
|
|
6073 * version.el:
|
|
6074 * toolbar.el:
|
|
6075 * toolbar-items.el:
|
|
6076 * term/sun.el (suntool-map):
|
|
6077 * term/sun-mouse.el:
|
|
6078 * term/internal.el:
|
|
6079 * syntax.el (modify-syntax-entry):
|
|
6080 * symbol-syntax.el:
|
|
6081 * subr.el:
|
|
6082 * startup.el (lock-directory):
|
|
6083 * simple.el (set-comment-column):
|
|
6084 * simple.el (backward-delete-char-untabify):
|
|
6085 * shadow.el (find-emacs-lisp-shadows):
|
|
6086 * shadow.el:
|
|
6087 * setup-paths.el (paths-construct-info-path):
|
|
6088 * select.el (cut-copy-clear-internal):
|
|
6089 * process.el (call-process-region):
|
|
6090 * process.el (start-process-shell-command):
|
|
6091 * process.el:
|
|
6092 * paths.el (rmail-spool-directory):
|
|
6093 * paragraphs.el (use-hard-newlines):
|
|
6094 * package-get.el (package-get-dependencies):
|
|
6095 * package-admin.el (package-admin-delete-binary-package):
|
|
6096 * obsolete.el (truncate-string):
|
|
6097 * obsolete.el (store-substring):
|
|
6098 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
6099 * mouse.el (mouse-yank-at-point):
|
|
6100 * modeline.el:
|
|
6101 * modeline.el (mouse-drag-modeline):
|
|
6102 * minibuf.el (read-directory-name-internal):
|
|
6103 * minibuf.el (read-file-name-internal):
|
|
6104 * minibuf.el (read-file-name-internal-1):
|
|
6105 * minibuf.el (read-file-name-2):
|
|
6106 * minibuf.el (exact-minibuffer-completion-p):
|
|
6107 * minibuf.el (read-from-minibuffer):
|
|
6108 * minibuf.el:
|
|
6109 * menubar.el (check-menu-syntax):
|
|
6110 * map-ynp.el (map-y-or-n-p):
|
|
6111 * make-docfile.el (docfile-out-of-date):
|
|
6112 * loadup.el ((member "run-temacs" command-line-args)):
|
|
6113 * loadup.el ((member "no-site-file" command-line-args)):
|
|
6114 * loadup.el (really-early-error-handler):
|
|
6115 * loadup.el:
|
|
6116 * loadhist.el:
|
|
6117 * loaddefs.el:
|
|
6118 * lisp-mnt.el (lm-verify):
|
|
6119 * lib-complete.el (lib-complete:cache-completions):
|
|
6120 * lib-complete.el (library-all-completions):
|
|
6121 * itimer.el (itimer-run-expired-timers):
|
|
6122 * info.el (Info-mode):
|
|
6123 * info.el (Info-insert-file-contents):
|
|
6124 * info.el (Info-rebuild-dir):
|
|
6125 * info.el (Info-build-dir-anew):
|
|
6126 * info.el (Info-parse-dir-entries):
|
|
6127 * info.el (Info-dir-outdated-p):
|
|
6128 * info.el (Info-insert-dir):
|
|
6129 * info.el (info-xref):
|
|
6130 * info.el:
|
|
6131 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
6132 * hyper-apropos.el (hyper-describe-face):
|
|
6133 * hyper-apropos.el (hyper-apropos-mode):
|
|
6134 * hyper-apropos.el:
|
|
6135 * help.el (list-processes):
|
|
6136 * help.el:
|
|
6137 * gnuserv.el:
|
|
6138 * font.el (mswindows-font-create-name):
|
|
6139 * font.el (font-default-font-for-device):
|
|
6140 * font.el (x-font-create-object):
|
|
6141 * font.el (font-registry):
|
|
6142 * font.el:
|
|
6143 * font-lock.el (font-lock-keywords):
|
|
6144 * font-lock.el:
|
|
6145 * finder.el (finder-compile-keywords):
|
|
6146 * find-paths.el (paths-find-recursive-path):
|
|
6147 * fill.el (set-justification-center):
|
|
6148 * fill.el (fill-region-as-paragraph):
|
|
6149 * files.el (insert-directory):
|
|
6150 * files.el (wildcard-to-regexp):
|
|
6151 * files.el (recover-file):
|
|
6152 * files.el (basic-save-buffer):
|
|
6153 * files.el (delete-auto-save-file-if-necessary):
|
|
6154 * files.el (file-relative-name):
|
|
6155 * files.el (backup-extract-version):
|
|
6156 * files.el (backup-buffer):
|
|
6157 * files.el (set-visited-file-name):
|
|
6158 * files.el (set-auto-mode):
|
|
6159 * files.el (interpreter-mode-alist):
|
|
6160 * files.el:
|
|
6161 * files.el (find-file-noselect):
|
|
6162 * files.el (abbreviate-file-name):
|
|
6163 * files.el (parse-colon-path):
|
|
6164 * files.el (directory-abbrev-alist):
|
|
6165 * etags.el (visit-tags-table-buffer):
|
|
6166 * easymenu.el (easy-menu-define):
|
|
6167 * dragdrop.el (experimental-dragdrop-drag):
|
|
6168 * dragdrop.el (dragdrop-drop-do-functions):
|
|
6169 * dragdrop.el (dragdrop-drop-at-point):
|
|
6170 * disass.el (disassemble-1):
|
|
6171 * disass.el (disassemble-internal):
|
|
6172 * disass.el (disassemble):
|
|
6173 * disass.el:
|
|
6174 * derived.el (derived-mode-init-mode-variables):
|
|
6175 * derived.el (define-derived-mode):
|
|
6176 * custom.el (defgroup):
|
|
6177 * cus-edit.el (custom-quote):
|
|
6178 * config.el:
|
|
6179 * code-process.el (open-network-stream):
|
|
6180 * code-process.el (start-process):
|
|
6181 * code-process.el (call-process-region):
|
|
6182 * code-process.el (call-process):
|
|
6183 * code-process.el:
|
|
6184 * code-files.el (insert-file-contents):
|
|
6185 * code-files.el:
|
|
6186 * code-files.el (buffer-file-coding-system-for-read):
|
|
6187 * cmdloop.el (yes-or-no-p-minibuf):
|
|
6188 * cl.el:
|
|
6189 * cl-macs.el:
|
|
6190 * cl-extra.el:
|
|
6191 * callers-of-rpt.el (make-caller-report):
|
|
6192 * callers-of-rpt.el:
|
|
6193 * bytecomp.el (batch-byte-recompile-directory):
|
|
6194 * bytecomp.el (batch-byte-compile-1):
|
|
6195 * bytecomp.el (batch-byte-compile):
|
|
6196 * bytecomp.el (display-call-tree):
|
|
6197 * bytecomp.el (byte-compile-insert):
|
|
6198 * bytecomp.el (byte-compile-two-args-19->20):
|
|
6199 * bytecomp.el (byte-compile-variable-ref):
|
|
6200 * bytecomp.el (byte-compile-form):
|
|
6201 * bytecomp.el (byte-compile-top-level-body):
|
|
6202 * bytecomp.el (byte-compile-out-toplevel):
|
|
6203 * bytecomp.el (byte-compile-byte-code-maker):
|
|
6204 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
6205 * bytecomp.el (byte-compile-file-form):
|
|
6206 * bytecomp.el (byte-compile-keep-pending):
|
|
6207 * bytecomp.el (byte-compile-insert-header):
|
|
6208 * bytecomp.el (byte-compile-from-buffer):
|
|
6209 * bytecomp.el (byte-compile-file):
|
|
6210 * bytecomp.el (byte-recompile-file):
|
|
6211 * bytecomp.el (byte-compile-close-variables):
|
|
6212 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
6213 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
6214 * bytecomp.el (byte-compiler-legal-options):
|
|
6215 * bytecomp.el (byte-compile-lapcode):
|
|
6216 * bytecomp.el (byte-optimize-log):
|
|
6217 * bytecomp.el ((fboundp 'defsubst)):
|
|
6218 * bytecomp.el:
|
|
6219 * bytecomp-runtime.el:
|
|
6220 * byte-optimize.el (byte-optimize-apply):
|
|
6221 * byte-optimize.el (car):
|
|
6222 * byte-optimize.el (byte-optimize-form):
|
|
6223 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
6224 * byte-optimize.el:
|
|
6225 * build-report.el (build-report-insert-installation-file):
|
|
6226 * build-report.el (build-report):
|
|
6227 * auto-show.el:
|
|
6228 * apropos.el (apropos-documentation):
|
|
6229 - mega patch
|
|
6230 - clean up byte-compile warnings
|
|
6231 - remove unused variables
|
|
6232 - Use common lisp style hashtable functions
|
|
6233 - byte compiler cleanup
|
|
6234 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
6235 - remove old backquote syntax usage
|
|
6236 - move some cl functionality into C for speed.
|
|
6237 - remove last remaining VMS support
|
|
6238 - spelling fixes
|
|
6239 - implement last, butlast, nbutlast, copy-list in C.
|
|
6240 - new macro ignore-file-errors, similar to ignore-errors
|
|
6241 (ignore-file-errors (delete-file "foo"))
|
|
6242 - get frequent garbage collection during loadup.el by tweaking
|
|
6243 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
6244 - default delete-key-deletes-forward to `t'.
|
|
6245
|
|
6246 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
6247
|
|
6248 * XEmacs 21.2-beta4 is released.
|
|
6249
|
|
6250 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6251
|
|
6252 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
6253 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
6254 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
6255
|
|
6256 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
6257 (add-menu-button): Add 'in-menu' argument.
|
|
6258 (add-menu-item-1): Add in-menu support to helper function.
|
|
6259
|
|
6260 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
6261
|
|
6262 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
6263
|
|
6264 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6265
|
|
6266 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
6267 of Dec 4, 1997.
|
|
6268
|
|
6269 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
6270
|
|
6271 * process.el (shell-command-on-region): Report if the command
|
|
6272 succeeded or failed.
|
|
6273
|
|
6274 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
6275
|
|
6276 * subr.el (buffer-substring-no-properties): Comment out.
|
|
6277
|
434
|
6278 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
428
|
6279
|
|
6280 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
6281 into font instances first, like `x-frob-font-size' does.
|
|
6282 (mswindows-find-larger-font): ditto
|
|
6283
|
|
6284 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
6285
|
|
6286 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
6287 to `package-get'.
|
|
6288
|
|
6289 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6290
|
|
6291 * package-get.el (host-name): New widget type.
|
|
6292 (package-get-remote): Better customization using new type.
|
|
6293 (package-get-download-sites): idem dito.
|
|
6294
|
|
6295 (package-get-custom): Do not use package-get-all untill we have
|
|
6296 runtime dependencies.
|
|
6297
|
|
6298 (package-get-remove-copy): Default to 't' we no longer need this
|
|
6299 kludge as we do not currently use depenencies.
|
|
6300
|
|
6301 (package-get-was-current): New variable.
|
|
6302 (package-get-require-base): New 'force-current' argument.
|
|
6303 (package-get-update-base): idem
|
|
6304 (package-get-package-provider): idem
|
|
6305 (package-get-locate-index-file): New 'no-remote' argument.
|
|
6306 (package-get-locate-file): idem.
|
|
6307
|
|
6308 (package-get-maybe-save-index): New function.
|
|
6309 (package-get-update-base): Use it.
|
|
6310
|
|
6311 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
6312
|
|
6313 * package-get.el (package-get-remote): default to nil; by default,
|
|
6314 don't go out to the net via EFS. They must select a download site.
|
|
6315 (package-get-download-sites): new variable.
|
|
6316 (package-get-download-menu): new function.
|
|
6317 (package-get-locate-index-file): new function.
|
|
6318 (package-get-update-base): use it.
|
|
6319
|
|
6320 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
6321 and "Add Download Site" menus under Options | Manage Packages.
|
|
6322
|
|
6323 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
6324
|
|
6325 * package-get.el (package-get): bugfix code checking installed version
|
|
6326 for case where package is not currently installed.
|
|
6327 (package-get-require-signed-base-updates): new variable.
|
|
6328 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
6329 deemed not a goot thing. Use the variable
|
|
6330 package-get-allow-unsigned-base-updates instead.
|
|
6331
|
|
6332 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
6333
|
|
6334 * package-get.el (package-get): Don't install an older version than
|
|
6335 we already have unless explicitly told to. Issue a warning.
|
|
6336
|
|
6337 * package-ui.el (pui-add-required-packages): when adding
|
|
6338 dependencies, don't add packages that are up to date.
|
|
6339 (pui-package-symbol-char): Don't consider a package out of date
|
|
6340 if you have a newer version installed than the latest version in
|
|
6341 package-get-base.
|
|
6342
|
|
6343 * package-get.el (package-get-base-filename): document that it may
|
|
6344 be a path relative to package-get-remote; new default value.
|
|
6345 (package-get-locate-file): new function.
|
|
6346 (package-get-update-base): use it to expand package-get-base-filename.
|
|
6347 (package-get-save-base): new function to save the package-get database
|
|
6348 to file.
|
|
6349 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
6350 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
6351 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
6352 (package-get-file-installed-p): removed; no longer needed.
|
|
6353 (package-get-create-custom): ditto.
|
|
6354 (toplevel): remove code to build and load package-get-custom.el
|
|
6355 (package-get-custom-add-entry): new function.
|
|
6356
|
|
6357 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
6358
|
|
6359 * wid-edit.el (widget-button-click): Don't switch window.
|
|
6360
|
|
6361 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6362
|
|
6363 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
6364
|
|
6365 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
6366
|
|
6367 * etags.el (find-tag-default): Run find-tag-hook using
|
|
6368 run-hooks rather than funcall
|
|
6369
|
|
6370 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
6371
|
|
6372 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
6373 and the current local map as the parents to isearch-mode-map.
|
|
6374
|
|
6375 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
6376
|
|
6377 * XEmacs 21.2-beta3 is released.
|
|
6378
|
|
6379 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6380
|
|
6381 * package-get.el (package-get-update-base): use
|
|
6382 insert-file-contents-internal, not insert-file-contents-literally.
|
|
6383
|
|
6384 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6385
|
|
6386 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
6387 dump time.
|
|
6388
|
|
6389 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6390
|
|
6391 * package-get.el (package-get-update-base-entry): new function.
|
|
6392 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
6393 cleanup, and use package-get-update-base-from-buffer.
|
|
6394 (package-get-update-base-from-buffer): new function.
|
|
6395 (package-get-update-base-entries): new; helper for above.
|
|
6396 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
6397
|
|
6398 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6399
|
|
6400 * files.el (set-auto-mode): Don't play games loading package-get
|
|
6401 database; package-get-package-provider will handle it all.
|
|
6402
|
|
6403 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
6404
|
|
6405 * package-get.el (package-get-base-filename): new variable.
|
|
6406 (package-get-require-base): new function.
|
|
6407 (package-get-pgp-signed-begin-line): new variable.
|
|
6408 (package-get-pgp-signature-begin-line): ditto.
|
|
6409 (package-get-pgp-signature-end-line): ditto.
|
|
6410 (package-get-load-base): new function.
|
|
6411 (package-get-interactive-package-query):
|
|
6412 (package-get-update-all):
|
|
6413 (package-get-dependencies):
|
|
6414 (package-get-package-provider):
|
|
6415 (package-get-custom): use package-get-require-base.
|
|
6416 [package-get-custom loading]: disable for now.
|
|
6417
|
|
6418 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
6419
|
|
6420 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6421
|
|
6422 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
6423
|
|
6424 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6425
|
|
6426 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
6427 to with Customize. Move all the package stuff to a new Item in Options.
|
|
6428
|
|
6429 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
6430
|
|
6431 * package-get.el (package-get): Use new
|
|
6432 package-admin-get-install-dir.
|
|
6433
|
|
6434 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
6435 Conserve package location and put mule packages where mule-base is.
|
|
6436
|
|
6437 * package-get.el : Customized
|
|
6438
|
|
6439 * package-ui.el (pui): Customized
|
|
6440 (pui-package-install-dest-dir): New variable.
|
|
6441 (pui-install-selected-packages): Use it
|
|
6442
|
|
6443 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
6444
|
|
6445 * package-get.el (package-get-interactive-package-query): Move
|
|
6446 dependency on package-get-base to run-time.
|
|
6447 (package-get-update-all): Ditto.
|
|
6448 (package-get-dependencies): Ditto.
|
|
6449 (package-get-package-provider): Ditto.
|
|
6450 (package-get-custom): Ditto.
|
|
6451
|
|
6452 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
6453
|
|
6454 * events.el: Remove 'ascii-character property from 'backspace
|
|
6455 and 'delete symbols
|
|
6456
|
|
6457 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
6458
|
|
6459 * package-get-base.el: removed.
|
|
6460
|
442
|
6461 1998-09-23 Didier Verna <didier@xemacs.org>
|
428
|
6462
|
|
6463 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
6464 (no-upper-case-p): new function.
|
|
6465 (with-search-caps-disable-folding): new macro.
|
|
6466 (with-interactive-search-caps-disable-folding): new macro.
|
|
6467 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
6468 the character is uppercase.
|
|
6469 (zap-up-to-char): ditto.
|
|
6470
|
|
6471 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
6472
|
|
6473 * isearch-mode.el (isearch-fix-case): ditto.
|
|
6474 make obsolete `with-caps-disable-folding' and
|
|
6475 `isearch-no-upper-case-p'.
|
|
6476
|
|
6477 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
6478 (tags-search): ditto.
|
|
6479 (tags-query-replace): ditto.
|
|
6480
|
|
6481 * info.el (Info-search): ditto.
|
|
6482
|
|
6483 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6484
|
|
6485 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
6486
|
|
6487 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
6488
|
|
6489 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
6490 check for "." and ".." before symlink check. expand files and
|
|
6491 directories with respect to DIRECTORY, not default-directory.
|
|
6492
|
|
6493 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
6494
|
|
6495 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
6496
|
|
6497 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
6498
|
|
6499 * package-ui.el (pui-add-required-packages): new function, select
|
|
6500 dependent packages.
|
|
6501 (pui-display-keymap): bind it.
|
|
6502 (pui-help-string): document it.
|
|
6503 (pui-install-selected-packages): package-get-all -> package-get.
|
|
6504
|
|
6505 * package-get.el (package-get-dependencies): new function.
|
|
6506
|
|
6507 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6508
|
|
6509 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
6510 regexps.
|
|
6511
|
|
6512 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6513
|
|
6514 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
6515 function.
|
|
6516 (default-mouse-track-normalize-point): Use it.
|
|
6517
|
|
6518 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6519
|
|
6520 * package-admin.el (package-admin-delete-binary-package):
|
|
6521 General cleanup. Remove unnessary use of progn and
|
|
6522 save-excursion.
|
|
6523 (package-admin-delete-binary-package): Do NOT mess with file
|
|
6524 modes. That is evil.
|
|
6525 (package-admin-delete-binary-package): Wrap all deleting in
|
|
6526 condition-case. The data in MANIFEST is untrustworthy.
|
|
6527 (package-admin-delete-binary-package): Let the OS worry about non
|
|
6528 empty directories.
|
|
6529
|
|
6530 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
6531
|
|
6532 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
6533 processing.
|
|
6534 (lm-report-bug): Fix mail address to send bug reports to.
|
|
6535
|
|
6536 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
6537
|
|
6538 * XEmacs 21.2-beta2 is released.
|
|
6539
|
|
6540 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6541
|
|
6542 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
6543
|
|
6544 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6545
|
|
6546 * info.el (Info-mode): Document page turning by double clicks in
|
|
6547 docstring so `M-x describe-mode' will display it.
|
|
6548
|
|
6549 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6550
|
|
6551 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
6552 widths to calculate a border region where double clicking does
|
|
6553 page turning, and return `nil' by default so other hooks, such as
|
|
6554 region highlighting, will be run.
|
|
6555
|
|
6556 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
6557
|
|
6558 * sound.el (default-sound-directory-list): Initialize with all the
|
|
6559 "sounds" directories in `data-directory-list'. It used to just be
|
|
6560 the first one.
|
|
6561
|
|
6562 * packages.el (locate-data-directory-list): Created. This gives
|
|
6563 the list of matching directories, unlike `locate-data-directory',
|
|
6564 which just gives the first one.
|
|
6565
|
|
6566 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6567
|
|
6568 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
6569 make a binding in the local keymap until help-char handling is
|
|
6570 improved.
|
|
6571
|
|
6572 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
6573 binding.
|
|
6574 (help-print-help-form): New helper function.
|
|
6575
|
|
6576 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
6577
|
|
6578 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
6579 move extent to another buffer; no need to create a new extent.
|
|
6580 (isearch-fix-case): New function.
|
|
6581 (isearch-search-and-update): Use it.
|
|
6582
|
|
6583 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6584
|
|
6585 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
6586 the keymap, not minor-mode-map-alist.
|
|
6587 (isearch-done): Restore overriding-local-map.
|
|
6588
|
|
6589 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
6590
|
|
6591 * bytecomp.el (byte-compile-buffer-substring):
|
|
6592 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
6593 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
6594 - new code not only works, but is more readable, too.
|
|
6595
|
|
6596 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6597
|
|
6598 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
6599 specify a default font at this late stage. Do try to force
|
|
6600 creation of the default face font so that if it fails we get
|
|
6601 an error now instead of a crash at frame creation.
|
|
6602
|
|
6603 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
6604 mswindows-make-font-unitalic: Canonical default weight
|
|
6605 changed from "Normal" to "Regular".
|
|
6606
|
|
6607 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
6608 not being passed into call to mswindows-find-smaller-font.
|
|
6609
|
|
6610 1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
6611
|
|
6612 * package-get.el (package-get-remote): Fix the path where to find
|
|
6613 the packages on xemacs.org.
|
|
6614
|
|
6615 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
6616
|
|
6617 * about.el (about-maintainer-info): Update Ben's entry.
|
|
6618
|
|
6619 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
6620
|
|
6621 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
6622 - `member' was being called on lists of length 2000!
|
|
6623 - Replace with hashtables.
|
|
6624 - Replace hand-coded loops with (dolist)
|
|
6625 - Fix comment typo
|
|
6626
|
|
6627 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
6628
|
|
6629 * packages.el: Added new function, `package-delete-name', to
|
|
6630 delete existing packages from the installed package database
|
|
6631 (`packages-package-list'). Also added the "pkginfo" directory
|
|
6632 to `packages-special-base-regexp', so that the pkginfo directory
|
|
6633 would not get added to `late-packages'.
|
|
6634
|
|
6635 * package-admin.el: Added ability to delete an installed package
|
|
6636 (added low-level function, `package-admin-delete-package').
|
|
6637 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
6638 delete the package. When installing a package, will also
|
|
6639 create a MANIFEST.* file if one is not provided by the
|
|
6640 package. If the MANIFEST.* doesn't exist when deleting a
|
|
6641 package, the functions will fall back to attempting to delete
|
|
6642 any package-specific lisp directory.
|
|
6643
|
|
6644 * package-get.el: Moved some functions to package-admin.el.
|
|
6645 Added interactive function `package-get-delete-package', for
|
|
6646 use by users for deleting a package.
|
|
6647
|
442
|
6648 Also modified to not require the presence of efs.
|
428
|
6649
|
|
6650 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6651
|
|
6652 * files.el (find-file-noselect): Handle all signals, kill the
|
|
6653 buffer and resignal.
|
|
6654
|
|
6655 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
6656
|
|
6657 * cl-macs.el (glyph-image): Add setf method.
|
|
6658
|
|
6659 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
6660
|
|
6661 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
6662 .tar.gz files first, in preference over .tgz files.
|
|
6663
|
|
6664 * package-ui.el: Fix display of package version numbers.
|
|
6665
|
|
6666 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6667
|
|
6668 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
6669 argument.
|
|
6670
|
|
6671 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
6672
|
|
6673 * list-mode.el: `display-completion-list': added new/optional
|
|
6674 keyword `:completion-string', which allows the programmer to
|
|
6675 change the "Possible completions are:" prompt.
|
|
6676
|
|
6677 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
6678 visual package browser/installer:
|
|
6679
|
|
6680 Options->Customize->List Packages
|
|
6681
|
|
6682 * package-admin.el: Added hooks for installing under both Unix
|
|
6683 and MS Windows. Does additional error checking. No longer
|
|
6684 calls "add-big-package.sh" to install packages under Unix; now
|
|
6685 calls gunzip & tar directly.
|
|
6686
|
|
6687 * package-get.el: Added ability to install packages from files
|
|
6688 on a local disk/CDROM. Now deletes any existing package lisp
|
|
6689 directory. Does completion on available packages when
|
|
6690 querying for package names. Will also search for .tgz files
|
|
6691 in addition for .tar.gz files. Tries to reload
|
|
6692 auto-autoloads, as a convenience when loading new packages,
|
|
6693 and also tries to add any new package paths to `load-path'.
|
|
6694 Changed all occurences of `concat' to use `expand-file-name'.
|
|
6695
|
|
6696 * package-ui.el: New file which implements the main visual
|
|
6697 package browser/installer, which is started via a menu pick or
|
|
6698 M-x pui-list packages.
|
|
6699
|
|
6700 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6701
|
|
6702 * startup.el (load-init-file): spelling fix.
|
|
6703
|
|
6704 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6705
|
|
6706 * startup.el (normal-top-level): Load auto-autoload files
|
|
6707 covariantly with their precedence.
|
|
6708
|
|
6709 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6710
|
|
6711 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
6712 option, there is currently no custom equivalent.. Customize-faces
|
|
6713 is "Edit faces".
|
|
6714
|
|
6715 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
6716 default face.
|
|
6717
|
|
6718 * faces.el (face-spec-update-all-matching): New function.
|
|
6719
|
|
6720 * cus-face.el (custom-set-face-update-spec): New function.
|
|
6721 Interface to customize faces from elisp.
|
|
6722
|
|
6723 (custom-face-value-create): Show the customized settings if set
|
|
6724 but not saved.
|
|
6725
|
|
6726 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6727
|
|
6728 (custom-face-value-create): Show the customized settings if set
|
|
6729 but not saved.
|
|
6730
|
|
6731 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
6732
|
|
6733 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
6734 query-replace-regexp.
|
|
6735
|
|
6736 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
6737
|
|
6738 * minibuf.el (read-file-name-internal-1): use
|
|
6739 user-name-completion-1 instead of user-name-completion.
|
|
6740
|
|
6741 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6742
|
|
6743 * loadup.el:
|
|
6744 * make-docfile.el:
|
|
6745 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
6746 global variable) no more.
|
|
6747
|
|
6748 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
6749 (now defunct as a global variable) a parameter.
|
|
6750
|
|
6751 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
6752
|
|
6753 * about.el (about-hackers): new email
|
|
6754
|
|
6755 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
6756
|
|
6757 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
6758
|
442
|
6759 1998-07-17 Didier Verna <didier@xemacs.org>
|
428
|
6760
|
|
6761 * faces.el (set-face-property):
|
|
6762 (set-face-dim-p):
|
|
6763 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
6764 tty-specific.
|
|
6765 (face-equal): the dim property is now a common one.
|
|
6766
|
|
6767 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
6768 Renamed the `stipple' attribute to `background-pixmap'.
|
|
6769 (custom-face-background-pixmap): make custom-face-stipple an
|
|
6770 obsolete alias for this.
|
|
6771
|
|
6772 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6773
|
|
6774 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
6775 used.
|
|
6776
|
|
6777 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
6778
|
|
6779 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6780
|
|
6781 * packages.el (packages-data-path-depth): Added and used.
|
|
6782
|
|
6783 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
6784
|
|
6785 * about.el:
|
|
6786 - Change .xpm to .png, delete "zcat" section.
|
|
6787 - cosmetic fix in the 'marcpa' entry.
|
|
6788
|
|
6789 * etc/photos
|
|
6790 - convert all .xpm.Z to .png
|
|
6791 - rename mrb to martin
|
|
6792 - rename mcook-m to mcookm
|
|
6793
|
|
6794 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
6795
|
|
6796 * x-init.el (x-initialize-compose): Add support for
|
|
6797 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
6798
|
|
6799 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
6800
|
|
6801 * setup-paths.el (paths-construct-exec-path): Made the
|
|
6802 last-packages really be last.
|
|
6803 (paths-construct-data-directory-list): Ditto.
|
|
6804
|
|
6805 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
6806
|
|
6807 * startup.el(startup-splash-frame-body):
|
|
6808 Update Copyright notice in splash screen
|
|
6809
|
|
6810 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6811
|
|
6812 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
6813
|
|
6814 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6815
|
|
6816 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
6817 aginst destroyed extents
|
|
6818
|
|
6819 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
6820
|
|
6821 * package-get.el (package-get): add `install-dir' argument.
|
|
6822
|
|
6823 1998-07-20 John Jones <jj@asu.edu>
|
|
6824
|
|
6825 * package-get.el: calls to package-get-update-all will only
|
|
6826 update packages which are already installed.
|
|
6827
|
|
6828 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
6829
|
|
6830 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
6831 writable.
|
|
6832
|
|
6833 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
6834
|
|
6835 * about.el (about-hackers): Correct my email.
|
|
6836
|
|
6837 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
6838
|
|
6839 * about.el (about-hackers): new email-address.
|
|
6840
|
|
6841 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
6842
|
|
6843 * minibuf.el (read-number): Don't let `input-error' condition
|
|
6844 escape.
|
|
6845
|
|
6846 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6847
|
|
6848 * about.el (about-hackers): use my `email-for-life' address.
|
|
6849
|
|
6850 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
6851
|
|
6852 * XEmacs 21.2-beta1 is released.
|
|
6853
|
|
6854 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6855
|
|
6856 * ldap.el (ldap-search): Doc string change
|
|
6857
|
|
6858 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
6859
|
|
6860 * menubar-items.el (default-menubar): Removed references to
|
|
6861 `data-directory', and use `locate-data-file' instead, and made
|
|
6862 then greyed out if they don't exist.
|
|
6863
|
|
6864 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6865
|
|
6866 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
6867 since the latter does not accept integer args anymore
|
|
6868
|
|
6869 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
6870
|
|
6871 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
6872 macros replaced.
|
|
6873
|
|
6874 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6875
|
|
6876 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
6877 * update-elc.el: Ditto.
|
|
6878 * loadup.el (really-early-error-handler): Ditto.
|
|
6879
|
|
6880 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
6881 very-early-lisp.el.
|
|
6882
|
|
6883 * very-early-lisp.el: New file.
|
|
6884
|
|
6885 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6886
|
|
6887 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
6888
|
|
6889 * obsolete.el (eval-current-buffer): Make compatible.
|
|
6890 (byte-code-function-p): Ditto.
|
|
6891 (send-string): Removed.
|
|
6892 (send-region): Removed.
|
|
6893 (screen-scrollbar-width): Removed.
|
|
6894 (set-screen-scrollbar-width): Removed.
|
|
6895 (set-screen-left-margin-width): Removed.
|
|
6896 (set-screen-right-margin-width): Removed.
|
|
6897 (screen-left-margin-width): Removed.
|
|
6898 (screen-right-margin-width): Removed.
|
|
6899 (set-buffer-left-margin-width): Removed.
|
|
6900 (set-buffer-right-margin-width): Removed.
|
|
6901 (buffer-left-margin-width): Removed.
|
|
6902 (buffer-right-margin-width): Removed.
|
|
6903 (x-set-frame-icon-pixmap): Removed.
|
|
6904 (x-set-screen-icon-pixmap): Removed.
|
|
6905 (pixel-name): Removed.
|
|
6906 (make-pixmap): Removed.
|
|
6907 (make-cursor): Removed.
|
|
6908 (pixmap-width): Removed.
|
|
6909 (pixmap-contributes-to-line-height-p): Removed.
|
|
6910 (set-pixmap-contributes-to-line-height): Removed.
|
|
6911
|
|
6912 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
6913
|
|
6914 * obsolete.el (popup-menu-up-p): removed.
|
|
6915 (read-no-blanks-input): Removed.
|
|
6916 (wholenump): Removed.
|
|
6917 (ring-mod): Removed (what was ring-mod?).
|
|
6918 (current-time-seconds): Removed.
|
|
6919 (run-special-hook-with-args): Removed.
|
|
6920 (dot): Removed.
|
|
6921 (dot-marker): Removed.
|
|
6922 (dot-min): Removed.
|
|
6923 (dot-max): Removed.
|
|
6924 (window-dot): Removed.
|
|
6925 (set-window-dot): Removed.
|
|
6926
|
|
6927 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
6928 `dot-min'.
|
|
6929
|
|
6930 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
6931
|
|
6932 * code-files.el (insert-file-contents): Rename
|
|
6933 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
6934 (write-region): Ditto.
|
|
6935
|
|
6936 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
6937
|
|
6938 * about.el: Fix typos, update release date.
|
|
6939
|
|
6940 * Symbols that have been obsolete for at least 3 years removed.
|
|
6941
|
|
6942 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
6943 screen- functions.
|
|
6944 (toplevel): remove setf methods for screen functions.
|
|
6945 * cl-macs.el (extent-data): defsetf removed.
|
|
6946 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
6947 many places to remove.
|
|
6948 (comment-indent-hook): Ditto.
|
|
6949 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
6950 (buffer-dedicated-screen): Ditto.
|
|
6951 (deiconify-screen): Ditto.
|
|
6952 (delete-screen): Ditto.
|
|
6953 (event-screen): Ditto.
|
|
6954 (find-file-other-screen): Ditto.
|
|
6955 (find-file-read-only-other-screen): Ditto.
|
|
6956 (live-screen-p): Ditto.
|
|
6957 (screen-height): Ditto.
|
|
6958 (screen-iconified-p): Ditto.
|
|
6959 (screen-list): Ditto.
|
|
6960 (screen-live-p): Ditto.
|
|
6961 (screen-name): Ditto.
|
|
6962 (screen-parameters): Ditto.
|
|
6963 (screen-pixel-height): Ditto.
|
|
6964 (screen-pixel-width): Ditto.
|
|
6965 (screen-root-window): Ditto.
|
|
6966 (screen-selected-window): Ditto.
|
|
6967 (screen-totally-visible-p): Ditto.
|
|
6968 (screen-visible-p): Ditto.
|
|
6969 (screen-width): Ditto.
|
|
6970 (screenp): Ditto.
|
|
6971 (get-screen-for-buffer): Ditto.
|
|
6972 (get-screen-for-buffer-noselect): Ditto.
|
|
6973 (get-other-screen): Ditto.
|
|
6974 (iconify-screen): Ditto.
|
|
6975 (lower-screen): Ditto.
|
|
6976 (mail-other-screen): Ditto.
|
|
6977 (make-screen): Ditto.
|
|
6978 (make-screen-invisible): Ditto.
|
|
6979 (make-screen-visible): Ditto.
|
|
6980 (modify-screen-parameters): Ditto.
|
|
6981 (new-screen): Ditto.
|
|
6982 (next-screen): Ditto.
|
|
6983 (next-multiscreen-window): Ditto.
|
|
6984 (other-screen): Ditto.
|
|
6985 (previous-screen): Ditto.
|
|
6986 (previous-multiscreen-window): Ditto.
|
|
6987 (raise-screen): Ditto.
|
|
6988 (redraw-screen): Ditto.
|
|
6989 (select-screen): Ditto.
|
|
6990 (selected-screen): Ditto.
|
|
6991 (set-buffer-dedicated-screen): Ditto.
|
|
6992 (set-screen-height): Ditto.
|
|
6993 (set-screen-position): Ditto.
|
|
6994 (set-screen-size): Ditto.
|
|
6995 (set-screen-width): Ditto.
|
|
6996 (show-temp-buffer-in-current-screen): Ditto.
|
|
6997 (switch-to-buffer-other-screen): Ditto.
|
|
6998 (visible-screen-list): Ditto.
|
|
6999 (window-screen): Ditto.
|
|
7000 (x-set-screen-pointer): Ditto.
|
|
7001 (x-set-frame-pointer): Ditto.
|
|
7002 (screen-title-format): Ditto.
|
|
7003 (screen-icon-title-format): Ditto.
|
|
7004 (terminal-screen): Ditto.
|
|
7005 (delete-screen-hook): Ditto.
|
|
7006 (create-screen-hook): Ditto.
|
|
7007 (mouse-enter-screen-hook): Ditto.
|
|
7008 (mouse-leave-screen-hook): Ditto.
|
|
7009 (map-screen-hook): Ditto.
|
|
7010 (unmap-screen-hook): Ditto.
|
|
7011 (default-screen-alist): Ditto.
|
|
7012 (default-screen-name): Ditto.
|
|
7013 (x-screen-defaults): Ditto.
|
|
7014 (x-create-screen): Ditto.
|
|
7015 * obsolete.el: meta-flag removed.
|
|
7016 baud-rate removed.
|
|
7017 sleep-for-millisecs removed.
|
|
7018 extent-data removed.
|
|
7019 set-extent-data removed.
|
|
7020 set-extent-attribute removed.
|
|
7021 extent-glyph removed.
|
|
7022 extent-layout removed.
|
|
7023 set-extent-layout removed.
|
|
7024 list-faces-display removed.
|
|
7025 list-faces removed.
|
|
7026 trim-versions-without-asking removed.
|
|
7027 after-write-file-hooks removed.
|
|
7028 truename removed.
|
|
7029 auto-fill-hook removed.
|
|
7030 blink-paren-hook removed.
|
|
7031 select-screen-hook, deselect-screen-hook removed.
|
|
7032 auto-raise-screen, auto-lower-screen removed.
|
|
7033
|
|
7034 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
7035
|
|
7036 * XEmacs 21.0-pre5 is released.
|
|
7037
|
|
7038 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
7039
|
|
7040 * about.el (about-hackers): Credits update.
|
|
7041
|
|
7042 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7043
|
|
7044 * register.el (insert-register): Don't activate the region.
|
|
7045
|
|
7046 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
7047
|
|
7048 * select.el: Restore x-* symbols for backwards compatibility:
|
|
7049 x-copy-primary-selection, x-kill-primary-selection,
|
|
7050 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
7051 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
7052
|
|
7053 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
7054
|
|
7055 * XEmacs 21.0-pre4 is released.
|
|
7056
|
|
7057 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7058
|
|
7059 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
7060 reporting bugs.
|
|
7061 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
7062 `expand-file-name' rather than `concat'.
|
|
7063
|
|
7064 * help.el (print-messages): New function.
|
|
7065
|
|
7066 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7067
|
|
7068 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
7069
|
|
7070 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7071
|
|
7072 * about.el: Tweaked my entry in about-hackers.
|
|
7073
|
|
7074 * find-paths.el (paths-emacs-root-p):
|
|
7075 Relaxed emacs-root checking of an in-place installation to
|
442
|
7076 also accommodate the flat layout used on MS Windows.
|
428
|
7077
|
|
7078 1998-06-29 John Jones <jj@asu.edu>
|
|
7079
|
|
7080 * package-get.el: calls to package-get-update-all will only
|
|
7081 update packages which are already installed.
|
|
7082
|
|
7083 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
7084
|
|
7085 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
7086 are handled by the gui-element face fallbacks now.
|
|
7087
|
|
7088 * x-faces.el: default gui-element face to "background" as well as
|
|
7089 the default face.
|
|
7090
|
|
7091 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
7092 and default face settings since these are set as fallbacks now in
|
|
7093 the appropriate domain.
|
|
7094
|
|
7095 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
7096
|
|
7097 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
7098 corresponding to `page-delim' goes first and the hack in
|
|
7099 `forward-paragraph' will work.
|
|
7100 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
7101
|
|
7102 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7103
|
|
7104 * subr.el (remove-hook): When checking the hook value
|
|
7105 with functionp, don't apply car to it.
|
|
7106
|
|
7107 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7108
|
|
7109 * package-get.el (package-get-remote-filename):
|
|
7110 Don't use file-name-as-directory because the local directory
|
|
7111 separator conventions might not be the same as ftp's.
|
|
7112
|
|
7113 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7114
|
|
7115 * ldap.el (ldap-host-parameters-alist): New name of
|
|
7116 `ldap-host-parameters-plist'
|
|
7117
|
434
|
7118 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
7119
|
|
7120 * package-get.el: Using (require 'package-get-base), now that it
|
|
7121 provides itself. Consequently removed all instances of (load
|
|
7122 "package-get-base.el").
|
|
7123
|
|
7124 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7125
|
|
7126 * subr.el (remove-hook): Don't treat the hook value as a
|
|
7127 list unless it is both consp and not functionp.
|
|
7128
|
|
7129 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
7130
|
|
7131 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
7132 * auto-show.el: Ditto.
|
|
7133 * bytecomp.el: Ditto.
|
|
7134 * faces.el: Ditto.
|
|
7135 * x-scrollbar.el: Ditto.
|
|
7136 * x-misc.el: Ditto.
|
|
7137 * tty-init.el: Ditto.
|
|
7138 * toolbar-items.el: Ditto.
|
|
7139 * symbol-syntax.el: Ditto.
|
|
7140 * specifier.el: Ditto.
|
|
7141 * objects.el: Ditto.
|
|
7142 * hyper-apropos.el: Ditto.
|
|
7143 * glyphs.el: Ditto.
|
|
7144
|
|
7145 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
7146
|
|
7147 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
7148 vertical-divider-always-visible-p.
|
|
7149 (default-mouse-motion-handler): Ditto.
|
|
7150
|
|
7151 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
7152
|
|
7153 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
7154 global value.
|
|
7155
|
|
7156 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
7157
|
|
7158 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
7159
|
|
7160 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7161
|
|
7162 * font.el: Split font-family-mappings into X and
|
|
7163 mswindows-specific versions.
|
|
7164 mswindows-font-create-[object|name]: Treat supplied size
|
|
7165 as a pointsize. Added underline and strikethru handling.
|
|
7166
|
|
7167 * msw-faces.el: changed default mswindows charset to western.
|
|
7168
|
|
7169 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7170 was inserted to get round bugs in the mswindows C font code.
|
|
7171
|
|
7172 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
7173
|
|
7174 * about.el (about-hackers): Credits update.
|
|
7175
|
|
7176 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
7177 TUTORIAL.
|
|
7178
|
|
7179 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
7180 to ISO-8859-2.
|
|
7181
|
|
7182 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7183
|
|
7184 * font.el: Split font-family-mappings into X and
|
|
7185 mswindows-specific versions.
|
|
7186 mswindows-font-create-[object|name]: Treat supplied size
|
|
7187 as a pointsize. Added underline and strikethru handling.
|
|
7188
|
|
7189 * msw-faces.el: changed default mswindows charset to western.
|
|
7190
|
|
7191 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7192 was inserted to get round bugs in the mswindows C font code.
|
|
7193
|
|
7194 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7195
|
|
7196 * minibuf.el: make read-color-completion-table call
|
|
7197 (mswindows-color-list for mswindows devices.
|
|
7198
|
|
7199 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
7200
|
|
7201 * lisp/font-lock.el
|
|
7202 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
7203 Let declaration items contain non-word symbol characters.
|
|
7204
|
434
|
7205 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
428
|
7206
|
|
7207 * package-get.el (package-get-package-provider): Added autoload
|
|
7208 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
7209 it. Fixed some (interactive ...) with multiple argument specs
|
|
7210 again. Cosmetic indentation changes.
|
|
7211
|
|
7212 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
7213
|
|
7214 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
7215 that you want to use later.
|
|
7216
|
|
7217 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7218
|
|
7219 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
7220 to x-kill-primary-selection with kill-primary-selection
|
|
7221
|
|
7222 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
7223
|
|
7224 * simple.el (what-cursor-position): Make cursor position reported
|
|
7225 use value of column-number-start-at-one
|
|
7226
|
|
7227 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
7228
|
|
7229 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
7230
|
|
7231 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
7232
|
|
7233 * startup.el (startup-splash-frame): Remove
|
|
7234 `xemacs-startup-logo-function'.
|
|
7235
|
|
7236 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
7237
|
|
7238 * about.el (about-hackers): Update credits list.
|
|
7239
|
|
7240 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
7241
|
|
7242 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
7243 extensions to be found by load-sound-file
|
|
7244
|
|
7245 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7246
|
|
7247 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
7248 (Info-auto-generate-directory): New variable
|
|
7249 (Info-save-auto-generated-dir): New variable
|
|
7250 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
7251 (Info-build-dir-anew): Second parameter removed. Use
|
|
7252 `Info-save-auto-generated-dir'
|
|
7253 (Info-rebuild-dir): Ditto
|
|
7254
|
|
7255 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
7256
|
|
7257 * list-mode.el (next-list-mode-item): Would not recognize
|
|
7258 border between directly neighbored items.
|
|
7259
|
|
7260 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7261
|
|
7262 * package-get.el: add autoloads for some functions.
|
|
7263
|
|
7264 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7265
|
|
7266 * specifier.el (let-specifier): Tiny docfixes.
|
|
7267
|
|
7268 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7269
|
|
7270 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
7271
|
|
7272 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
7273
|
|
7274 * wid-edit.el (widget-specify-secret): New function.
|
|
7275 (widget-after-change): Use it.
|
|
7276 (widget-specify-field): Use it.
|
|
7277
|
|
7278 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
7279
|
|
7280 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
7281 `doit'; reuse result of `window-pixel-edges'.
|
|
7282
|
|
7283 * modeline.el (drag-modeline-event-lag): Rename to
|
|
7284 drag-divider-event-lag.
|
|
7285
|
|
7286 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
7287
|
|
7288 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
7289 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
7290 arguments.
|
|
7291
|
|
7292 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7293
|
|
7294 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
7295 `completion-ignore-case' in completions buffer under Windows.
|
|
7296
|
|
7297 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7298
|
|
7299 * about.el (about-maintainer-glyph): Fix support for not
|
|
7300 compressed images.
|
|
7301
|
|
7302 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7303
|
|
7304 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
7305
|
|
7306 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
7307 `cancel-mode-internal' function is fetched.
|
|
7308
|
|
7309 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7310
|
|
7311 * files.el (save-some-buffers-1): Fixed return value.
|
|
7312
|
|
7313 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
7314
|
|
7315 * dragdrop.el: added experimental
|
|
7316
|
|
7317 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
7318
|
|
7319 * startup.el (after-init-hook, init-file-user,
|
|
7320 user-init-directory, load-user-init-file): Purge references
|
|
7321 to "~/.xemacs/init.el" from docstrings.
|
|
7322
|
|
7323 (load-user-init-file) Use paths-construct-path to construct
|
|
7324 paths to user init files. Go directly to ~/.emacs, do not
|
|
7325 search ~/.xemacs/, do not load `default-custom-file'.
|
|
7326
|
|
7327 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7328
|
|
7329 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
7330 general *sh.
|
|
7331 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
7332
|
|
7333 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
7334
|
|
7335 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
7336 menu.
|
|
7337
|
|
7338 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
7339
|
|
7340 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
7341 in xpm-color-symbols instead of default.
|
|
7342
|
|
7343 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
7344
|
|
7345 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
7346
|
|
7347 * startup.el (xemacs-startup-logo-function): New variable.
|
|
7348 (startup-splash-frame): Use it.
|
|
7349
|
|
7350 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
7351
|
|
7352 * files.el (save-some-buffers): Would wait 1 second.
|
|
7353 (save-some-buffers-1): Delete other windows here instead of in
|
|
7354 `save-some-buffers'.
|
|
7355 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
7356
|
442
|
7357 1998-06-02 Didier Verna <didier@xemacs.org>
|
428
|
7358
|
|
7359 * cus-face.el (custom-face-attributes): generalized the use of
|
|
7360 toggle buttons for boolean attributes.
|
|
7361 Re-ordered the items a bit.
|
|
7362
|
|
7363 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
7364
|
|
7365 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
7366 to find the sounds directory.
|
|
7367
|
|
7368 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7369
|
|
7370 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
7371 otherwise. load-default sounds without extensions.
|
|
7372
|
|
7373 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
7374
|
|
7375 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
7376 if send-pr is not bound.
|
|
7377
|
|
7378 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
7379
|
|
7380 * files.el: grok idl files in auto-mode-alist.
|
|
7381 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
7382
|
|
7383 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
7384 calling `upcase'.
|
|
7385
|
|
7386 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
7387
|
|
7388 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
7389
|
|
7390 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7391
|
|
7392 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
7393 instead of XEmacs one when dumping InfoDock.
|
|
7394
|
|
7395 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7396
|
|
7397 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
7398 for `modeline-visible-p'
|
|
7399
|
|
7400 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
7401
|
|
7402 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7403
|
|
7404 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
7405 since it's not used anymore. doc string fixes.
|
|
7406
|
|
7407 * package-get.el (package-get-file-installed-p): new function. use
|
|
7408 instead of file-installed-p which is in an external package.
|
|
7409
|
|
7410 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
7411
|
|
7412 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
7413 favor of select-window/switch-to-buffer
|
|
7414
|
|
7415 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
7416
|
|
7417 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
7418
|
|
7419 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
7420
|
|
7421 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
7422 (offix-start-drag-region) moved to dragdrop.el
|
|
7423 (offix-start-drag) moved to dragdrop.el
|
|
7424 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
7425 (offix-start-drag-region) moved from frame.el
|
|
7426 (offix-start-drag) moved from frame.el
|
|
7427 (cde-start-drag-region) cde drag regions
|
|
7428 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
7429
|
|
7430 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
7431
|
|
7432 * dragdrop.el: created dragdrop-drag prototypes
|
|
7433 (cde-start-drag-region) fixed typo
|
|
7434
|
|
7435 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
7436
|
|
7437 * simple.el (after-init-hook): Remove reader macro.
|
|
7438
|
|
7439 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
7440 macros. Update DOC string.
|
|
7441
|
|
7442 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7443
|
|
7444 * mouse.el (drag-window-divider): Ditto.
|
|
7445
|
|
7446 * modeline.el (mouse-drag-modeline): Use it.
|
|
7447
|
|
7448 * lisp-mode.el (let-specifier): Specify indentation.
|
|
7449
|
|
7450 * specifier.el (let-specifier): Renamed from
|
|
7451 `with-specifier-instance'.
|
|
7452
|
|
7453 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
7454
|
|
7455 * x-faces.el:
|
|
7456 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
7457 to faces. Predicate x-get-resource on the presence of x.
|
|
7458
|
442
|
7459 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
428
|
7460 faces as specfier defaults.
|
|
7461
|
|
7462 * package-get.el: don't use package-admin-add-single-file-package.
|
|
7463
|
|
7464 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7465
|
|
7466 * toolbar-items.el: Fixup tooltips.
|
|
7467 (toolbar-gnus): Don't use obsolete variable
|
|
7468 toolbar-news-frame-properties.
|
|
7469 (toolbar-news-reader): Default to `gnus' instead of
|
|
7470 `not-configured'.
|
|
7471
|
|
7472 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
7473 Windows.
|
|
7474
|
|
7475 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
7476
|
|
7477 * package-get.el: rename -installedp -> -installed-p.
|
|
7478
|
|
7479 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7480
|
|
7481 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
7482 attributes, and assinged it to continuation, truncation and
|
|
7483 hscroll glyphs.
|
|
7484
|
|
7485 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
7486 and made continuation, truncation and hscroll glyphs arrow
|
|
7487 characters out of that font.
|
|
7488
|
|
7489 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7490
|
|
7491 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
7492 directory-sep-char being \.
|
|
7493 (minibuffer-electric-tilde): Ditto.
|
|
7494 (read-file-name-map): Ditto.
|
|
7495
|
|
7496 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7497
|
|
7498 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
7499 on X devices.
|
|
7500 (default-mouse-track-deal-with-down-event): Avoid
|
|
7501 `x-disown-selection'; use `disown-selection' instead.
|
|
7502
|
|
7503 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7504
|
|
7505 * select.el:
|
|
7506 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
7507 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
7508 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
7509 (x-copy-primary-selection).
|
|
7510 (own-clipboard): new function.
|
|
7511
|
|
7512 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
7513 functions in select.el. remove old ones.
|
|
7514 (mswindows-own-clipboard): new function.
|
|
7515
|
|
7516 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7517
|
|
7518 * gnuserv.el: allow connections from mswindows type devices.
|
|
7519
|
|
7520 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
7521
|
|
7522 * msw-glyphs.el: change image type used from cursor to resource.
|
|
7523
|
|
7524 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7525
|
|
7526 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
7527 for {top,bottom}-{left,right} values in addition to
|
|
7528 {top,bottom}_{left,right}.
|
|
7529 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
7530
|
|
7531 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
7532
|
|
7533 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
7534
|
|
7535 * specifier.el (with-specifier-instance): Added docstring.
|
|
7536
|
|
7537 * mouse.el (drag-window-divider): Ditto.
|
|
7538
|
|
7539 * modeline.el (mouse-drag-modeline): Use it.
|
|
7540
|
|
7541 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
7542 level.
|
|
7543
|
|
7544 * specifier.el (with-specifier-instance): New macro.
|
|
7545
|
|
7546 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
7547
|
|
7548 * package-get.el (package-get-create-custom): new function to
|
|
7549 auto-generate package-get-custom.el from package-get-base.el.
|
|
7550 * (package-get-ever-installedp): new function.
|
|
7551 * (package-get-custom): new function to get all packages specified
|
|
7552 by customize.
|
|
7553
|
|
7554 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
7555
|
|
7556 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
7557
|
|
7558 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
7559
|
|
7560 * cl-extra.el: Reverse previous float change.
|
|
7561
|
|
7562 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
7563
|
|
7564 * x-faces.el:
|
|
7565 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
7566 required by w3 under mswindows as well X.
|
|
7567
|
|
7568 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7569
|
|
7570 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
7571 clause, one more overlookef fsfism.
|
|
7572 (nt-quote-args-functions-alist): End sentences with double space.
|
|
7573
|
|
7574 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7575
|
|
7576 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
7577 recaching default-toolbar specifier.
|
|
7578 (pop-window-configuration): Ditto.
|
|
7579 (unpop-window-configuration): Ditto.
|
|
7580
|
|
7581 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7582
|
|
7583 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
7584
|
|
7585 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7586
|
|
7587 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
7588 (nt-quote-args-prefix-quote): Added function.
|
|
7589 (nt-quote-args-backslash-quote): Added function.
|
|
7590 (nt-quote-args-double-quote): Added function.
|
|
7591 (nt-quote-args-functions-alist): New variable.
|
|
7592 (nt-quote-process-args): Added function. This is the main quoting
|
|
7593 work horse called from process-nt.c
|
|
7594
|
|
7595 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7596
|
|
7597 * winnt.el: Removed duplicate definitions for backspace,
|
|
7598 delete, M-backspace and C-M-backspace.
|
|
7599 (file-name-buffer-file-type-alist): Removed this variable.
|
|
7600 (find-buffer-file-type): Removed function.
|
|
7601 (find-file-binary): Removed function.
|
|
7602 (find-file-text): Removed function.
|
|
7603 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
7604 (save-to-unix-hook): Removed function.
|
|
7605 (revert-from-unix-hook): Removed function.
|
|
7606 (using-unix-filesystems): Removed function.
|
|
7607 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
7608 warning.
|
|
7609 (x-set-selection): Removed function.
|
|
7610 (x-get-selection): Removed function.
|
|
7611 Removed commented FSFisms.
|
|
7612 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
7613 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
7614 comint-process-echoes setting to t.
|
|
7615
|
|
7616 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7617
|
|
7618 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
7619 and used following the interface change of
|
|
7620 `paths-find-recursive-path'.
|
|
7621
|
|
7622 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
7623 regexp instead of a list of base names.
|
|
7624 (paths-version-control-filename-regexp):
|
|
7625 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
7626 Introduced and used following the interface change of
|
|
7627 `paths-find-recursive-path'.
|
|
7628
|
|
7629 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7630
|
|
7631 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
7632 on X devices, rather than on all non-TTY devices.
|
|
7633
|
|
7634 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7635
|
|
7636 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
7637
|
|
7638 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
7639
|
434
|
7640 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
428
|
7641
|
|
7642 * itimer.el (activate-itimer): Fixed usage of integers
|
|
7643 as argument to `concat'.
|
|
7644
|
|
7645 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7646
|
|
7647 * itimer.el (start-itimer): replace the use of `concat' with
|
|
7648 `format'
|
|
7649
|
|
7650 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
7651
|
|
7652 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
7653 From Bob Weiner <weiner@altrasoft.com>
|
|
7654
|
|
7655 * loadhist.el (symbol-file): Supply prompt string when used
|
|
7656 interactively.
|
|
7657 From Bob Weiner <weiner@altrasoft.com>
|
|
7658
|
|
7659 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7660
|
|
7661 * loadup.el (really-early-error-handler): Ditto.
|
|
7662
|
|
7663 * update-elc.el: Ditto.
|
|
7664
|
|
7665 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7666
|
|
7667 * make-docfile.el: Ditto.
|
|
7668
|
|
7669 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
7670 instead of decode-path.
|
|
7671
|
|
7672 * files.el (parse-colon-path): Update docstring reference.
|
|
7673
|
|
7674 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7675
|
|
7676 * msw-init.el:
|
|
7677 * x-init.el:
|
|
7678 Bind cut'n'paste keys to non window-system specific functions.
|
|
7679
|
|
7680 * msw-select.el: New function mswindows-clear-clipboard.
|
|
7681 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
7682 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
7683
|
|
7684 * select.el: on mswindows devices delete-primary-selection
|
|
7685 calls mswindows-clear-clipboard.
|
|
7686
|
|
7687 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
7688
|
|
7689 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
7690
|
|
7691 * cmdloop.el (read-char): Don't inhibit quit.
|
|
7692 (read-char-exclusive): Ditto.
|
|
7693 (read-char): Signal quit if quit-char was pressed.
|
|
7694 (read-char-exclusive): Ditto.
|
|
7695 (read-quoted-char): Return a character, not integer.
|
|
7696
|
|
7697 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
7698 selection code.
|
|
7699 (default-popup-menu): Fix code.
|
|
7700
|
|
7701 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
7702
|
|
7703 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
7704
|
|
7705 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
7706
|
|
7707 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
7708
|
|
7709 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7710
|
|
7711 * device.el (device-pixel-width):
|
|
7712 (device-pixel-height):
|
|
7713 (device-mm-width):
|
|
7714 (device-mm-height):
|
|
7715 (device-bitplanes):
|
|
7716 (device-color-cells): Swapped parameters to device-system-metric
|
|
7717 according to the interface change.
|
|
7718
|
|
7719 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7720
|
|
7721 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
7722 function event-over-vertical-divider-p.
|
|
7723 Do not set E-W arrow cursor over the divider if
|
|
7724 vertical-divider-draggable-p is nil in the window.
|
|
7725 ([top-level]): Use new name for the variable
|
|
7726 vertical-divider-map.
|
|
7727 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
7728 Variable name typo fixes.
|
|
7729
|
|
7730 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7731
|
|
7732 * keymap.el (kbd): Define here; handle string constants and
|
|
7733 others...
|
|
7734
|
|
7735 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
7736
|
|
7737 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
7738 in Emacs 18.
|
|
7739
|
442
|
7740 1998-05-13 Didier Verna <didier@xemacs.org>
|
428
|
7741
|
|
7742 * mouse.el (drag-window-divider): give the vertical divider a
|
|
7743 pressed look when dragging it.
|
|
7744
|
|
7745 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
7746
|
|
7747 * faces.el: predicate some more face operations on x or mswindows
|
|
7748 not just x.
|
|
7749
|
|
7750 * modeline.el: enable modeline coloring for mswindows.
|
|
7751
|
|
7752 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7753
|
|
7754 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
7755 FSF Emacs.
|
|
7756 (next-history-element): Used `minibuffer-default'.
|
|
7757
|
|
7758 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
7759
|
|
7760 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
7761 arguments still look a bit strange
|
|
7762 (dragdrop-compare-mods) created
|
|
7763 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
7764 modifiers
|
|
7765
|
|
7766 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7767
|
|
7768 * setup-paths.el (paths-default-info-directories): Replace
|
|
7769 path-separator with directory-sep-char.
|
|
7770
|
|
7771 * files.el (path-separator): Don't define it here.
|
|
7772
|
|
7773 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7774
|
|
7775 * update-elc.el: Ditto.
|
|
7776
|
|
7777 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7778
|
|
7779 * make-docfile.el: Ditto.
|
|
7780
|
|
7781 * loadup.el (really-early-error-handler): Ditto.
|
|
7782
|
|
7783 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
7784 instead of decode-path-internal.
|
|
7785
|
|
7786 * files.el (parse-colon-path): Update docstring.
|
|
7787
|
|
7788 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
7789
|
|
7790 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
7791
|
|
7792 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
7793 get-buffer-window-list.
|
|
7794
|
|
7795 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7796
|
|
7797 * disass.el: Fix maintainer keyword.
|
|
7798
|
|
7799 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
7800 (byte-compile-buffer): Ditto.
|
|
7801
|
|
7802 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
7803 value is returned, not the name.
|
|
7804 (lisp-imenu-generic-expression): Enable it.
|
|
7805 (lisp-mode-variables): Ditto.
|
|
7806 (lisp-indent-offset): Change defconst to defvar.
|
|
7807 (lisp-indent-function): Ditto.
|
|
7808 (lisp-body-indent): Ditto.
|
|
7809
|
|
7810 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7811
|
|
7812 * modeline.el: Use zap-last-kbd-macro-event.
|
|
7813
|
|
7814 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
7815 nil, don't attempt to do anything with messages.
|
|
7816 (eval-last-sexp): Use `letf' for clarity.
|
|
7817
|
|
7818 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7819
|
|
7820 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
7821
|
|
7822 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
7823
|
|
7824 * buff-menu.el:
|
|
7825 * lisp-mode.el:
|
|
7826 * obsolete.el:
|
|
7827 Change empty docstrings into no doc strings at all.
|
|
7828 Fix bogus FSF-format docstrings.
|
|
7829 * etags.el: Fix docstring.
|
|
7830
|
|
7831 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7832
|
|
7833 * package-get.el (package-get): Use internal md5
|
|
7834
|
|
7835 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
7836
|
|
7837 * about.el (about-xemacs): Correct abuse of concat.
|
|
7838
|
|
7839 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
7840
|
|
7841 * info.el (Info-mode): Use easymenu.
|
|
7842
|
|
7843 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7844
|
|
7845 * apropos.el (apropos): Don't use concat with integers.
|
|
7846
|
|
7847 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
7848 was seen gracefully.
|
|
7849
|
|
7850 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
7851 defun.
|
|
7852 (apropos-describe-plist): Ditto.
|
|
7853
|
|
7854 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
7855 (describe-key): Use it as defun.
|
|
7856 (describe-mode): Ditto.
|
|
7857 (describe-bindings): Ditto.
|
|
7858 (describe-prefix-bindings): Ditto.
|
|
7859 (describe-installation): Ditto.
|
|
7860 (view-lossage): Ditto.
|
|
7861 (describe-function): Ditto.
|
|
7862 (describe-variable): Ditto.
|
|
7863 (describe-syntax): Ditto.
|
|
7864
|
|
7865 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
7866
|
|
7867 * dragdrop.el: changed order of require/provide
|
|
7868 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
7869 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
7870 (dragdrop-function-widget) this one needs more work...
|
|
7871
|
|
7872 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
7873
|
|
7874 * about.el: another small change in my entry
|
|
7875 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
7876 plus customizations
|
|
7877 changed interface to handler functions. now called with event
|
|
7878 and object
|
|
7879
|
|
7880 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7881
|
|
7882 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
7883 E-W arrow pointer displayed over draggable dividers.
|
|
7884
|
|
7885 * mouse.el (default-mouse-motion-handler): Show it when
|
|
7886 appropriate.
|
|
7887 (drag-window-divider): Added.
|
|
7888 ([top-level]): Initialized window-divider-map with a keymap
|
|
7889 binding the above function to left button down event.
|
|
7890
|
|
7891 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
7892 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
7893 E-W double arrow.
|
|
7894
|
|
7895 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
7896
|
|
7897 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
7898
|
|
7899 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7900
|
|
7901 * simple.el (count-words-buffer): Don't query for buffer.
|
|
7902 (count-lines-buffer): Ditto.
|
|
7903
|
|
7904 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7905
|
|
7906 * help.el (where-is): add optional insert argument.
|
|
7907
|
|
7908 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7909
|
|
7910 * help.el (describe-key-briefly): New argument INSERT.
|
|
7911
|
|
7912 * simple.el (eval-expression): New optional argument; synch with
|
|
7913 FSF 20.3.
|
|
7914
|
|
7915 * keydefs.el (global-map): Add new register bindings.
|
|
7916
|
|
7917 * register.el: Synched with FSF 20.3.
|
|
7918
|
|
7919 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7920
|
|
7921 * window-xemacs.el (recenter): all arguments are optional.
|
|
7922
|
|
7923 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7924
|
|
7925 * device.el: (device-pixel-width): Reflected name/parameters
|
|
7926 change to device-system-metric.
|
|
7927 (device-pixel-height): Ditto.
|
|
7928 (device-mm-width): Ditto.
|
|
7929 (device-mm-height): Ditto.
|
|
7930 (device-bitplanes): Ditto.
|
|
7931 (device-color-cells): Ditto.
|
|
7932
|
|
7933 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7934
|
|
7935 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
7936
|
|
7937 * cl.el (most-positive-fixnum): Document.
|
|
7938 (most-negative-fixnum): Ditto.
|
|
7939
|
|
7940 * cus-dep.el: Updated comment.
|
|
7941
|
|
7942 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
7943 constant.
|
|
7944
|
|
7945 * cus-load.el (custom-put): Removed.
|
|
7946
|
|
7947 * files.el (after-find-file): Just resignal quit instead of
|
|
7948 signaling "canceled".
|
|
7949
|
|
7950 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7951
|
|
7952 * frame.el (other-frame): Use `focus-frame' instead of
|
|
7953 select-frame kludges.
|
|
7954
|
|
7955 * lisp-mode.el: Update lisp-indent-function for
|
|
7956 save-selected-frame and with-selected-frame.
|
|
7957
|
|
7958 * frame.el (save-selected-frame): New macro.
|
|
7959 (with-selected-frame): Ditto.
|
|
7960 (other-frame): Use `set-frame-focus'.
|
|
7961
|
|
7962 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
7963
|
|
7964 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
7965 (dragdrop-drop-url-default) default handler for URL drops created
|
|
7966 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
7967 (dragdrop-drop-functions) default custom for handling drops created
|
|
7968 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
7969
|
|
7970 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7971
|
|
7972 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
7973
|
|
7974 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
7975
|
|
7976 * about.el: changed some text in my entry
|
|
7977 * dragdrop.el: added customs
|
|
7978
|
|
7979 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
7980
|
|
7981 * mouse.el: killed global drop key bindings
|
|
7982 (mouse-offix-drop) removed
|
|
7983 * dragdrop.el: created
|
|
7984 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
7985
|
|
7986 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7987
|
|
7988 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
7989 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
7990
|
|
7991 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
7992 obsolete comment.
|
|
7993
|
|
7994 * scrollbar.el (scrollbars-visible-p): Use new
|
|
7995 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
7996
|
|
7997 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7998
|
|
7999 * device.el (device-pixel-height):
|
|
8000 (device-pixel-width):
|
|
8001 (device-mm-width):
|
|
8002 (device-mm-height):
|
|
8003 (device-bitplanes):
|
|
8004 (device-color-cells): Moved these 6 functions from device.c; they
|
|
8005 all use single (device-system-metrics) call.
|
|
8006
|
|
8007 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
8008
|
|
8009 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
8010 were renamed.
|
|
8011
|
|
8012 * menubar-items.el:
|
|
8013 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
8014 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
8015
|
|
8016 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
8017 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
8018
|
|
8019 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
8020
|
|
8021 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
8022 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
8023
|
|
8024 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
8025
|
|
8026 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
8027
|
|
8028 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
8029
|
|
8030 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
8031
|
|
8032 * startup.el (startup-splash-frame): Change ID logo name.
|
|
8033
|
|
8034 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8035
|
|
8036 * files.el (after-find-file): If the user presses C-g on
|
|
8037 directory-creation prompt, kill the buffer.
|
|
8038
|
|
8039 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
8040
|
|
8041 * simple.el (count-words-region): Reverse previous change.
|
|
8042
|
|
8043 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
8044
|
|
8045 * replace.el (query-replace): Just call perform-replace.
|
|
8046 (query-replace-regexp): Ditto.
|
|
8047 (perform-replace): Move region handling here.
|
|
8048 (perform-replace): Use the new arg to match-data.
|
|
8049
|
|
8050 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8051
|
|
8052 * x-init.el: Install X specific display table that
|
|
8053 displays char 0240 as a space to avoid whatever it is
|
|
8054 that screws up display of that character code.
|
|
8055
|
|
8056 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
8057
|
|
8058 * help.el (function-arglist): If no arguments are documented for a
|
|
8059 subr, print nothing rather than incorrect output.
|
|
8060
|
|
8061 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
8062
|
|
8063 * cmdloop.el (command-error): Update bail-out error message to use
|
|
8064 `emacs-program-name'.
|
|
8065
|
|
8066 * lib-complete.el: Remove reader macro cruft.
|
|
8067
|
|
8068 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
8069 cruft.
|
|
8070
|
|
8071 * simple.el (count-words-region): Drop interactive-p check on the
|
|
8072 message.
|
|
8073
|
|
8074 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8075
|
|
8076 * font.el
|
|
8077 * msw-faces.el
|
|
8078 Correct spelling of mswindows-font-canonicalize-name.
|
|
8079
|
|
8080 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8081
|
|
8082 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
8083 `ldap-host-parameters-plist'
|
|
8084 (ldap-search): Adapt to previous change
|
|
8085
|
|
8086 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8087
|
|
8088 * about.el (about-hackers): Update Bob Weiner bio.
|
|
8089 (about-maintainer-info): Ditto.
|
|
8090
|
|
8091 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
8092
|
|
8093 * simple.el (display-warning-minimum-level): Docfix.
|
|
8094
|
|
8095 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
8096
|
|
8097 * widget.el (:default-get): New keyword.
|
|
8098 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
8099 (group, widget-group-default-get): Define it.
|
|
8100 (menu-choice, widget-choice-default-get): Define it.
|
|
8101 (widget-default-get): New function.
|
|
8102 (widget-choice-action): Call it.
|
|
8103 (widget-editable-list-entry-create): Call it.
|
|
8104
|
|
8105 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8106
|
|
8107 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
8108 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
8109 lookup through `byte-boolean-vars'.
|
|
8110
|
|
8111 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8112
|
|
8113 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
8114 resource-provided values into ghost specs for scrollbar-height and
|
|
8115 scrollbar-width.
|
|
8116
|
|
8117 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8118
|
|
8119 * byte-optimize.el: Don't attempt to optimize /=.
|
|
8120
|
|
8121 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
8122 (byte-compile-/=): Ditto.
|
|
8123
|
|
8124 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8125
|
|
8126 * apropos.el: Use `with-displaying-help-buffer'.
|
|
8127 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
8128 Use `with-displaying-help-buffer'.
|
|
8129 (apropos-follow): Do not give special treatment to buffer cursor
|
|
8130 was in prior to a mouse click.
|
|
8131 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
8132 (apropos-print-doc): Set correct buffer for setting text
|
|
8133 properties.
|
|
8134
|
|
8135 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
8136
|
|
8137 * help.el (help-buffer-prefix-string): New variable.
|
|
8138 (help-buffer-name): Use it.
|
|
8139
|
|
8140 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
8141 mode menu.
|
|
8142
|
|
8143 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
8144
|
|
8145 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
8146
|
|
8147 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8148
|
|
8149 * files.el (find-file-noselect): Update docstring.
|
|
8150 (find-file-noselect): Signal an error if found an unreadable file.
|
|
8151 (file-chase-links): Save the match data.
|
|
8152 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
8153 (interpreter-mode-alist): Change defconst to defvar.
|
|
8154 (inhibit-first-line-modes-regexps): Ditto.
|
|
8155 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
8156 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
8157 (change-major-mode-with-file-name): New user-option.
|
|
8158 (set-visited-file-name): Synched with FSF.
|
|
8159 (file-name-extension): New function, from FSF 20.3.
|
|
8160 (file-relative-name): Synched with FSF.
|
|
8161 (save-some-buffers): Support the C-r feature.
|
|
8162 (recover-session): Synched with FSF.
|
|
8163 (kill-some-buffers): Ditto.
|
|
8164 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
8165
|
|
8166 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
8167
|
|
8168 * files.el (insert-file): Undo previous change and reenable use of
|
|
8169 format.el.
|
|
8170
|
|
8171 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8172
|
|
8173 * window-xemacs.el (recenter): Define.
|
|
8174
|
|
8175 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8176
|
|
8177 * font.el (mswindows-font-create-name)
|
|
8178 (mswindows-font-create-object): new functions for mswindows type
|
|
8179 fonts.
|
|
8180
|
|
8181 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
8182 strings are parsed as well as font objects.
|
|
8183
|
|
8184 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8185
|
|
8186 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
8187 kbd-macro being recorded.
|
|
8188 (add-minor-mode): Simplify docstring.
|
|
8189 (modeline-minor-mode-menu): Remove stuff.
|
|
8190
|
|
8191 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8192
|
|
8193 * code-process.el (call-process): dynamically decide process
|
|
8194 coding type.
|
|
8195
|
|
8196 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
8197
|
|
8198 * modeline.el: Add line-number-mode, column-number-mode to
|
|
8199 the modeline minor-mode menu. Button2 on the line number does
|
|
8200 goto-line.
|
|
8201
|
|
8202 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8203
|
|
8204 * mouse.el: move x-selection-owner-p type things to
|
|
8205 selection-owner-p.
|
|
8206
|
|
8207 * msw-init.el: copy zmacs stuff from x-init.el
|
|
8208
|
|
8209 * msw-select.el (mswindows-own-selection)
|
|
8210 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
8211 functions. Very simple minded implementation of selectio
|
|
8212 ownership.
|
|
8213
|
|
8214 * select.el (own-selection) (disown-selection)
|
|
8215 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
8216 (valid-simple-selection-p): functions moved from x-select.el for
|
|
8217 generalized selection.
|
|
8218
|
|
8219 * x-select.el: see select.el changes.
|
|
8220
|
|
8221 * x-toolbar.el: use new selection functions.
|
|
8222
|
|
8223 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8224
|
|
8225 * packages.el (packages-find-package-directories): Fixed bug that
|
|
8226 would pick up multiple site-package directories.
|
|
8227 (package-locations): Added "xemacs-packages" as a late package
|
|
8228 location.
|
|
8229
|
|
8230 * find-paths.el: Now uses `emacs-program-name' and
|
|
8231 `emacs-program-version'.
|
|
8232 Additions to enforce version-specific directories in
|
|
8233 `paths-find-version-directory'.
|
|
8234
|
|
8235 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
8236
|
|
8237 * default.el: Removed.
|
|
8238 * site-start.el: Removed.
|
|
8239
|
442
|
8240 1998-04-29 Didier Verna <didier@xemacs.org>
|
428
|
8241
|
|
8242 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
8243 to nil.
|
|
8244
|
|
8245 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
8246
|
|
8247 * find-paths.el (paths-program-name): Rename.
|
|
8248 (paths-emacs-root-p): Ditto.
|
|
8249 (paths-find-site-directory): Ditto.
|
|
8250
|
|
8251 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
8252
|
|
8253 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
8254 `emacs-lisp-byte-compile-and-load'.
|
|
8255
|
|
8256 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8257
|
|
8258 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
8259 `ldap-open'
|
|
8260
|
|
8261 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
8262
|
|
8263 * select.el (kill-primary-selection) (selection-owner-p)
|
|
8264 (copy-primary-selection) (yank-clipboard-selection)
|
|
8265 (selection-exists-p) (delete-primary-selection): new file and
|
|
8266 functions that do the right thing for the selected device.
|
|
8267
|
|
8268 * x-menubar.el: use generalised selection functions.
|
|
8269
|
|
8270 * dumped-lisp.el: dump select.el.
|
|
8271
|
|
8272 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
8273
|
|
8274 * find-paths.el (paths-progname): New variable.
|
|
8275 (paths-emacs-root-p): Use it.
|
|
8276 (paths-find-site-directory): Ditto.
|
|
8277
|
|
8278 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
8279
|
|
8280 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
8281 `infodock' if InfoDock.
|
|
8282
|
|
8283 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
8284
|
|
8285 * find-paths.el (construct-emacs-version): Simplify, include
|
|
8286 program name in the return value.
|
|
8287 * (paths-find-version-directory): Use it.
|
|
8288
|
|
8289 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8290
|
|
8291 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
8292 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
8293 name for files with no @direntry
|
|
8294 (Info-batch-rebuild-dir): New function
|
|
8295 (Info-suffixed-file): Check for regular files instead of simple
|
|
8296 file existence (could catch directories before)
|
|
8297
|
|
8298 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8299
|
|
8300 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
8301 temacs doesn't have.
|
|
8302
|
|
8303 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
8304 into root searching.
|
|
8305
|
|
8306 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
8307
|
|
8308 * subr.el: Remove definition of `not'.
|
|
8309
|
|
8310 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8311
|
|
8312 * msw-glyphs.el: enable graphics support.
|
|
8313
|
442
|
8314 1998-04-23 Didier Verna <didier@xemacs.org>
|
428
|
8315
|
|
8316 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
8317 option.
|
|
8318
|
|
8319 * misc doc string updates related to the options menu.
|
|
8320
|
|
8321 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
8322
|
|
8323 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
8324
|
|
8325 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8326
|
|
8327 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
8328 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
8329 gets us one step further towards making --no-autoloads work.
|
|
8330
|
|
8331 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
8332 lisp-directory is non-nil.
|
|
8333
|
|
8334 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
8335 against nil lisp-directory.
|
|
8336
|
|
8337 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
8338 to the list of variables that cause a warning when nil.
|
|
8339
|
|
8340 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
8341 no toolbar icon directory.
|
|
8342
|
|
8343 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
8344
|
|
8345 * help.el (view-lossage): Recognize it.
|
|
8346
|
|
8347 * simple.el (log-message): Mark multiline messages.
|
|
8348
|
|
8349 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8350
|
|
8351 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
8352
|
|
8353 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
8354
|
|
8355 * package-get.el (package-get-all): add `\n' separator to
|
|
8356 interactive specification so that both variables are read
|
|
8357
|
442
|
8358 1998-04-22 Didier Verna <didier@xemacs.org>
|
428
|
8359
|
|
8360 * x-menubar.el: ported the options menu to Custom.
|
|
8361 Moved the "read only" toggle button to the buffers menu.
|
|
8362 Corrected some missing ;;;###autoload or defcustom.
|
|
8363
|
|
8364 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
8365 the scrollbar-visible specifier for options menu handling.
|
|
8366
|
|
8367 * toolbar.el (toolbar-visible-p)
|
|
8368 (toolbar-captioned-p)
|
|
8369 (default-toolbar-position): defcustom wrappers around
|
|
8370 the toolbar specifiers for options menu handling.
|
|
8371
|
|
8372 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
8373 defcustom it for options menu handling.
|
|
8374
|
440
|
8375 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
428
|
8376 font-lock-mode for options menu handling.
|
|
8377
|
|
8378 * cus-start.el: added Custom properties to overwrite-mode for
|
|
8379 options menu handling.
|
|
8380
|
|
8381 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8382
|
|
8383 * about.el: shameless self-promotion.
|
|
8384
|
|
8385 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
8386
|
|
8387 * simple.el (raw-append-message): Slightly optimize.
|
|
8388 (remove-message): Use `push' for clarity.
|
|
8389 (append-message): Ditto.
|
|
8390 (display-warning): Dito.
|
|
8391 (raw-append-message): Send the message to the appropriate device.
|
|
8392
|
|
8393 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8394
|
|
8395 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
8396 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
8397
|
|
8398 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8399
|
|
8400 * setup-paths.el: Changed `directory-sep-char' to
|
|
8401 `path-separator', following a change in GNU Emacs.
|
|
8402
|
|
8403 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8404
|
|
8405 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
8406 (Info-build-dir-anew): Add a final newline.
|
|
8407 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
8408 is `always'
|
|
8409 (Info-rebuild-dir): Ditto
|
|
8410
|
|
8411 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
8412
|
|
8413 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
8414
|
|
8415 * simple.el (count-words-buffer): Retain zmacs region.
|
|
8416 (count-words-region): Ditto.
|
|
8417 * simple.el: (what-line): Expanded line counts.
|
|
8418 (count-lines): New parameter to conditionalize whether collapsed
|
|
8419 lines get counted.
|
|
8420 From Bob Weiner <weiner@altrasoft.com>
|
|
8421
|
|
8422 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
8423
|
|
8424 * packages.el (package-locations): infodock-packages must override
|
|
8425 mule-packages and packages.
|
|
8426
|
|
8427 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
8428
|
|
8429 * wid-edit.el:
|
|
8430 remove rude messages from widget-activation-widget-mapper
|
|
8431 and widget-activation-glyph-mapper
|
|
8432
|
|
8433 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8434
|
|
8435 * toolbar.el: Remove (featurep 'x) test from
|
|
8436 toolbar-make-button-list
|
|
8437
|
|
8438 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
8439
|
|
8440 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
8441 only if in the same frame.
|
|
8442
|
|
8443 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8444
|
|
8445 * packages.el (package-locations): Added site-packages hierarchy.
|
|
8446
|
|
8447 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
8448 used.
|
|
8449
|
|
8450 * packages.el, setup-paths.el: Set various path searching depths
|
|
8451 to 1.
|
|
8452
|
|
8453 * packages.el (packages-hierarchy-depth):
|
|
8454 (packages-load-path-depth): Introduced and used.
|
|
8455
|
|
8456 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
8457
|
|
8458 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
8459 parameter.
|
|
8460
|
|
8461 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8462
|
|
8463 * setup-paths.el (paths-construct-info-path): Removed
|
|
8464 dependency on behavior of (file-name-as-directory "").
|
|
8465
|
|
8466 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8467
|
|
8468 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
8469 lisp objects
|
|
8470
|
|
8471 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8472
|
|
8473 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
8474
|
|
8475 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
8476
|
|
8477 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
8478 properties for an extent based on the :help-echo widget
|
|
8479 property, since help-echo and balloon-help cause an EXTENT to
|
|
8480 get passed in, where :help-echo functions are expecting a WIDGET
|
|
8481
|
|
8482 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8483
|
|
8484 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
8485 mswindows-init-scrollbar-metrics when appropriate.
|
|
8486
|
|
8487 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8488
|
|
8489 * dumped-lisp.el: dump x-toolbar for window system
|
|
8490
|
|
8491 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
8492 have support and xpm.
|
|
8493
|
|
8494 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
8495
|
|
8496 * files.el (toggle-read-only): Fix docstring.
|
442
|
8497 From Didier Verna <didier@xemacs.org>
|
428
|
8498
|
|
8499 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8500
|
|
8501 * startup.el (normal-top-level): Load autoload-file-name without
|
|
8502 specifying an extension---some people only auto-autoload.el.gz.
|
|
8503
|
|
8504 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8505
|
|
8506 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
8507 nil.
|
|
8508
|
|
8509 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8510
|
|
8511 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
8512 This shouldn't cause any of the originally anticipated problems as
|
|
8513 the current paths architecture will not define the various
|
|
8514 configure-xxx variables if they're not specified on the configure
|
|
8515 command line.
|
|
8516
|
|
8517 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
8518 mentionings of "/" as a path separator.
|
|
8519 Used paths-construct-path throughout.
|
|
8520
|
|
8521 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
8522 from directory components.
|
|
8523
|
|
8524 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
8525 instead of decode-path-internal.
|
|
8526
|
|
8527 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
8528 and associates.
|
|
8529 (paths-decode-directory-path) Created.
|
|
8530
|
|
8531 * setup-paths.el: Changed configure-exec-path to
|
|
8532 configure-exec-directory.
|
|
8533
|
|
8534 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8535
|
|
8536 * packages.el (packages-find-packages): Fixed decoding of
|
|
8537 EMACSPACKAGEPATH.
|
|
8538
|
|
8539 * startup.el: -no-packages -> -no-early-packages.
|
|
8540
|
|
8541 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
8542 files.
|
|
8543
|
|
8544 * startup.el (normal-top-level): Fixed loading of core
|
|
8545 auto-autoload.
|
|
8546
|
|
8547 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
8548
|
|
8549 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
8550 for site-directory and lisp-directory variables.
|
|
8551
|
|
8552 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
8553 inhibit-package-autoloads and fixed handling of it.
|
|
8554
|
|
8555 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
8556 handling of former inhibit-package-init, now
|
|
8557 inhibit-early-packages, to make -vanilla etc. work.
|
|
8558
|
|
8559 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8560
|
|
8561 * code-process.el (start-process): Fallback to 'undecided instead
|
|
8562 of 'binary for process input coding stream.
|
|
8563
|
|
8564 * process.el (start-process): Docstring fix.
|
|
8565
|
|
8566 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8567
|
|
8568 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
8569 in Info-dir-file-attributes
|
|
8570 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
8571 (Info-rebuild-dir): Ditto.
|
|
8572
|
|
8573 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8574
|
|
8575 * obsolete.el: Added obsoleteness declarations for
|
|
8576 `site-directory' and `Info-default-directory-list'.
|
|
8577
|
|
8578 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8579
|
|
8580 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
8581 executable at the end of the symlink chain for determining the
|
|
8582 Emacs root.
|
|
8583
|
|
8584 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8585
|
|
8586 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
8587 to cater to gone default in configure.
|
|
8588
|
|
8589 * find-paths.el (paths-uniq-append): Added.
|
|
8590
|
|
8591 * packages.el: Rewritten package path construction once again.
|
|
8592
|
|
8593 * dump-paths.el, startup.el: Removed package-path as a global
|
|
8594 variable.
|
|
8595
|
|
8596 * package-admin.el (package-admin-add-single-file-package):
|
|
8597 (package-admin-add-binary-package): Changed package-path to
|
|
8598 late-packages.
|
|
8599
|
|
8600 * packages.el (packages-split-path): Split path at "/" rather than
|
|
8601 nil according to change in emacs.c.
|
|
8602
|
|
8603 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8604
|
|
8605 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
8606 order so that directories come out right.
|
|
8607 (paths-find-lock-directory): Fixed bug: It used to think
|
|
8608 configure-lock-directory is a path.
|
|
8609
|
|
8610 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
8611
|
|
8612 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
8613 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
8614 eases the use of toolbar-add/kill-item functions.
|
|
8615
|
|
8616 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8617
|
|
8618 * code-files.el (file-coding-system-alist): Commented out
|
|
8619 loaddefs.el magical treatment.
|
|
8620
|
|
8621 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8622
|
|
8623 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
8624 `conservative' and made it the default
|
|
8625 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
8626 strings, and multi-section dir files. Issue warning when dir
|
|
8627 is rebuilt as temporary
|
|
8628 (Info-build-dir-anew): Issue warning when dir is built as
|
|
8629 temporary
|
|
8630
|
|
8631 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8632
|
|
8633 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
8634 standard keys left, right, C-b and C-f.
|
|
8635
|
|
8636 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
8637
|
|
8638 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
8639
|
|
8640 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
8641
|
|
8642 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
8643
|
|
8644 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
8645
|
|
8646 * package-get-base.el: Updated.
|
|
8647
|
|
8648 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
8649
|
|
8650 * isearch-mode.el (isearch-just-started): New variable.
|
|
8651 (isearch-mode): Set it.
|
|
8652 (isearch-repeat): Advance one character forward only if the search
|
|
8653 was successful, and was not just started.
|
|
8654 (isearch-repeat): Clear isearch-just-started.
|
|
8655
|
|
8656 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8657
|
|
8658 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
8659 if running -batch.
|
|
8660
|
|
8661 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
8662
|
|
8663 * subr.el (listify-key-sequence): Removed.
|
|
8664
|
|
8665 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
8666
|
|
8667 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
8668 (byte-compile-output-file-form): Use it.
|
|
8669 (byte-compile-output-docform): Ditto.
|
|
8670 (byte-compile-compiled-obj-to-list): Ditto.
|
|
8671
|
|
8672 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8673
|
|
8674 * msw-glyphs.el: set frame icon if xpm support.
|
|
8675
|
|
8676 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8677
|
|
8678 * help.el: Code that pretty prints variable values
|
|
8679 removed.
|
|
8680
|
|
8681 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8682
|
|
8683 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
8684 directory.
|
|
8685 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8686
|
|
8687 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8688
|
|
8689 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
8690 its default value set to nil.
|
|
8691
|
|
8692 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
8693
|
|
8694 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
8695
|
|
8696 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8697
|
|
8698 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
8699 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
8700 does not exist or is older than some info files in directory
|
|
8701
|
|
8702 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8703
|
|
8704 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
8705 for last packages, mainly for using a 20.4 package base.
|
|
8706
|
|
8707 * packages.el (late-packages): Typo fix. It was called
|
|
8708 early-packages.
|
|
8709
|
|
8710 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
8711 relative symlinks correctly.
|
|
8712 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
8713 configuration-time root.
|
|
8714
|
|
8715 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
8716 find its roots.
|
|
8717
|
|
8718 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
8719
|
|
8720 * faces.el: Fix docstrings.
|
|
8721 * glyphs.el: Fix docstrings.
|
|
8722 * mouse.el: Fix docstrings.
|
|
8723
|
|
8724 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
8725
|
|
8726 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
8727
|
|
8728 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
8729 macros using backquote to make them infinitely more readable.
|
|
8730
|
|
8731 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
8732
|
|
8733 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
8734 InfoDock support until we can clean this up.
|
|
8735
|
|
8736 * help.el (describe-bindings-1): Return the value of the bindings
|
|
8737 help buffer created.
|
|
8738 (describe-bindings): Ditto.
|
|
8739
|
|
8740 * simple.el (set-variable): Restore previous behavior of not
|
|
8741 bombing if the variable to set is not boundp.
|
|
8742
|
|
8743 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8744
|
|
8745 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
8746 non-local files to be loaded off the package-lisp variable.
|
|
8747
|
|
8748 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8749
|
|
8750 * x-faces.el: Global X resources should override
|
|
8751 specs for all device classes (color, grayscale, mono);
|
|
8752 code currently doesn't override any of them. Fixed by
|
|
8753 calling remove-specifier with '(x default) as the tag
|
|
8754 set and allowing inexact matches.
|
|
8755
|
|
8756 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8757
|
442
|
8758 * faces.el: Separated face initializations based on
|
428
|
8759 device classes into device type specific (tag set,
|
|
8760 instantiator) pairs.
|
|
8761
|
|
8762 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
8763
|
|
8764 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
8765 choice.
|
|
8766 (widget-choice-value-create): Respect it.
|
|
8767 From Richard Stallman <rms@gnu.org>
|
|
8768
|
|
8769 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8770
|
|
8771 * setup-paths.el (paths-construct-info-path): Always append
|
|
8772 existing directories from configure-time info path.
|
|
8773
|
|
8774 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
8775 Info-directory-list.
|
|
8776
|
|
8777 * info.el: Removed Info-default-directory-list which was broken by
|
|
8778 design.
|
|
8779 Removed bogus initialization of Info-directory-list---startup.el
|
|
8780 can do a much better job.
|
|
8781 Added autoload of Info-directory-list.
|
|
8782
|
|
8783 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
8784 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
8785 be exclusive; now it's merely given precedence, just like in the
|
|
8786 old days.
|
|
8787
|
|
8788 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8789
|
|
8790 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
8791 finding; it used to default too early.
|
|
8792
|
|
8793 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
8794
|
|
8795 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
8796 for paths that weren't split.
|
|
8797
|
|
8798 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
8799
|
|
8800 * finder.el (finder-compile-keywords): trap on errors.
|
|
8801
|
|
8802 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8803
|
|
8804 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
8805 fourth argument of t so that only the specs exactly
|
|
8806 matching the tag lists are removed.
|
|
8807
|
|
8808 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
8809
|
|
8810 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
8811
|
|
8812 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
8813
|
|
8814 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
8815 specified, use it for generating the completions.
|
|
8816
|
|
8817 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8818
|
|
8819 * update-elc.el: Now respects inhibit-package-init and
|
|
8820 inhibit-site-lisp.
|
|
8821 Now does path construction with loadup-paths.
|
|
8822
|
|
8823 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
8824 inhibit-package-init and inhibit-site-lisp.
|
|
8825
|
|
8826 * packages.el (packages-find-package-path): Extended package path
|
|
8827 by version-specific hierarchies.
|
|
8828 (packages-find-packages): Now respects inhibit flag and
|
|
8829 inhibit-site-lisp.
|
|
8830 Moved path setup to loadup-paths.
|
|
8831
|
|
8832 * make-docfile.el: Now respects inhibit-package-init and
|
|
8833 inhibit-site-lisp.
|
|
8834 Now does path construction with loadup-paths.
|
|
8835
|
|
8836 * loadup.el: Now respects inhibit-package-init and
|
|
8837 inhibit-site-lisp.
|
|
8838
|
|
8839 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
8840
|
|
8841 * loadup-paths.el: New file: setup load-path to encompass
|
|
8842 packages.
|
|
8843
|
|
8844 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8845
|
|
8846 * auto-show.el: load-gc renamed to pureload.
|
|
8847 * site-load.el: Ditto.
|
|
8848 * packages.el (toplevel): Ditto.
|
|
8849 * loadup.el (really-early-error-handler): Ditto.
|
|
8850 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
8851 * cus-face.el (custom-declare-face): Ditto.
|
|
8852
|
|
8853 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8854
|
|
8855 * <Today>: The Big Path Searching Overhaul.
|
|
8856
|
|
8857 * find-paths.el: New file: find and assemble paths in the
|
|
8858 installation hierarchy.
|
|
8859
|
|
8860 * setup-paths.el: New file: global layout of paths and directories
|
|
8861 within the XEmacs hierarchy.
|
|
8862
|
|
8863 * packages.el: Replaced everything related to path searching and
|
|
8864 startup by code in terms of find-paths.
|
|
8865
|
|
8866 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
8867 the new path searching engine.
|
|
8868
|
|
8869 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
8870 and setup-paths.
|
|
8871
|
|
8872 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8873
|
|
8874 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
8875 setup-paths.el.
|
|
8876
|
|
8877 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8878
|
|
8879 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
8880 compiles identically in any configuration.
|
|
8881 Removed irrelevant commentary.
|
|
8882
|
|
8883 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8884
|
|
8885 * simple.el (set-variable): Allow setting specifiers.
|
|
8886
|
|
8887 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
8888
|
|
8889 * lisp.el (forward-sexp): Revert previous change.
|
|
8890
|
|
8891 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
8892
|
|
8893 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
8894 `delete-device' to delete the stream console to match the usage in
|
|
8895 Fkill_emacs.
|
|
8896
|
|
8897 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
8898
|
|
8899 * files.el (cdpath-previous): New variable.
|
|
8900 (cd): Use it.
|
|
8901 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
8902
|
|
8903 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8904
|
|
8905 * keydefs.el: Changed keybindings of forward-char,
|
|
8906 backward, scroll-up and scroll-down to point to their
|
|
8907 -command counterparts.
|
|
8908
|
|
8909 * simple.el: New functions: forwarc-char-command,
|
|
8910 backwrad-char-command, scroll-up-command,
|
|
8911 scroll-down-command which work liek their counterparts
|
|
8912 except that they honor the variable
|
|
8913 signal-error-on-buffer-boundary.
|
|
8914
|
|
8915 Definition of signal-error-on-buffer-boundary received
|
|
8916 from src/cmds.c.
|
|
8917
|
|
8918 defvar declaration added for word-across-newline to avoid
|
|
8919 byte-compiler warning about the free variable reference.
|
|
8920
|
|
8921 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8922
|
|
8923 * winnt.el: Removed "%t" from the beginning of
|
|
8924 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
8925
|
|
8926 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
8927
|
|
8928 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
8929 of `when' with `if'.
|
|
8930
|
|
8931 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8932
|
|
8933 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
8934 mswindows. Must be reworked along with glyphs.el, or
|
|
8935 merged into it, after there is images support.
|
|
8936
|
|
8937 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
8938 'mswindows.
|
|
8939
|
|
8940 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
8941
|
|
8942 * faces.el: fix for text cursor initialization.
|
|
8943 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
8944 From Andy Piper <andyp@parallax.co.uk>
|
|
8945
|
|
8946 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
8947
|
|
8948 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
8949 if there is an existing package that handles it and warn the user
|
|
8950 about that mode.
|
|
8951
|
|
8952 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8953
|
|
8954 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
8955 Installation" menu item when Installation-string is not bound.
|
|
8956
|
|
8957 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
8958
|
|
8959 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
8960 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
8961
|
|
8962 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8963
|
|
8964 * msw-faces.el:
|
|
8965 * faces.el: Fix face initialization.
|
|
8966
|
|
8967 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
8968
|
|
8969 * files.el (backup-enable-predicate): fix breakage introduced
|
|
8970 by TMPDIR patch.
|
|
8971
|
|
8972 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8973
|
|
8974 * x-faces.el (x-init-face-from-resources): The
|
|
8975 TTY face property retrieval functions don't return
|
|
8976 specifiers, so use face-property instead.
|
|
8977
|
|
8978 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
8979
|
|
8980 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
8981
|
|
8982 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8983
|
|
8984 * x-menubar.el: Expanded documentation for
|
|
8985 option-save-faces. Changed Options -> Browse Faces
|
|
8986 menu entry to invoke customize-face.
|
|
8987
|
|
8988 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8989
|
|
8990 * faces.el: Most face initialization moved out of
|
|
8991 init-other-random-faces to the top level so that the
|
|
8992 initialization happens before Xemacs is dumped. Much
|
|
8993 of the fascist "face-differs-from-default-p or FROB!"
|
|
8994 code has been retired in favor of letting the user do
|
|
8995 what they want to do. Face initialization code changed
|
|
8996 to use `default' specifier tag so that the settings can
|
|
8997 be overridden later if the user wishes it.
|
|
8998
|
|
8999 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
9000
|
|
9001 * about.el (about-hackers): Update contributors list.
|
|
9002
|
|
9003 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9004
|
|
9005 * specifier.el: Define new specifier tag `default'.
|
|
9006
|
|
9007 * modeline.el: Initialize faces using `default' tag.
|
|
9008
|
|
9009 * x-faces.el (x-init-face-from-resources): Remove
|
|
9010 specifier specs containing the `default' tag before
|
|
9011 adding new specs.
|
|
9012
|
|
9013 1998-03-02 John Jones <jj@asu.edu>
|
|
9014
|
|
9015 * package-get.el (package-get-all): fixed arguments on call to
|
|
9016 package-admin-add-single-file-package.
|
|
9017 * package-get.el (package-get-installedp): fixed to match
|
|
9018 advertised behavior.
|
|
9019 * package-get.el: added function package-get-update-all which
|
|
9020 installs newest versions of all the current packages (if they are
|
|
9021 not already installed).
|
|
9022
|
|
9023 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9024
|
|
9025 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
9026 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
9027 still nil, as happens for example when finding a compressed
|
|
9028 file with "jka-compr".
|
|
9029
|
|
9030 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9031
|
|
9032 * faces.el: in make-face-* type functions do the operation for all
|
|
9033 window systems, not just the first one found.
|
|
9034
|
|
9035 * font.el: call mswindows-list-fonts for mswindows.
|
|
9036
|
|
9037 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
9038
|
|
9039 * code-process.el (call-process-region):
|
|
9040 * process.el (call-process-region):
|
|
9041 * package-get.el (package-get-dir):
|
|
9042 * files.el (backup-enable-predicate):
|
|
9043 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
9044 Use temp-directory in place of `/tmp'.
|
|
9045
|
|
9046 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
9047
|
|
9048 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
9049
|
|
9050 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
9051 Emacs.
|
|
9052
|
|
9053 * files.el (insert-directory): Modified to use special
|
|
9054 dired-in-C enhancements if present.
|
|
9055
|
|
9056 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9057
|
|
9058 * code-files.el: make default coding no-conversion.
|
|
9059
|
|
9060 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
9061
|
|
9062 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
9063 the load-path.
|
|
9064
|
|
9065 * update-elc.el: Strip directory when testing for files not to
|
|
9066 bytecompile.
|
|
9067
|
|
9068 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9069
|
|
9070 * lisp-mode.el: Use recommended form for menus.
|
|
9071
|
|
9072 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
9073
|
|
9074 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
9075 entry.
|
|
9076
|
|
9077 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9078
|
|
9079 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
9080 (get-frame-for-buffer-noselect): Always return frames
|
|
9081 in the not-this-window-p cond clause.
|
|
9082
|
|
9083 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
9084
|
|
9085 * help.el (describe-installation): New function.
|
|
9086
|
|
9087 * x-menubar.el (default-menubar): Add describe-installation to
|
|
9088 Help menu.
|
|
9089
|
|
9090 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
9091 should not be bytecompiled.
|
|
9092
|
|
9093 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
9094 XEmacs.
|
|
9095
|
|
9096 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
9097 entry.
|
|
9098
|
|
9099 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
9100 coding.
|
|
9101 From Andy Piper <andyp@parallax.co.uk>
|
|
9102
|
|
9103 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9104
|
|
9105 * ldap.el: Do not require ldap-internal at compile time.
|
|
9106
|
|
9107 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9108
|
|
9109 * code-files.el: new file. a virtual copy of mule-files.el
|
|
9110 but without charset
|
|
9111 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
9112 changing the eol type for the current buffer.
|
|
9113
|
|
9114 * code-process.el: new file. a copy of
|
|
9115 mule-process.el. mule-process.el will disappear when things have
|
|
9116 settled.
|
|
9117
|
|
9118 * coding.el: new file. a virtual copy of mule-files.el but
|
|
9119 without charset dependencies. (coding-system-base) new function
|
|
9120 for getting the parent coding system of a coding system with eol
|
|
9121 type set.
|
|
9122
|
|
9123 * dumped-lisp.el: add above files for the non-mule case.
|
|
9124
|
|
9125 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9126
|
|
9127 * window-xemacs.el (display-buffer): If no explicit
|
|
9128 frame is specified, search for a window that displays
|
|
9129 the buffer on the currently selected frame, before
|
|
9130 searching other frames.
|
|
9131
|
|
9132 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9133
|
|
9134 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
9135 is non-nil, use window on the selected frame if it is not
|
|
9136 also the selected window. When defaulting, search for
|
|
9137 windows on the currently selected fgrame before searching
|
|
9138 other frames.
|
|
9139
|
442
|
9140 1998-02-25 Didier Verna <didier@xemacs.org>
|
428
|
9141
|
|
9142 * modeline.el (modeline-swap-buffers): originally named
|
|
9143 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
9144 decided in `mouse-drag-modeline'.
|
|
9145 (mouse-drag-modeline): A button release event is considered a
|
|
9146 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
9147 stay unchanged.
|
|
9148
|
|
9149 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
9150
|
|
9151 * x-menubar.el: Put redo on the menubar.
|
|
9152 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9153
|
|
9154 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9155
|
|
9156 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
9157 temp-buffer-show-function is set, use it to display current set of
|
|
9158 warnings in the "*Compile-Log-Show*" buffer.
|
|
9159
|
|
9160 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
9161 is set, use it to display current set of warnings in the
|
|
9162 "*Warnings-Show*" buffer.
|
|
9163
|
|
9164 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9165
|
|
9166 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
9167 Common Lisp.
|
|
9168
|
|
9169 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9170
|
|
9171 * menubar.el: Allow button descriptors at least 2 long.
|
|
9172
|
|
9173 * x-menubar.el (default-menubar): Use recommended forms.
|
|
9174 (file-menu-filter): Remove.
|
|
9175 (edit-menu-filter): Remove.
|
|
9176
|
|
9177 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9178
|
|
9179 * about.el (about-hackers): Updated.
|
|
9180
|
|
9181 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9182
|
|
9183 * help.el (help-max-help-buffers): new variable
|
|
9184 (help-register-and-maybe-prune-excess): new function
|
|
9185 (help-buffer-name): use help-max-help-buffers.
|
|
9186 (with-displaying-help-buffer): use
|
|
9187 help-register-and-maybe-prune-excess.
|
|
9188
|
|
9189 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
9190 one line, let it.
|
|
9191
|
|
9192 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
9193
|
|
9194 * (with-displaying-help-buffer): there is no need to kill the buffer
|
442
|
9195 if it exists, because with-output-to-temp-buffer will clear it.
|
428
|
9196 further, killing the buffer violates the rule that
|
|
9197 temp-buffer-show-function, if set, has the full responsibility of
|
|
9198 showing the temp buffer. killing the buffer fucks with the window
|
|
9199 configuration, hosing temp-buffer-show-function.
|
|
9200
|
|
9201
|
442
|
9202 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9203
|
|
9204 * modeline.el (mouse-drag-modeline):
|
|
9205 - Always scroll the modeline that was originally clicked on.
|
|
9206 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
9207 as horizontal reference for modeline dragging. This allows us to
|
|
9208 keep on dragging the modeline even if the motion event occurs in
|
|
9209 another window.
|
|
9210
|
442
|
9211 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9212
|
|
9213 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
9214 glyph on the modeline to indicate that dragging the mouse has an
|
|
9215 effect both horizontally and vertically.
|
|
9216
|
|
9217 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9218
|
|
9219 * about.el (about-xemacs): Get rid of redundant visible version
|
|
9220 number.
|
|
9221
|
|
9222 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
9223
|
|
9224 * about.el (about-hackers): Update credits.
|
|
9225
|
|
9226 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9227
|
|
9228 * prim/register.el (view-register): Show register type file-query.
|
|
9229
|
|
9230 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9231
|
|
9232 * mode-motion.el (mode-motion-highlight-internal):
|
|
9233 save-excursion inside save-window-exucrsion form to
|
|
9234 hide buffer point changes from save-window-excursion.
|
|
9235 Prevents display flickering when the mouse pointer
|
|
9236 moves.
|
|
9237
|
442
|
9238 1998-02-17 Didier Verna <didier@xemacs.org>
|
428
|
9239
|
|
9240 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
9241 function to handle correctly the case of a toolbar one side of the
|
|
9242 window: scrolling will not necessarily happen.
|
|
9243
|
|
9244 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9245
|
|
9246 * files.el (after-find-file): Restore missing argument
|
|
9247 to format that provides filename for "... consider M-x
|
|
9248 recover-file" message. Also call `message' with "%s"
|
|
9249 as the first arg instead of an arbitrary string.
|
|
9250
|
|
9251 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
9252
|
|
9253 * about.el (about-hackers): Various additions.
|
|
9254
|
|
9255 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
9256
|
|
9257 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
9258 line out when copying on-the-same line autoloads.
|
|
9259
|
|
9260 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
9261 is installed.
|
|
9262
|
|
9263 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
9264
|
|
9265 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
9266 * x11/x-win-sun.el (x-win-init-sun):
|
|
9267 * x11/x-init.el (x-initialize-compose):
|
|
9268 * prim/simple.el:
|
|
9269 (backward-or-forward-kill-sexp):
|
|
9270 (backward-or-forward-kill-sentence):
|
|
9271 (backward-or-forward-kill-word):
|
|
9272 (backward-or-forward-delete-char):
|
|
9273 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
9274 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
9275 x-keysym-on-keyboard-p to detect backspace.
|
|
9276 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
9277 Clean up symbols used with dead keys, checking Linux and solaris
|
|
9278 keysyms.
|
|
9279 Simplify x-win-*.el using above methods.
|
|
9280 Change documentation for x-keysym-*-p functions.
|
|
9281
|
|
9282 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
9283
|
|
9284 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
9285 Vinnie Shelton.
|
|
9286 From Vinnie Shelton <acs@acm.org>
|
|
9287
|
|
9288 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9289
|
|
9290 * simple.el (count-words-region): Ditto.
|
|
9291
|
|
9292 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9293
|
|
9294 * simple.el (count-words-buffer): Document. Don't print anything
|
|
9295 if non-interactive.
|
|
9296
|
|
9297 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
9298
|
|
9299 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
9300 multiple files in InfoDock.
|
|
9301
|
|
9302 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
9303
|
|
9304 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
9305 from version.el in InfoDock.
|
|
9306
|
|
9307 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
9308 specially.
|
|
9309
|
|
9310 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9311
|
|
9312 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
9313 variable name in docstring.
|
|
9314
|
|
9315 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
9316
|
|
9317 * menubar.h: Include "gui.h".
|
|
9318
|
|
9319 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
9320
|
|
9321 * site-load.el: Fix documentation.
|
|
9322
|
|
9323 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9324
|
|
9325 * package-get-base.el (package-get-base): Updated.
|
|
9326
|
|
9327 * keymap.el: PC-ize.
|
|
9328
|
|
9329 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9330
|
|
9331 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
9332 from' on a fresh line.
|
|
9333
|
|
9334 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
9335
|
|
9336 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
9337 object.
|
|
9338
|
|
9339 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9340
|
|
9341 * undo-stack.el: PC-ize.
|
|
9342
|
|
9343 * cmdloop.el: PC-ize.
|
|
9344
|
|
9345 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
9346
|
|
9347 * bytecomp-runtime.el: PC-ize.
|
|
9348
|
|
9349 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
9350
|
|
9351 * cus-dep.el: Spelling fix.
|
|
9352
|
|
9353 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
9354 entries follow).
|
|
9355
|
|
9356 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9357
|
|
9358 * text-mode.el (text-mode-hook-identify): New function,
|
|
9359 put on text-mode-hook. Set text-mode-variant here.
|
|
9360 (text-mode): Don't set it here.
|
|
9361
|
|
9362 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9363
|
|
9364 * text-mode.el (text-mode-hook): New defvar.
|
|
9365 (text-mode-variant): New variable.
|
|
9366 (text-mode): Set that variable locally.
|
|
9367 (toggle-text-mode-auto-fill): New command.
|
|
9368
|
|
9369 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9370
|
|
9371 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
9372
|
|
9373 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9374
|
|
9375 * text-mode.el (paragraph-indent-text-mode):
|
|
9376 Renamed from spaced-text-mode.
|
|
9377 (text-mode-map): Bind TAB to indent-relative.
|
|
9378 (indented-text-mode-map): Variable deleted.
|
|
9379 (indented-text-mode): Now an alias for text-mode.
|
|
9380
|
|
9381 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
9382
|
|
9383 * loadup.el: test-atoms debugging stuffs removed.
|
|
9384
|
442
|
9385 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
428
|
9386
|
|
9387 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
9388
|
|
9389 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
9390
|
|
9391 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
9392 (describe-distribution): Ditto.
|
|
9393 (describe-copying): Ditto.
|
|
9394 (describe-project): Ditto.
|
|
9395 (view-emacs-news): Ditto.
|
|
9396
|
|
9397 * help-nomule.el (help-with-tutorial): Made it use
|
|
9398 `locate-data-file' to find tutorial.
|
|
9399
|
|
9400 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
9401
|
|
9402 * about.el: Corrected my email address.
|
|
9403
|
|
9404 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
9405 'mouse-offix-drop'.
|
|
9406
|
|
9407 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
9408
|
|
9409 * loadup.el (running-xemacs): Spelling fix.
|
|
9410
|
|
9411 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
9412
|
|
9413 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9414 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9415
|
|
9416 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
9417
|
|
9418 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
9419
|
|
9420 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
9421
|
|
9422 * package-info.el (pi-last-mod-date): New function.
|
|
9423 (pi-author-version): New function.
|
|
9424 (batch-update-package-info): Use them.
|
|
9425
|
|
9426 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
9427
|
|
9428 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
9429 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
9430 with `get-frame-for-buffer-default-to-current'.
|
|
9431
|
|
9432 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
9433
|
|
9434 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
9435 (byte-compile-output-docform): Ditto.
|
|
9436 (byte-compile-compiled-obj-to-list): Ditto.
|
|
9437
|
|
9438 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9439
|
|
9440 * startup.el (command-line-1): Removed code that ran
|
|
9441 buffer-menu.
|
|
9442
|
|
9443 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
9444
|
|
9445 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
9446
|
|
9447 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9448
|
|
9449 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
9450 `device-on-window-system-p' instead of explicitly checking for X,
|
|
9451 so that the same logic works for MS Windows.
|
|
9452 (suspend-or-iconify-emacs): Ditto.
|
|
9453
|
|
9454 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9455
|
|
9456 * about.el (about-maintainer-info): Andy Piper is back.
|
|
9457 (xemacs-hackers): Updated Andy Piper's email address.
|
|
9458 (about-hackers): Added Jonathan Harris.
|
|
9459 (about-hackers): Updated Tibor Polgar's email address.
|
|
9460
|
|
9461 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9462
|
|
9463 * about.el: Add xemacs.org email manager.
|
|
9464
|
|
9465 * package-get-base.el (package-get-base): Updated with most recent
|
|
9466 package updates.
|
|
9467
|
|
9468 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9469
|
|
9470 * help.el (function-arglist): Use `indirect-function' instead of
|
|
9471 `symbol-function' so that aliases are treated correctly.
|
|
9472
|
|
9473 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9474
|
|
9475 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
9476 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
9477 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
9478 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
9479 (describe-key): Use `princ' "%s" to print object.
|
|
9480 (describe-function-1): Use `princ' "%s" to print object.
|
|
9481 Commented out alias lines removed.
|
|
9482 (help-pretty-print-limit): New variable to control pretty-printing
|
|
9483 of variable values.
|
|
9484 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
9485 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
9486 list of length less than `help-pretty-print-limit'.
|
|
9487 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
9488
|
|
9489 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9490
|
|
9491 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
9492 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
9493
|
|
9494 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9495
|
|
9496 * info.el (Info-default-directory-list): Made the documentation
|
|
9497 more explanitory.
|
|
9498
|
|
9499 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
9500
|
|
9501 * lisp/packages.el:
|
|
9502 * lisp/package-admin.el:
|
|
9503 * lisp/build-report.el:
|
|
9504 Fix typos.
|
|
9505
|
|
9506 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9507
|
|
9508 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
9509 warnings in Java buffers without final newline and editing the
|
|
9510 last line.
|
|
9511
|
|
9512 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
9513
|
|
9514 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9515 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9516 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
9517
|
|
9518 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
9519 From Oliver Graf <ograf@fga.de>
|
|
9520
|
|
9521 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
9522
|
|
9523 * loadup.el (load-gc): rewrite as defun.
|
|
9524 Print something sensical if a required dump-time file isn't found.
|
|
9525
|
|
9526 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
9527
|
|
9528 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
9529 bug strikes a menudescriptor.
|
|
9530
|
|
9531 * package-get-base.el (package-get-base): Updated.
|
|
9532
|
|
9533 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
9534 from the Makefile.
|
|
9535
|
|
9536 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
9537
|
|
9538 * files.el (save-some-buffers): Don't play games with deleting
|
|
9539 other windows if we are in the minibuffer window.
|
|
9540
|
|
9541 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9542
|
|
9543 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
9544 (add-minor-mode): Document :active property to TOGGLE.
|
|
9545
|
|
9546 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9547
|
|
9548 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
9549 `:included' predicate in the `toggle-sym' plist.
|
|
9550 (add-minor-mode): Document the :included property, format
|
|
9551 docstring some more.
|
|
9552 (modeline-minor-mode-menu): Documentation string added.
|
|
9553
|
|
9554 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9555
|
|
9556 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
9557 labels from the symbol-names by thwacking off the overly redundant
|
|
9558 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
9559 resultant strings. Also shortened the menu's title by eliminating
|
|
9560 the redundant buffer name.
|
|
9561 (add-minor-mode): Beautified the docstring, added mention of the
|
|
9562 `:menu-tag' property of TOGGLE.
|
|
9563 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
9564 `toggle-sym' to beatify the mode-life menus.
|
|
9565 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
9566 `auto-fill-function'.
|
|
9567
|
442
|
9568 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9569
|
|
9570 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
9571 menus to :style 'toggle.
|
|
9572
|
|
9573 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
9574
|
|
9575 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
9576
|
|
9577 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9578
|
|
9579 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
9580 only recognize first hyperlink.
|
|
9581 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
9582 `hyper-apropos-insert-face'.
|
|
9583 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
9584
|
|
9585 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9586
|
|
9587 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
9588 mail.
|
|
9589 (toolbar-mail-reader): Add support for `send'.
|
|
9590 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
9591
|
442
|
9592 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9593
|
|
9594 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
9595 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
9596 will function properly.
|
|
9597
|
|
9598 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
9599
|
|
9600 * simple.el: make the backwards delete function called by
|
|
9601 `backward-or-forward-delete-char' user configurable.
|
|
9602
|
|
9603 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9604
|
|
9605 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
9606 compiled function got loaded from.
|
|
9607
|
|
9608 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9609
|
|
9610 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
9611
|
|
9612 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
9613
|
|
9614 * startup.el (load-init-file): Load autoloads earlier.
|
|
9615 (startup-splash-frame): Handle InfoDock logo.
|
|
9616
|
|
9617 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
9618 InfoDock.
|
|
9619 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
9620
|
|
9621 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
9622 doesn't have this function.
|
|
9623
|
|
9624 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
9625
|
|
9626 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
9627
|
|
9628 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
9629 version of version.el.
|
|
9630 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
9631
|
|
9632 * x-menubar.el (default-menubar): Guard reference to
|
|
9633 `gnuserv-frame'.
|
|
9634 (default-menubar): Guard references to `font-lock-mode'.
|
|
9635 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
9636 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
9637
|
|
9638 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
9639
|
|
9640 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
9641 loading auto-autoloads files.
|
|
9642
|
|
9643 * loaddefs.el: Disable dumping autoloads.
|
|
9644
|
|
9645 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
9646
|
|
9647 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
9648
|
|
9649 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
9650
|
|
9651 * finder.el (finder-by-keyword): Autoload.
|
|
9652
|
|
9653 * help.el: Conditionalize hyperbole setup.
|
|
9654
|
|
9655 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9656
|
|
9657 * packages.el (package-require): Update to reflect new data format.
|
|
9658
|
442
|
9659 1998-01-02 Didier Verna <didier@xemacs.org>
|
428
|
9660
|
|
9661 * x-menubar.el (default-menubar): make the tutorials available
|
|
9662 through the menubar. (Plus some compilation warnings cleanup).
|
|
9663
|
|
9664 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9665
|
|
9666 * check-features.el: New file. Perform sanity check after build.
|
|
9667
|
|
9668 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
9669 files to tooltalk package.
|
|
9670 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
9671 package.
|
|
9672
|
|
9673 * package-admin.el (package-admin-xemacs): Use better default for
|
|
9674 location of XEmacs binary.
|
|
9675
|
|
9676 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9677
|
|
9678 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
9679 tag with sexp and add value tag with value `t'.
|
|
9680
|
|
9681 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
9682
|
|
9683 * package-get.el: Changes to work with real data.
|
|
9684 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9685
|
|
9686 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
9687 being.
|
|
9688
|
|
9689 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
9690 of possibly out-of-date packges.elc.
|
|
9691 * make-docfile.el ("packages.el"): Ditto.
|
|
9692
|
|
9693 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
9694
|
|
9695 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
9696 the main tarball shadowing anything past it.
|
|
9697
|
|
9698 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
9699
|
|
9700 * packages.el (package-provide): Delete a previous provide.
|
|
9701
|
|
9702 * package-info.el: New file.
|
|
9703
|
|
9704 * package-get.el: New file.
|
|
9705 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9706 (package-get): Fix md5 computation to work with Mule.
|
|
9707
|
|
9708 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9709
|
|
9710 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
9711
|
|
9712 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
9713
|
|
9714 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
9715
|
|
9716 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
9717 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9718
|
|
9719 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
9720
|
|
9721 * startup.el (load-init-file): Reload new or changed autoloads
|
|
9722 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
9723
|
|
9724 * packages.el (packages-new-autoloads): New function.
|
|
9725 (packages-reload-autoloads): New function.
|
|
9726 (packages-reload-dumped-lisp): New (stub) function.
|
|
9727
|
|
9728 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
9729
|
|
9730 * loadhist.el (file-provides): Extend to handle variant
|
|
9731 extensions.
|
|
9732
|
|
9733 * replace.el (query-replace): Fix typo.
|
|
9734
|
|
9735 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9736
|
|
9737 * make-docfile.el: list-autoloads-path has been renamed.
|
|
9738 * update-elc.el: list-autoloads has been renamed.
|
|
9739
|
|
9740 * packages.el (packages-list-autoloads): Renamed.
|
|
9741 (packages-list-autoloads-path): Ditto.
|
|
9742
|
|
9743 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
9744
|
|
9745 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
9746 for an error in an auto-autoload.el file.
|
|
9747
|
|
9748 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9749
|
|
9750 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
9751 tag with const.
|
|
9752 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9753
|
|
9754 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
9755
|
|
9756 * loadhist.el (unload-feature): Remove autoload.
|
|
9757
|
|
9758 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
9759
|
|
9760 * loadhist.el: Unpackaged.
|
|
9761
|
|
9762 * help.el (describe-symbol-find-file): Rename
|
|
9763 `describe-function-find-file' and make old name obsolete.
|
|
9764 (describe-function-1): Use it.
|
|
9765 (describe-function-1): Guard reference to
|
|
9766 `compiled-function-annotation'.
|
|
9767
|
|
9768 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9769
|
|
9770 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
9771 argument.
|
|
9772 (help-mode-quit): New optional arg to control whether it kills or
|
|
9773 buries. Tidied up.
|
|
9774 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
9775 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
9776 (help-pretty-print-value): Rename back from
|
|
9777 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
9778 use it, otherwise use dumped `cl-prettyprint'.
|
|
9779 (describe-variable): Use `help-pretty-print-value' again.
|
|
9780 (find-func): Removed reference to "find-func" at end.
|
|
9781
|
|
9782 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9783
|
|
9784 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
9785 GUI XEmacs. Rename? x-menubar is rather window system
|
|
9786 independant, except for a couple of items.
|
|
9787
|
|
9788 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
9789
|
|
9790 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
9791 entries as they will no longer be distributed with XEmacs.
|
|
9792
|
|
9793 * format.el (format-alist): Fix image/tiff regexps.
|
|
9794 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9795
|
|
9796 * help.el (help-maybe-pretty-print-value): Rename.
|
|
9797 (describe-variable): Use it.
|
|
9798 (describe-variable): Add trailing linefeed.
|
|
9799
|
|
9800 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9801
|
|
9802 * help.el (describe-function-1): Don't output anything for
|
|
9803 arglist of autoload functions.
|
|
9804
|
|
9805 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9806
|
|
9807 * help.el (describe-function-1): Don't output anything for
|
|
9808 arglist of autoload functions.
|
|
9809
|
|
9810 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9811
|
|
9812 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
9813 `describe-function-at-point', `describe-variable-at-point',
|
|
9814 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
9815 `help-prev-section'.
|
|
9816 (help-next-section): New function.
|
|
9817 (help-prev-section): New function.
|
|
9818 (help-mode-quit): Changed to kill the help buffer.
|
|
9819 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
9820 correctly.
|
|
9821 (help-buffer-name): New function to generate the name of help
|
|
9822 buffers.
|
|
9823 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
9824 argument giving the name of the help buffer.
|
|
9825 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
9826 (describe-mode): Ditto.
|
|
9827 (describe-bindings): Ditto.
|
|
9828 (describe-prefix-bindings): Ditto.
|
|
9829 (view-lossage): Ditto.
|
|
9830 (with-syntax-table): New macro.
|
|
9831 (function-called-at-point): Use `ignore-errors' and
|
|
9832 `with-syntax-table'.
|
|
9833 (function-at-point): Ditto.
|
|
9834 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
9835 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
9836 function's arglist as string.
|
|
9837 (function-documentation): Extracted from `describe-function-1'.
|
|
9838 Returns function's docstring.
|
|
9839 (describe-function-1): Remove all the "stream" garbage, including
|
|
9840 the stream argument. Use `function-arglist' and
|
|
9841 `function-documentation'.
|
|
9842 (describe-function-arglist): Just use `function-arglist'.
|
|
9843 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
9844 (help-pretty-print-value): New function to help with
|
|
9845 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
9846 `pp-internal'.
|
|
9847 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
9848 Formatting improved. Display file where variable is defined, if
|
|
9849 known. Use `help-pretty-print-value'.
|
|
9850 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
9851 (list-processes): Remove "stream" garbage.
|
|
9852
|
|
9853 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
9854
|
|
9855 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
9856 call a dumped routine instead.
|
|
9857
|
|
9858 * x-win-xfree86.el: Wrap file in defun.
|
|
9859 * x-win-sun.el: Ditto.
|
|
9860
|
|
9861 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
9862
|
|
9863 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
9864 advises functions and does other evil things.
|
|
9865
|
|
9866 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
9867
|
|
9868 * format.el (format-alist): Add `image/tiff'.
|
|
9869 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9870
|
|
9871 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
9872
|
|
9873 * about.el (about-hackers): More names added.
|
|
9874
|
|
9875 * make-docfile.el: Remove superfluous package path search.
|
|
9876
|
|
9877 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
9878
|
|
9879 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
9880
|
|
9881 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
9882 ignored shadows.
|
|
9883
|
|
9884 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
9885
|
|
9886 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
9887 get trailing slashes when added to the load-path.
|
|
9888
|
|
9889 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
9890 are.
|
|
9891
|
|
9892 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9893
|
|
9894 * x-faces.el: Added support for foregroundToolBarColor
|
|
9895 to xpm-color-symbols.
|
|
9896
|
|
9897 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9898
|
|
9899 * etags.el (tags-remove-duplicates): Removed.
|
|
9900 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
9901
|
|
9902 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
9903 correctly.
|
|
9904 (get*): Defalias to `get'.
|
|
9905
|
|
9906 * cl.el (eql): Compare integers with `eq'.
|
|
9907 (cl-map-extents): Check for `map-extents' first.
|
|
9908
|
442
|
9909 1997-12-17 Didier Verna <didier@xemacs.org>
|
428
|
9910
|
|
9911 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
9912 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
9913
|
|
9914 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
9915
|
|
9916 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9917
|
|
9918 * widget.el (define-widget): Check the arguments.
|
|
9919
|
|
9920 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
9921 (custom-variable-value-create): Use `signal' to signal error.
|
|
9922 (custom-variable-reset-saved): Ditto.
|
|
9923 (custom-variable-reset-standard): Ditto.
|
|
9924 (custom-face-reset-saved): Ditto.
|
|
9925
|
|
9926 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
9927 (widget-default-format-handler): Ditto.
|
|
9928 (widget-checklist-add-item): Ditto.
|
|
9929 (widget-radio-add-item): Ditto.
|
|
9930 (widget-editable-list-entry-create): Ditto.
|
|
9931 (widget-sexp-prompt-value): Ditto.
|
|
9932
|
|
9933 * custom.el (custom-declare-variable): Signal errors better.
|
|
9934 (custom-handle-keyword): Ditto.
|
|
9935 (custom-declare-group): Ditto.
|
|
9936
|
|
9937 * window-xemacs.el (windows): Ditto.
|
|
9938
|
|
9939 * menubar.el (menu): Ditto.
|
|
9940
|
|
9941 * keydefs.el (keyboard): Ditto.
|
|
9942
|
|
9943 * minibuf.el (minibuffer): Ditto.
|
|
9944
|
|
9945 * process.el (execute): Ditto.
|
|
9946
|
|
9947 * fill.el (fill): Ditto.
|
|
9948
|
|
9949 * modeline.el (modeline): Ditto.
|
|
9950
|
|
9951 * help.el (help): Ditto.
|
|
9952
|
|
9953 * faces.el (faces): Ditto.
|
|
9954
|
|
9955 * files.el (files): Ditto.
|
|
9956
|
|
9957 * x-init.el (x): Ditto.
|
|
9958
|
|
9959 * lisp-mode.el (lisp): Ditto.
|
|
9960
|
|
9961 * process.el (processes): Ditto.
|
|
9962
|
|
9963 * mouse.el (mouse): Ditto.
|
|
9964
|
|
9965 * abbrev.el (abbrev): Moved from cus-edit.
|
|
9966
|
|
9967 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
9968 as variable declaration.
|
|
9969
|
|
9970 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9971
|
|
9972 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
9973 (find-menu-item): Cosmetic changes.
|
|
9974
|
|
9975 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
9976
|
|
9977 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
9978
|
|
9979 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
9980
|
|
9981 * startup.el (set-default-load-path): Only search package-path
|
|
9982 when not running temacs.
|
|
9983
|
|
9984 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
9985 files.
|
|
9986
|
|
9987 * loadup.el: Correct commentary. Reformatting.
|
|
9988 (really-early-error-handler): Use absolute path to the
|
|
9989 first dumped-lisp.el file.
|
|
9990 (really-early-error-handler): Print full path name of
|
|
9991 each dumped lisp file (inherited from InfoDock).
|
|
9992
|
|
9993 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
9994 dumped-lisp.el files.
|
|
9995
|
|
9996 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
9997 package-path is searched.
|
|
9998 * update-elc.el: Ditto.
|
|
9999
|
|
10000 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
10001 `condition-case' for indentation.
|
|
10002
|
|
10003 * about.el (about-xemacs): Update release date.
|
|
10004
|
|
10005 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10006
|
|
10007 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
10008 anywhere but at the last clause.
|
|
10009 (ecase): Disallow `t' and `otherwise'.
|
|
10010
|
|
10011 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10012
|
|
10013 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
10014 from stuff moved out of `custom-buffer-create-internal'.
|
|
10015 (custom-novice): New variable. Default t.
|
|
10016 (custom-display-global-buttons): Ditto. Default `top'.
|
|
10017 (custom-buffer-create-internal): Only display help if
|
|
10018 `custom-novice' is non-nil. Display global buttons according to
|
|
10019 `custom-display-global-buttons'.
|
|
10020
|
|
10021 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10022
|
|
10023 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
10024 (find-menu-item): Cosmetic changes.
|
|
10025
|
|
10026 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10027
|
|
10028 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
10029 look.
|
|
10030
|
|
10031 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10032
|
|
10033 * format.el (format-deannotate-region): Bug fix.
|
|
10034 Deannotating a region containing unknown tags would fail
|
|
10035 (causing decoding of text/enriched to fail at user level)
|
|
10036
|
|
10037 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10038
|
|
10039 * minibuf.el (read-directory-name): Support sixth
|
|
10040 arg, HISTORY, as already documented.
|
|
10041
|
|
10042 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10043
|
|
10044 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
10045 to `ecase'.
|
|
10046
|
|
10047 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
10048
|
|
10049 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
10050 skk-activate.
|
|
10051
|
|
10052 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
10053
|
|
10054 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|