482
|
1 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
2
|
|
3 * about.el (about-mailto-link): Use compose-mail for sending mail.
|
|
4 (about-finish-buffer): Kill/bury the buffer where the user
|
|
5 clicked, not the one that happens to be the current buffer at the
|
|
6 time.
|
|
7
|
481
|
8 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
9
|
|
10 * about.el (about-personal-info): Update my bio.
|
|
11 (about-hacker-contribution): Ditto.
|
|
12
|
480
|
13 2001-04-23 Didier Verna <didier@xemacs.org>
|
|
14
|
|
15 * cus-edit.el (custom-variable-pre-save): New.
|
|
16 * cus-edit.el (custom-variable-post-save): New.
|
|
17 * cus-edit.el (custom-variable-save): use them.
|
|
18 * cus-edit.el (custom-face-pre-save): New.
|
|
19 * cus-edit.el (custom-face-post-save): New.
|
|
20 * cus-edit.el (custom-face-save): use them.
|
|
21 * cus-edit.el (custom-group-pre-save): New.
|
|
22 * cus-edit.el (custom-group-post-save): New.
|
|
23 * cus-edit.el (custom-group-save): use them.
|
|
24 * cus-edit.el (Custom-save): use the pre/post functions above,
|
|
25 call `custom-save-all' only once.
|
|
26 * cus-edit.el (custom-variable-pre-reset-standard): New.
|
|
27 * cus-edit.el (custom-variable-post-reset-standard): New.
|
|
28 * cus-edit.el (custom-variable-reset-standard): use them.
|
|
29 * cus-edit.el (custom-face-pre-reset-standard): New.
|
|
30 * cus-edit.el (custom-face-post-reset-standard): New.
|
|
31 * cus-edit.el (custom-face-reset-standard): use them.
|
|
32 * cus-edit.el (custom-group-pre-reset-standard): New.
|
|
33 * cus-edit.el (custom-group-post-reset-standard): New.
|
|
34 * cus-edit.el (Custom-reset-standard): use them.
|
|
35 * cus-edit.el (custom-face-reset-saved): use the pre/post
|
|
36 functions above, call `custom-save-all' only once.
|
|
37
|
479
|
38 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
39
|
|
40 * about.el:
|
|
41 * about.el (about-headline-face): New.
|
|
42 * about.el (about-link-face): New.
|
|
43 * about.el (about-current-release-maintainers): New.
|
|
44 * about.el (about-other-current-hackers): New.
|
|
45 * about.el (about-once-and-future-hackers): New.
|
|
46 * about.el (about-lookup-url): New.
|
|
47 * about.el (about-get-buffer):
|
|
48 * about.el (about-mailto-link): New.
|
|
49 * about.el (about-finish-buffer):
|
|
50 * about.el (about-xemacs):
|
|
51 * about.el (about-features): Removed.
|
|
52 * about.el (about-advantages): New.
|
|
53 * about.el (about-maintainer-info): Removed.
|
|
54 * about.el (about-personal-info): New.
|
|
55 * about.el (about-hacker-contribution): New.
|
|
56 * about.el (about-maintainer):
|
|
57 * about.el (about-show-linked-info):
|
|
58 * about.el (about-hackers):
|
|
59 Major revamping. Rewriting of most of the text, improve the
|
|
60 link handling, separate info on contributors into personal
|
|
61 and contribution info, add new contributors, update personal
|
|
62 info, etc. etc.
|
480
|
63
|
479
|
64 * menubar-items.el (default-menubar):
|
|
65 Help menubar entry for News now says more accurately
|
|
66 "What's New in XEmacs".
|
480
|
67
|
479
|
68 * mouse.el:
|
|
69 * mouse.el (mouse-track-cleanup-hook):
|
|
70 * mouse.el (mouse-track):
|
|
71 Don't set-buffer to a dead buffer when calling mouse-track
|
|
72 cleanup hooks.
|
|
73
|
476
|
74 2001-04-18 Didier Verna <didier@xemacs.org>
|
|
75
|
|
76 * cus-edit.el (Custom-reset-standard): reset to standard settings
|
|
77 not only when the buffer's :custom-state is 'modified, but also
|
|
78 when it is 'set or 'saved.
|
|
79
|
472
|
80 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
81
|
|
82 * XEmacs 21.5.0 "alfalfa" is released.
|
|
83
|
470
|
84 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
85
|
|
86 * startup.el (load-user-init-file): define `custom-file' before
|
|
87 loading the user's init file.
|
|
88
|
464
|
89 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
90
|
|
91 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
92 we get them working.
|
|
93
|
|
94 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
95
|
|
96 * help.el:
|
|
97 * help.el (Help-princ-face):
|
|
98 * help.el (Help-prin1-face):
|
|
99 * help.el (frob-help-extents):
|
|
100 * help.el (describe-function-1):
|
|
101 * help.el (describe-variable):
|
|
102 Avoid using font-lock faces, which may not be defined.
|
|
103 Instead, use hyper-apropos faces, and make sure they're
|
|
104 defined as necessary by using `require'. (It's not so safe
|
|
105 to do this for font-lock.) In any case, we will eventually
|
|
106 be merging this functionality into hyper-apropos.
|
|
107
|
|
108 * loaddefs.el (completion-ignored-extensions):
|
|
109 Fix documentation.
|
470
|
110
|
464
|
111 * menubar-items.el (menu-truncate-list): Removed.
|
|
112 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
113 * menubar-items.el (default-menubar):
|
|
114 Fix errors if grep or compile command is too long. Rename helper
|
|
115 function to be less visible.
|
|
116
|
|
117 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
118
|
|
119 * byte-optimize.el (byte-optimize-minus):
|
|
120 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
121
|
|
122 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
123
|
|
124 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
125 Mule is available.
|
|
126
|
|
127 * mule/latin.el: New file.
|
|
128
|
|
129 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
130
|
|
131 * auto-save.el:
|
|
132 * auto-save.el (auto-save-directory):
|
|
133 * auto-save.el (make-auto-save-file-name):
|
|
134 * auto-save.el (auto-save-file-name-p): New.
|
|
135
|
|
136 Merge in improvements from other definition of
|
|
137 make-auto-save-file-name in files.el.
|
470
|
138
|
464
|
139 * auto-save.el (auto-save-original-name):
|
|
140 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
141 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
142 * auto-save.el (auto-save-slashify-name): Removed.
|
|
143 * auto-save.el (auto-save-reserved-chars): New.
|
|
144 * auto-save.el (auto-save-escape-name): New.
|
|
145 * auto-save.el (auto-save-unhex): New.
|
|
146 * auto-save.el (auto-save-unescape-name): New.
|
|
147
|
|
148 Change algorithm for encoding filenames in auto-save names to be
|
|
149 entirely safe with all filesystems and all possible characters in
|
|
150 a filename, and 100% reversible. (Essentially, uses
|
|
151 quoted-printable as the encoding.)
|
470
|
152
|
464
|
153 * auto-save.el (recover-all-files):
|
|
154
|
|
155 Use insert-directory rather than calling ls directly -- fixes
|
|
156 things under Windows.
|
|
157
|
|
158 * files.el:
|
|
159 * files.el (convert-standard-filename): Substitute FSF's
|
|
160 definition for this (we had nothing here before).
|
470
|
161
|
464
|
162 * files.el (backup-buffer): Warning fix.
|
470
|
163
|
464
|
164 * files.el (make-backup-file-name):
|
|
165 * files.el (find-backup-file-name):
|
|
166 Fix error in calling sequence to auto-save-file-name-p.
|
470
|
167
|
464
|
168 * files.el (recover-file):
|
|
169 Use insert-directory rather than calling ls directly -- fixes
|
|
170 things under Windows.
|
|
171
|
|
172 * files.el (make-auto-save-file-name): Removed.
|
|
173 * files.el (auto-save-file-name-p): Removed.
|
|
174 auto-save is always dumped so no sense in having a definition
|
|
175 that will always be overwritten with another.
|
470
|
176
|
464
|
177 * files.el (insert-directory):
|
|
178 * win32-native.el:
|
|
179 * win32-native.el (debug-mswindows-process-command-lines):
|
|
180 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
181 * win32-native.el (make-auto-save-file-name): Removed.
|
|
182
|
|
183
|
462
|
184 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
185
|
|
186 * XEmacs 21.2.46 "Urania" is released.
|
|
187
|
|
188 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
189
|
|
190 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
191 sample.init.el and adjust accelerators.
|
|
192
|
|
193 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
194
|
|
195 * build-report.el (build-report): Improve docstring.
|
|
196
|
|
197 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
198
|
|
199 * ChangeLog: Log GTK merge.
|
|
200
|
|
201 * gutter-items.el:
|
|
202 * mwheel.el:
|
|
203 * sound.el:
|
|
204 * startup.el:
|
|
205 Revert gratuitous whitespace changes.
|
|
206
|
|
207 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
208
|
|
209 * help.el:
|
|
210 * help.el (key-or-menu-binding):
|
|
211 * help.el (Help-find-file): New.
|
|
212 * help.el (describe-beta):
|
|
213 * help.el (describe-copying):
|
|
214 * help.el (describe-project):
|
|
215 * help.el (view-emacs-news):
|
|
216 * help.el (view-sample-init-el): New.
|
|
217 * help.el (Help-princ-face): New.
|
|
218 * help.el (Help-prin1-face): New.
|
|
219 * help.el (help-symbol-function-context-menu):
|
|
220 * help.el (help-symbol-variable-context-menu):
|
|
221 * help.el (help-symbol-function-and-variable-context-menu):
|
|
222 * help.el (frob-help-extents):
|
|
223 * help.el (describe-function-1):
|
|
224 * help.el (describe-variable):
|
|
225
|
|
226 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
227 View files in view-mode rather than Fundamental.
|
|
228 Remove separators from context menus -- now handled in generic code.
|
|
229 Add `Find Tag' to context menu.
|
470
|
230
|
462
|
231 * menubar.el (popup-mode-menu):
|
|
232
|
|
233 Rewrite code that outputs the popup menu to (a) put more specific
|
|
234 entries first, (b) be more robust, (c) output the proper context
|
|
235 menu separators automatically (the context menu functionality is
|
|
236 new and currently used only by Help).
|
|
237
|
|
238 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
239
|
|
240 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
241 this function when converting from the 21.1 GTK branch. Now
|
|
242 supports file, password, question, and color built-in dialogs.
|
|
243
|
|
244 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
245
|
|
246 * keydefs.el:
|
|
247 * keydefs.el (global-map):
|
|
248 Add commented-out change of M-k (for 21.5).
|
470
|
249
|
462
|
250 * menubar-items.el (default-menubar):
|
|
251 Fix items to control kill-line behavior; add items for
|
|
252 shifted motion.
|
470
|
253
|
462
|
254 * simple.el:
|
|
255 * simple.el (kill-whole-line):
|
|
256 * simple.el (historical-kill-line): Removed.
|
|
257 * simple.el (kill-line): Removed.
|
|
258 * simple.el (kill-entire-line): New.
|
|
259 * simple.el (kill-line-1): New.
|
|
260 * simple.el (backward-kill-line):
|
|
261 Undo kill-whole-line == always changes. Add new function
|
|
262 kill-entire-line to unconditionally delete the current line.
|
|
263 Add comments describing the lamentable state of affairs of
|
|
264 the kill-line functions and variables.
|
|
265
|
|
266 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
267
|
|
268 * simple.el:
|
|
269 * simple.el (beginning-of-buffer):
|
|
270 * simple.el (end-of-buffer):
|
|
271 * simple.el (mark-ring-unrecorded-commands):
|
|
272 * simple.el (signal-error-on-buffer-boundary):
|
|
273 * simple.el (shifted-motion-keys-select-region):
|
|
274 * simple.el (unshifted-motion-keys-deselect-region):
|
|
275 * simple.el (motion-keys-for-shifted-motion): New.
|
|
276 * simple.el (handle-pre-motion-command):
|
|
277 * simple.el (handle-post-motion-command):
|
|
278 * simple.el (forward-char-command):
|
|
279 * simple.el (backward-char-command):
|
|
280 * simple.el (scroll-up-command):
|
|
281 * simple.el (scroll-down-command):
|
|
282 * simple.el (next-line):
|
|
283 * simple.el (previous-line):
|
|
284 * simple.el (backward-block-of-lines):
|
|
285 * simple.el (forward-block-of-lines):
|
|
286 * simple.el (backward-word):
|
|
287 * simple.el (mark-word):
|
|
288
|
|
289 Augment documentation of the most common motion commands to make
|
|
290 note of the shifted-motion support. Improve the support to (a)
|
|
291 properly document how it works and why it's done in the fashion it
|
|
292 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
293
|
|
294 Correct error in the customize specification of
|
|
295 mark-ring-unrecorded-commands.
|
|
296
|
|
297 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
298
|
|
299 * font-lock.el:
|
|
300 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
301 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
302 * font-lock.el (font-lock-pre-idle-hook):
|
|
303 * font-lock.el (font-lock-after-change-function):
|
|
304 * font-lock.el (font-lock-fontify-pending-extents):
|
|
305 * font-lock.el (font-lock-lisp-like):
|
|
306
|
|
307 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
308 behavior) when making lots of buffer changes between redisplays,
|
|
309 such as when saving the Options.
|
|
310
|
|
311 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
312
|
|
313 * device.el:
|
|
314 * dragdrop.el:
|
|
315 * dumped-lisp.el:
|
|
316 * faces.el:
|
|
317 * frame.el:
|
|
318 * gnuserv.el:
|
|
319 * loadup.el:
|
|
320 * menubar-items.el:
|
|
321 * minibuf.el:
|
|
322 The Great GTK Merge.
|
|
323
|
|
324 * ChangeLog.GTK:
|
|
325 * dialog-gtk.el:
|
|
326 * gdk.el:
|
|
327 * generic-widgets.el:
|
|
328 * glade.el:
|
|
329 * gnome-widgets.el:
|
|
330 * gnome.el:
|
|
331 * gtk-compose.el:
|
|
332 * gtk-extra.el:
|
|
333 * gtk-faces.el:
|
|
334 * gtk-ffi.el:
|
|
335 * gtk-file-dialog.el:
|
|
336 * gtk-font-menu.el:
|
|
337 * gtk-glyphs.el:
|
|
338 * gtk-init.el:
|
|
339 * gtk-iso8859-1.el:
|
|
340 * gtk-marshal.el:
|
|
341 * gtk-mouse.el:
|
|
342 * gtk-package.el:
|
|
343 * gtk-password-dialog.el:
|
|
344 * gtk-select.el:
|
|
345 * gtk-widget-accessors.el:
|
|
346 * gtk-widgets.el:
|
|
347 * gtk.el:
|
|
348 widgets-gtk.el:
|
|
349 The Great GTK Merge: new files.
|
|
350
|
|
351 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
352
|
|
353 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
354 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
355
|
|
356 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
357
|
|
358 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
359
|
460
|
360 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
361
|
|
362 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
363
|
470
|
364 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
365
|
|
366 * about.el (xemacs-hackers): update my entry.
|
|
367 * about.el (about-maintainer-info): ditto.
|
|
368 * about.el (about-hackers): ditto.
|
460
|
369
|
|
370 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
371
|
|
372 * about.el (about-maintainer-info): More vanity info about
|
|
373 yours truly.
|
|
374
|
|
375 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
376
|
|
377 * build-report.el (build-report-destination): xemacs-build-reports
|
|
378 has moved to SourceForge, where mailing list name length is
|
|
379 restricted, hence the name change to
|
|
380 xemacs-buildreports@xemacs.org.
|
|
381 * build-report.el (build-report-keep-regexp): Update default.
|
|
382 * build-report.el (build-report-delete-regexp): Ditto.
|
|
383 * build-report.el (build-report-make-output-files): Ditto.
|
|
384
|
|
385 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
386
|
|
387 * lisp-mode.el: Add indentation specifications for following
|
|
388 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
389 with-open-file, with-open-stream, print-unreadable-object.
|
|
390
|
|
391 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
392
|
|
393 * font-lock.el (font-lock-set-defaults-1):
|
|
394 Move initialization of `font-lock-cache-position' so that it's set
|
|
395 even if font-lock-keywords is already defined.
|
|
396
|
|
397 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
398
|
|
399 * autoload.el (generate-file-autoloads-1):
|
|
400 Use `emacs-lisp-mode-syntax-table' instead of
|
|
401 `lisp-mode-syntax-table'.
|
|
402 * lisp-mode.el (lisp-mode-syntax-table):
|
|
403 Get rid of old checks for `parse-partial-sexp' version.
|
|
404 Make `|' (pipe) string delimiter instead of punctuation.
|
|
405
|
|
406 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
407
|
|
408 * window.el (save-selected-window):
|
|
409 Use gensym for better macro hygiene.
|
|
410
|
|
411 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
412
|
|
413 * dump-paths.el:
|
|
414 * startup.el (startup-setup-paths): Set and use
|
|
415 `mule-lisp-directory'.
|
|
416 (startup-setup-paths-warning): Ditto.
|
|
417
|
|
418 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
419 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
420
|
|
421 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
422
|
|
423 * font-lock.el: Syntax table improvements used. A few random
|
|
424 changes are not specified below.
|
|
425 (font-lock-fontify-string-delimiters):
|
|
426 (font-lock-syntactic-keywords):
|
|
427 (font-lock-cache-state nil):
|
|
428 (font-lock-cache-position):
|
|
429 New variables.
|
|
430 (font-lock-set-syntax):
|
|
431 (font-lock-apply-syntactic-highlight):
|
|
432 (font-lock-fontify-syntactic-anchored-keywords):
|
|
433 (font-lock-fontify-syntactic-keywords-region):
|
|
434 (font-lock-eval-keywords):
|
|
435 New functions.
|
|
436 (font-lock-remove-face):
|
|
437 (font-lock-fontify-syntactically-region):
|
|
438 Use syntax properties.
|
|
439
|
458
|
440 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
441
|
|
442 * XEmacs 21.2.44 "Thalia" is released.
|
|
443
|
|
444 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
445
|
|
446 * startup.el (normal-top-level): Work even if no installation root
|
|
447 is found.
|
|
448
|
|
449 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
450
|
|
451 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
452 (set-progress-abort-instantiator): new function.
|
|
453 (abort-progress-feedback): use it.
|
|
454
|
|
455 * gutter.el (set-gutter-dirty-p): new function.
|
|
456
|
|
457 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
458
|
|
459 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
460
|
|
461 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
462
|
|
463 * sound.el (sound-extension-list): give a better default value.
|
|
464 * sound.el (load-sound-file): improve the doc string, also find
|
|
465 files given by absolute names, pass a real extension list to
|
|
466 `locate-file'.
|
|
467
|
456
|
468 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
469
|
|
470 * XEmacs 21.2.43 "Terspichore" is released.
|
|
471
|
|
472 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
473
|
|
474 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
475 messages from gnuserv.
|
|
476
|
454
|
477 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
478
|
|
479 * XEmacs 21.2.42 "Poseidon" is released.
|
|
480
|
|
481 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
482
|
|
483 * package-get.el (package-get-custom): call
|
|
484 package-net-update-installed-db.
|
|
485
|
|
486 * package-ui.el (pui-install-selected-packages): call
|
|
487 package-net-update-installed-db.
|
|
488
|
|
489 * package-net.el (package-net-update-installed-db): use
|
|
490 packages-package-list so that we reflect reality.
|
|
491
|
|
492 * packages.el (packages-package-list): Make docstring reflect
|
|
493 reality.
|
|
494
|
|
495 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
496
|
|
497 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
498 isn't installed.
|
|
499
|
|
500 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
501
|
|
502 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
503 deactivate native widgets.
|
|
504 (widget-glyph-insert-glyph): record instantiator.
|
|
505 (widget-push-button-value-create): use it.
|
|
506
|
|
507 * gui.el (gui-button-action): new function. Make button's domain
|
|
508 buffer current when calling.
|
|
509 (make-gui-button): update to use gui-button-action.
|
|
510
|
|
511 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
512
|
|
513 * menubar-items.el (default-menubar): add an entry for modeline
|
|
514 horizontal scrolling in Options -> Display.
|
|
515
|
|
516 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
517
|
|
518 * package-get.el (package-get-require-signed-base): Set to nil
|
|
519 by default.
|
|
520
|
452
|
521 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
522
|
|
523 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
524
|
|
525 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
526
|
|
527 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
528 catch lisp/mule/.
|
|
529
|
|
530 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
531
|
|
532 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
533 (maybe-unmigrate-user-init-file):
|
|
534 (unmigrate-user-init-file): Created.
|
|
535 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
536 .emacs.
|
|
537 Some doc fixes wrt init file location.
|
|
538
|
|
539 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
540
|
|
541 * faces.el (face-frob-from-locale-first): new variable.
|
|
542 (frob-face-font-2): Honor tags arg while trying to use
|
|
543 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
544 first try to set face inheriting from frobbed-face.
|
|
545
|
|
546 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
547
|
|
548 * about.el (xemacs-hackers): update my entry.
|
|
549 * about.el (about-url-alist): ditto.
|
|
550 * about.el (about-maintainer-info): ditto.
|
|
551 * about.el (about-hackers): ditto.
|
|
552
|
|
553 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
554
|
|
555 The byte compiler has been badly broken for a year,
|
|
556 by the patch of 1999-12-06.
|
|
557 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
558 Bug was: the byte compiler was making this erroneous optimization:
|
|
559 (progn (or (foo)) (bar)) ==> (bar)
|
|
560
|
|
561 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
562
|
|
563 * setup-paths.el (paths-core-load-path-depth): Split
|
|
564 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
565 recurse into core.
|
|
566 * setup-paths.el (paths-construct-load-path): Use.
|
|
567
|
|
568 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
569
|
|
570 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
571 (package-net-win32-binary-size): ditto. add much needed
|
|
572 commentary.
|
|
573
|
|
574 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
575 for buffers-tab-max-size.
|
|
576
|
450
|
577 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
578
|
|
579 * XEmacs 21.2.40 is released.
|
|
580
|
|
581 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
582
|
|
583 * mule/hebrew.el: Fix comments and typos.
|
|
584 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
585
|
|
586 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
587
|
|
588 * ChangeLog.1: move ancient log from fill.el.
|
|
589
|
|
590 * dump-paths.el:
|
|
591 paragraphs.el:
|
|
592 mule/mule-category.el:
|
|
593 Miscellaneous typo fixes and slight doc clarifications.
|
|
594
|
|
595 * mule/mule-ccl.el: Correct file name in header.
|
|
596
|
448
|
597 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
598
|
|
599 * XEmacs 21.2.39 is released.
|
|
600
|
|
601 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
602
|
|
603 * byte-optimize.el (byte-optimize-cond):
|
|
604 (byte-optimize-cond-1): New.
|
|
605 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
606 Optimizes (cond (x nil)) ==> nil.
|
|
607 Provide better diagnostic on malformed expr like (cond foo).
|
|
608
|
|
609 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
610
|
|
611 * mule/mule-coding.el:
|
|
612 mule/mule-cmds.el (reset-language-environment,
|
|
613 set-language-environment-coding-systems):
|
|
614 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
615
|
|
616 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
617
|
|
618 * package-admin.el: Allow package removal from
|
|
619 early-package-load-path.
|
|
620
|
|
621 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
622
|
|
623 * about.el (about-maintainer-info): Update my entry.
|
|
624
|
|
625 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
626
|
|
627 * packages.el (locate-library): Add support for bzip2
|
|
628 compressed .el files.
|
|
629
|
|
630 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
631
|
|
632 * package-net.el: new file.
|
|
633
|
|
634 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
635
|
|
636 * font-lock.el: Add missing C++ keywords.
|
|
637
|
|
638 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
639
|
|
640 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
641 starting in column 0, as documented in (Info-goto-node
|
|
642 "(xemacs)Comments"). Update docstring accordingly.
|
|
643
|
446
|
644 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
645
|
|
646 * XEmacs 21.2.38 is released.
|
|
647
|
|
648 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
649
|
|
650 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
651 spurious '+' operation detected by Martin.
|
|
652
|
|
653
|
|
654 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
655
|
|
656 * cl-extra.el (coerce):
|
|
657 Implement char to integer coercion.
|
|
658 Remove extraneous (numberp) test.
|
|
659
|
|
660 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
661 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
662 (byte-optimize-predicate):
|
|
663 Warn if evaluating constant expression signals an error.
|
|
664 (byte-optimize-form): Small simplification.
|
|
665
|
|
666 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
667
|
|
668 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
669
|
|
670 * byte-optimize.el:
|
|
671 (byte-optimize-minus):
|
|
672 (byte-optimize-plus):
|
|
673 (byte-optimize-mult):
|
|
674 (byte-optimize-quo):
|
|
675 Use (car (last x)) instead of (last x) to get last elt!
|
|
676 Use `byte-optimize-predicate' to optimize `%'.
|
|
677 Move optimizations for special numeric args to bytecomp.el.
|
|
678 * bytecomp.el (byte-compile-associative): Remove.
|
|
679 (byte-compile-max): New.
|
|
680 (byte-compile-min): New.
|
|
681 Properly handle erroneous calls: (max) (min).
|
|
682 (byte-compile-plus): New.
|
|
683 (byte-compile-minus):
|
|
684 It's easiest to handle 0, +1 and -1 args here.
|
|
685 (byte-compile-mult): New.
|
|
686 It's easiest to handle 1, -1 and 2 args here.
|
|
687 (byte-compile-quo):
|
|
688 It's easiest to handle 0, +1 and -1 args here.
|
|
689 Issue byte-compiler warning when dividing by zero.
|
|
690
|
|
691 Byte-compiler arithmetic improvements.
|
|
692 Better optimize these expressions in the obvious way:
|
|
693 (+ x y 1) --> varref x varref y add add1
|
|
694 (+ x y -1) --> varref x varref y add sub1
|
|
695 (- x y 0) --> (- x y)
|
|
696 (- 0 x y) --> (- (- x) y)
|
|
697 (% 42 19) --> compile-time constant
|
|
698 (/ 42 19) --> compile-time constant
|
|
699 (* (foo) 2) --> foo call dup plus
|
|
700
|
|
701 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
702 unless (declaim (optimize (safety 3)))
|
|
703 or (setq byte-compile-delete-errors nil).
|
|
704
|
|
705 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
706
|
|
707 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
708 docstrings.
|
|
709
|
|
710 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
711
|
|
712 * startup.el (command-line-do-help): Add documentation of
|
|
713 portable dumper switches.
|
|
714
|
|
715 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
716
|
|
717 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
718
|
|
719 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
720
|
|
721 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
722
|
|
723 * byte-optimize.el (byte-optimize-char-before):
|
|
724 (byte-optimize-backward-char):
|
|
725 (byte-optimize-backward-word):
|
|
726 Fix incorrect optimizations for these sorts of expressions:
|
|
727 (let ((x nil)) (backward-char x))
|
|
728
|
|
729 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
730
|
|
731 * byte-optimize.el:
|
|
732 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
733 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
734 Make backward-word and backward-char as efficient as forward versions.
|
|
735
|
|
736 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
737 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
738 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
739 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
740 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
741 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
742 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
743
|
|
744 * simple.el (backward-word):
|
|
745 * simple.el (mark-word):
|
|
746 * simple.el (kill-word):
|
|
747 * simple.el (backward-kill-word):
|
|
748 Make COUNT argument optional, for consistency with forward-char et al.
|
|
749
|
|
750 * abbrev.el (abbrev-string-to-be-defined):
|
|
751 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
752 * abbrev.el (inverse-add-abbrev):
|
|
753 * abbrev.el (expand-region-abbrevs):
|
|
754 * buff-menu.el (Buffer-menu-execute):
|
|
755 * indent.el (move-to-left-margin):
|
|
756 * indent.el (indent-relative):
|
|
757 * indent.el (move-to-tab-stop):
|
|
758 * info.el (Info-reannotate-node):
|
|
759 * lisp-mode.el (lisp-indent-line):
|
|
760 * lisp.el (end-of-defun):
|
|
761 * lisp.el (move-past-close-and-reindent):
|
|
762 * misc.el (copy-from-above-command):
|
|
763 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
764 * page.el (forward-page):
|
|
765 * paragraphs.el (forward-paragraph):
|
|
766 * paragraphs.el (end-of-paragraph-text):
|
|
767 * picture.el (picture-forward-column):
|
|
768 * picture.el (picture-self-insert):
|
|
769 * rect.el (extract-rectangle-line):
|
|
770 * simple.el (newline):
|
|
771 * simple.el (fixup-whitespace):
|
|
772 * simple.el (backward-delete-char-untabify):
|
|
773 * simple.el (transpose-chars):
|
|
774 * simple.el (transpose-preceding-chars):
|
|
775 * simple.el (do-auto-fill):
|
|
776 * simple.el (indent-new-comment-line):
|
|
777 * simple.el (blink-matching-open):
|
|
778 * view-less.el (cleanup-backspaces):
|
|
779 * wid-edit.el (widget-transpose-chars):
|
|
780 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
781 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
782
|
|
783 * info.el (Info-fontify-node):
|
|
784 * simple.el (backward-delete-function):
|
|
785 Use canonical delete-backward-char instead of backward-delete-char.
|
|
786
|
|
787 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
788
|
|
789 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
790 no buffers.
|
|
791
|
|
792 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
793
|
|
794 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
795 buffer tabs.
|
|
796
|
|
797 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
798
|
|
799 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
800 (proclaim inline...) was shadowing compiler-macros.
|
|
801
|
|
802 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
803
|
|
804 * bytecomp.el (byte-compile-eval): New.
|
|
805 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
806 Keeps this promise made in Lispref:
|
|
807 "If a file being compiled contains a `defmacro' form, the macro is
|
|
808 defined temporarily for the rest of the compilation of that file."
|
|
809
|
|
810 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
811
|
|
812 * cl.el (floatp-safe):
|
|
813 (plusp):
|
|
814 (minusp):
|
|
815 (oddp):
|
|
816 (evenp):
|
|
817 (cl-abs):
|
|
818 Use a better parameter name than `x'.
|
|
819
|
|
820 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
821 to require PLACE, but accept any form for compatibility.
|
|
822
|
|
823 * abbrev.el (define-abbrev): Use check-type.
|
|
824 * font-menu.el (font-menu-change-face): Use check-type.
|
|
825 * menubar.el (relabel-menu-item): Use check-type.
|
|
826 * itimer.el: Fix typo.
|
|
827
|
|
828 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
829
|
|
830 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
831
|
444
|
832 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
833
|
|
834 * XEmacs 21.2.37 is released.
|
|
835
|
|
836 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
837
|
|
838 * code-cmds.el: Provide the feature.
|
|
839
|
|
840 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
841
|
|
842 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
843
|
|
844 * code-cmds.el: New file
|
|
845 * mule/mule-cmds.el:
|
|
846 * mule/mule-misc.el
|
|
847 (coding-keymap): New keymap. Define coding system keyboard
|
|
848 commands on file-coding builds too.
|
446
|
849 (coding-system-change-eol-conversion):
|
|
850 (universal-coding-system-argument):
|
|
851 (set-default-coding-systems):
|
444
|
852 (prefer-coding-system): Moved from mule-cmds.el
|
|
853 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
854
|
|
855 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
856
|
|
857 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
858
|
|
859 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
860
|
|
861 * package-get.el (package-get-download-sites): Add a pre-release
|
|
862 site for experimental packages.
|
|
863
|
|
864 * auto-autoloads.el: Regenerated.
|
|
865
|
|
866 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
867
|
|
868 * gutter-items.el (buffers-tab-omit-function): reference
|
|
869 buffers-tab-select-visible-buffers.
|
|
870 (buffers-tab-filter-functions): new variable, by default uses
|
|
871 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
872 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
873 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
874 of buffers-menu-omit-invisible-buffers.
|
|
875 (buffers-tab-items): rewrite to use
|
|
876 buffers-tab-filter-functions. Rewrite docstring.
|
|
877 (gutter-buffers-tab-extent): delete.
|
|
878 (add-tab-to-gutter): always build a new extent when adding the
|
|
879 tabs.
|
|
880 (update-tab-in-gutter): make gutter dirty when orientation
|
|
881 changes.
|
|
882
|
|
883 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
884
|
|
885 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
886 Only do loadhist recording if defvar form includes a value.
|
|
887
|
|
888 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
889
|
|
890 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
891 `eval-when-compile' should not compile its body.
|
|
892
|
|
893 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
894
|
|
895 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
896 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
897 some Japanese English. Remove some ancient FSF comments, and
|
|
898 improve docstrings. Use symbols not vectors for tables.
|
|
899
|
|
900 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
901
|
|
902 * keymap.el:
|
|
903 (local-key-binding):
|
|
904 (global-key-binding):
|
|
905 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
906
|
|
907 * lisp.el:
|
|
908 (backward-sexp): Slightly simpler code.
|
|
909 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
910 (forward-list): Slightly simpler code.
|
|
911 (backward-list): Slightly simpler code.
|
|
912 (down-list): Make arg optional, like FSF Emacs.
|
|
913 (up-list): Make arg optional, like FSF Emacs.
|
|
914 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
915 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
916 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
917
|
|
918 * font-menu.el (font-menu-change-face):
|
|
919 Take continuable errors into account.
|
|
920
|
|
921 * abbrev.el:
|
|
922 * abbrev.el (clear-abbrev-table):
|
|
923 * abbrev.el (define-abbrev-table):
|
|
924 * abbrev.el (define-abbrev):
|
|
925 * abbrev.el (insert-abbrev-table-description):
|
|
926 * apropos.el (apropos-documentation-check-doc-file):
|
|
927 * apropos.el (apropos-documentation-check-elc-file):
|
|
928 * buff-menu.el (list-buffers):
|
|
929 * buff-menu.el (list-buffers-noselect):
|
|
930 * bytecomp.el (byte-recompile-directory):
|
|
931 * bytecomp.el (batch-byte-compile):
|
|
932 * cl-macs.el (typep):
|
|
933 * code-files.el (find-coding-system-magic-cookie):
|
|
934 * code-files.el (insert-file-contents):
|
|
935 * cus-edit.el (customize-set-variable):
|
|
936 * cus-edit.el (customize-save-variable):
|
|
937 * cus-face.el (custom-set-face-font-size):
|
|
938 * cus-face.el (custom-set-face-update-spec):
|
|
939 * cus-face.el (custom-reset-faces):
|
|
940 * custom.el (custom-check-theme):
|
|
941 * custom.el (copy-upto-last):
|
|
942 * fill.el (canonically-space-region):
|
|
943 * fill.el (fill-paragraph):
|
|
944 * fill.el (fill-region):
|
|
945 * fill.el (find-space-insertable-point):
|
|
946 * fill.el (justify-current-line):
|
|
947 * faces.el (face-spec-update-all-matching):
|
|
948 * faces.el (set-face-stipple):
|
|
949 * files-nomule.el (insert-file-contents):
|
|
950 * files.el (insert-file-contents-literally):
|
|
951 * files.el (hack-local-variables-last-page):
|
|
952 * files.el (basic-save-buffer):
|
|
953 * files.el (insert-directory):
|
|
954 * font-menu.el (font-menu-change-face):
|
|
955 * font.el (font-spatial-to-canonical):
|
|
956 * format.el (format-encode-region):
|
|
957 * format.el (format-insert-file):
|
|
958 * format.el (format-replace-strings):
|
|
959 * gutter.el (set-gutter-element):
|
|
960 * help.el (key-or-menu-binding):
|
|
961 * help.el (describe-bindings):
|
|
962 * help.el (with-syntax-table):
|
|
963 * indent.el (indent-rigidly):
|
|
964 * indent.el (delete-to-left-margin):
|
|
965 * info.el:
|
|
966 * info.el (Info-extract-dir-entry-from):
|
|
967 * info.el (Info-build-dir-anew):
|
|
968 * info.el (Info-rebuild-dir):
|
|
969 * info.el (Info-batch-rebuild-dir):
|
|
970 * info.el (Info-read-subfile):
|
|
971 * info.el (Info-build-node-completions):
|
|
972 * info.el (Info-extract-menu-node-name):
|
|
973 * isearch-mode.el (isearch-range-invisible):
|
|
974 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
975 * itimer.el (itimerp):
|
|
976 * itimer.el (itimer-live-p):
|
|
977 * keymap.el:
|
|
978 * keymap.el (substitute-key-definition):
|
|
979 * keymap.el (read-command-or-command-sexp):
|
|
980 * keymap.el (local-key-binding):
|
|
981 * keymap.el (global-key-binding):
|
|
982 * keymap.el (global-set-key):
|
|
983 * keymap.el (local-set-key):
|
|
984 * ldap.el:
|
|
985 * ldap.el (ldap-add-entries):
|
|
986 * ldap.el (ldap-delete-entries):
|
|
987 * lisp.el (backward-sexp):
|
|
988 * lisp.el (mark-sexp):
|
|
989 * lisp.el (forward-list):
|
|
990 * lisp.el (backward-list):
|
|
991 * lisp.el (down-list):
|
|
992 * lisp.el (backward-up-list):
|
|
993 * lisp.el (up-list):
|
|
994 * lisp.el (kill-sexp):
|
|
995 * lisp.el (backward-kill-sexp):
|
|
996 * menubar.el (add-menu-button):
|
|
997 * menubar.el (add-submenu):
|
|
998 * menubar.el (delete-menu-item):
|
|
999 * menubar.el (relabel-menu-item):
|
|
1000 * mouse.el (narrow-window-to-region):
|
|
1001 * obsolete.el (define-obsolete-variable-alias):
|
|
1002 * obsolete.el (store-substring):
|
|
1003 * package-admin.el:
|
|
1004 * package-admin.el (package-admin-install-function):
|
|
1005 * package-admin.el (package-admin-install-function-mswindows):
|
|
1006 * package-admin.el (package-admin-default-install-function):
|
|
1007 * package-get.el (package-get-update-base-entries):
|
|
1008 * packages.el (packages-load-package-dumped-lisps):
|
|
1009 * packages.el (packages-collect-package-dumped-lisps):
|
|
1010 * printer.el (generic-print-buffer):
|
|
1011 * printer.el (generic-print-region):
|
|
1012 * replace.el (occur-mode-mouse-goto):
|
|
1013 * replace.el (perform-replace):
|
|
1014 * select.el (get-selection-no-error):
|
|
1015 * simple.el:
|
|
1016 * simple.el (newline):
|
|
1017 * simple.el (open-line):
|
|
1018 * simple.el (edit-and-eval-command):
|
|
1019 * simple.el (goto-line):
|
|
1020 * simple.el (undo):
|
|
1021 * simple.el (kill-region):
|
|
1022 * simple.el (copy-region-as-kill):
|
|
1023 * simple.el (kill-ring-save):
|
|
1024 * simple.el (set-mark):
|
|
1025 * simple.el (next-line):
|
|
1026 * simple.el (previous-line):
|
|
1027 * simple.el (line-move):
|
|
1028 * simple.el (set-goal-column):
|
|
1029 * simple.el (comment-region):
|
|
1030 * subr.el:
|
|
1031 * subr.el (putf):
|
|
1032 * syntax.el (modify-syntax-entry):
|
|
1033 * syntax.el (map-syntax-table):
|
|
1034 * view-less.el (view-file):
|
|
1035 * view-less.el (view-buffer):
|
|
1036 * view-less.el (view-file-other-window):
|
|
1037 * window-xemacs.el (backward-other-window):
|
|
1038 * window.el:
|
|
1039 * window.el (one-window-p):
|
|
1040 * window.el (walk-windows):
|
|
1041 * window.el (window-list):
|
|
1042 * x-mouse.el (x-mouse-kill):
|
|
1043 * x-select.el (x-get-cutbuffer):
|
|
1044 * x-select.el (x-store-cutbuffer):
|
|
1045 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
1046 * term/sun-mouse.el (window-line-end):
|
|
1047 * term/sun-mouse.el (sun-select-region):
|
|
1048 * term/sun.el (kill-region-and-unmark):
|
|
1049 * mule/mule-category.el:
|
|
1050 * mule/mule-category.el (modify-category-entry):
|
|
1051 * mule/mule-category.el (char-category-list):
|
|
1052 * mule/mule-coding.el (coding-system-force-on-output):
|
|
1053 * mule/mule-misc.el (coding-system-put):
|
|
1054 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
1055
|
|
1056 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1057
|
|
1058 * cus-face.el: Typo fixes and tiny clarifications.
|
|
1059 * custom.el: ditto
|
|
1060
|
|
1061 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1062
|
|
1063 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
1064 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
1065 if auto-save-list-file-prefix is non-nil.
|
|
1066
|
|
1067 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1068
|
|
1069 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
1070
|
|
1071 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1072
|
|
1073 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
1074 get symbol at point-min.
|
|
1075
|
|
1076 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1077
|
|
1078 * info.el (Info-emacs-info-file-name): defconst it.
|
|
1079 * info.el (Info-footnote-tag): defcustom it.
|
|
1080 * info.el (Info-no-description-string): ditto.
|
|
1081 * info.el (Info-find-node): adapt to new semantics of
|
|
1082 'Info-suffixed-file (don't do the case variants stuff).
|
|
1083 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
1084 * info.el (Info-directory-files): New. Return the list of info
|
|
1085 files in a directory.
|
|
1086 * info.el (Info-dir-outdated-p): use it.
|
|
1087 * info.el (Info-parse-dir-entries): ditto.
|
|
1088 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
1089 with a ".info.*" extension.
|
|
1090 * info.el (Info-set-mode-line): ditto.
|
|
1091 * info.el (Info-read-subfile): adapt to new semantics of
|
|
1092 'Info-suffixed-file (append 'exact argument).
|
|
1093 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
1094 string independently of the case.
|
|
1095 * info.el (Info-suffixed-file): use it (match all possible case
|
|
1096 for the file name).
|
|
1097 * info.el (Info-insert-file-contents): code cleanup.
|
|
1098 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
1099 columns.
|
|
1100 * info.el (Info-batch-rebuild-dir): ditto.
|
|
1101 * info.el (Info-read-node-name-1): ditto.
|
|
1102 * info.el (Info-search): ditto.
|
|
1103 * info.el (Info-fontify-node): ditto.
|
|
1104
|
|
1105
|
|
1106 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1107
|
|
1108 * process.el (shell-command): when called from a program, avoid
|
|
1109 'push-mark's "mark-set" message.
|
|
1110
|
|
1111 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
1112
|
|
1113 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
1114 by a symbol, not by a vector.
|
|
1115 * mule/vietnamese.el (vscii): Likewise.
|
|
1116 (viscii): Likewise.
|
|
1117 * mule/cyrillic.el (koi8-r): Likewise.
|
|
1118
|
|
1119 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
1120 by a symbol, not by a vector.
|
|
1121 (chinese-big5-2): Likewise.
|
|
1122 * mule/ethiopic.el (ethiopic): Likewise.
|
|
1123 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
1124 (vietnamese-viscii-upper): Likewise.
|
|
1125
|
|
1126 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1127
|
|
1128 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
1129
|
|
1130 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1131
|
|
1132 * byte-optimize.el (byte-optimize-car): New function.
|
|
1133 (byte-optimize-cdr): Ditto.
|
|
1134
|
|
1135 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1136
|
|
1137 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
1138 Optimize constant concatenation.
|
|
1139 Add keymapp as a side effect free function. It is a built-in.
|
|
1140 (byte-after-unbind-pos): Remove byte-equal.
|
|
1141
|
|
1142 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1143
|
|
1144 * update-elc-2.el: Quote regexps correctly.
|
|
1145
|
|
1146 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
1147
|
|
1148 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
1149 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
1150 check the type of the buffer magnification
|
|
1151 (ccl-compile-write-string): Encode a string with binary
|
|
1152 coding system.
|
|
1153 (ccl-compile-write-repeat): Likewise.
|
|
1154
|
|
1155 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1156
|
|
1157 * buff-menu.el:
|
|
1158 * bytecomp.el:
|
|
1159 * coding.el:
|
|
1160 * faces.el:
|
|
1161 * files.el:
|
|
1162 * fill.el:
|
|
1163 * float-sup.el:
|
|
1164 * font-lock.el:
|
|
1165 * help.el:
|
|
1166 * iso8859-1.el:
|
|
1167 * loaddefs.el:
|
|
1168 * menubar-items.el:
|
|
1169 * menubar.el:
|
|
1170 * modeline.el:
|
|
1171 * msw-font-menu.el:
|
|
1172 * paragraphs.el:
|
|
1173 * paths.el:
|
|
1174 * replace.el:
|
|
1175 * simple.el:
|
|
1176 * sound.el:
|
|
1177 * startup.el:
|
|
1178 * version.el:
|
|
1179 * x-faces.el:
|
|
1180 * x-font-menu.el:
|
|
1181 Remove purecopy.
|
|
1182
|
|
1183 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
1184
|
|
1185 * simple.el (do-auto-fill): Use the function pointer to by
|
|
1186 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
1187 fixes an issue with cc-mode comment continuation.
|
|
1188
|
|
1189 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
1190
|
|
1191 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
1192 * mwheel.el (mwheel-install): Add (interactive).
|
|
1193 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
1194 (turn-off-font-lock): Add (interactive).
|
|
1195
|
|
1196 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1197
|
|
1198 * packages.el (packages-special-base-regexp): Add `man'.
|
|
1199
|
|
1200 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
1201
|
|
1202 * wid-edit.el (widget-specify-active): map over extents in current
|
|
1203 buffer like `widget-specify-inactive' does. Mapping over the
|
|
1204 inactive extent object does not work since the current extent is
|
|
1205 ignored by `map-extents'.
|
|
1206
|
442
|
1207 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
1208
|
|
1209 * XEmacs 21.2.36 is released.
|
|
1210
|
|
1211 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
1212
|
|
1213 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
1214 Optimize the compiled-function-constants vector by byte-code
|
|
1215 reference counts.
|
|
1216
|
|
1217 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1218
|
|
1219 * build-report.el (build-report-delete-regexp): quote value in
|
|
1220 defcustom
|
|
1221
|
|
1222 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1223
|
|
1224 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
1225 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
1226 warning.
|
|
1227
|
|
1228 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1229
|
|
1230 * build-report.el: Requires cl and custom now.
|
|
1231 build-report-version is determined by XEmacs version -- remove
|
|
1232 build-report-version*.
|
|
1233 * build-report.el (build-report-version): Removed.
|
|
1234 * build-report.el (build-report-installation-version-regexp): New.
|
|
1235 * build-report.el (build-report-version-file-regexp): New.
|
|
1236 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
1237 * build-report.el (build-report-destination): Offer
|
|
1238 xemacs-build-reports and xemacs-beta.
|
|
1239 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
1240 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
1241 * build-report.el (build-report-make-output-dir): New.
|
|
1242 * build-report.el (build-report-installation-file): Replace use of
|
|
1243 `concat' with `expand-file-name'.
|
|
1244 * build-report.el (build-report-make-output-file): Removed.
|
|
1245 * build-report.el (build-report-make-output-files): New.
|
|
1246 * build-report.el (build-report-subject): Identify as
|
|
1247 user-variable with "*...".
|
|
1248 * build-report.el (build-report-prompts): Ditto.
|
|
1249 * build-report.el (build-report-version-file): New.
|
|
1250 * build-report.el (build-report-file-encoding): Identify as
|
|
1251 user-variable with "*...".
|
|
1252 * build-report.el (build-report-make-output-get): New.
|
|
1253 * build-report.el (build-report-insert-header): Report
|
|
1254 emacs-version and system-configuration instead of
|
|
1255 build-report-version.
|
|
1256 * build-report.el (build-report-insert-make-output): Add file
|
|
1257 argument.
|
|
1258 * build-report.el (build-report-insert-installation-file):
|
|
1259 Re-indent.
|
|
1260 * build-report.el (build-report-keep): Change docstring,
|
|
1261 re-indent.
|
|
1262 * build-report.el (build-report-delete): Ditto.
|
|
1263 * build-report.el (build-report-installation-data): New.
|
|
1264 * build-report.el (build-report-version-file-data): New.
|
|
1265
|
|
1266 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
1267
|
|
1268 * byte-optimize.el (byte-optimize-lapcode):
|
|
1269 Fix the optimization of using the first 5 elements of the
|
|
1270 constants vector for variables.
|
|
1271 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
1272
|
|
1273 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1274
|
|
1275 * *: Spelling mega-patch
|
|
1276
|
|
1277 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1278
|
|
1279 * easymenu.el: doc fixes.
|
|
1280 (easy-menu-do-define): Use backquote.
|
444
|
1281 (easy-menu-change):
|
|
1282 (easy-menu-add):
|
442
|
1283 `when' seems much clearer than `if' here.
|
|
1284 (easy-menu-remove):
|
444
|
1285 (easy-menu-add-item):
|
|
1286 (easy-menu-item-present-p):
|
|
1287 (easy-menu-remove-item):
|
442
|
1288 Wrap using (when (featurep 'menubar) ...)
|
|
1289
|
|
1290 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1291
|
|
1292 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1293 Revert Ben's change to this function below so that the compile log
|
|
1294 is displayed properly for users of the "popper" package.
|
|
1295
|
|
1296 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
1297
|
|
1298 * window.el (save-selected-window): Use backquote.
|
|
1299
|
444
|
1300 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
442
|
1301 Renamed from `byte-compile-file-form-defvar'.
|
|
1302 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
1303 Only cons onto current-load-list in top-level forms.
|
|
1304 Else this leaks a cons cell every time a defun is called.
|
|
1305 Renamed from `byte-compile-defvar', for clarity.
|
|
1306 Warn when docstring of defvar is not a string.
|
|
1307 Use consistent error messages.
|
|
1308 Better comments.
|
|
1309
|
|
1310 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
1311
|
|
1312 * simple.el (set-variable):
|
|
1313 Remove unneeded defvar by rearranging order of let* forms.
|
|
1314
|
|
1315 * mule/mule-ccl.el (ccl-get-next-code):
|
444
|
1316 * menubar-items.el (bookmark-menu-filter):
|
|
1317 (language-environment-menu-filter):
|
|
1318 (tutorials-menu-filter):
|
442
|
1319 * toolbar-items.el (toolbar-compile):
|
|
1320 * byte-optimize.el (disassemble-offset):
|
|
1321 Use (declare (special ...)) instead of `defvar'.
|
|
1322
|
|
1323 * cl-macs.el (cl-do-proclaim):
|
|
1324 Fix (declare (special ...)) warning suppression syntax.
|
|
1325
|
|
1326 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
1327
|
|
1328 * info.el (Info-tag-table-marker):
|
|
1329 (Info-tag-table-buffer):
|
|
1330 (Info-find-file-node):
|
|
1331 (Info-read-subfile):
|
|
1332 (Info-build-node-completions):
|
|
1333 (Info-search):
|
|
1334 (Info-mode):
|
|
1335 Multiple info buffer support.
|
|
1336
|
|
1337 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
1338
|
|
1339 * ldap.el (ldap-decode-entry): New defun
|
|
1340 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
1341 entries properly
|
|
1342
|
|
1343 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
1344
|
|
1345 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
1346 Use `eq', not `=', to compare symbols.
|
|
1347
|
|
1348 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
1349
|
|
1350 * bytecomp.el (byte-compile-report-error):
|
|
1351 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1352 if stack-trace-on-error is set, send out a backtrace when
|
|
1353 an error is encountered that stops byte compilation. this
|
|
1354 should make it much much easier to track down those curious
|
|
1355 problems. also undo the kludge of using a separate "*Show*"
|
|
1356 buffer for display when there's a temp-buffer-show-function;
|
|
1357 we can avoid this by just being a little smarter.
|
444
|
1358
|
442
|
1359 * dialog-items.el:
|
|
1360 * dialog-items.el (search-dialog-regexp): New.
|
|
1361 * dialog-items.el (search-dialog-callback):
|
|
1362 * dialog-items.el (make-search-dialog):
|
|
1363 add a regexp option to the dialog and clean up a bit.
|
444
|
1364
|
442
|
1365 * dialog.el:
|
|
1366 * dialog.el (yes-or-no-p-dialog-box):
|
|
1367 * dialog.el (get-dialog-box-response):
|
|
1368 * dialog.el (make-dialog-box):
|
|
1369 * dialog.el (dialog-box-finish): New.
|
|
1370 * dialog.el (dialog-box-cancel): New.
|
|
1371 * dialog.el (internal-make-dialog-box-exit): New.
|
|
1372 implement [properly!] the :modal property of the new dialog box
|
|
1373 interface. this is the first time xemacs has ever had *proper*
|
|
1374 modal dialog boxes, giving the standard window-system feedback.
|
|
1375 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
1376 and makes the dialog box flash three times.)
|
444
|
1377
|
442
|
1378 * dragdrop.el: header keyword frobbing.
|
444
|
1379
|
442
|
1380 * dumped-lisp.el (preloaded-file-list):
|
|
1381 renamed winnt.el to win32-native.el.
|
444
|
1382
|
442
|
1383 * faces.el (face-property):
|
|
1384 * faces.el (set-face-property):
|
|
1385 * faces.el (frob-face-property):
|
|
1386 * faces.el (frob-face-font-2):
|
|
1387 * faces.el (make-face-bold):
|
|
1388 * faces.el (make-face-italic):
|
|
1389 * faces.el (make-face-bold-italic):
|
|
1390 * faces.el (make-face-unbold):
|
|
1391 * faces.el (make-face-unitalic):
|
|
1392 * faces.el (make-face-smaller):
|
|
1393 * faces.el (make-face-larger):
|
|
1394 clean up the implementation of these so that window-system-specific
|
|
1395 methods are called only on objects belonging to that window system.
|
|
1396 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
1397 on font object of device type `stream', which is not good and
|
|
1398 explains the subtle errors Adrian was getting when byte-compiling
|
|
1399 something that required 'term. (Adrian, now you can use stack-trace-
|
|
1400 on-error to find the exact place where things are going wrong instead
|
|
1401 of having to laboriously binary-search your way through.)
|
444
|
1402
|
442
|
1403 * finder.el (finder-known-keywords):
|
|
1404 cleaned up -- properly sorted, clarified the meanings of many of
|
|
1405 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
1406 user, services. the last two try to distinguish between a package
|
|
1407 that's used directly by the user, and a package that provides
|
|
1408 support services to other packages.
|
444
|
1409
|
442
|
1410 * font-lock.el (lisp-font-lock-keywords-2):
|
|
1411 update list of lisp control structures to include everything,
|
|
1412 including new ones i introduced.
|
444
|
1413
|
442
|
1414 * gutter.el: header keyword frobbing.
|
444
|
1415
|
442
|
1416 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
1417 recent isearch element was not doing so! you got the second-most-
|
|
1418 recent instead.
|
|
1419
|
|
1420 * lisp-mode.el (construct-lisp-mode-menu):
|
|
1421 more menubar cleanups.
|
|
1422 * lisp-mode.el (with-selected-window):
|
|
1423 make it indent properly.
|
444
|
1424
|
442
|
1425 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
1426 rearranged the options menu the most, e.g. splitting up the
|
|
1427 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
1428 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
1429 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
1430 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
1431 Added stuff to the Cmds menu, e.g. Change Case.
|
|
1432
|
|
1433 NB please don't complain about these periodic menubar changes.
|
|
1434 Anything like this is necessarily incremental in its construction
|
|
1435 -- By constant use you gradually become more and more aware of
|
|
1436 better and better ways to group menu items. When we eventually
|
|
1437 move the options menu to a property sheet, the existing structure
|
|
1438 will probably be preserved fairly well.
|
444
|
1439
|
442
|
1440 * minibuf.el (next-history-element): fix problems with pressing
|
|
1441 down arrow in repeat-complex-command.
|
|
1442
|
|
1443 * modeline.el:
|
|
1444 * modeline.el (modeline-3d-p): New.
|
|
1445 added custom variable for controlling the 3d modeline. the
|
|
1446 corresponding Options item has been present for a long time,
|
|
1447 but commented out with "fix me!" comments. it's fixed now.
|
444
|
1448
|
442
|
1449 * obsolete.el (add-menu):
|
|
1450 remove bogus gettexts.
|
444
|
1451
|
442
|
1452 * process.el (shell-quote-argument):
|
|
1453 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
1454 For bash under Windows native, see below.
|
444
|
1455
|
442
|
1456 * simple.el:
|
|
1457 * simple.el (display-warning-buffer):
|
|
1458 Fixed the handling of warning display to eliminate the annoying
|
|
1459 *Show* buffer, like was done for byte-compiler output above.
|
444
|
1460
|
442
|
1461 * simple.el (debug-print): New.
|
|
1462 Simple function for sending debug messages to the console and/or
|
|
1463 other debug places.
|
|
1464
|
|
1465 * subr.el (replace-in-string):
|
|
1466 Rewrite this function to avoid N^2 behavior with large strings --
|
|
1467 catastrophic with the new Windows selection code! (Apparently the
|
|
1468 author of this function didn't realize there was a fun
|
|
1469 replace-match that could make his life much easier, because we
|
|
1470 duplicated the entire logic. The new version is smaller, easier
|
|
1471 to understand, much more robust, and has extended features --
|
|
1472 those of replace-match.)
|
444
|
1473
|
442
|
1474 * window.el:
|
|
1475 * window.el (with-selected-window): New.
|
|
1476 An obvious complement to the existing `with-selected-frame' and
|
|
1477 `with-current-buffer'.
|
|
1478
|
|
1479 * win32-native.el: Renamed from winnt.el.
|
|
1480 Added a great deal of stuff for properly handling process quoting,
|
|
1481 somewhat modeled on Kirill's original model (which i later threw
|
|
1482 away). We should now finally have correctly working process arg
|
|
1483 quoting/dequoting so that the final app gets exactly what we
|
|
1484 intended. Because the mechanism is in Lisp, it's easily
|
|
1485 extendible. (For those running bash and running the native
|
|
1486 version, I tried hard to do what I thought was correct. But more
|
|
1487 thought is needed, and ideally the volunteer work of people with
|
|
1488 these configurations that they generally run on.)
|
444
|
1489
|
442
|
1490 * x-font-menu.el (x-font-menu-font-data):
|
|
1491 Put in defvar's to fix byte-compiler warnings.
|
|
1492
|
|
1493 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1494
|
|
1495 * select.el (selection-coercion-alist): Initialise.
|
|
1496 * select.el (select-coerce-to-text): New.
|
|
1497 * select.el (select-coerce): New.
|
|
1498 New functions to perform type and value coercion.
|
|
1499
|
|
1500 * select.el (select-buffer-killed-default): Keep data if it was
|
|
1501 on the clipboard.
|
|
1502
|
|
1503 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
1504
|
|
1505 * menubar-items.el (default-menubar): Fix typo.
|
|
1506 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
1507
|
|
1508 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1509
|
|
1510 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
1511 edge checking code.
|
|
1512
|
|
1513 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1514
|
|
1515 * paths.el (gnus-local-domain): Removed.
|
|
1516 (gnus-local-organization): Ditto.
|
|
1517 (gnus-startup-file): Ditto.
|
|
1518
|
|
1519 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1520
|
|
1521 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
1522
|
|
1523 2000-07-31 Andy Piper <andy@xemacs.org>
|
444
|
1524
|
442
|
1525 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
1526
|
|
1527 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1528
|
|
1529 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
1530 browse-url.
|
|
1531 * help.el (xemacs-www-page): Ditto.
|
|
1532 (xemacs-www-faq): Ditto.
|
|
1533 * menubar-items.el (default-menubar): Ditto.
|
|
1534
|
|
1535 * wid-edit.el (widget-url-link-action): Ditto.
|
|
1536 From: Kenichi OKADA <okada@opaopa.org>.
|
|
1537
|
|
1538 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
1539
|
|
1540 * finder.el (finder-commentary): Add autoload cookie.
|
|
1541
|
|
1542 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1543
|
|
1544 * files.el (insert-file-contents-literally): Fix second let
|
|
1545 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
1546 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
1547
|
|
1548 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1549
|
|
1550 * files.el (insert-file-contents-literally): Use binary coding
|
|
1551 system (from Morioka san).
|
|
1552 (insert-file-contents-literally): Make file-name-handler method.
|
|
1553
|
|
1554 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
1555
|
|
1556 * cl-macs.el (get-selection): Add defsetf.
|
|
1557
|
|
1558 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
1559
|
|
1560 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
1561 function x-own-selection with own-selection.
|
|
1562 (ow-find): replace obsolete functions x-get-selection and
|
|
1563 x-get-clipboard with get-selection and get-clipboard.
|
|
1564 (init-post-x-win): replace obsolete function x-disown-selection
|
|
1565 with disown-selection.
|
|
1566
|
|
1567 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
1568
|
|
1569 * startup.el (load-user-init-file): Only try to load init file if
|
|
1570 it exists.
|
|
1571
|
|
1572 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
1573
|
|
1574 * dialog-items.el: sync with Ben's patch.
|
444
|
1575
|
442
|
1576 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
1577 comment.
|
|
1578 (progress-text-glyph): deleted.
|
|
1579 (progress-layout-glyph): make completely minimal.
|
|
1580 (progress-gauge-glyph): ditto.
|
|
1581 (progress-display-style): fix to handle dynamic instantiator
|
|
1582 changes.
|
|
1583 (progress-text-instantiator): new.
|
|
1584 (progress-layout-instantiator): new.
|
|
1585 (progress-gauge-instantiator): new.
|
|
1586 (set-progress-display-instantiator): renamed and changed from
|
|
1587 set-progress-display-style.
|
|
1588 (progress-abort-glyph): use instantiator not glyph.
|
|
1589 (append-progress-display): use set-progress-display-instantiator
|
|
1590 and set-glyph-image.
|
|
1591 (abort-progress-display): ditto.
|
|
1592 (raw-append-progress-display): ditto.
|
|
1593
|
|
1594 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
1595
|
|
1596 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
1597
|
|
1598 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
1599
|
|
1600 * autoload.el:
|
|
1601 Fixed comments.
|
|
1602
|
|
1603 * cmdloop.el:
|
|
1604 * cmdloop.el (yes-or-no-p):
|
|
1605 * cmdloop.el (y-or-n-p):
|
|
1606 Make these functions use should-use-dialog-box-p and not be
|
|
1607 overridden in dialog.el.
|
|
1608
|
|
1609 * cus-dep.el:
|
|
1610 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
1611 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
1612 * cus-dep.el (Custom-make-one-dependency): New.
|
|
1613 New entry point for use in Makefiles, to avoid excessive
|
|
1614 invocations.
|
|
1615
|
|
1616 * cus-edit.el (custom-variable-reset-saved):
|
|
1617 * cus-edit.el (custom-variable-reset-standard):
|
|
1618 * cus-edit.el (custom-save-resets):
|
|
1619 Fix bytecompiler warnings.
|
|
1620
|
|
1621 * dialog.el:
|
|
1622 * dialog.el (yes-or-no-p-dialog-box):
|
|
1623 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
1624 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
1625 * dialog.el (get-dialog-box-response):
|
|
1626 * dialog.el (message-or-box):
|
|
1627 * dialog.el (make-dialog-box):
|
|
1628 * dialog.el (popup-dialog-box): New.
|
|
1629 Avoid yes-or-no-p bogosities.
|
|
1630 Create a general function `make-dialog-box' to encapsulate all
|
|
1631 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
1632
|
|
1633 * dumped-lisp.el (preloaded-file-list):
|
|
1634 Add dialog-items. Clean up. Group files by types.
|
|
1635
|
|
1636 * easymenu.el (easy-menu-add):
|
|
1637 * easymenu.el (easy-menu-remove):
|
|
1638 Account for accelerators.
|
|
1639
|
|
1640 * extents.el:
|
|
1641 * extents.el (extent-list): New args, like in map-extents.
|
|
1642 * extents.el (extent-at-event): New.
|
|
1643 * extents.el (extents-at-event): New.
|
|
1644
|
|
1645 * font-lock.el:
|
|
1646 * font-lock.el (font-lock-mode):
|
|
1647 * font-lock.el (font-lock-default-fontify-buffer):
|
|
1648 * font-lock.el (font-lock-default-unfontify-region):
|
|
1649 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
1650 * font-lock.el (font-lock-fontify-keywords-region):
|
|
1651 Use new progress-feedback names.
|
|
1652
|
|
1653 * font-lock.el (java-font-lock-identifier-regexp):
|
|
1654 * font-lock.el (java-font-lock-class-name-regexp):
|
|
1655 Fix bytecompiler warnings.
|
|
1656
|
|
1657 * gutter-items.el:
|
|
1658 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
1659 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
1660 * gutter-items.el (progress-display-popup-period): Removed.
|
|
1661 * gutter-items.el (progress-feedback-popup-period): New.
|
|
1662 * gutter-items.el (set-progress-display-style): Removed.
|
|
1663 * gutter-items.el (set-progress-feedback-style): New.
|
|
1664 * gutter-items.el (progress-display-style): Removed.
|
|
1665 * gutter-items.el (progress-feedback-style): New.
|
|
1666 * gutter-items.el (progress-stack):
|
|
1667 * gutter-items.el (progress-displayed-p): Removed.
|
|
1668 * gutter-items.el (progress-feedbacked-p): New.
|
|
1669 * gutter-items.el (clear-progress-display): Removed.
|
|
1670 * gutter-items.el (clear-progress-feedback): New.
|
|
1671 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
1672 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
1673 * gutter-items.el (remove-progress-display): Removed.
|
|
1674 * gutter-items.el (remove-progress-feedback): New.
|
|
1675 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
1676 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
1677 * gutter-items.el (append-progress-display): Removed.
|
|
1678 * gutter-items.el (append-progress-feedback): New.
|
|
1679 * gutter-items.el (abort-progress-display): Removed.
|
|
1680 * gutter-items.el (abort-progress-feedback): New.
|
|
1681 * gutter-items.el (raw-append-progress-display): Removed.
|
|
1682 * gutter-items.el (raw-append-progress-feedback): New.
|
|
1683 * gutter-items.el (display-progress-display): Removed.
|
|
1684 * gutter-items.el (display-progress-feedback): New.
|
|
1685 * gutter-items.el (current-progress-display): Removed.
|
|
1686 * gutter-items.el (current-progress-feedback): New.
|
|
1687 * gutter-items.el (current-progress-display-label): Removed.
|
|
1688 * gutter-items.el (current-progress-feedback-label): New.
|
|
1689 * gutter-items.el (progress-display): Removed.
|
|
1690 * gutter-items.el (progress-feedback): New.
|
|
1691 Replace "progress-display" with "progress-feedback" globally.
|
|
1692
|
|
1693 * gutter-items.el (lprogress-display): Removed.
|
|
1694 * gutter-items.el (progress-feedback-with-label): New.
|
|
1695 Rename lprogress-display ==> progress-feedback-with-label.
|
|
1696
|
|
1697 * gutter-items.el (search-dialog-direction): Removed.
|
|
1698 * gutter-items.el (search-dialog-text): Removed.
|
|
1699 * gutter-items.el (search-dialog-callback): Removed.
|
|
1700 * gutter-items.el (make-search-dialog): Removed.
|
|
1701 Move to dialog-items.el.
|
|
1702
|
|
1703 * help.el:
|
|
1704 * help.el (help-mode-quit):
|
|
1705 * help.el (mode-for-help): New.
|
|
1706 * help.el (help-sticky-window): New.
|
|
1707 * help.el (help-window-config): New.
|
|
1708 * help.el (with-displaying-help-buffer):
|
|
1709 * help.el (function-at-event): New.
|
|
1710 * help.el (help-symbol-regexp): New.
|
|
1711 * help.el (help-symbol-run-function-1): New.
|
|
1712 * help.el (help-symbol-run-function): New.
|
|
1713 * help.el (help-symbol-function-context-menu): New.
|
|
1714 * help.el (help-symbol-variable-context-menu): New.
|
|
1715 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
1716 * help.el (frob-help-extents): New.
|
|
1717 * help.el (describe-function-1):
|
|
1718 * help.el (variable-at-point):
|
|
1719 * help.el (variable-at-event): New.
|
|
1720 * help.el (describe-variable):
|
444
|
1721 Major overhaul.
|
|
1722 - Make functions and variables be mousable.
|
|
1723 - Middle button hyperlinks.
|
442
|
1724 - New context-menu entries.
|
|
1725
|
|
1726 * keydefs.el:
|
444
|
1727 * keydefs.el (global-map):
|
442
|
1728 New key bindings to move lines up and down.
|
|
1729
|
|
1730 * lisp-mode.el:
|
|
1731 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
1732 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
1733 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
1734 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
1735 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
1736 Make popup and menubar menus be different. Popup menu uses
|
|
1737 clicked location and automatically assumes symbol under the mouse
|
|
1738 for various commands.
|
|
1739
|
|
1740 * menubar-items.el:
|
|
1741 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
1742 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
1743
|
|
1744 * menubar-items.el (global-popup-menu): Removed.
|
|
1745 * menubar-items.el (mode-popup-menu): Removed.
|
|
1746 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
1747 * menubar-items.el (popup-mode-menu): Removed.
|
|
1748 * menubar-items.el (popup-buffer-menu): Removed.
|
|
1749 * menubar-items.el (popup-menubar-menu): Removed.
|
|
1750 Move to menubar.el.
|
444
|
1751
|
442
|
1752 * menubar.el:
|
|
1753 * menubar.el (global-popup-menu): New.
|
|
1754 * menubar.el (mode-popup-menu): New.
|
|
1755 * menubar.el (activate-popup-menu-hook): New.
|
|
1756 * menubar.el (last-popup-menu-event): New.
|
|
1757 * menubar.el (popup-mode-menu): New.
|
|
1758 * menubar.el (popup-buffer-menu): New.
|
|
1759 * menubar.el (popup-menubar-menu): New.
|
|
1760 * menubar.el (menu-call-at-event): New.
|
|
1761 Move non-content functions here. Add support for context menu
|
|
1762 items on extents.
|
|
1763
|
444
|
1764 * minibuf.el (minibuffer-history-uniquify):
|
442
|
1765 Typo fix.
|
|
1766
|
444
|
1767 * minibuf.el (read-file-name-1):
|
442
|
1768 Call new file dialog box if it exists.
|
|
1769
|
|
1770 * minibuf.el (mouse-rfn-setup-vars):
|
|
1771 Clean up "chop" action.
|
|
1772
|
|
1773 * mouse.el:
|
|
1774 * mouse.el (button2): Now bound to mouse-track.
|
|
1775 * mouse.el (click-inside-extent-p):
|
|
1776 * mouse.el (point-inside-extent-p):
|
|
1777 * mouse.el (point-inside-selection-p):
|
|
1778 * mouse.el (mouse-drag-or-yank): Removed.
|
|
1779 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
1780 * mouse.el (mouse-eval-sexp):
|
|
1781 * mouse.el (mouse-track-activate-strokes): New.
|
|
1782 * mouse.el (mouse-track-do-activate): New.
|
|
1783 * mouse.el (mouse-track):
|
|
1784 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
1785 * mouse.el (default-mouse-track-cleanup-hook):
|
|
1786 * mouse.el (default-mouse-track-drag-hook):
|
|
1787 * mouse.el (default-mouse-track-drag-up-hook):
|
|
1788 * mouse.el (default-mouse-track-click-hook):
|
|
1789 Merge drag-n-drop into mouse-track.
|
|
1790 Add general "activate" support to replace specific button2 kludges.
|
|
1791 Use "button modifier" support in mouse-track.
|
|
1792
|
|
1793 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
1794
|
|
1795 * package-ui.el:
|
|
1796 * package-ui.el (pui-menu):
|
|
1797 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
1798 Fix bytecompiler warnings.
|
|
1799 Clean up popup code a bit.
|
|
1800
|
|
1801 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
1802
|
|
1803 * simple.el:
|
|
1804 * simple.el (transpose-lines):
|
|
1805 * simple.el (transpose-line-up): New.
|
|
1806 * simple.el (transpose-line-down): New.
|
|
1807 * simple.el (transpose-subr):
|
|
1808 * simple.el (transpose-subr-1): Removed.
|
|
1809 Clean up, add functions to move lines up and down.
|
|
1810
|
|
1811 * startup.el (mail-host-address):
|
|
1812 * startup.el (user-mail-address):
|
|
1813 Customize.
|
|
1814
|
|
1815 * subr.el:
|
|
1816 * subr.el (set-symbol-value-in-buffer): New.
|
|
1817 * subr.el (error):
|
|
1818 * subr.el (check-argument-type):
|
|
1819 * subr.el (defined-error-p): New.
|
|
1820 Add structured error support.
|
|
1821
|
|
1822 * toolbar-items.el (toolbar-compile):
|
|
1823 Use new make-dialog-box.
|
|
1824
|
|
1825 * update-elc.el:
|
|
1826
|
|
1827 * userlock.el (ask-user-about-lock-dbox):
|
|
1828 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
1829 * userlock.el (ask-user-about-lock):
|
|
1830 * userlock.el (ask-user-about-supersession-threat):
|
|
1831 Use new make-dialog-box.
|
|
1832 Add safety checks; use should use-dialog-box-p.
|
|
1833
|
|
1834 * window-xemacs.el:
|
|
1835 * window-xemacs.el (__buffer-dedicated-frame):
|
|
1836 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
1837 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
1838 Move dedicated-frame stuff into lisp.
|
|
1839
|
|
1840 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1841
|
|
1842 * printer.el (generic-print-region): Do not require that
|
|
1843 `printer-name' be set.
|
|
1844 (printer-name): Commentary clarification.
|
|
1845
|
|
1846 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
1847
|
|
1848 * XEmacs 21.2.35 is released.
|
|
1849
|
|
1850 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1851
|
|
1852 * select.el (selection-coercible-types): Initialise.
|
|
1853
|
|
1854 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1855
|
|
1856 * select.el (own-clipboard): Bug fix.
|
|
1857
|
|
1858 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
1859
|
|
1860 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
1861 continuing.
|
|
1862
|
|
1863 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
1864
|
|
1865 * startup.el (load-init-file): Remove silly call to
|
|
1866 `load-user-custom-file`.
|
|
1867 (maybe-migrate-user-init-file): Minor fixes.
|
|
1868
|
|
1869 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
1870
|
444
|
1871 * apropos.el (apropos-documentation-check-doc-file):
|
442
|
1872 `doc' variable should be let-bound, as was presumably intended.
|
|
1873
|
444
|
1874 * cus-edit.el (custom-variable-reset-saved):
|
|
1875 (custom-variable-reset-standard):
|
442
|
1876 Remove unused variable comment-widget. Twice.
|
|
1877
|
444
|
1878 * toolbar.el (toolbar-blank-press-function):
|
442
|
1879 Add a real defvar with initial value nil and proper docstring.
|
|
1880 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
1881
|
|
1882 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
1883 Add defvar for pending-delete-mode.
|
|
1884
|
|
1885 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
1886
|
444
|
1887 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
442
|
1888 Use let* since the second form referred to the first.
|
|
1889
|
|
1890 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1891
|
|
1892 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
1893 instead of removed `mswindows-get-clipboard'.
|
|
1894
|
|
1895
|
|
1896 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1897
|
|
1898 * select.el (select-convert-from-text): New.
|
|
1899 * select.el (select-convert-from-length): New.
|
|
1900 * select.el (select-convert-from-integer): New.
|
|
1901 * select.el (select-convert-from-identity): New.
|
|
1902 * select.el (select-convert-from-filename): New.
|
|
1903 * select.el (selection-converter-in-alist): Use them.
|
|
1904 New converter functions for X.
|
|
1905
|
|
1906 * select.el (get-selection): Removed comment.
|
|
1907
|
|
1908 * select.el (own-selection): Removed append code - I thought
|
|
1909 I'd already done this, but apparently not...
|
|
1910
|
|
1911 * select.el: Changed comment about TIMESTAMP.
|
|
1912
|
|
1913 * select.el (select-convert-in): New.
|
|
1914 * select.el (select-convert-out): New.
|
|
1915 New functions that get used by select.c.
|
|
1916
|
|
1917 * select.el (select-buffer-killed-default): New.
|
|
1918 * select.el (select-buffer-killed-text): New.
|
|
1919 * select.el (selection-buffer-killed-alist): New.
|
|
1920 New list and functions that get called if a relevant selection
|
|
1921 exists and a buffer gets killed.
|
|
1922
|
|
1923 * select.el (select-convert-to-targets):
|
|
1924 * select.el (select-convert-to-identity): Removed.
|
|
1925 * select.el (select-convert-from-identity): Removed.
|
|
1926 * select.el (select-converter-out-alist):
|
|
1927 Removed _EMACS_INTERNAL selection type.
|
|
1928
|
|
1929 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
1930 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
1931 Removed this X-specific nonesense. Use the generic support
|
|
1932 in select.el instead.
|
|
1933
|
|
1934 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
1935
|
444
|
1936 * mule/mule-category.el (defined-category-hashtable):
|
442
|
1937 Use make-hash-table instead of make-hashtable
|
|
1938
|
|
1939 * buff-menu.el: Byte-compiler warning fix.
|
|
1940
|
444
|
1941 * isearch-mode.el (isearch-highlight-all-cleanup):
|
442
|
1942 Remove unused variable `isearch-highlight-all-start'.
|
|
1943
|
|
1944 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
1945
|
|
1946 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
1947
|
444
|
1948 * cus-dep.el (Custom-make-dependencies):
|
442
|
1949 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
1950
|
|
1951 * autoload.el (autoload-package-name): Warning suppression.
|
|
1952 Move defvar prior to first use.
|
|
1953
|
|
1954 * custom.el: Add autoload for custom-declare-face.
|
|
1955 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
444
|
1956 * cl.el (cl-hack-byte-compiler):
|
442
|
1957 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
1958 to work properly.
|
|
1959
|
|
1960 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
1961
|
|
1962 * startup.el (load-home-init-file): Added variable.
|
|
1963 (maybe-migrate-user-init-file): Added.
|
|
1964 (load-user-init-file): Load custom file if different from init
|
|
1965 file.
|
|
1966
|
|
1967 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
1968 "startup."
|
|
1969
|
|
1970 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
1971 Moved `custom-file'-related code to cus-file.el.
|
|
1972
|
|
1973 * cus-file.el: New file.
|
|
1974
|
|
1975 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
1976
|
|
1977 * packages.el (packages-find-package-directories): Added support
|
|
1978 for external package hierarchies with in-place installations.
|
|
1979
|
|
1980 * find-paths.el (paths-root-in-place-p): Added.
|
|
1981 (paths-find-emacs-directory): Added support for external
|
|
1982 directories with in-place installations.
|
|
1983 (paths-find-site-directory): Ditto.
|
|
1984
|
|
1985 * startup.el (find-user-init-file): Also look for
|
|
1986 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
1987
|
|
1988 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1989
|
|
1990 * select.el (own-selection):
|
|
1991 * select.el (own-clipboard): Changed `append' parameter to
|
|
1992 `how-to-use' parameter.
|
|
1993 * select.el (own-selection): Removed icky append code.
|
|
1994 * select.el (own-selection, get-selection): Removed extra type
|
|
1995 checking.
|
|
1996 * select.el (selection-appender-alist):
|
|
1997 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
1998 * select.el (select-append-to-*): New.
|
|
1999 * select.el (select-convert-from-*): New. New functions to append
|
|
2000 data and convert data from external type.
|
|
2001
|
|
2002 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
2003
|
|
2004 * font-lock.el: Javadoc enhancements.
|
|
2005
|
|
2006 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
2007
|
|
2008 * printer.el (generic-print-region): Compose job name from buffer
|
|
2009 name.
|
|
2010
|
|
2011 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2012
|
|
2013 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
2014 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
2015 to avoid unnecessary progress gauges.
|
|
2016
|
|
2017 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
2018
|
|
2019 * custom-load.el (faces):
|
|
2020
|
|
2021 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
2022 dir is a regex.
|
|
2023
|
|
2024 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
2025 coding systems so that jka-compr works.
|
|
2026
|
|
2027 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
2028
|
|
2029 * font-lock.el: Undo previous change. Unfortunately, some
|
|
2030 files actually use the variables directly in their init code
|
|
2031 without quoting them.
|
|
2032
|
|
2033 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
2034
|
|
2035 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
2036
|
|
2037 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
2038 only when necessary.
|
|
2039
|
|
2040 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
444
|
2041
|
442
|
2042 * cl-macs.el: fix cl-transform-function-property kludge
|
|
2043 so that it does not require a random feature.
|
|
2044
|
|
2045 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2046
|
|
2047 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
2048 as in Linux kernel "Rules.make".
|
|
2049
|
|
2050 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2051
|
|
2052 * build-report.el (build-report): Add autoload cookie.
|
|
2053
|
|
2054 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
2055
|
|
2056 * package-ui.el (defgroup pui): Correct a misspelling
|
|
2057 (pui-toggle-package-delete): Change `seleted' to `selected'
|
444
|
2058
|
442
|
2059 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2060
|
444
|
2061 * package-get.el (package-get-update-base):
|
442
|
2062 (package-get): Use insert-file-contents-literally always.
|
|
2063 (package-get-maybe-save-index):
|
|
2064 Force coding system for writing to binary.
|
|
2065
|
|
2066 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
2067
|
|
2068 * code-process.el (call-process-region): If there is no coding
|
|
2069 system for the process on process-coding-system-alist use the
|
|
2070 coding system of the buffer containing the region.
|
|
2071
|
|
2072 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
2073
|
|
2074 * cmdloop.el (command-error):
|
|
2075 If debug-on-error and noninteractive, output backtrace.
|
|
2076
|
|
2077 * files.el (file-relative-name):
|
|
2078 Remove MSDOS references.
|
|
2079
|
|
2080 * simple.el (line-number): New function, due to non-obvious
|
|
2081 behavior/usage of count-lines.
|
|
2082
|
|
2083 * simple.el (count-lines): document non-obvious usage to get
|
|
2084 line number.
|
|
2085
|
|
2086 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
2087
|
|
2088 * faces.el ((featurep 'xpm)):
|
|
2089 * x-faces.el (x-init-face-from-resources):
|
|
2090 * x-faces.el (x-init-frame-faces):
|
|
2091 * x-misc.el (x-init-specifier-from-resources):
|
|
2092 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
2093 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
2094 * x-mouse.el (x-init-pointer-shape):
|
|
2095 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
2096 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
2097 rather than errors on bogus arguments.
|
|
2098
|
|
2099 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
2100
|
|
2101 * compat.el: new file. provides a clean, non-intrusive way to
|
|
2102 define compatibility functions.
|
|
2103
|
|
2104 * process.el (shell-quote-argument): temporary fix for lack
|
|
2105 of nt-quote-process-args. #### I need to put back the overall
|
|
2106 structure of that mechanism but redo the guts of it using the
|
|
2107 extra intelligence in the C code.
|
|
2108
|
|
2109 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2110
|
|
2111 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
2112 `package-get' does in package-get.el, instead of using external
|
|
2113 "md5sum" program.
|
|
2114
|
|
2115 * package-get.el (package-get): Insert package file literally to
|
|
2116 make checksum calculation work.
|
|
2117
|
|
2118 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2119
|
|
2120 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
2121 (file-coding-system-alist): Removed reference to
|
|
2122 convert-mbox-coding-system.
|
|
2123
|
|
2124 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
2125
|
|
2126 * XEmacs 21.2.34 is released.
|
|
2127
|
|
2128 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2129
|
|
2130 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
2131
|
|
2132 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2133
|
|
2134 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
2135 and fboundp
|
|
2136
|
|
2137 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2138
|
|
2139 * packages.el: It's ok to use built-in macros, but not lisp
|
|
2140 defined ones.
|
|
2141
|
|
2142 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
2143
|
|
2144 * font-lock.el:
|
|
2145 * font-lock.el (font-lock-message-threshold):
|
|
2146 * font-lock.el (font-lock-mode):
|
|
2147 * font-lock.el (font-lock-default-fontify-buffer):
|
|
2148 * font-lock.el (font-lock-always-fontify-immediately):
|
|
2149 * font-lock.el (font-lock-old-extent): Removed.
|
|
2150 * font-lock.el (font-lock-old-len): Removed.
|
|
2151 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
2152 * font-lock.el (font-lock-pending-extent-table): New.
|
|
2153 * font-lock.el (font-lock-range-table): New.
|
|
2154 * font-lock.el (font-lock-after-change-function):
|
|
2155 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
2156 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
2157 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
2158 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
2159 Rewrite deferral code to handle any number of changes, merging
|
|
2160 them properly. Remove hacked-up code for revert-buffer, now
|
|
2161 unnecessary.
|
444
|
2162
|
442
|
2163 * menubar-items.el (default-menubar):
|
|
2164 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
2165 unless necessary; doing this turns off font-lock.
|
|
2166
|
|
2167 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2168
|
|
2169 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
2170
|
|
2171 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2172
|
|
2173 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
2174 matching to process -*-texinfo-*- -*-.
|
|
2175
|
|
2176 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
2177
|
|
2178 * minibuf.el (minibuf-directory-files): new function.
|
|
2179 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
2180 (read-directory-name-internal): ditto.
|
|
2181 (mouse-file-display-completion-list): ditto.
|
|
2182 (mouse-directory-display-completion-list): ditto.
|
|
2183 (read-file-name-internal): remove "./" from completion list unless
|
|
2184 explicitly matched, for consistency.
|
|
2185
|
|
2186 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
2187
|
|
2188 * gutter-items.el (gutter-buffers-tab):
|
|
2189 * gutter-items.el (add-tab-to-gutter):
|
|
2190 * gutter-items.el (update-tab-in-gutter):
|
|
2191 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
2192 * gutter-items.el (append-progress-display):
|
|
2193 * gutter-items.el (abort-progress-display):
|
|
2194 * gutter-items.el (raw-append-progress-display):
|
|
2195 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
2196 to fix problems with multiple windows in a frame.
|
444
|
2197
|
442
|
2198 * menubar-items.el (tutorials-menu-filter):
|
|
2199 Fix typo.
|
444
|
2200
|
442
|
2201 * startup.el (early-error-handler):
|
|
2202 Display message box under windows; otherwise, message will disappear
|
|
2203 before it can be viewed.
|
444
|
2204
|
442
|
2205 * update-elc.el:
|
|
2206 Fix bug in NEEDTODUMP processing.
|
|
2207
|
|
2208 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2209
|
|
2210 * startup.el (lock-directory): Removed.
|
|
2211 (superlock-file): Ditto.
|
|
2212 (startup-set-paths): Remove lockdir.
|
|
2213 (startup-setup-paths-warning): Remove lock-directory.
|
|
2214
|
|
2215 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
2216 (paths-find-superlock-file): Ditto.
|
|
2217
|
|
2218 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2219
|
|
2220 * faces.el (set-face-property):
|
|
2221 * faces.el (set-face-font):
|
|
2222 * faces.el (set-face-foreground):
|
|
2223 * faces.el (set-face-background):
|
|
2224 * faces.el (set-face-background-pixmap):
|
|
2225 * faces.el (set-face-underline-p):
|
|
2226 * faces.el (set-face-strikethru-p):
|
|
2227 * faces.el (set-face-highlight-p):
|
|
2228 * faces.el (set-face-dim-p):
|
|
2229 * faces.el (set-face-blinking-p):
|
|
2230 * faces.el (set-face-reverse-p):
|
|
2231 doc string changes.
|
444
|
2232
|
442
|
2233 * glyphs.el:
|
|
2234 * glyphs.el (make-image-specifier):
|
|
2235 * glyphs.el (glyph-property):
|
|
2236 * glyphs.el (set-glyph-image):
|
|
2237 * glyphs.el (make-glyph):
|
|
2238 * glyphs.el (make-pointer-glyph):
|
|
2239 * glyphs.el (make-icon-glyph):
|
|
2240 * glyphs.el (widget-image-instance-p): New.
|
|
2241 authorship info, lots of doc changes. New predicate, inadvertently
|
|
2242 omitted. the general principle with specifier docs is now that
|
|
2243 the description of instantiators should go with the make-foo-specifier
|
|
2244 fun's doc string, rather than in foo-specifier-p. this follows
|
|
2245 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
2246 of a place to look. sometimes the make-foo-specifier function needs
|
|
2247 to be created in the process.
|
444
|
2248
|
442
|
2249 * gutter.el:
|
|
2250 * gutter.el (make-gutter-specifier): New.
|
|
2251 * gutter.el (make-gutter-size-specifier): New.
|
|
2252 * gutter.el (make-gutter-visible-specifier): New.
|
|
2253 specifier doc updates according to the conventions specified before.
|
|
2254
|
|
2255 * objects.el:
|
|
2256 * objects.el (make-font-specifier):
|
|
2257 * objects.el (make-color-specifier):
|
|
2258 * objects.el (make-face-boolean-specifier): New.
|
|
2259 specifier doc updates according to the conventions specified before.
|
|
2260
|
|
2261 * specifier.el:
|
|
2262 * specifier.el (set-specifier):
|
|
2263 * specifier.el (make-integer-specifier): New.
|
|
2264 * specifier.el (make-boolean-specifier): New.
|
|
2265 * specifier.el (make-natnum-specifier): New.
|
|
2266 * specifier.el (make-generic-specifier): New.
|
|
2267 * specifier.el (make-display-table-specifier): New.
|
|
2268 specifier doc updates according to the conventions specified before.
|
|
2269
|
|
2270 * toolbar.el:
|
|
2271 * toolbar.el (make-toolbar-specifier): New.
|
|
2272 specifier doc updates according to the conventions specified before.
|
|
2273
|
|
2274 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2275
|
|
2276 * process.el (call-process-internal): Revert to previous version
|
|
2277 because Mike's change clashed with a change I did not long before.
|
|
2278 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
2279 Thanks very much Mike for pointing out the bug and submitting a
|
|
2280 patch!
|
|
2281
|
|
2282 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
2283
|
|
2284 * process.el (call-process-internal): Send the correct input buffer
|
|
2285 (call-process-internal): Return the exit status of the process
|
|
2286
|
|
2287 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2288
|
|
2289 * winnt.el:
|
|
2290 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
2291 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
2292 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
2293 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
2294 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
2295 * winnt.el (nt-quote-process-args): Removed.
|
|
2296 Remove all stuff for argument quoting. We borrow the code instead
|
|
2297 from Emacs 20.6, which is much more careful in its quoting
|
|
2298 (e.g. in handling runs of the escape character) and avoids most of
|
|
2299 the need for this Lisp mechanism by checking to see whether we're
|
|
2300 running a Cygwin or normal program and doing the appropriate
|
|
2301 quoting. If we end up needing such a mechanism, we should add
|
|
2302 it by extending the variable `mswindows-quote-process-args' so it
|
|
2303 can take an alist of regexps.
|
|
2304
|
|
2305 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2306
|
|
2307 * keydefs.el:
|
|
2308 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
2309 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
2310 the window without moving point.
|
444
|
2311
|
442
|
2312 * simple.el:
|
|
2313 * simple.el (scroll-up-one): New.
|
|
2314 * simple.el (scroll-down-one): New.
|
|
2315 Functions for use with C-M-up/down.
|
|
2316
|
|
2317 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
2318
|
|
2319 * XEmacs 21.2.33 is released.
|
|
2320
|
|
2321 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
2322
|
444
|
2323 * dialog.el (yes-or-no-p-dialog-box):
|
442
|
2324 Fix docstring.
|
444
|
2325 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
442
|
2326 1. Visit two files in two different frames.
|
|
2327 2. do File->Revert Buffer in one of those frames.
|
|
2328 3. Dialog box appears.
|
|
2329 4. Arrange things so that the mouse passes over the *other*
|
|
2330 frame, then to the dialog box, and click on "Yes".
|
|
2331 5. The file contents end up in the *wrong* buffer!
|
|
2332 Add TODO comment.
|
444
|
2333
|
442
|
2334 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2335
|
|
2336 * help.el (describe-installation): correct typo introduced
|
|
2337 in last patch: boundp -> fboundp.
|
|
2338
|
|
2339 * etags.el (buffer-tag-table-list):
|
|
2340 canonicalize filenames to Unix format so that tag-table-alist
|
|
2341 searching works under Windows.
|
444
|
2342
|
442
|
2343 * autoload.el:
|
|
2344 Bowdlerize the supposedly objectionable words
|
|
2345 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
444
|
2346
|
442
|
2347 * gutter-items.el (set-progress-display-style):
|
|
2348 * gutter-items.el (search-dialog-callback):
|
|
2349 * gutter-items.el (make-search-dialog):
|
|
2350 Change to new callback-ex api.
|
|
2351
|
|
2352 2000-04-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
2353
|
|
2354 * help.el: (describe-installation): decode-coding-string is not
|
|
2355 defined in a non MULE environment.
|
|
2356
|
|
2357 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2358
|
|
2359 * gutter-items.el (buffer-list-changed-hook):
|
|
2360 use it, not record-buffer-hook.
|
|
2361
|
|
2362 * subr.el (record-buffer-hook): Removed.
|
|
2363
|
|
2364 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
2365
|
|
2366 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
2367 use NORECORD option. Andy will not like this, but the existing
|
|
2368 gutter behavior is just wrong, as per this comment:
|
|
2369
|
|
2370 ;; this used to add the norecord flag to both calls below.
|
|
2371 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
2372 ;; that the current buffer is at the front of the buffers list.
|
|
2373 ;; for example, select an item and then do M-C-l
|
|
2374 ;; (switch-to-other-buffer). Things get way confused.
|
|
2375 ;;
|
|
2376 ;; Andy, if you want to maintain the current look, you must
|
|
2377 ;; *uncouple* the gutter order and buffers order.
|
|
2378
|
|
2379 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
2380
|
|
2381 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
2382 xemacs.mak.
|
|
2383
|
|
2384 * autoload.el (batch-update-one-directory): new function, used in
|
|
2385 xemacs.mak.
|
|
2386
|
|
2387 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
2388 loadup during update-elc is much much much faster. also do this
|
|
2389 when quick-building.
|
|
2390
|
|
2391 add commented-out code for profiling loadup.
|
444
|
2392
|
442
|
2393
|
|
2394 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
2395 is required in order to build xemacs.
|
|
2396
|
|
2397 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
2398
|
|
2399 * loadup.el: don't garbage collect during loadup if quick-build
|
|
2400 compile-time option is set.
|
|
2401
|
|
2402 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
2403
|
|
2404 * update-elc.el: compute whether any dumped .el or .elc files
|
|
2405 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
2406 if so.
|
444
|
2407
|
442
|
2408 * update-elc.el (update-elc-files-to-compile): always change
|
|
2409 NOBYTECOMPILE in the src directory rather than current dir,
|
|
2410 so it will work under NT.
|
|
2411
|
|
2412 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
2413 the form of this file is identical between Unix and Windows.
|
|
2414 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
2415 Added comment.
|
|
2416 (update-autoloads-from-directory): updated doc string.
|
|
2417 updated doc strings in a few other places.
|
|
2418
|
|
2419 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2420
|
|
2421 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
2422 byte-recompile-directory.
|
|
2423
|
|
2424 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2425
|
|
2426 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
2427 add-one-shot-hook.
|
|
2428 * gutter-items.el (clear-progress-display): Adjust number of
|
|
2429 arguments.
|
|
2430
|
|
2431 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2432
|
|
2433 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
2434
|
|
2435 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
2436
|
|
2437 * printer.el: New file.
|
444
|
2438
|
442
|
2439 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
444
|
2440
|
442
|
2441 * help.el (describe-installation): Fix decoding for Windows.
|
444
|
2442
|
442
|
2443 * menubar-items.el:
|
|
2444 * menubar-items.el (default-menubar):
|
|
2445 * menubar-items.el (tutorials-menu-filter): New.
|
|
2446 * menubar-items.el (popup-menubar-menu):
|
|
2447 Add authorship. Redo Help menu and Tutorials filter.
|
444
|
2448
|
442
|
2449 * menubar.el: Correct comment.
|
444
|
2450
|
442
|
2451 * modeline.el (modeline-buffer-identification): Correct doc string.
|
444
|
2452
|
442
|
2453 * simple.el:
|
|
2454 * simple.el (printing): Removed.
|
|
2455 * simple.el (printer-name): Removed.
|
|
2456 * simple.el (generic-print-buffer): Removed.
|
|
2457 * simple.el (generic-print-region): Removed.
|
|
2458 Move generic print code to printer.el.
|
|
2459
|
|
2460 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
2461
|
|
2462 * simple.el (generic-print-region): New.
|
|
2463 make this function actually work.
|
|
2464 (generic-print-buffer): call generic-print-region.
|
|
2465
|
|
2466 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
2467
|
|
2468 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
2469 by using the new widget-callback-current-channel.
|
|
2470 (search-dialog-callback): ditto.
|
|
2471
|
|
2472 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
2473
|
|
2474 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
2475 (default-gutter-position-changed-hook): ditto.
|
|
2476 (gutter-element-visibility-changed-hook): ditto.
|
|
2477 (set-gutter-element): ditto.
|
|
2478 (remove-gutter-element): ditto.
|
444
|
2479 (set-gutter-element-visible-p): ditto.
|
442
|
2480 (gutter-element-visible-p): ditto.
|
|
2481 (init-gutter): ditto.
|
|
2482
|
|
2483 * dialog.el (make-dialog-box): renamed and moved from
|
|
2484 gutter-items.el
|
|
2485
|
|
2486 * gutter-items.el: move various functions elsewhere.
|
|
2487
|
|
2488 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2489
|
|
2490 * menubar-items.el: Fixed place of parenthesis.
|
|
2491
|
|
2492 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
2493
|
|
2494 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
2495 without constantly being prompted for the tag.
|
|
2496 * simple.el: Added a number of section headings, to clarify the
|
|
2497 organization of this file.
|
444
|
2498 * simple.el (activate-region):
|
|
2499 * simple.el (region-exists-p):
|
|
2500 * simple.el (region-active-p):
|
442
|
2501 Moved these three function down to the other side of
|
|
2502 the case-changing functions, so they join the rest of
|
|
2503 the region code.
|
|
2504 * simple.el (printing): New.
|
|
2505 * simple.el (printer-name): New.
|
|
2506 * simple.el (generic-print-buffer): New.
|
|
2507 New functions, a very simple prototype for a unified
|
|
2508 printing interface.
|
444
|
2509
|
442
|
2510 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
2511 other problems with BUFFER specs.
|
444
|
2512
|
442
|
2513 * menubar-items.el:
|
|
2514 Fixed up File->Print to use new printing functions.
|
|
2515 Various corrections and expansions to Grep/Compile menus.
|
|
2516 New options for Printing.
|
|
2517 New options for SMTP Mail, the way to send mail under
|
|
2518 MS Windows. (There's also a package patch to make SMTP
|
|
2519 Mail be the default under MSWin.)
|
|
2520
|
|
2521 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
2522
|
|
2523 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
2524 did not work. Needed to quote mouse-track-rectangle-p.
|
|
2525
|
|
2526 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2527
|
|
2528 * cl-compat.el (keywordp): Removed.
|
|
2529
|
|
2530 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
2531
|
|
2532 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
2533 (progress-gauge-glyph): use dynamic sizing.
|
|
2534 (set-progress-display-style): new function. Set progress glyphs
|
|
2535 appropriately depending on the style.
|
|
2536 (progress-display-style): new variable. Custom version of
|
|
2537 set-progress-display-style.
|
|
2538 (progress-abort-glyph): switch to dynamic sizes.
|
|
2539 (search-dialog-text): make the edit field active.
|
|
2540
|
|
2541 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
2542
|
|
2543 * gutter-items.el (make-search-dialog): need to make the search
|
|
2544 dialog visible after creation.
|
|
2545
|
|
2546 * menubar-items.el (default-menubar): use the search dialog for
|
|
2547 searching. Remove some extraneous search menu items.
|
|
2548
|
|
2549 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
2550 well as strings.
|
|
2551 (make-gutter-only-dialog-frame): allow the user to create the
|
|
2552 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
2553 (search-dialog-direction): new variable.
|
|
2554 (search-dialog-text): new variable.
|
|
2555 (search-dialog-callback): new function. Callback for the search
|
|
2556 dialog action.
|
|
2557 (make-search-dialog): new function. Create a user-friendly search
|
|
2558 dialog.
|
|
2559
|
|
2560 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2561
|
|
2562 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
2563 under Windows.
|
|
2564
|
|
2565 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
2566
|
|
2567 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
2568 progress more accurately.
|
|
2569
|
|
2570 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
2571
|
|
2572 * finder.el (finder-compile-keywords): Process readable files only.
|
|
2573 Because error in process of .#finder-inf.el when compile xemacs
|
|
2574 with --with-clash-detection option.
|
|
2575
|
|
2576 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
2577
|
|
2578 * gutter-items.el (append-progress-display): don't delay after a
|
|
2579 successful font-lock.
|
|
2580 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
2581 create gutter-only dialogs.
|
|
2582
|
|
2583 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
2584
|
|
2585 * process.el (call-process-internal): Handle a null BUFFER
|
|
2586 parameter correctly.
|
|
2587
|
|
2588 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
2589
|
|
2590 * gutter-items.el (abort-progress-display): put strings in the
|
|
2591 gutter not extents.
|
|
2592 (progress-layout-glyph): signal special 'quit callback.
|
|
2593 (progress-display-quit-function): deleted.
|
|
2594 (progress-display-stop-callback): deleted.
|
|
2595 (progress-display-dispatch-command-events): deleted.
|
|
2596 (append-progress-display): remove calls to
|
|
2597 progress-display-dispatch-command-events.
|
|
2598 (raw-append-progress-display): ditto.
|
|
2599
|
|
2600 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2601
|
|
2602 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
2603 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
2604 an error predicate. Correctly handle PIXMAP being either relative
|
|
2605 or absolute file name.
|
|
2606
|
|
2607 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
2608
|
|
2609 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
2610 (abort-progress-display): ditto. Don't delete the created extent.
|
|
2611 (raw-append-progress-display): ditto.
|
|
2612 (progress-display-dispatch-non-command-events): new
|
|
2613 function. Encapsulates what we want to do when no command input is
|
|
2614 required.
|
|
2615 (progress-display-dispatch-command-events): likewise, but disable
|
|
2616 for now since it causes too many problems.
|
|
2617 (append-progress-display): use them.
|
|
2618 (raw-append-progress-display): ditto.
|
|
2619 (default-gutter-position-changed-hook): set this rather than
|
|
2620 default-gutter-position-changed.
|
|
2621 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
2622 rather than one.
|
|
2623 (raw-append-progress-display): trap errors in pending input since
|
|
2624 allowing them to signal will hose the gauge well and
|
|
2625 truly. Ideally we would like to delay these until we are more able
|
|
2626 to cope.
|
|
2627 (append-progress-display): ditto.
|
|
2628
|
|
2629 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
444
|
2630
|
442
|
2631 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
2632 in process.el.
|
|
2633
|
|
2634 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2635
|
444
|
2636 * mule\mule-cmds.el (set-language-info-alist):
|
442
|
2637 Fix to correspond to new menu arrangement.
|
|
2638
|
|
2639 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2640
|
|
2641 * process.el:
|
|
2642 * process.el (call-process-internal): New.
|
|
2643 New implementation of call-process. Only enabled under NT, so far.
|
|
2644 stderr handling not implemented yet in CVS'd C code.
|
|
2645
|
|
2646 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
2647
|
|
2648 * lisp-mode.el:
|
|
2649 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
2650 * lisp-mode.el (lisp-interaction-mode):
|
|
2651 Put back Lisp Interaction menubar for Jan V's sake.
|
444
|
2652
|
442
|
2653 * simple.el:
|
|
2654 * simple.el (mark-ring):
|
|
2655 * simple.el (dont-record-current-mark): New.
|
|
2656 * simple.el (in-shifted-motion-command): New.
|
|
2657 * simple.el (mark-ring-unrecorded-commands): New.
|
|
2658 * simple.el (mark-ring-max):
|
|
2659 * simple.el (set-mark-command):
|
|
2660 * simple.el (push-mark):
|
|
2661 * simple.el (handle-pre-motion-command):
|
|
2662 Implement scheme for not recording unimportant marks.
|
444
|
2663
|
442
|
2664 * subr.el:
|
|
2665 * subr.el (function-allows-args): New.
|
|
2666 New function function-allows-args.
|
|
2667
|
|
2668 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
2669
|
|
2670 * XEmacs 21.2.32 is released.
|
|
2671
|
|
2672 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
2673
|
|
2674 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
2675 selected-window if required to do so.
|
|
2676 (buffers-tab-items): ditto.
|
|
2677 (add-tab-to-gutter): ditto.
|
|
2678 (create-frame-hook): use force-selection.
|
|
2679 (default-gutter-position-changed): lambdify.
|
|
2680 (update-tab-hook): deleted since it was only used in one place.
|
|
2681
|
|
2682 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
2683
|
|
2684 * files.el (find-file-noselect): undo change that shouldn't have
|
|
2685 gone in.
|
|
2686
|
|
2687 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
2688
|
|
2689 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
2690 of selected-window trickery.
|
|
2691
|
|
2692 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
2693 frames tabs.
|
|
2694 (progress-display-stop-callback): progress -> progress-display
|
|
2695 (progress-display-quit-function): ditto.
|
|
2696 (clear-progress-display): ditto.
|
|
2697 (remove-progress-display): ditto.
|
|
2698 (append-progress-display): ditto.
|
|
2699 (abort-progress-display): ditto.
|
|
2700 (raw-append-progress-display): ditto.
|
|
2701 (display-progress-display): ditto.
|
|
2702 (current-progress-display-label): ditto.
|
|
2703 (current-progress-display): ditto.
|
|
2704 (lprogress-display): ditto and save the buffer
|
|
2705 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
2706 changed which confuses font-lock.
|
|
2707
|
|
2708 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
2709 errors, not just quit.
|
|
2710 (font-lock-mode): progress -> display-progress
|
|
2711 (font-lock-default-fontify-buffer): ditto.
|
|
2712 (font-lock-fontify-syntactically-region): ditto.
|
|
2713 (font-lock-fontify-keywords-region): ditto.
|
|
2714
|
|
2715 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2716
|
|
2717 * cl.el (gensym): Move to here from cl-macs.el.
|
|
2718 (gentemp): Ditto.
|
|
2719
|
|
2720 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
2721
|
|
2722 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
2723 progress management.
|
|
2724 (font-lock-default-fontify-buffer): ditto.
|
|
2725 (font-lock-fontify-syntactically-region): ditto.
|
|
2726 (font-lock-fontify-keywords-region): ditto.
|
|
2727 (font-lock-revert-cleanup): fix reverting.
|
|
2728 (font-lock-revert-setup): ditto.
|
|
2729
|
|
2730 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
2731 echo area for progress gauges if non-nil.
|
|
2732 (clear-progress): remove echo area stuff and defer to
|
|
2733 clear-message.
|
|
2734 (append-progress): dispatch non-command events after each progress
|
|
2735 increment. Remove echo area stuff.
|
|
2736 (abort-progress): remove echo area stuff and defer to
|
|
2737 display-message.
|
|
2738 (raw-append-progress): ditto. Dispatch non-command events after
|
|
2739 gutter redisplay.
|
|
2740 (display-progress): defer echo area stuff to display-message.
|
|
2741
|
|
2742 * gutter-items.el (clear-progress):
|
|
2743 (abort-progress): indentation changes.
|
|
2744 (display-progress): don't clear progress.
|
|
2745 (append-progress): compare messages with equal.
|
|
2746 (raw-append-progress): use dispatch-non-command-events to flush
|
|
2747 widget creation events.
|
|
2748
|
|
2749 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
2750
|
|
2751 * abbrev.el:
|
|
2752 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
2753 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
2754 Changes for use with the menubar.
|
|
2755
|
|
2756 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
2757
|
|
2758 * alist.el (vassoc): moved here from font-menu.el.
|
|
2759
|
|
2760 * custom.el (defface): typo fix.
|
|
2761
|
|
2762 * dialog.el (yes-or-no-p-dialog-box):
|
|
2763 * dialog.el (message-box):
|
|
2764 * files.el (save-some-buffers-1):
|
|
2765 Put accelerators in the button names.
|
|
2766
|
|
2767 * font-lock.el (font-lock-comment-face):
|
|
2768 * font-lock.el (font-lock-keyword-face):
|
|
2769 * font-lock.el (font-lock-function-name-face):
|
|
2770 Fixed some of the colors under MS Windows because the existing
|
|
2771 default colors were hardly different from black and needed to be
|
|
2772 made lighter.
|
|
2773
|
|
2774 * font-menu.el:
|
|
2775 * font-menu.el (font-menu-split-long-menu):
|
|
2776 * font-menu.el (font-menu-family-constructor):
|
|
2777 * font-menu.el (font-menu-size-constructor):
|
|
2778 * font-menu.el (font-menu-weight-constructor):
|
|
2779 * font-menu.el (font-menu-set-font):
|
|
2780 vassoc moved to alist.el.
|
|
2781 Accelerators added to all menus.
|
|
2782 Unused bound var new-props removed.
|
444
|
2783
|
442
|
2784 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
2785 more consistent order and fixed a number of cases where key
|
|
2786 combinations involving up, down, left, right and so on were
|
|
2787 defined but the corresponding keypad combinations were not
|
444
|
2788 defined.
|
442
|
2789
|
|
2790 * lisp-mode.el:
|
|
2791 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
2792 * lisp-mode.el (emacs-lisp-mode):
|
|
2793 * lisp-mode.el (lisp-interaction-mode):
|
|
2794 * lisp-mode.el (flet):
|
|
2795 Added accelerators onto the menus.
|
|
2796 Made all the different versions of the let function be indented
|
|
2797 the same way.
|
|
2798 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
2799 to have the menubar and popup menus different.
|
|
2800 Cleaned up the menu; added items for find-function &c and some
|
|
2801 indenting, and removed debug-on-*.
|
|
2802
|
|
2803 * list-mode.el (list-mode-hook):
|
|
2804 * list-mode.el (list-mode):
|
|
2805 * list-mode.el (completion-setup-hook):
|
|
2806 * list-mode.el (display-completion-list):
|
|
2807 Added support for the :window-height keyword, which is required
|
|
2808 because of other changes that I made for the file dialog box. I
|
|
2809 also made the hook variables list-mode-hook and
|
|
2810 completion-setup-hook and also minibuffer-setup-hook in
|
|
2811 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
2812
|
|
2813 * map-ynp.el (map-y-or-n-p):
|
|
2814 Added accelerators to the dialog buttons.
|
|
2815
|
|
2816 * menubar-items.el (menu-truncate-list):
|
|
2817 New internal function.
|
|
2818 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
2819 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
2820 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
2821 New exported functions, for use in auto-generating accelerator specs.
|
|
2822
|
|
2823 * menubar-items.el:
|
|
2824 * menubar-items.el (default-menubar):
|
|
2825 * menubar-items.el (maybe-add-init-button):
|
|
2826 * menubar-items.el (bookmark-menu-filter):
|
|
2827 * menubar-items.el (slow-format-buffers-menu-line):
|
|
2828 * menubar-items.el (build-buffers-menu-internal):
|
|
2829 * menubar-items.el (language-environment-menu-filter):
|
|
2830 * menubar-items.el (default-popup-menu):
|
|
2831 * menubar-items.el (popup-buffer-menu):
|
|
2832 * menubar-items.el (popup-menubar-menu):
|
|
2833 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
2834 done working on the menubar, and there will be more patches to
|
|
2835 come. A basic summary of what I've done:
|
|
2836
|
|
2837 a) I added accelerators to all of the menu items. For menus that
|
|
2838 are auto-generated, such as the buffers menu, the accelerators are
|
|
2839 automatically added to the beginning of each line using the
|
|
2840 numbers 1 through 9, then zero, and then letters starting with A,
|
|
2841 but omitting the letters that are already in use for the fixed
|
|
2842 menu items at the top of the buffers menu. To facilitate adding
|
|
2843 accelerators of this kind, I created some new functions
|
|
2844 (*-accelerator-spec), which are also being used by other filters
|
|
2845 that auto generate lists of things such as ftp sites to download
|
|
2846 packages. If people really don't like these accelerators
|
|
2847 appearing at the beginning of the menu items, a variable can be
|
|
2848 added to optionally turn them off, but I think this is rather
|
|
2849 pointless because other menu items have accelerators and many or
|
|
2850 most of the menu users will use the accelerators if the support is
|
|
2851 there.
|
|
2852
|
|
2853 b) I combined the top level Tools and Apps menus into a single
|
|
2854 Tools menu, because the distinction between the two is not
|
|
2855 obvious, and the items on the menus are not used often enough that
|
444
|
2856 putting some of them onto submenus is a problem.
|
442
|
2857
|
|
2858 c) I created two new top level menus called View and Cmds because
|
|
2859 there were too many items on the File and Edit menus, and I'm going
|
|
2860 to be adding more items to these menus. In contrast to the Tools
|
|
2861 menu, the items on these menus may be used quite often during an
|
|
2862 editing session, and so should be available with fewer
|
444
|
2863 keystrokes.
|
442
|
2864
|
|
2865 d) I added a number of options to the options menu, including one
|
|
2866 for controlling whether the alt key can be used to traverse to
|
|
2867 menu items using the accelerators, one for controlling behavior of
|
|
2868 control-k, one for controlling how the kill and yank functions
|
|
2869 interact with the clipboard, a few additional buffers-menu
|
|
2870 options, and various other things. I also did a bit of
|
|
2871 rearranging, for example, combining the keyboard and mouse options
|
|
2872 into a single keyboard and mouse submenu to facilitate the
|
444
|
2873 accelerators on that level.
|
442
|
2874
|
|
2875 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
2876 to take two arguments instead of one, the second argument being
|
|
2877 the line number for use in creating an accelerator. I added a
|
|
2878 hack to support existing functions with one argument (although I
|
444
|
2879 doubt that very many of these exist), for backward compatibility.
|
442
|
2880
|
|
2881 f) I moved the top level mule menu to be a submenu of the edit
|
|
2882 menu. I think that most of the items on this menu are fairly
|
|
2883 useless and there are certainly not enough frequently used items
|
444
|
2884 to justify this being its own top level menu.
|
442
|
2885
|
|
2886 g) I combined most of the items in big-menubar.el into the main menu.
|
|
2887 If people think the main menu is too big, it would be possible to
|
|
2888 create different configurations, some smaller.
|
|
2889
|
|
2890 * menubar.el (check-menu-syntax):
|
|
2891 Deleted some syntax checks that were no longer valid, partly
|
|
2892 because of changes that were already made a long time ago, and
|
|
2893 partly because of a change I made where I allow the name of the
|
|
2894 menu item to be an evaluated expression rather than just a string,
|
|
2895 similar to all of the other parameters of a menu item.
|
|
2896
|
|
2897 * minibuf.el:
|
|
2898 * minibuf.el (read-file-name-1):
|
|
2899 * minibuf.el (mouse-read-file-name-1):
|
|
2900 I made a number of changes to improve the appearance
|
|
2901 and functioning of the file dialog box. They include:
|
|
2902
|
|
2903 a) Fixing the problem where closing the dialog box by clicking on
|
|
2904 the close button of the window didn't properly exit the
|
444
|
2905 minibuffer.
|
442
|
2906
|
|
2907 b) Fixing the problem that if you typed part of a file name, and
|
|
2908 then clicked on a completion with the mouse, the file was not
|
444
|
2909 correctly selected.
|
442
|
2910
|
|
2911 c) Changing the title of the dialog box to reflect the operation
|
|
2912 being done in accordance with user interface conventions, rather
|
444
|
2913 than the name of the dialog box buffer, which is rather useless.
|
442
|
2914
|
|
2915 d) Remove the words "possible completions are" which didn't
|
444
|
2916 belong.
|
442
|
2917
|
|
2918 e) Fix things so that the completions scroll off the end of the
|
|
2919 completions windows only to the right, rather than both to the
|
|
2920 right and down, which is in accordance with Windows user interface
|
444
|
2921 conventions.
|
442
|
2922
|
|
2923 * msw-init.el (init-post-mswindows-win):
|
|
2924 Added a binding for meta-F4, which is the standard windows binding
|
|
2925 for exiting a program.
|
|
2926
|
|
2927 * select.el (get-selection-no-error):
|
|
2928 * select.el (own-selection):
|
|
2929 * select.el (own-clipboard):
|
|
2930 Added an optional argument called append to the functions
|
|
2931 own-selection and own-clipboard. This adds support for appending
|
|
2932 text to the existing selection and allows the function
|
|
2933 own-clipboard to be used as the value of the variable
|
|
2934 interprogram- cut-function.
|
|
2935
|
|
2936 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
2937
|
|
2938 * simple.el (historical-kill-line): New.
|
|
2939
|
|
2940 * simple.el (kill-line):
|
|
2941 * simple.el (interprogram-cut-function):
|
|
2942 * simple.el (interprogram-paste-function):
|
|
2943 * simple.el (handle-pre-motion-command):
|
|
2944 * simple.el (next-line):
|
|
2945 * simple.el (previous-line):
|
|
2946 a) Expanded the variable kill-whole-line, so that function
|
|
2947 kill-line can be set to delete the entire line always, not just
|
|
2948 when cursor is at the beginning of the line. This is controlled
|
|
2949 by setting the variable kill-whole-line to the symbol 'always.
|
|
2950 This behavior, as well as the existing kill-whole-line behavior,
|
|
2951 now only take effect when kill-line is called interactively,
|
|
2952 although this is a departure from a previous behavior in the case
|
|
2953 of setting this variable kill-whole-line to t. It is almost
|
|
2954 certainly what has always been intended, and most likely the old
|
|
2955 way of doing things introduced bugs. I also created a function
|
|
2956 called historical-kill-line, which ignores the kill-whole-line
|
|
2957 setting and always gives the historical behavior of only killing
|
|
2958 to the end of the line. I bound this function to shift- control-k
|
|
2959 so that the kill to end of line behavior is available, even when
|
|
2960 kill-whole-line has been set to change control-k into the simple
|
|
2961 delete-whole-line behavior. (This can be set using the options
|
|
2962 menu.)
|
|
2963
|
|
2964 b) I changed things so that kill and yank now interact with the
|
|
2965 clipboard by default under windows. This was done by changing the
|
|
2966 default value of interprogram-cut- function and
|
|
2967 interprogram-paste-function. You can get the old behavior by
|
|
2968 setting these to nil, and there is an option on the options menu
|
|
2969 to do this.
|
|
2970
|
|
2971 c) I added support for selecting text using shifted motion keys.
|
|
2972 This support is on by default and can be controlled by the
|
|
2973 variable shifted-motion-keys-select-region. There is also a
|
|
2974 variable called unshifted-motion-keys-deselect-region that
|
|
2975 controls more specifically how the shifted motion key behavior
|
|
2976 works. I did not put an option on the options menu to turn this
|
|
2977 off, because I can't imagine why this would be useful.
|
|
2978
|
|
2979 * simple.el (forward-block-of-lines):
|
|
2980 * simple.el (backward-block-of-lines):
|
|
2981 * simple.el (block-movement-size):
|
|
2982 New.
|
|
2983
|
|
2984 * simple.el (uncapitalized-title-words):
|
|
2985 * simple.el (uncapitalized-title-word-regexp):
|
|
2986 * simple.el (capitalize-string-as-title):
|
|
2987 * simple.el (capitalize-region-as-title):
|
|
2988 New.
|
444
|
2989
|
442
|
2990
|
|
2991 * subr.el (add-hook):
|
|
2992 * subr.el (make-local-hook): New.
|
|
2993 * subr.el (remove-local-hook): New.
|
|
2994 * subr.el (add-one-shot-hook): New.
|
|
2995 * subr.el (add-local-one-shot-hook): New.
|
|
2996 Added some functions to make using hooks easier.
|
|
2997 These include:
|
|
2998
|
|
2999 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
3000 to use local hooks.
|
|
3001
|
|
3002 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
3003 make it possible to add a "one-shot" hook, which is to say a hook
|
|
3004 that runs only once, and automatically removes itself after the
|
|
3005 first time it has run.
|
|
3006
|
|
3007 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
3008
|
|
3009 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
3010
|
|
3011 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3012
|
|
3013 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
3014 Moved from menubar-items.el.
|
|
3015 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
3016
|
|
3017 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
3018
|
|
3019 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
3020 to buffers tab spec.
|
|
3021
|
|
3022 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3023
|
|
3024 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
3025
|
|
3026 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
3027
|
|
3028 * startup.el (command-line-1): remove unused variable
|
|
3029 `first-file-buffer'.
|
|
3030
|
|
3031 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3032
|
|
3033 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
3034 which is also used for Web server log files.
|
|
3035
|
|
3036 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
3037
|
|
3038 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
3039
|
|
3040 2000-03-02 SL Baur <steve@beopen.com>
|
|
3041
|
|
3042 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
3043 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
3044 non-deletion of buffer after execution problem.
|
|
3045 (with-output-to-string): Use unique buffer name.
|
|
3046
|
|
3047 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
3048
|
|
3049 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
3050 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
3051
|
|
3052 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
3053
|
|
3054 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
3055
|
|
3056 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
3057
|
|
3058 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
3059 .emacs" button from all menubars.
|
|
3060
|
|
3061 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
3062
|
|
3063 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
3064 region rectangle replacement (from Jan Vroonhof).
|
|
3065 (replace-rectangle): new function.
|
|
3066
|
|
3067 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3068
|
|
3069 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
3070 set-terminal-coding-system and set-keyboard-coding-system.
|
|
3071 * coding.el (set-terminal-coding-system): Use
|
|
3072 set-console-tty-output-coding-system.
|
|
3073 (set-keyboard-coding-system): Use
|
|
3074 set-console-tty-input-coding-system.
|
|
3075
|
|
3076 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3077
|
|
3078 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
3079
|
|
3080 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
3081
|
|
3082 * gutter-items.el (update-tab-hook): new function to be used for
|
|
3083 hooks.
|
|
3084 (create-frame-hook): add update-tab-hook.
|
|
3085 (record-buffer-hook): ditto.
|
|
3086 (default-gutter-position-changed): ditto.
|
|
3087 (default-gutter-position): updating the buffers tab is now handled
|
|
3088 by a hook.
|
|
3089 (default-gutter-position-changed-hook): new variable.
|
|
3090 (gutter-element-visibility-changed-hook): ditto.
|
|
3091 (set-gutter-element-visible-p): call it.
|
|
3092 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
3093 as duplicable before using.
|
|
3094 (remove-gutter-element): ditto.
|
|
3095 (set-gutter-element-visible-p): ditto.
|
|
3096 (init-gutter): new function.
|
|
3097 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
3098 setting specifiers directly.
|
|
3099 (clear-progress): ditto.
|
|
3100 (abort-progress): ditto.
|
|
3101 (gutter-buffers-tab-visible-p): renamed from
|
|
3102 default-gutter-visible-p
|
|
3103
|
|
3104 * specifier.el (modify-specifier-instances): new function from Jan
|
|
3105 Vroonhof.
|
|
3106
|
|
3107 * x-init.el (init-post-x-win): call init-gutter.
|
|
3108
|
|
3109 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
3110
|
|
3111 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
3112 variables.
|
|
3113
|
|
3114 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
3115
|
|
3116 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
3117 elements to the specified gutter.
|
|
3118 (remove-gutter-element): new function. Remove gutter elements from
|
|
3119 the specified gutter.
|
|
3120 (set-gutter-element-visible-p): new function. Set gutter element
|
|
3121 visibility for the provided gutter-visible specifier.
|
|
3122
|
|
3123 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
3124
|
|
3125 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
3126 dynamically.
|
|
3127
|
|
3128 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
3129
|
|
3130 * gutter-items.el (add-tab-to-gutter):
|
|
3131 * package-get.el (package-get-interactive-package-query):
|
|
3132 * package-ui.el (pui-directory-exists):
|
|
3133 (pui-install-selected-packages):
|
|
3134 (pui-list-packages):
|
|
3135 Use #'(lambda ...) instead of '(lambda ...).
|
|
3136
|
|
3137 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
3138
|
|
3139 * startup.el (load-user-init-file): Check to make sure user
|
|
3140 has an init-file before calling load().
|
|
3141
|
|
3142 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3143
|
|
3144 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
3145
|
|
3146 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
3147
|
|
3148 * XEmacs 21.2.31 is released.
|
|
3149
|
|
3150 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
3151
|
|
3152 * loadup.el (really-early-error-handler):
|
|
3153 * update-elc.el:
|
|
3154 * make-docfile.el:
|
|
3155 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
3156
|
|
3157 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
3158
|
|
3159 * XEmacs 21.2.30 is released.
|
|
3160
|
|
3161 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
3162
|
|
3163 * byte-optimize.el (byte-optimize-plus):
|
|
3164 (byte-optimize-minus):
|
|
3165 (byte-optimize-multiply):
|
|
3166 Optimize (- 0) to 0, not (-)
|
|
3167 Optimize (+ 5 3.0) to 8.0
|
|
3168 Optimize (* 5 3.0) to 15.0
|
|
3169 Improve readability.
|
|
3170
|
|
3171 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3172
|
|
3173 * modeline.el: (modeline-scrolling-method): change modeline
|
|
3174 mswindows cursor appearance according to the value.
|
|
3175
|
|
3176 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
3177 and 'gui-element face colors and 'gui-element face font to Windows
|
|
3178 defaults.
|
|
3179
|
|
3180 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
3181
|
|
3182 * font-lock.el: Javadoc enhancements
|
|
3183
|
|
3184 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3185
|
|
3186 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
3187 (ldap-verbose): New option
|
|
3188 (ldap-search-entries): Renamed from the previous ldap-search
|
|
3189 Conditionalize message display on ldap-verbose
|
|
3190 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
3191 defuns
|
|
3192 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
3193 ldap-search-basic or ldap-search-entries
|
|
3194
|
|
3195
|
|
3196 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
3197 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
3198 Jan Vroonhof <jan@xemacs.org>
|
|
3199
|
|
3200 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
3201 When for-effect is true, didn't call `byte-optimize-form'
|
|
3202 in and/or subforms without last.
|
|
3203
|
|
3204 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3205
|
|
3206 * package-get.el (package-get-download-sites): Use correct custom
|
|
3207 type.
|
|
3208
|
|
3209 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3210
|
|
3211 * files.el (write-file): Ask for coding system when compiled with
|
|
3212 file-coding.
|
|
3213
|
|
3214 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
3215
|
|
3216 * buffer.el (switch-to-buffer): give norecord argument to
|
|
3217 set-window-buffer instead of explicitly recording.
|
|
3218
|
|
3219 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
3220 we have to pick a window.
|
|
3221
|
|
3222 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3223
|
|
3224 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
3225 unexist function to help-map.
|
|
3226 (describe-coding-system): Don't use already assigend `C'.
|
|
3227
|
|
3228 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3229
|
|
3230 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
3231 work in custom.
|
|
3232
|
|
3233 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
3234
|
|
3235 * about.el: Ienaga's e-mail address change.
|
|
3236
|
|
3237 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
3238
|
|
3239 * etags.el (find-tag): force new window -- even if buf already
|
|
3240 visible -- when other-window is t
|
|
3241
|
|
3242 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
3243
|
|
3244 * XEmacs 21.2.29 is released.
|
|
3245
|
|
3246 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
3247
|
|
3248 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
3249 just defalias it.
|
|
3250 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
3251 byte-compiler level, using define-compiler-macro.
|
|
3252
|
|
3253 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
3254
|
|
3255 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
3256
|
|
3257 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3258
|
|
3259 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
3260 a regular expression that matches against the tagname
|
|
3261 part of the tag entry first instead of only looking in
|
|
3262 the context area.
|
|
3263
|
|
3264 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3265
|
|
3266 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
3267 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
3268
|
440
|
3269 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3270
|
|
3271 * XEmacs 21.2.28 is released.
|
|
3272
|
|
3273 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3274
|
|
3275 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
3276 Make arglist match docstring.
|
|
3277 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
3278 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
3279 * byte-optimize.el: remove references to `get*'.
|
|
3280
|
|
3281 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
3282
|
|
3283 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
3284
|
|
3285 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
3286
|
|
3287 * byte-optimize.el: Byte-optimize (length "foo")
|
|
3288
|
|
3289 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
3290
|
|
3291 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
3292 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
3293
|
|
3294 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3295
|
|
3296 * wid-edit.el (widget-match-inline): An atom never matches a
|
442
|
3297 list.
|
440
|
3298
|
|
3299 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3300
|
|
3301 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
3302 'win tag.
|
|
3303
|
|
3304 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3305
|
|
3306 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
3307 intelligent about buffer naming when we have duplicates.
|
|
3308
|
|
3309 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3310
|
|
3311 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
3312 updated when it becomes visible.
|
|
3313
|
|
3314 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3315
|
|
3316 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
3317 system under MULE and file-coding.
|
|
3318
|
|
3319 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
3320
|
442
|
3321 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
3322 (dontusethis-set-value-terminal-coding-system-handler):
|
|
3323 (dontusethis-set-value-keyboard-coding-system-handler):
|
440
|
3324 Never undefine coding system aliases. Emergency fix for gnus.
|
|
3325
|
|
3326 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3327
|
|
3328 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
3329 of hard-coded "/".
|
|
3330
|
|
3331 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3332
|
|
3333 * startup.el (user-init-file-base-list): New variable, replacing
|
|
3334 user-init-file-base.
|
|
3335 (find-user-init-file): New function.
|
|
3336 (command-line-early): Use it.
|
|
3337 (load-user-init-file): Ditto.
|
|
3338
|
|
3339 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3340
|
|
3341 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
3342 calling valid-image-instantiator-format-p
|
|
3343
|
|
3344 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3345
|
|
3346 * isearch-mode.el (isearch-mode): The variable is
|
|
3347 isearch-unhidden-extents, not isearch-opened-extents.
|
|
3348
|
|
3349 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3350
|
|
3351 * minibuf.el (next-history-element): Modify error message if a
|
|
3352 default value is available.
|
|
3353
|
|
3354 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
3355
|
|
3356 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
3357 .elc files in binary - might contain non-Latin1.
|
|
3358
|
|
3359 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3360
|
|
3361 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
3362 for windows-nt.
|
|
3363
|
442
|
3364 * version.el:
|
|
3365 * startup.el (user-init-file-base):
|
|
3366 * process.el (call-process-region):
|
|
3367 * files.el (make-backup-file-name):
|
|
3368 (backup-file-name-p):
|
|
3369 (file-relative-name):
|
|
3370 (abbreviate-file-name):
|
|
3371 (set-auto-mode):
|
440
|
3372 * code-process.el (call-process-region): Removed unnecessary
|
|
3373 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
3374 support out of the universe.
|
|
3375
|
|
3376 * process.el:
|
442
|
3377 * code-process.el:
|
440
|
3378 * bytecomp.el (byte-compile-file): Removed reference to
|
|
3379 buffer-file-type, and commented usage of binary-process-output
|
|
3380 NTEmacs variables.
|
|
3381
|
|
3382 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3383
|
|
3384 * help.el (function-arglist): Add case for macro.
|
|
3385
|
|
3386 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3387
|
|
3388 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
3389 printers.
|
|
3390 (custom-display): Added a menu for printer/display tags.
|
|
3391
|
|
3392 * frame.el (frame-type):
|
|
3393 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
3394 removed 'pc -- it is not going to be implemented ever.
|
|
3395 (call-device-method): Fixed docstring typo.
|
|
3396 Defined specifier tags 'printer and 'display.
|
|
3397
|
|
3398 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3399
|
|
3400 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
3401 last-command-event-time) instead of (consp
|
|
3402 'last-command-event-time).
|
|
3403
|
|
3404 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3405
|
|
3406 * msw-glyphs.el: Removed obsolete commentary.
|
|
3407
|
|
3408 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3409
|
|
3410 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
3411 better default value.
|
|
3412
|
|
3413 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3414
|
|
3415 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
3416 (read-string): Ditto.
|
|
3417 (eval-minibuffer): Ditto.
|
|
3418 (read-command): Ditto.
|
|
3419 (read-function): Ditto.
|
|
3420 (read-variable): Ditto.
|
|
3421 (read-number): Ditto.
|
|
3422 (read-shell-command): Ditto.
|
|
3423 (read-number): Record history.
|
|
3424
|
|
3425 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3426
|
|
3427 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
3428
|
|
3429 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3430
|
|
3431 * faces.el (startup-initialize-custom-faces): New function.
|
|
3432 Reset all faces created during auto-autoloads loading time
|
|
3433 by defface.
|
|
3434 * startup.el (command-line): Call it.
|
|
3435
|
|
3436 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3437
|
|
3438 * about.el (about-hackers): Add myself to contributors list.
|
|
3439
|
|
3440 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3441
|
|
3442 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
3443 a call to load-user-init-file, as the function managed to lose its
|
|
3444 formal parameter a few betas ago.
|
|
3445
|
438
|
3446 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3447
|
|
3448 * XEmacs 21.2.27 is released.
|
|
3449
|
|
3450 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3451
|
|
3452 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
3453 Make shell-command-to-string the standard function, and
|
|
3454 exec-to-string the (deprecated) alias.
|
|
3455
|
|
3456 * startup.el: typo fix.
|
|
3457
|
|
3458 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
3459
|
|
3460 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
3461
|
|
3462 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3463
|
|
3464 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
3465 buffers after visible buffers.
|
|
3466 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
3467
|
|
3468 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3469
|
|
3470 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
3471 followed by whitespace or right parenthesis.
|
|
3472
|
|
3473 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3474
|
|
3475 * info.el (Info-directory-list): Warn against using Customize with
|
|
3476 Info-directory-list.
|
|
3477
|
|
3478 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3479
|
|
3480 * minibuf.el (read-file-name): doc fix.
|
|
3481
|
|
3482 * autoload.el (update-file-autoloads): doc fix.
|
|
3483
|
|
3484 * about.el (about-hackers): Change my E-mail address.
|
|
3485
|
|
3486 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
3487
|
|
3488 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
3489 read a filename in the standard way.
|
|
3490
|
|
3491 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
3492
|
|
3493 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
3494 (gutter-buffers-tab-extent): new variable.
|
|
3495 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
3496 orientation has changed.
|
|
3497 (add-tab-to-gutter): cope with different orientations.
|
|
3498
|
|
3499 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
3500
|
|
3501 * info.el (Info-following-node-name): backward-skip dots as well
|
|
3502 as spaces (dots at the end of a node name aren't part of it).
|
|
3503 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
3504 some in the node name.
|
|
3505 (Info-index): allow dots to be part of a node name.
|
|
3506
|
|
3507 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
3508
|
|
3509 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
3510 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
3511
|
|
3512 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3513
|
|
3514 * info.el (Info-search): Show default value.
|
|
3515
|
|
3516 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3517
|
|
3518 * info.el (Info-read-node-completion-table): New variable.
|
|
3519 (Info-read-node-name-1): New function.
|
|
3520 (Info-read-node-name): Use it.
|
|
3521 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
3522 (Info-menu): Ditto.
|
|
3523
|
|
3524 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3525
|
|
3526 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
3527 window configuration.
|
|
3528 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
3529 (hyper-apropos-read-variable-symbol): Ditto.
|
|
3530 (hyper-apropos-read-function-symbol): Ditto.
|
|
3531
|
|
3532 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3533
|
|
3534 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
3535 comint-exec-hook to use coding-system-for-read and
|
|
3536 coding-system-for-write so that C-x RET c works.
|
|
3537
|
|
3538 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3539
|
|
3540 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
3541 (previous-matching-history-element): Increment
|
|
3542 minibuffer-max-depth by 1.
|
|
3543 (next-matching-history-element): Ditto.
|
|
3544
|
|
3545 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
3546
|
|
3547 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
3548 tab.
|
|
3549 (buffers-tab-face): use it.
|
|
3550
|
|
3551 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
3552
|
|
3553 * modeline.el (modeline-scrolling-method): change modeline X
|
|
3554 cursor appearance according to the value.
|
|
3555
|
|
3556 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
3557
|
|
3558 * about.el (about-hackers): Moved my entry to contributor list.
|
|
3559 (xemacs-hackers): Added myself.
|
|
3560 (about-maintainer-info): Added description of myself.
|
|
3561
|
|
3562
|
|
3563 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
3564
|
|
3565 * modeline.el (modeline-scrolling-method): new variable.
|
|
3566 (mouse-drag-modeline): add reference to it in the docstring.
|
|
3567 (mouse-drag-modeline): handle it.
|
|
3568
|
|
3569 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
3570
|
|
3571 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
3572 calls.
|
|
3573 (remove-buffer-from-gutter-tab): ditto.
|
|
3574
|
|
3575 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3576
|
|
3577 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
3578 (custom-face-edit): Fix grammatical error in help message.
|
|
3579
|
|
3580 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3581
|
|
3582 * movemail.el: Added.
|
|
3583
|
|
3584 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
3585
|
|
3586 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
3587
|
|
3588 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
3589 the modeline horizontal scrolling facility.
|
|
3590
|
436
|
3591 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
3592
|
|
3593 * XEmacs 21.2.26 is released.
|
|
3594
|
|
3595 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
3596
|
|
3597 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
3598 does not agree with native widgets which can only be displayed
|
|
3599 once per window. The reasons for caching are diminished now that
|
|
3600 we don't hog resources when creating buttons.
|
|
3601 (widget-push-button-cache) deleted.
|
|
3602
|
434
|
3603 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
3604
|
|
3605 * XEmacs 21.2.25 is released.
|
|
3606
|
|
3607 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3608
|
|
3609 * hyper-apropos.el (hyper-apropos): Toggle
|
|
3610 hyper-apropos-programming-apropos correctly.
|
|
3611 Set REGEXP when user accepts default value.
|
|
3612
|
|
3613 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3614
|
|
3615 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
3616 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
3617
|
|
3618 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3619
|
|
3620 * mule/mule-category.el (undefined-category-designator):
|
|
3621 Return char instead of character. Search for undefined one.
|
|
3622 (describe-category): Use with-displaying-help-buffer.
|
|
3623
|
|
3624 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
3625
|
438
|
3626 * byte-optimize.el (byte-optimize-plus):
|
434
|
3627 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
3628
|
|
3629 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
3630
|
|
3631 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
3632
|
|
3633 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
3634 Remove performance penalty for using (char-before) instead of (char-after).
|
|
3635
|
|
3636 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3637
|
|
3638 * mule/mule-category.el (char-category-list): Return character
|
|
3639 instead of integer.
|
|
3640
|
|
3641 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3642
|
|
3643 * minibuf.el (read-buffer): Check default is buffer object.
|
|
3644
|
|
3645 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
3646
|
|
3647 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
3648 for buttons.
|
|
3649
|
|
3650 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
3651
|
|
3652 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
3653 Patch by Jeff Miller <jmiller@smart.net>.
|
|
3654
|
|
3655 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
3656
|
438
|
3657 * gnuserv.el (gnuserv-process-filter): don't call
|
434
|
3658 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
3659
|
432
|
3660 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
3661
|
|
3662 * XEmacs 21.2.24 is released.
|
|
3663
|
|
3664 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3665
|
|
3666 * about.el (about-hackers): Update my email address.
|
|
3667
|
430
|
3668 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
3669
|
|
3670 * XEmacs 21.2.23 is released.
|
|
3671
|
|
3672 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
3673
|
|
3674 * package-get.el (package-get-download-sites): Removed several
|
|
3675 defunct download sites, added many new ones, and corrected a few
|
|
3676 incorrect directory-on-site entries. Added physical locations to
|
|
3677 site-description.
|
|
3678
|
|
3679 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3680
|
|
3681 * finder.el (finder-commentary): add DOC string and fix
|
|
3682 interactive spec
|
|
3683
|
|
3684 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3685
|
|
3686 * help.el (describe-function): Don't forget to intern the string
|
|
3687 completing-read returns.
|
|
3688 (describe-variable): Ditto.
|
|
3689
|
434
|
3690 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
430
|
3691
|
|
3692 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
3693 `hyper-apropos-help-mode' here to find symbol to customize
|
|
3694 irregardless of cursor position and simplify
|
|
3695 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
3696 `hyper-apropos-popup-menu'.
|
|
3697
|
|
3698 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3699
|
|
3700 * apropos.el (apropos-mode-map): Add return to call
|
|
3701 apropos-follow.
|
|
3702 (apropos-print): Call apropos-mode to have better
|
|
3703 command reference. Put keymap text-poperty to
|
|
3704 symbole name.
|
|
3705
|
|
3706 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
3707
|
|
3708 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
3709 the extents at point.
|
|
3710
|
|
3711 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
3712
|
|
3713 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
3714 save-match-data
|
|
3715
|
|
3716 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3717
|
|
3718 * help.el (describe-function): Use the DEFAULT argument to
|
|
3719 completing-read.
|
|
3720 (describe-variable): Ditto.
|
|
3721
|
|
3722 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3723
|
|
3724 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
3725 DEFAULT to have better mini-buffer history support.
|
|
3726 (completing-read): Pass default to read-from-minibuffer.
|
|
3727 (read-buffer): Pass default to completing-read.
|
|
3728
|
|
3729 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3730
|
|
3731 * font-lock.el (font-lock-doc-string-face): Document the
|
|
3732 `font-lock-lisp-like' property.
|
|
3733
|
|
3734 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3735
|
|
3736 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
3737
|
|
3738 * font-lock.el (font-lock-lisp-like): New function.
|
|
3739 (font-lock-fontify-syntactically-region): Use it.
|
|
3740
|
428
|
3741 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3742
|
|
3743 * XEmacs 21.2.22 is released
|
|
3744
|
|
3745 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
3746
|
|
3747 * XEmacs 21.2.21 is released.
|
|
3748
|
|
3749 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3750
|
|
3751 * minibuf.el (read-coding-system): Accept symbol and
|
|
3752 coding-system object as a default-coding-system.
|
|
3753
|
|
3754 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3755
|
|
3756 * minibuf.el (read-coding-system): Accept symbol as
|
|
3757 a default-coding-system.
|
|
3758
|
|
3759 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3760
|
|
3761 * apropos.el (apropos-documentation): Use insert instead
|
|
3762 of princ.
|
|
3763
|
|
3764 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
3765
|
|
3766 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
3767 for the linux console.
|
|
3768
|
|
3769 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
3770 stuff to work when you are not on a window system, since the GPM
|
|
3771 mouse support now allows pasting from outside of XEmacs.
|
|
3772
|
|
3773 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3774
|
|
3775 * XEmacs 21.2.20 is released
|
|
3776
|
|
3777 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3778
|
|
3779 * setup-paths.el (paths-default-info-directories): Add
|
|
3780 /usr/share/info and /usr/local/share/info.
|
|
3781
|
|
3782 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
3783
|
|
3784 * about.el: Updated Vladimir Ivanovic's info.
|
|
3785
|
|
3786 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3787
|
|
3788 * auto-show.el (auto-show-truncationp): Remove.
|
|
3789
|
|
3790 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
3791
|
|
3792 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3793
|
|
3794 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
3795 with tab if column is multiple of tab-width
|
|
3796 From dhn@qedinc.com
|
|
3797
|
|
3798 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3799
|
|
3800 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
3801 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
3802
|
|
3803 * package-get.el (package-get-package-provider): Be verbose when
|
|
3804 interactive. Patch from Robert Pluim
|
|
3805
|
|
3806 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
3807
|
|
3808 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
3809 info file suffixes.
|
|
3810
|
|
3811 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
3812
|
|
3813 * process.el (open-network-stream): Add a new optional parameter
|
|
3814 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
3815 in docstring for udp programming.
|
|
3816
|
|
3817 * code-process.el (open-network-stream): Add a new optional
|
|
3818 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
3819 explanation in docstring for udp programming.
|
|
3820
|
|
3821 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
3822
|
|
3823 * gui.el (make-gui-button): be more precise about how we call
|
|
3824 callbacks.
|
|
3825
|
|
3826 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
3827 of native gui-button.
|
|
3828
|
|
3829 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3830
|
|
3831 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
3832
|
|
3833 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
3834
|
|
3835 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
3836 abort status.
|
|
3837 (append-progress): dispatch-event rather than sit-for.
|
|
3838 (abort-progress): new function. Show the abort glyph with an
|
|
3839 appropriate message.
|
|
3840 (raw-append-progress): dispatch-event rather than sit-for.
|
|
3841 (display-progress): cope with aborts.
|
|
3842
|
|
3843 * gui.el (make-gui-button): Use native widgets for buttons
|
|
3844 unconditionally.
|
|
3845 (insert-gui-button): ditto.
|
|
3846 (gui-button-p): ditto.
|
|
3847
|
|
3848 * xbm-button.el: remove from core.
|
|
3849
|
|
3850 * xpm-button.el: remove from core.
|
|
3851
|
|
3852 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
3853
|
|
3854 * faces.el (init-device-faces): Don't initialize the random faces
|
|
3855 on the stream device.
|
|
3856
|
|
3857 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
3858
|
438
|
3859 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
428
|
3860
|
434
|
3861 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
428
|
3862
|
|
3863 * package-get.el (package-get-download-menu): Make menu really
|
|
3864 toggle download sites.
|
|
3865 (package-get-download-sites): Add autoload cookie.
|
|
3866
|
|
3867 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3868
|
|
3869 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
3870
|
|
3871 1999-09-29 Werner Fink <werner@suse.de>
|
|
3872
|
|
3873 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
3874 parameter for environment.
|
|
3875
|
|
3876 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
3877
|
438
|
3878 * modeline.el (modeline-format):
|
|
3879 Only purecopy the strings. Else
|
428
|
3880 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
3881 barfs.
|
|
3882
|
|
3883 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
3884
|
|
3885 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
3886 user setting comint-completion-addsuffix and
|
|
3887 comint-process-echoes.
|
|
3888
|
|
3889 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
3890
|
|
3891 * gutter-items.el (update-tab-in-gutter): use
|
|
3892 last-nonminibuf-window instead of selected-window.
|
|
3893
|
|
3894 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
3895
|
|
3896 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
3897 display on.
|
|
3898
|
|
3899 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
3900 some documentation.
|
|
3901
|
|
3902 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
3903
|
|
3904 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
3905 gutter is visible.
|
|
3906 (remove-buffer-from-gutter-tab): ditto.
|
|
3907
|
|
3908 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
3909
|
|
3910 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
3911 processing.
|
|
3912
|
|
3913 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3914
|
|
3915 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
3916 highlighting extents a high priority.
|
|
3917 (isearch-make-extent): Give the main highlighting extent an even
|
|
3918 higher priority.
|
|
3919
|
|
3920 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3921
|
|
3922 * packages.el (packages-compute-package-locations): Fix typo from
|
|
3923 -u rationalization.
|
|
3924
|
|
3925 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3926
|
|
3927 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
3928 `configure-doc-directory.'
|
|
3929
|
|
3930 * find-paths.el (paths-find-architecture-directory): Give
|
|
3931 precendence `default' argument (which typically comes from
|
|
3932 configure).
|
|
3933
|
|
3934 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3935
|
|
3936 * startup.el (command-line-early): Added options -user-init-file
|
|
3937 and -user-init-directory.
|
|
3938
|
|
3939 * files.el (user-init-file): Default to NIL so we can recognize
|
|
3940 when it's set.
|
|
3941
|
|
3942 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3943
|
438
|
3944 * obsolete.el (init-file-user):
|
|
3945 * startup.el:
|
|
3946 * packages.el (packages-compute-package-locations):
|
|
3947 * package-get.el (package-get-user-index-filename):
|
|
3948 * menubar-items.el (maybe-add-init-button):
|
|
3949 * info.el (Info-annotations-path):
|
|
3950 * dump-paths.el:
|
428
|
3951 Change `user-init-directory' to be an absolute path.
|
|
3952 Use `user-init-directory' where appropriate.
|
|
3953 Zap `init-file-user' and its uses.
|
|
3954
|
|
3955 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
3956
|
|
3957 * subr.el (copy-symbol): New function.
|
|
3958
|
|
3959 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3960
|
|
3961 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
3962 extents in the proper buffer.
|
|
3963 (isearch-pre-command-hook): Set this-command to the correct value
|
|
3964 in case the buffer has changed and old overriding-local-map was
|
|
3965 used.
|
|
3966 (isearch-restore-extent): Use remprop instead of setting the
|
|
3967 property to nil.
|
|
3968
|
|
3969 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3970
|
|
3971 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
3972 before the delay.
|
|
3973 (execute-extended-command): Make the message gettext-friendly.
|
|
3974
|
|
3975 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
3976
|
|
3977 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
3978 progress-glyph.
|
|
3979 (progress-text-glyph): new variable.
|
|
3980 (progress-layout-glyph): use layouts and text glyphs.
|
|
3981 (progress-area-buffer): removed.
|
|
3982 (progress-text-and-extent): new variable.
|
|
3983 (progress-displayed-p): dynamically create gutter area buffer.
|
|
3984 (clear-progress): ditto.
|
|
3985 (raw-append-progress): ditto.
|
|
3986 (append-progress): use new glyph names.
|
|
3987 (raw-append-progress): only create the extent when needed. set
|
|
3988 properties more optimally.
|
|
3989 (progress): remove args.
|
|
3990
|
|
3991 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3992
|
|
3993 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
3994 mapcar where the return value is unused.
|
|
3995 (isearch-restore-invisible-extents): Ditto.
|
|
3996 (isearch-highlight-all-cleanup): Ditto.
|
|
3997 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
3998 (isearch-highlight-all-update): Don't start over if the search
|
|
3999 string has changed and more input is pending.
|
|
4000
|
|
4001 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
4002
|
|
4003 * packages.el (packages-find-package-data-path): Ditto.
|
|
4004
|
|
4005 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
4006
|
|
4007 * subr.el (mapc-internal): Don't make obsolete.
|
|
4008
|
|
4009 * cl-extra.el (mapc): Resurrect.
|
|
4010
|
|
4011 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
4012
|
438
|
4013 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
428
|
4014 alias.
|
|
4015
|
|
4016 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
4017 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
4018 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
4019 x-get-clipboard.
|
|
4020 (isearch-yank-selection): Fix docstring.
|
|
4021
|
|
4022 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
4023
|
|
4024 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
4025
|
|
4026 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
4027
|
|
4028 * cl-macs.el (extent-start-position): Fix setf method.
|
|
4029 (extent-end-position): Ditto.
|
|
4030
|
|
4031 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
4032
|
|
4033 * isearch-mode.el: End merge with FSF 20.4.
|
|
4034
|
|
4035 * isearch-mode.el (search-invisible): New variable.
|
|
4036 (isearch-hide-immediately): Ditto.
|
|
4037 (isearch-unhidden-extents): Ditto.
|
|
4038 (isearch-range-invisible): New function.
|
|
4039 (isearch-unhide-extent): Ditto.
|
|
4040 (isearch-restore-invisible-extents): Ditto.
|
|
4041 (isearch-restore-extent): Ditto.
|
|
4042
|
|
4043 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
4044 implementation.
|
|
4045 (isearch-ring-retreat-edit): Ditto.
|
|
4046 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
4047 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
4048 NO-RECURSIVE-EDIT.
|
|
4049 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
4050 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
4051 NO-RECURSIVE-EDIT.
|
|
4052 (isearch-mode): Return isearch-success.
|
|
4053 (isearch-update): Use unread-command-events instead of
|
|
4054 unread-command-event.
|
|
4055 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
4056 states.
|
|
4057 (isearch-*-char): Use FSF implementation.
|
|
4058 (isearch-whitespace-chars): Use the more robust FSF's
|
|
4059 implementation.
|
|
4060 (isearch-within-brackets): New variable.
|
|
4061 (isearch-mode): Initialize it.
|
|
4062 (isearch-edit-string): Bind it.
|
|
4063 (isearch-search-and-update): Set it.
|
|
4064 (isearch-push-state): Push it.
|
|
4065 (isearch-top-state): Pop it.
|
|
4066 (isearch-search): Set it.
|
|
4067 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
4068 handle M-SPC gracefully.
|
|
4069 (isearch-message-prefix): New argument ELLIPSIS.
|
|
4070 (isearch-message-suffix): Ditto.
|
|
4071 (isearch-message): Use the ELLIPSIS argument when calling
|
|
4072 isearch-message-prefix and isearch-message-suffix.
|
|
4073 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
4074 "overwrapped" search, FWIW.
|
|
4075
|
|
4076 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4077
|
|
4078 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
4079 search ring instead of search-last-string and search-last-regexp.
|
|
4080 (search-highlight): Renamed from isearch-highlight.
|
|
4081 (isearch-exit): Use the new name.
|
|
4082 (isearch-highlight): Ditto.
|
|
4083 (isearch-dehighlight): Ditto.
|
|
4084 (isearch-update-ring): New function.
|
|
4085 (isearch-done): Call it.
|
|
4086 (isearch-done): New argument EDIT.
|
438
|
4087 (isearch-repeat): If search string is empty, look up at the car of
|
428
|
4088 the search ring; ignore the yank pointer.
|
|
4089 (isearch-abort): Call isearch-done with NOPUSH.
|
|
4090 (isearch-cancel): New function.
|
|
4091 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
4092
|
|
4093 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
4094
|
|
4095 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
4096
|
|
4097 * x-select.el (x-get-clipboard): obsolete.
|
|
4098 (x-yank-clipboard-selection): obsolete
|
|
4099
|
|
4100 * select.el (disown-selection): need to be careful to disown the
|
|
4101 clipboard if we set it via selection.
|
|
4102 (get-clipboard): move from x-select.el
|
|
4103 (yank-clipboard-selection): ditto.
|
|
4104
|
|
4105 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4106
|
|
4107 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
4108 isearch-highlight-all-matches to nil.
|
|
4109 (isearch-fixed-case): New variable.
|
|
4110 (isearch-mode): Initialize it.
|
|
4111 (isearch-edit-string): Save it.
|
|
4112 (isearch-toggle-case-fold): Set it.
|
|
4113 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
4114 need to check isearch-fixed-case.
|
|
4115 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
4116 before the pause.
|
438
|
4117 (isearch-edit-string):
|
428
|
4118
|
|
4119 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4120
|
|
4121 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
4122 before reading the event so that the prompt is displayed properly.
|
|
4123 (isearch-message): Use isearch-nonincremental when calling
|
|
4124 isearch-message-prefix.
|
|
4125 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
4126 M-p and M-n respectively.
|
|
4127 (isearch-done): New arg NOPUSH.
|
|
4128 (isearch-edit-string): Use it.
|
|
4129 (isearch-edit-string): Don't bind isearch-string.
|
|
4130 (isearch-ring-adjust): Edit string, *then* push state.
|
|
4131
|
|
4132 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
4133
|
|
4134 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
4135 different than default.
|
|
4136
|
|
4137 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4138
|
|
4139 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4140 save-excursion.
|
|
4141 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4142 (isearch-update): Call isearch-dehighlight without arguments.
|
|
4143 (isearch-done): Ditto.
|
|
4144
|
|
4145 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
4146 upper-case letters, allow the folding to be reenabled.
|
|
4147 Previously, once disabled, the folding would remain that way until
|
|
4148 the end of isearch.
|
|
4149 (isearch-top-state): Call isearch-fix-case.
|
|
4150
|
|
4151 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4152 save-excursion.
|
|
4153 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4154
|
|
4155 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
4156
|
|
4157 * xpm-button.el:
|
|
4158 xbm-button.el: Need to exist in core because gui.el depends on
|
|
4159 them.
|
|
4160
|
|
4161 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
4162
|
|
4163 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
4164 (buffers-tab-default-buffer-line-length): new specifier for
|
|
4165 maximum viewable characters.
|
|
4166 (progress-stack): new variable for implementing widget-based
|
|
4167 progress messages.
|
|
4168 (progress-area-buffer): ditto.
|
|
4169 (progress-glyph-height): ditto.
|
|
4170 (progress-stop-callback): ditto.
|
|
4171 (progress-quit-function): new function.
|
|
4172 (progress-glyph): new variable.
|
|
4173 (progress-layout-glyph): ditto.
|
|
4174 (progress-displayed-p): new function, see message-displayed-p for
|
|
4175 details.
|
|
4176 (clear-progress): ditto.
|
|
4177 (remove-progress): ditto.
|
|
4178 (append-progress): ditto.
|
|
4179 (raw-append-progress): ditto.
|
|
4180 (display-progress): ditto.
|
|
4181 (current-progress): ditto.
|
|
4182 (current-progress-label): ditto.
|
|
4183 (progress): ditto.
|
|
4184 (lprogress): ditto.
|
|
4185
|
|
4186
|
|
4187 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4188
|
|
4189 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
4190
|
|
4191 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
4192 `isearch-yank-selection'.
|
|
4193 (isearch-mode-map): Use it.
|
|
4194 (isearch-yank-selection): Use `get-selection' instead of
|
|
4195 `get-x-selection'.
|
|
4196
|
|
4197 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4198
|
|
4199 * faces.el (isearch-secondary): Create face here.
|
|
4200
|
438
|
4201 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
428
|
4202 timers.
|
|
4203
|
|
4204 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
4205
|
|
4206 * subr.el (buffer-string): More robust backward compatibility
|
|
4207 check, courtesy William Perry.
|
|
4208
|
|
4209 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
4210
|
|
4211 * replace.el (perform-replace): Stop the search after the search
|
|
4212 limit has been reached.
|
|
4213
|
|
4214 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
4215
|
|
4216 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
4217 here if we don't have one.
|
|
4218
|
|
4219 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
4220
|
|
4221 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
4222 efficient UTF8 support
|
|
4223 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
4224 being defined
|
|
4225 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
4226 being defined
|
|
4227
|
442
|
4228 1999-08-23 Didier Verna <didier@xemacs.org>
|
428
|
4229
|
|
4230 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
4231 Some doc strings improvements, and add a star to the `interactive'
|
|
4232 calls.
|
|
4233
|
|
4234 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
4235
|
|
4236 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
4237 keywords and regexpes for javadoc syntax 1.2.
|
|
4238
|
|
4239 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
4240
|
|
4241 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
4242 format-buffers-tab-line.
|
|
4243 (buffers-tab-max-buffer-line-length): new variable.
|
|
4244 (format-buffers-tab-line): new function. truncate names if over
|
|
4245 buffers-tab-max-buffer-line-length.
|
|
4246
|
|
4247 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
4248
|
|
4249 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
4250
|
|
4251 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
4252
|
|
4253 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
4254 brute-force approach to deleting the last buffer.
|
|
4255 (buffers-tab-grouping-regexp): new customizable variable.
|
|
4256 (select-buffers-tab-buffers-by-mode): use it.
|
|
4257
|
|
4258 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
4259
|
|
4260 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
4261 deletion problem.
|
|
4262
|
442
|
4263 1999-07-30 Didier Verna <didier@xemacs.org>
|
428
|
4264
|
|
4265 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
4266 of princ to output symbols.
|
|
4267 (custom-save-face-internal): ditto.
|
|
4268 (custom-save-resets): ditto.
|
|
4269
|
442
|
4270 1999-08-09 Didier Verna <didier@xemacs.org>
|
428
|
4271
|
|
4272 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
4273 `regexp-quote' to protect the major mode name for use as a regular
|
|
4274 expression (c++ needs this for instance).
|
|
4275
|
|
4276 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
4277
|
|
4278 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
4279 cope with similar mode names.
|
|
4280
|
|
4281 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
4282 function.
|
|
4283 (select-buffers-tab-buffers-by-mode): new function.
|
|
4284 (buffers-tab-items): use it if set to only display buffers in the
|
|
4285 tab in the current buffer's group..
|
|
4286 (update-tab-in-gutter): use new api.
|
|
4287 (remove-buffer-from-gutter-tab): ditto.
|
|
4288
|
|
4289 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
4290 default to 6.
|
|
4291 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
4292 (add-tab-to-gutter): set face as default.
|
|
4293
|
|
4294 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
4295
|
|
4296 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
4297 with the target, not replace it.
|
|
4298
|
|
4299 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
4300
|
|
4301 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
4302 buffer-items.
|
|
4303 (update-tab-in-gutter): use it.
|
|
4304
|
|
4305 * gutter-items.el (record-buffer-hook): set.
|
|
4306
|
|
4307 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
4308 change.
|
|
4309 (switch-to-buffer-hook) deleted.
|
|
4310
|
|
4311 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
4312
|
|
4313 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
4314 as an argument to create-frame-hook.
|
|
4315
|
|
4316 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4317
|
|
4318 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
4319 instead of timer emulation.
|
|
4320
|
|
4321 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
4322
|
|
4323 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
4324 Emacs isearch enhancements.
|
|
4325
|
|
4326 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
4327
|
|
4328 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
4329 all devices that support tab controls.
|
|
4330 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
4331 value for kill-buffer-hook.
|
|
4332
|
|
4333 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
4334
|
|
4335 * auto-show.el (auto-show-truncationp): changed to match
|
|
4336 `window_translation_on'
|
|
4337
|
|
4338 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4339
|
|
4340 * XEmacs 21.2.19 is released
|
|
4341
|
|
4342 1999-07-28 SL Baur <steve@miho>
|
|
4343
|
|
4344 * code-files.el (insert-file-contents): Fix docstring.
|
|
4345 revert previous change.
|
|
4346
|
|
4347 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4348
|
|
4349 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
4350 contain word-across-newline plus one character so that filling
|
|
4351 Japanese and Chinese works as desired.
|
|
4352 * simple.el (do-auto-fill): Ditto.
|
|
4353
|
|
4354 1999-07-26 SL Baur <steve@miho>
|
|
4355
|
|
4356 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
4357 method.
|
|
4358 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4359
|
|
4360 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
4361
|
|
4362 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
4363 able to use cl-macs macro in early lisp.
|
|
4364
|
|
4365 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
4366
|
|
4367 * custom.el:
|
|
4368 * cus-face.el:
|
|
4369 * cus-edit.el:
|
|
4370 Massive custom Theme API changes.
|
|
4371
|
|
4372 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4373
|
|
4374 * code-files.el (insert-file-contents): Regard
|
|
4375 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
4376
|
|
4377 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4378
|
|
4379 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
4380 bootstrapping problem with C locale.
|
|
4381
|
|
4382 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
4383
|
|
4384 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
4385 gutter-items in a less than functional XEmacs.
|
|
4386 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
4387
|
|
4388 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
4389
|
|
4390 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
4391 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
4392 t.
|
|
4393
|
|
4394 1999-07-22 SL Baur <steve@miho>
|
|
4395
|
|
4396 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
4397
|
|
4398 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
4399
|
|
4400 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
4401 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
4402 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
4403 modular enough to use as an efficient scripting tool.)
|
|
4404
|
|
4405 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4406
|
|
4407 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
4408 coding-category `utf-8' and `ucs-4' if they are available.
|
|
4409
|
|
4410 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4411
|
|
4412 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
4413 (prefer-coding-system): Fix DOC-string.
|
|
4414
|
|
4415 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
4416 DOC-string too.
|
|
4417
|
|
4418 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
4419 Mule.
|
|
4420 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
4421
|
|
4422 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4423
|
|
4424 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
4425 instead of `list-coding-system'.
|
|
4426
|
|
4427 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4428
|
|
4429 * menubar-items.el (default-menubar): `select-input-method' was
|
|
4430 renamed to `set-input-method'.
|
|
4431
|
|
4432 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4433 "Set Language Environment" menu.
|
|
4434
|
|
4435 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4436 "Describe Language Support" menu.
|
|
4437
|
|
4438 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4439
|
|
4440 * mule/chinese.el ("Chinese-GB"): Rename
|
|
4441 `chinese-gb-environment-setup-function' to
|
|
4442 `setup-chinese-gb-environment-internal'.
|
|
4443
|
|
4444 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4445
|
|
4446 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
4447 `copy-coding-system'.
|
|
4448
|
|
4449 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4450
|
|
4451 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4452 Treat duplicated coding-categories.
|
|
4453
|
|
4454 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4455
|
|
4456 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
4457 `copy-coding-system'.
|
|
4458
|
|
4459 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4460
|
|
4461 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
4462 coding-system `viscii'.
|
|
4463
|
|
4464 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4465
|
|
4466 * mule/cyrillic.el:
|
|
4467 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
4468 (cyrillic-alternativnyj-decode-table): New variable.
|
|
4469 (cyrillic-alternativnyj-encode-table): New variable.
|
|
4470 - Specify `iso-8-1' as a category of coding-system
|
|
4471 `alternativnyj'.
|
|
4472 - Abolish general Cyrillic environment.
|
|
4473
|
|
4474 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4475
|
|
4476 * mule/chinese.el:
|
|
4477 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
4478 - Register `chinese-gb-environment-setup-function' as a
|
|
4479 `setup-function' of "Chinese-GB" environment.
|
|
4480
|
|
4481 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4482
|
|
4483 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
4484 optional argument `parents'.
|
|
4485
|
|
4486 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
4487 property for Thai-XTIS.
|
|
4488
|
|
4489 * mule/mule-help.el (help-with-tutorial): Use property
|
|
4490 `tutorial-coding-system' of language-info as a coding-system to
|
|
4491 read tutorial file.
|
|
4492
|
|
4493 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4494
|
|
4495 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
4496 `exit-function'.
|
|
4497
|
|
4498 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4499 `set-coding-category-system' to set up coding-system for
|
|
4500 coding-category.
|
|
4501
|
|
4502 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4503 `set-coding-category-system' to set up coding-system for
|
|
4504 coding-category.
|
|
4505
|
|
4506 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4507
|
|
4508 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
4509 Thai-XTIS environment.
|
|
4510
|
|
4511 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4512 `find-coding-system' instead of `coding-system-p'.
|
|
4513
|
|
4514 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4515
|
|
4516 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4517 Modify eol-type for XEmacs.
|
|
4518
|
|
4519 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
4520
|
|
4521 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
4522 function.
|
|
4523 (prefer-coding-system): Don't call
|
|
4524 `update-coding-systems-internal'; use function
|
|
4525 `coding-category-list' instead of variable `coding-category-list';
|
|
4526 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
4527 modify `eol-type' for XEmacs.
|
|
4528
|
|
4529 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
4530 `charset-columns'.
|
|
4531 (char-width): Likewise.
|
|
4532
|
|
4533 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4534
|
|
4535 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
4536 `tis-620'.
|
|
4537
|
|
4538 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4539 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
4540 call `update-coding-systems-internal'.
|
|
4541
|
|
4542 * mule/mule-misc.el (coding-system-get): New function.
|
|
4543 (coding-system-put): New function.
|
|
4544 (coding-system-category): New function.
|
|
4545
|
|
4546 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4547
|
|
4548 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
4549 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
4550 to avoid conflict with leim/quail/thai-xtis.
|
|
4551
|
|
4552 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
4553 to thai-xtis-chars.el.
|
|
4554
|
|
4555 * mule/thai-xtis-chars.el: New file (split from
|
|
4556 mule/thai-xtis.el).
|
|
4557
|
|
4558 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4559
|
|
4560 * mule/thai-xtis.el:
|
|
4561 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
4562 - Add syntax entries.
|
|
4563 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
4564 `tis-620'.
|
|
4565
|
|
4566 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
4567
|
|
4568 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
4569 rewritten to use write-multibyte-character.
|
|
4570
|
|
4571 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4572
|
|
4573 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
4574 of `iso-2022-7'.
|
|
4575 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
4576 ported yet.
|
|
4577 (read-input-method-name): Treat optional argument `default'.
|
|
4578
|
|
4579 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4580
|
|
4581 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
4582 all.
|
|
4583 (set-language-info-alist): Set up menus here.
|
|
4584
|
|
4585 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4586
|
|
4587 * minibuf.el (completing-read): Add new optional argument
|
|
4588 `default'.
|
|
4589 (read-coding-system): Add new optional argument
|
|
4590 `default-coding-system'.
|
|
4591
|
|
4592 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
4593
|
|
4594 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
4595 (viet-viscii-...->viet-vscii...).
|
|
4596
|
|
4597 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
4598
|
|
4599 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
4600 and menus.
|
|
4601
|
|
4602 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
4603
|
|
4604 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
4605 property.
|
|
4606
|
|
4607 1999-03-30 Dave Love <fx@gnu.org>
|
|
4608
|
|
4609 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
4610
|
|
4611 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
4612
|
|
4613 * mule/european.el (setup-slovenian-environment): New function.
|
|
4614 ("Slovenian"): New language environment.
|
|
4615
|
|
4616 1999-01-27 Dave Love <fx@gnu.org>
|
|
4617
|
|
4618 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
4619 :type (choices) and appropriate :get.
|
|
4620
|
|
4621 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
4622
|
|
4623 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
4624 input-method-alist.
|
|
4625
|
|
4626 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
4627
|
|
4628 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
4629 set-coding-priority, so that the internal array of priorities is
|
|
4630 also updated.
|
|
4631
|
|
4632 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4633
|
|
4634 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
4635 requires specific EOL conversion type, make the default coding
|
|
4636 systems use that.
|
|
4637
|
|
4638 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4639
|
|
4640 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
4641 eol-type to set-language-environment-coding-systems.
|
|
4642 (set-default-coding-systems): Copy the eol-type property for the
|
|
4643 new default values of {buffer-file,process}-coding-system from the
|
|
4644 old defaults.
|
|
4645 (set-language-environment-coding-systems): Accept an optional
|
|
4646 argument EOL-TYPE, and set the eol-type property of the default
|
|
4647 coding systems accordingly.
|
|
4648
|
|
4649 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
4650
|
|
4651 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
4652 use generate-new-buffer instead of get-buffer-create.
|
|
4653
|
|
4654 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4655
|
|
4656 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
4657
|
|
4658 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
4659
|
|
4660 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
4661
|
|
4662 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4663
|
|
4664 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
4665 Add apropos-inhibit property.
|
|
4666 (describe-specified-language-support): Likewise.
|
|
4667
|
|
4668 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4669
|
|
4670 * mule/mule-cmds.el: Doc fixes.
|
|
4671
|
|
4672 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
4673
|
|
4674 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
4675 modified.
|
|
4676
|
|
4677 1998-09-01 Dave Love <fx@gnu.org>
|
|
4678
|
|
4679 * mule/mule-cmds.el (current-language-environment): Fix
|
|
4680 setter function.
|
|
4681
|
|
4682 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
4683
|
|
4684 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
4685 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
4686 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
4687 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
4688 files using interpreted code.
|
|
4689
|
|
4690 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
4691
|
|
4692 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
4693 ("Latin-2"): Likewise.
|
|
4694
|
|
4695 1998-08-18 Per Starback <starback@update.uu.se>
|
|
4696
|
|
4697 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
4698
|
|
4699 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
4700
|
|
4701 * mule/european.el: Give proper value of `input-method' key to all
|
|
4702 lang. env.
|
|
4703
|
|
4704 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
4705 the arg INPUT-METHOD is nil correctly.
|
|
4706 (read-multilingual-string): Activate the specified input method
|
|
4707 before calling read-string. Afterward, activate the original
|
|
4708 input method.
|
|
4709
|
|
4710 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
4711
|
|
4712 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4713 (set-language-info-alist): Fix typo in doc-string.
|
|
4714
|
|
4715 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
4716
|
|
4717 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
4718
|
|
4719 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4720 (reset-language-environment): New function for the job that
|
|
4721 setup-english-environment used to do.
|
|
4722 (set-language-environment): Do more setups according to the info
|
|
4723 in language-info-alist.
|
|
4724 (read-language-name): Handle the case that the arg KEY is nil.
|
|
4725 (describe-language-environment): Handle input-method property.
|
|
4726
|
|
4727 * mule/: All files under this directory, which related with
|
|
4728 specific languages (such as mule/european.el, mule/greek.el,
|
|
4729 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
4730 (setup-XXX-environment): Just call set-language-environment. If
|
|
4731 they used to do some other jobs than what done by
|
|
4732 set-language-environment, those jobs are done in
|
|
4733 setup-XXX-environment-internal now.
|
|
4734 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
4735 the value to setup-XXX-environment-internal. Add properties
|
|
4736 input-method and features.
|
|
4737
|
|
4738 * mule/english.el (setup-english-environment): Just call
|
|
4739 reset-language-environment.
|
|
4740
|
|
4741 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
4742
|
|
4743 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4744
|
|
4745 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
4746 (input-method-use-echo-area): Doc fixes.
|
|
4747
|
|
4748 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
4749
|
|
4750 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
4751 variable.
|
|
4752 (input-method-use-echo-area): New variable.
|
|
4753
|
|
4754 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
4755
|
|
4756 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4757
|
|
4758 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
4759
|
|
4760 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
4761 (inactivate-input-method): Likewise.
|
|
4762
|
|
4763 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
4764
|
|
4765 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
4766 input method in the current buffer, but just bind
|
|
4767 current-input-method.
|
|
4768
|
|
4769 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
4770
|
|
4771 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
4772
|
|
4773 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
4774 coding-system.
|
|
4775
|
|
4776 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
4777
|
|
4778 * mule/greek.el: Add coding-priority.
|
|
4779
|
|
4780 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4781
|
|
4782 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
4783 LANG-ENV.
|
|
4784
|
|
4785 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4786
|
|
4787 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
4788 (setup-specified-language-environment): Doc fix.
|
|
4789
|
|
4790 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4791
|
|
4792 * mule/mule-cmds.el: Several doc fixes.
|
|
4793 (get-language-info, set-language-info): Rename argument.
|
|
4794 (set-language-info-alist): Likewise.
|
|
4795 (register-input-method): Rename argument.
|
|
4796 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
4797
|
|
4798 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
4799
|
|
4800 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
4801 default value while reading an input method.
|
|
4802
|
|
4803 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
4804
|
|
4805 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
4806 Use buffer-file-coding-system as default.
|
|
4807
|
|
4808 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
4809
|
|
4810 * mule/korean.el ("Korean"): Doc fix.
|
|
4811
|
|
4812 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
4813
|
|
4814 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
4815 languge environment at the head.
|
|
4816
|
|
4817 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
4818
|
|
4819 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
4820 for Japanese environment.
|
|
4821
|
|
4822 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
4823
|
|
4824 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
4825 (current-language-environment): Use defcustom.
|
|
4826 (default-input-method): Specify :type.
|
|
4827
|
|
4828 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
4829
|
|
4830 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4831 modified.
|
|
4832 (prefer-coding-system): Doc-string modified.
|
|
4833
|
|
4834 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4835
|
|
4836 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
4837 describes `coding-priority' KEY.
|
|
4838 (set-language-environment-coding-systems): New function.
|
|
4839 (select-safe-coding-system): New function.
|
|
4840 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
4841 (set-language-info-alist): New optionla arg PARENTS. Call
|
442
|
4842 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
428
|
4843 (set-language-environment-coding-systems): New function.
|
|
4844
|
|
4845 * mule/chinese.el: Remove setting up of
|
|
4846 describe-chinese-environment-map and
|
|
4847 setup-chinese-environment-map. Exclude them in args of calls to
|
|
4848 set-language-info-alist. Register coding-priority key in
|
|
4849 language-info-alist.
|
|
4850
|
|
4851 * mule/cyrillic.el: Remove setting up of
|
|
4852 describe-cyrillic-environment-map and
|
|
4853 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
4854 set-language-info-alist. Register coding-priority key in
|
|
4855 language-info-alist.
|
|
4856
|
|
4857 * mule/english.el: Register coding-priority key in
|
|
4858 language-info-alist.
|
|
4859
|
|
4860 * mule/ethiopic.el: Register coding-priority key in
|
|
4861 language-info-alist.
|
|
4862
|
|
4863 * mule/european.el: Remove setting up of
|
|
4864 describe-european-environment-map and
|
|
4865 setup-european-environment-map. Exclude them in args of calls to
|
|
4866 set-language-info-alist. Register coding-priority key in
|
|
4867 language-info-alist. Add "German" language env.
|
|
4868 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
4869 (setup-german-environment): New function.
|
|
4870
|
|
4871 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
4872 change default input method to "greek-postfix".
|
|
4873
|
|
4874 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
4875 coding-priority key in
|
|
4876
|
|
4877 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
4878
|
|
4879 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
4880 (input-method-inactivate-hook): Doc fix.
|
|
4881
|
|
4882 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
4883
|
|
4884 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
4885 select-input-method.
|
|
4886
|
|
4887 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
4888
|
|
4889 * mule/mule-cmds.el (set-language-environment): Run
|
|
4890 exit-language-environment-hook before calling `exit-function'
|
|
4891 which is specified for the language environment.
|
|
4892
|
|
4893 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
4894
|
|
4895 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4896 modified.
|
|
4897 (prefer-coding-system): Likewise.
|
|
4898 (describe-language-environment): Print aliases of each coding
|
|
4899 system.
|
|
4900 (set-language-environment-hook): New variable.
|
|
4901 (exit-language-environment-hook): New variable.
|
|
4902 (set-language-environment): Call these hooks. Before setting a
|
|
4903 new language environment, exit from the
|
|
4904 current-language-environment if necessary.
|
|
4905 (input-method-verbose-flag): The value can be nil, t,
|
|
4906 complex-only, or default.
|
|
4907 (input-method-highlight-flag): Doc-string augmented.
|
|
4908 (activate-input-method): Check if we can run the registered
|
|
4909 function to activate an input method.
|
|
4910
|
|
4911 * mule/korean.el: Set exit-function for language environment
|
|
4912 "Korean" to exit-korean-environment.
|
|
4913 (setup-korean-environment): Moved to korea-util.el.
|
|
4914
|
|
4915 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4916
|
|
4917 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
4918 current-input-method prior to default-input-method. Don't bind
|
|
4919 current-input-method by `let', instead, activate the specified
|
|
4920 input method in the current buffer temporarily.
|
|
4921
|
|
4922 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
4923
|
|
4924 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
4925
|
|
4926 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4927
|
|
4928 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
4929 decode-hz-region.
|
|
4930 (pre-write-encode-hz): Do not change the value of
|
|
4931 last-coding-system.
|
|
4932
|
|
4933 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4934
|
|
4935 * mule/mule-ccl.el: Doc fixes.
|
|
4936
|
|
4937 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
4938
|
|
4939 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
4940 (check-ccl-program): New macro.
|
|
4941
|
|
4942 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4943
|
|
4944 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
4945 (ccl-command-table): Add read-multibyte-character and
|
|
4946 write-multibyte-character.
|
|
4947 (ccl-code-table): Add ex-cmd.
|
|
4948 (ccl-extended-code-table): New variable.
|
|
4949 (ccl-embed-extended-command): New function.
|
|
4950 (ccl-compile-read-multibyte-character,
|
|
4951 ccl-compile-write-multibyte-character) New functions.
|
|
4952 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
4953 ccl-dump-write-multibyte-character): New functions.
|
|
4954
|
|
4955 1999-07-22 SL Baur <steve@miho>
|
|
4956
|
|
4957 * config.el (config-value-file): config.values is installed into
|
|
4958 doc-directory.
|
|
4959 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
4960
|
442
|
4961 1999-07-19 Didier Verna <didier@xemacs.org>
|
428
|
4962
|
|
4963 * rect.el: all functions rewritten, except when noted. Below is a
|
|
4964 list of interface changes.
|
|
4965 (apply-on-rectangle): new function. Obsoletes
|
|
4966 `operate-on-rectangle'. All functions that used to call this
|
|
4967 function now call the new one.
|
|
4968 (kill-rectangle): added optional prefix arg to fill lines.
|
|
4969 (delete-rectangle): ditto.
|
|
4970 (delete-extract-rectangle): ditto.
|
|
4971 (open-rectangle): ditto.
|
|
4972 (clear-rectangle): ditto.
|
|
4973 (delete-rectangle-line): added third arg FILL.
|
|
4974 (delete-extract-rectangle-line): ditto.
|
|
4975 (open-rectangle-line): ditto.
|
|
4976 (clear-rectangle-line): ditto.
|
|
4977
|
|
4978 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
4979
|
|
4980 * menubar-items.el (default-menubar): add gutter options.
|
|
4981
|
|
4982 * gutter-items.el: new file.
|
|
4983 (gutter): new group for custom.
|
|
4984 (gutter-visible-p): new variable.
|
|
4985 (default-gutter-position): ditto.
|
|
4986 (buffers-tab): new group for the buffers tab.
|
|
4987 (gutter-buffers-tab): widget to put in the gutter.
|
|
4988 (buffers-tab-max-size): max number of tabs.
|
|
4989 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
4990 tab is pressed.
|
|
4991 (buffers-tab-omit-function): filter buffers with this function.
|
|
4992 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
4993 inclusion in tabs.
|
|
4994 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
4995 the record.
|
|
4996 (build-buffers-tab-internal): build a list of tab items.
|
|
4997 (buffers-tab-items): ditto.
|
|
4998 (add-tab-to-gutter): put a tab in the gutter area.
|
|
4999 (update-tab-in-gutter): reset the buffers in the tab.
|
|
5000
|
|
5001 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
5002
|
|
5003 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
5004 (switch-to-buffer-hooks): new hook.
|
|
5005
|
|
5006 * toolbar.el (default-toolbar-position): fix typo.
|
|
5007
|
|
5008 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
5009
|
|
5010 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
5011
|
442
|
5012 1999-07-15 Didier Verna <didier@xemacs.org>
|
428
|
5013
|
|
5014 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
5015 prompt for a comment string.
|
|
5016 (customize-set-value): optional prefix makes this function handle
|
|
5017 variable comments.
|
|
5018 (customize-set-variable): ditto.
|
|
5019 (customize-save-variable): ditto.
|
|
5020 (customize-customized): handle custom comments.
|
|
5021 (customize-save-customized): ditto.
|
|
5022 (custom-variable-state-set): ditto.
|
|
5023 (custom-face-state-set): ditto.
|
|
5024 (customize-saved): ditto.
|
|
5025 (custom-variable-set): ditto.
|
|
5026 (custom-face-set): ditto.
|
|
5027 (custom-variable-save): ditto.
|
|
5028 (custom-face-save): ditto.
|
|
5029 (custom-variable-reset-saved): ditto.
|
|
5030 (custom-face-reset-saved): ditto.
|
|
5031 (custom-variable-reset-standard): ditto.
|
|
5032 (custom-face-reset-standard): ditto.
|
|
5033 (custom-comment-face): new face.
|
|
5034 (custom-comment-tag-face): ditto.
|
|
5035 (custom-comment): new widget.
|
|
5036 (custom-comment-create): new function.
|
|
5037 (custom-comment-delete): ditto.
|
|
5038 (custom-comment-value-set): ditto.
|
|
5039 (custom-comment-show): ditto.
|
|
5040 (custom-comment-invisible-p): ditto.
|
|
5041 (custom-variable-value-create): create a comment field widget.
|
|
5042 (custom-face-value-create): ditto.
|
|
5043 (custom-variable-menu): new entry for adding a custom comment.
|
|
5044 (custom-face-menu): ditto.
|
|
5045 (custom-save-variables): possibly save custom comments.
|
|
5046 (custom-save-faces): ditto.
|
|
5047
|
|
5048 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
5049 custom comment as fourth argument.
|
|
5050
|
|
5051 * custom.el (custom-set-variables): the arguments can now have a
|
|
5052 custom comment as fifth element.
|
|
5053
|
|
5054 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5055
|
|
5056 * XEmacs 21.2.18 is released
|
|
5057
|
|
5058 1999-07-13 SL Baur <steve@miho>
|
|
5059
|
|
5060 * lib-complete.el (read-library-name): Revert previous change.
|
|
5061 (read-library): Ditto.
|
|
5062
|
|
5063 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
5064
|
|
5065 * packages.el (packages-package-list): Capitalize docstring.
|
|
5066
|
|
5067 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
5068 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
5069 which returns a freshly consed list. #'append would create yet
|
|
5070 another fresh list, using Fmake_list in concat.
|
|
5071
|
|
5072 * packages.el (package-provide): Use setq with remassq like it
|
|
5073 says in its docstring.
|
|
5074
|
|
5075 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5076
|
|
5077 * lib-complete.el (progn-with-message): Fix typo.
|
|
5078
|
|
5079 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5080
|
|
5081 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
5082 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
5083
|
|
5084 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
5085
|
|
5086 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
5087
|
|
5088 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
5089
|
|
5090 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
5091 keys if already bound
|
|
5092
|
|
5093 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5094
|
|
5095 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
5096
|
|
5097 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5098
|
|
5099 * lib-complete.el (find-library):
|
|
5100 (find-library-other-window):
|
|
5101 (find-library-other-frame): Completely rewrote
|
|
5102 so that these functions actually work when called non-interactively.
|
|
5103 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
5104
|
|
5105 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5106
|
|
5107 * simple.el (indent-new-comment-line): Locally bound
|
|
5108 `block-comment-start' to `comstart' or else when this is called
|
|
5109 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
5110 `block-comment-start' value, ignoring any existing spacing after a
|
|
5111 comment prefix in the previous line and producing ugly comments.
|
|
5112
|
|
5113 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
5114
|
|
5115 * list-mode.el (mouse-choose-completion):
|
|
5116 (choose-completion):
|
|
5117 (completion-switch-to-minibuffer): Added.
|
|
5118 ([Tab]): [Tab] previously switched to the minibuffer
|
|
5119 but since [space] does that and since most applications in the
|
|
5120 world use [Tab] to select the next item in a list, do that in the
|
|
5121 *Completions* buffer too. This will cause the least confusion
|
|
5122 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
5123 06/23/1999.
|
|
5124
|
|
5125 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
5126
|
|
5127 * help.el (help-buffer-name): Added support for a null value
|
|
5128 of `help-buffer-prefix-string' since some buffers require no
|
|
5129 prefix.
|
|
5130
|
|
5131 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5132
|
|
5133 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
5134 in the completion-list-mode-map to bury the completions buffer
|
|
5135 even when the minibuffer is no longer active.
|
|
5136
|
|
5137 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5138
|
|
5139 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
5140 the text cursor disappear within list buffers, especially when
|
|
5141 moving from window to window, so leave it visible.
|
|
5142
|
|
5143 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
5144
|
|
5145 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
5146 report menu item (which may not be possible in this XEmacs).
|
|
5147 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
5148
|
|
5149 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
5150
|
|
5151 * subr.el (with-current-buffer): DOC string fix.
|
|
5152 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
5153
|
|
5154 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
5155
|
|
5156 * cus-face.el (custom-face-italic): insert missing args
|
|
5157
|
|
5158 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5159
|
|
5160 * packages.el (package-locations): Changed default early package
|
|
5161 hierarchies to ~/.xemacs/mule-packages and
|
|
5162 ~/.xemacs/xemacs-packages.
|
|
5163
|
|
5164 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
5165
|
|
5166 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
5167
|
|
5168 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5169
|
|
5170 * packages.el (package-locations): Changed default early package
|
|
5171 hierarchy to ~/.xemacs/packages.
|
|
5172 (package-locations): Removed `packages' as a possible name for a
|
|
5173 late package hierarchy.
|
|
5174
|
|
5175 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5176
|
|
5177 * mule/mule-category.el (word-combining-categories): Set up new
|
|
5178 variable.
|
|
5179 (word-separating-categories): Likewise.
|
|
5180
|
|
5181 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5182
|
|
5183 * XEmacs 21.2.17 is released
|
|
5184
|
|
5185 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
5186
|
|
5187 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
5188 of font size.
|
|
5189
|
|
5190 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5191
|
|
5192 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
5193 is 1.
|
|
5194
|
|
5195 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5196
|
|
5197 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
5198 8859-5 instead of ISO 8859-1.
|
|
5199
|
|
5200 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
5201
|
|
5202 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
5203 (viet-viscii-encode-table): Ditto.
|
|
5204
|
|
5205 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
5206 Make obsolete definition of char-octet.
|
|
5207
|
|
5208 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
5209
|
|
5210 * subr.el: Move no-Mule make-char ...
|
|
5211 * help-nomule.el (make-char): To here.
|
|
5212 (string-width): Make Mule compatibility alias.
|
|
5213
|
|
5214 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
5215
|
|
5216 * select.el (get-selection-no-error): really make there be no-error.
|
|
5217 (get-selection): revert to original.
|
|
5218
|
|
5219 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
5220
|
|
5221 * select.el (selection-sets-clipboard): renamed.
|
|
5222 (own-selection): use it.
|
|
5223
|
|
5224 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5225
|
|
5226 * XEmacs 21.2.16 is released
|
|
5227
|
|
5228 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5229
|
|
5230 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
5231 missing characters to avoid crash.
|
|
5232
|
|
5233 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5234
|
|
5235 * coding.el (set-terminal-coding-system): Only set the console
|
|
5236 coding system on the selected console if it is a tty.
|
|
5237
|
|
5238 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5239
|
|
5240 * cus-face.el:
|
|
5241 * cus-edit.el:
|
|
5242 * faces.el:
|
|
5243 (custom):
|
|
5244 (face-spec-set):
|
|
5245 * faces.el (frob-face-property):
|
|
5246 * font-menu.el (font-menu-set-font):
|
|
5247 Actually apply changes from 1999-03-17
|
|
5248
|
|
5249 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
5250
|
|
5251 * select.el (get-selection): abstract out non error-signalling
|
|
5252 part.
|
|
5253 (get-selection-no-error): get-selection without signalling an
|
|
5254 error.
|
|
5255 (selection-is-clipboard-p): new variable. controls whether the
|
|
5256 selection sets the clipboard.
|
|
5257 (own-selection): use it.
|
|
5258
|
|
5259 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
5260 primary selection and cutbuffer.
|
|
5261
|
|
5262 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
5263
|
|
5264 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
5265 selection functions.
|
|
5266
|
|
5267 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5268
|
|
5269 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
5270 default value.
|
|
5271 (load): Use `raw-text' instead of `no-conversion'.
|
|
5272 (insert-file-contents): Likewise.
|
|
5273
|
|
5274 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
5275 of `no-conversion'.
|
|
5276
|
|
5277 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5278
|
|
5279 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
5280
|
|
5281 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
5282
|
|
5283 * subr.el (make-char): Define it if Mule is not around.
|
|
5284
|
|
5285 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
5286
|
|
5287 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
5288
|
|
5289 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
5290 obsolete alias.
|
|
5291 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
5292
|
|
5293 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5294
|
|
5295 * XEmacs 21.2.15 is released
|
|
5296
|
|
5297 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
5298
|
|
5299 * subr.el (split-string): Avoid infinite looping
|
|
5300
|
|
5301 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5302
|
|
5303 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
5304 (ldap-default-attribute-decoder): New variable
|
|
5305 (ldap-coding-system): New variable
|
|
5306 (ldap-attribute-syntax-encoders): New variable
|
|
5307 (ldap-attribute-syntax-decoders): New variable
|
|
5308 (ldap-attribute-syntaxes-alist): New variable
|
|
5309 (ldap-encode-boolean): New function
|
|
5310 (ldap-decode-boolean): New function
|
|
5311 (ldap-encode-country-string): New function
|
|
5312 (ldap-decode-string): New function
|
|
5313 (ldap-decode-address): New function
|
|
5314 (ldap-encode-address): New function
|
|
5315 (ldap-decode-attribute): New function
|
|
5316 (ldap-search): Use some of these
|
|
5317
|
|
5318 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
5319
|
|
5320 * version.el (emacs-version): Make the patch level/beta come
|
|
5321 before the XEmacs qualifier so that it gets into (funcall
|
|
5322 emacs-version) and thus in the bug reports.
|
|
5323 (emacs-version>=): Support patch levels.
|
|
5324
|
|
5325 1999-06-03 SL Baur <steve@xemacs.org>
|
|
5326
|
|
5327 * version.el: implement x.y.z version number
|
|
5328 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5329
|
|
5330 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
5331
|
|
5332 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
5333
|
|
5334 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
5335
|
|
5336 * startup.el: Document -private and break out non-standard X options.
|
|
5337
|
|
5338 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5339
|
|
5340 * mule/mule-charset.el (charset-after): New function.
|
|
5341 (charset-direction): Synch with Mule, update docstring.
|
|
5342 (get-charset-property): New function.
|
|
5343 (put-charset-property): New function.
|
|
5344 (charset-plist): New function.
|
|
5345
|
|
5346 * mule/mule-charset.el (compose-region):
|
|
5347 (decompose-region): remove; these functions (which don't work
|
|
5348 since we don't do composite characters) have been moved to
|
|
5349 mule-util.el.
|
|
5350 (toplevel): follow coding standards
|
|
5351
|
|
5352 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5353
|
|
5354 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
5355 exist any more.
|
|
5356
|
|
5357 * code-files.el: Fix commentary to follow coding standards. Move
|
|
5358 the single line left in mule-files.el to here.
|
|
5359
|
|
5360 * mule/mule-files.el: delete.
|
|
5361
|
|
5362 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
5363
|
|
5364 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
5365 old emacs 19 interface.
|
|
5366
|
|
5367 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
5368
|
|
5369 * x-font-menu.el (x-font-menu-load-font):
|
|
5370 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
5371
|
|
5372 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
5373
|
|
5374 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
5375 group.
|
|
5376 (font-menu-this-frame-only-p): ditto.
|
|
5377 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
5378 <vroonhof@math.ethz.ch>
|
|
5379 (font-menu-submenu-name-format): ditto.
|
|
5380 (font-menu-split-long-menu): ditto, for use by the family
|
|
5381 constructor.
|
|
5382 (font-menu-family-constructor): use it.
|
|
5383
|
|
5384 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
5385
|
|
5386 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
5387 for use by the font menu.
|
|
5388
|
|
5389 * msw-font-menu.el: new file implementing mswindows specific
|
|
5390 font-menu behaviour.
|
|
5391 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
5392 (mswindows-font-menu-junk-families): ditto.
|
|
5393 (hack-font-truename): ditto.
|
|
5394 (mswindows-font-regexp-ascii): ditto.
|
|
5395 (mswindows-reset-device-font-menus): ditto.
|
|
5396 (mswindows-font-menu-font-data): ditto.
|
|
5397 (mswindows-font-menu-load-font): ditto.
|
|
5398
|
|
5399 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
5400 (x-font-menu-font-data): ditto.
|
|
5401 (x-font-menu-load-font): ditto.
|
|
5402
|
|
5403 * font-menu.el: new file implementing generic font menu behaviour.
|
|
5404 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
5405 made device independent.
|
|
5406 (font-menu-this-frame-only-p): ditto.
|
|
5407 (font-menu-preferred-resolution): ditto.
|
|
5408 (font-menu-size-scaling): new variable used to determine whether
|
|
5409 sizes are in points or tenths of a point.
|
|
5410 (vassoc): moved from x-font-menu.el.
|
|
5411 (device-fonts-cache): ditto.
|
|
5412 (device-fonts-cache): ditto.
|
|
5413 (flush-device-fonts-cache): ditto.
|
|
5414 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
5415 device independent. Most functionality deferred to
|
|
5416 device-dependent versions.
|
|
5417 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
5418 made device independent.
|
|
5419 (font-menu-size-constructor): ditto.
|
|
5420 (font-menu-weight-constructor): ditto.
|
|
5421 (font-menu-set-font): ditto.
|
|
5422 (font-menu-change-face): ditto.
|
|
5423 (font-menu-load-font): new device method.
|
|
5424 (font-menu-font-data): ditto.
|
|
5425
|
|
5426 * x-font-menu.el: The above functions deleted.
|
|
5427
|
|
5428 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
5429
|
|
5430 * update-elc.el:
|
|
5431 * make-docfile.el:
|
|
5432 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
5433
|
|
5434 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
5435
|
|
5436 * x-select.el (x-select-convert-to-text):
|
|
5437 (x-selected-text-type):
|
|
5438 (x-get-selection):
|
|
5439 (xselect-convert-to-string):
|
|
5440 (xselect-convert-to-compound-text):
|
|
5441 (xselect-convert-to-length):
|
|
5442 (xselect-convert-to-targets):
|
|
5443 (xselect-convert-to-delete):
|
|
5444 (xselect-convert-to-filename):
|
|
5445 (xselect-convert-to-charpos):
|
|
5446 (xselect-convert-to-lineno):
|
|
5447 (xselect-convert-to-colno):
|
|
5448 (xselect-convert-to-sourceloc):
|
|
5449 (xselect-convert-to-os):
|
|
5450 (xselect-convert-to-host):
|
|
5451 (xselect-convert-to-user):
|
|
5452 (xselect-convert-to-class):
|
|
5453 (xselect-convert-to-name):
|
|
5454 (xselect-convert-to-integer):
|
|
5455 (xselect-convert-to-atom):
|
|
5456 (xselect-convert-to-identity): functions renamed from x-* and
|
|
5457 moved to select.el.
|
|
5458 (x-get-secondary-selection): use rename get-selection.
|
|
5459 (x-get-clipboard): ditto.
|
|
5460 (x-own-selection): moved to select.el.
|
|
5461 (x-valid-simple-selection-p): ditto.
|
|
5462 (x-dehilight-selection): ditto.
|
|
5463 (x-own-clipboard): ditto.
|
|
5464 (x-disown-selection): ditto.
|
|
5465
|
|
5466 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
5467 (x-insert-selection): ditto.
|
|
5468 (x-set-point-and-move-selection): use renamed function.
|
|
5469
|
|
5470 * select.el (selected-text-type): moved and renamed from
|
|
5471 x-select.el.
|
|
5472 (selection-owner-p): moved to C.
|
|
5473 (selection-exists-p): ditto.
|
|
5474 (get-cutbuffer): new device method.
|
|
5475 (get-selection): generalised and moved from x-select.el.
|
|
5476 (own-selection): moved x-own-selection functionality into here.
|
|
5477 (dehilight-selection): renamed and moved from x-select.el.
|
|
5478 (own-clipboard): functionality moved from x-select.el using new
|
|
5479 generic C builtins.
|
|
5480 (disown-clipboard): ditto.
|
|
5481 (select-convert-to-text):
|
|
5482 (select-convert-to-string):
|
|
5483 (select-convert-to-compound-text):
|
|
5484 (select-convert-to-length):
|
|
5485 (select-convert-to-targets):
|
|
5486 (select-convert-to-delete):
|
|
5487 (select-convert-to-filename):
|
|
5488 (select-convert-to-charpos):
|
|
5489 (select-convert-to-lineno):
|
|
5490 (select-convert-to-colno):
|
|
5491 (select-convert-to-sourceloc):
|
|
5492 (select-convert-to-os):
|
|
5493 (select-convert-to-host):
|
|
5494 (select-convert-to-user):
|
|
5495 (select-convert-to-class):
|
|
5496 (select-convert-to-name):
|
|
5497 (select-convert-to-integer):
|
|
5498 (select-convert-to-atom):
|
|
5499 (select-convert-to-identity): new functions renamed from x-* and
|
|
5500 moved from x-select.el.
|
|
5501
|
|
5502 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
5503 into here and use as the default window-system mouse yank.
|
|
5504 (insert-selection): generalised and moved from x-mouse.el.
|
|
5505 (own-clipboard): moved to C.
|
|
5506
|
|
5507 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
5508 (mswindows-own-selection): generalised and moved to select.el.
|
|
5509 (mswindows-disown-selection): generalised and moved to C.
|
|
5510 (mswindows-selection-owner-p): ditto.
|
|
5511
|
|
5512 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5513
|
|
5514 * XEmacs 21.2.14 is released
|
|
5515
|
|
5516 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5517
|
|
5518 * about.el: update contact info for jason and slb.
|
|
5519
|
|
5520 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5521
|
|
5522 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
5523 support from Emacs/Mule romanian.el.
|
|
5524
|
|
5525 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5526
|
|
5527 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
5528
|
|
5529 * cus-edit.el: idem ditto.
|
|
5530
|
|
5531 * faces.el: Added suport for adding device tags to various functions.
|
|
5532 (custom): New device tag.
|
|
5533 (face-spec-set): Call reset face with tags argument. No longer do
|
|
5534 x-init-global-faces hack.
|
|
5535
|
|
5536 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
5537 frob-face-property-1 over.
|
|
5538
|
|
5539 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
5540 properties to custom.
|
|
5541
|
|
5542 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
5543
|
|
5544 * mule/european.el (setup-czech-environment): Add czech support.
|
|
5545 From David Sauer <davids@orfinet.cz>
|
|
5546
|
|
5547 1999-03-15 SL Baur <steve@xemacs.org>
|
|
5548
|
|
5549 * check-features.el: Turn hard errors into warnings.
|
|
5550
|
|
5551 1999-03-21 SL Baur <steve@xemacs.org>
|
|
5552
|
|
5553 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
5554 xemacs-beta, default to t.
|
|
5555
|
|
5556 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
5557
|
|
5558 * loadup.el: Define Installation-string before loading anything.
|
|
5559
|
|
5560 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5561
|
|
5562 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
5563 From Anders Stenman <stenman@isy.liu.se>
|
|
5564
|
|
5565 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5566
|
|
5567 * wid-edit.el (widget-glyph-find): Ditto.
|
|
5568
|
|
5569 * packages.el (locate-library): Ditto.
|
|
5570
|
|
5571 * loadup.el (really-early-error-handler): Ditto.
|
|
5572
|
|
5573 * lib-complete.el (read-library): Ditto.
|
|
5574
|
|
5575 * faces.el (set-face-stipple): Ditto.
|
|
5576
|
|
5577 * code-files.el (load): Use new calling style of locate-file.
|
|
5578
|
|
5579 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5580
|
|
5581 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
5582 dead.
|
|
5583
|
|
5584 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5585
|
|
5586 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
5587 Installation.el.
|
|
5588
|
|
5589 * loadup.el (Installation-string): Define it here.
|
|
5590
|
|
5591 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5592
|
|
5593 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
5594 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
5595 the dumping process won't find it.
|
|
5596
|
434
|
5597 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
428
|
5598
|
|
5599 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
5600 subr so that we can use `replace-in-string' in Installation.el to
|
|
5601 get rid of C-m chars under the native Windows build.
|
|
5602
|
|
5603 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
5604
|
|
5605 * make-docfile.el: canonicalize file and directory names.
|
|
5606
|
|
5607 * device.el (call-device-method): new function for calling device
|
|
5608 specific methods.
|
|
5609 (define-device-method): new function for defining device methods.
|
|
5610 (define-device-method*): ditto.
|
|
5611
|
|
5612 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
5613
|
|
5614 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
5615
|
|
5616 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5617
|
|
5618 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
5619 (cyrillic-koi8-r-encode-table): Likewise.
|
|
5620 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
5621 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
5622
|
|
5623 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
5624 from vietnamese.el].
|
|
5625
|
|
5626 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
5627 mule/mule-misc.el.
|
|
5628
|
|
5629 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5630
|
|
5631 * mule/thai-xtis.el:
|
|
5632 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
5633 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
5634
|
|
5635 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5636
|
|
5637 * mule/ethiopic.el: fixed.
|
|
5638
|
|
5639 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5640
|
|
5641 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
5642
|
|
5643 * mule/thai-xtis.el: New file.
|
|
5644
|
|
5645 * mule/vietnamese.el: New file.
|
|
5646
|
|
5647 * mule/ethiopic.el: New file.
|
|
5648
|
|
5649 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
5650
|
|
5651 * bytecomp.el (byte-compile-close-variables): Leave
|
|
5652 debug-issue-ebola-notices alone.
|
|
5653
|
|
5654 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5655
|
|
5656 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
5657 at the top of the buffer since it is the most important thing to
|
|
5658 customize
|
|
5659 (ldap-get-host-parameter): New defun
|
|
5660 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
5661 distinguished names of entries
|
|
5662
|
|
5663 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
5664
|
|
5665 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
5666
|
|
5667 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
5668
|
|
5669 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
5670
|
|
5671 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
5672
|
|
5673 * format.el (format-alist): Disable image stuff.
|
|
5674
|
|
5675 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
5676
|
|
5677 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
5678 suffixes rather than the other way around.
|
|
5679 (widget-image-conversion): Renamed to
|
|
5680 `widget-image-file-name-suffixes'.
|
|
5681
|
|
5682 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
5683
|
|
5684 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
5685 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
5686 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
5687 (charset-iso-final-char): Rename from charset-final.
|
|
5688 (charset-width): Rename from charset-columns.
|
|
5689 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
5690
|
|
5691 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
5692 mule-charset.el
|
|
5693
|
|
5694 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
5695
|
|
5696 * x-faces.el (x-make-font-bold-italic): honor
|
|
5697 *try-oblique-before-italic-fonts*
|
|
5698
|
|
5699 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
5700
|
|
5701 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
5702
|
|
5703 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
5704
|
|
5705 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
5706 name.
|
|
5707
|
|
5708 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
5709
|
|
5710 * cl-extra.el (equalp): Would bug out for lists.
|
|
5711
|
|
5712 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
5713
|
|
5714 * about.el (about-hackers): Change cgw's email address
|
|
5715
|
|
5716 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5717
|
|
5718 * XEmacs 21.2.13 is released
|
|
5719
|
|
5720 1999-03-12 SL Baur <steve@xemacs.org>
|
|
5721
|
|
5722 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
5723 behavior.
|
|
5724
|
442
|
5725 1999-01-18 Didier Verna <didier@xemacs.org>
|
428
|
5726
|
|
5727 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
5728 multiple elements in the splash buffer body.
|
|
5729
|
|
5730 * startup.el (splash-frame-timeout): new constant: interval
|
|
5731 between splash buffer elements.
|
|
5732 (command-line-1): handle splash buffer with multiple elements (use
|
|
5733 a timeout).
|
|
5734 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
5735 Rewrote a cleaner and more readable version. This can now be array,
|
|
5736 in which case each element is displayed in turn in the splash buffer.
|
|
5737 (splash-frame-static-body): new constant. Persistent information
|
|
5738 across all splash buffer elements (preserves the possibility to give
|
|
5739 it in different languages.
|
|
5740 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
5741 to circulate through all splash frame elements and display them in
|
|
5742 sequence.
|
|
5743 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
5744 the case of multiple elements in the splash buffer body. Now
|
|
5745 returns a timeout id if multiple elements to display, or nil.
|
|
5746
|
|
5747 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5748
|
|
5749 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
5750 so they can be overridden by x-init-face-from-resources.
|
|
5751 Additionally specify the font name also with an x tag.
|
|
5752
|
|
5753 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
5754
|
|
5755 * package-get.el (package-get-base): autoload.
|
|
5756
|
|
5757 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
5758 custom menu to only be activated when package-base is available.
|
|
5759
|
|
5760 * package-get.el (package-get-custom): don't load
|
|
5761 package-get-custom as it is auto-generated. Fix group definition.
|
|
5762
|
442
|
5763 1999-03-05 Didier Verna <didier@xemacs.org>
|
428
|
5764
|
|
5765 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
5766 instead of `symbol-name' (Thanks Kyle).
|
|
5767
|
|
5768 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
5769 princ to write symbols.
|
|
5770
|
|
5771 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5772
|
|
5773 * XEmacs 21.2.12 is released
|
|
5774
|
|
5775 1999-03-05 SL Baur <steve@xemacs.org>
|
|
5776
|
|
5777 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
5778 From Neal Becker <nbecker@fred.net>
|
|
5779
|
|
5780 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
5781
|
|
5782 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
5783 calls to font-lock during buffer reversion.
|
|
5784
|
442
|
5785 1999-02-12 Didier Verna <didier@xemacs.org>
|
428
|
5786
|
|
5787 * info.el (Info-build-node-completions): unconditionally widen the
|
|
5788 tag table buffer.
|
|
5789
|
|
5790 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
5791
|
|
5792 * x-faces.el (x-init-face-from-resources):
|
|
5793 Only set fonts in the 'x locale.
|
|
5794
|
434
|
5795 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
428
|
5796
|
|
5797 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
5798 `package-admin-delete-binary-package' returning nil since it's
|
|
5799 normal. Reindent function.
|
|
5800 (pui-add-required-packages): Handle case where packages selected
|
|
5801 for installation have never been installed.
|
|
5802
|
|
5803 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
5804
|
|
5805 * menubar-items.el (default-menubar):
|
|
5806 Implement the ``Mule->Set coding system of process'' menu item.
|
|
5807
|
|
5808 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
5809
|
|
5810 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
5811 files
|
|
5812 - Change some `if's to `when's
|
|
5813
|
|
5814 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5815
|
|
5816 * XEmacs 21.2.11 is released
|
|
5817
|
|
5818 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5819
|
|
5820 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
5821 against window close (Fix Bug #460).
|
|
5822 (ask-user-about-lock-dbox): Idem.
|
|
5823
|
|
5824 1999-02-25 SL Baur <steve@xemacs.org>
|
|
5825
|
|
5826 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
5827 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
5828
|
|
5829 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
5830
|
|
5831 * about.el (xemacs-hackers): change andy's email address.
|
|
5832 (about-url-alist): change andy's web page address.
|
|
5833 (about-xemacs): add piper.
|
|
5834
|
|
5835 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5836
|
|
5837 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5838 of mule-base into lisp/mule.
|
|
5839
|
|
5840 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5841
|
|
5842 * mule/arabic.el:
|
|
5843 mule/canna-leim.el:
|
|
5844 mule/chinese.el:
|
|
5845 mule/cyrillic.el:
|
|
5846 mule/english.el:
|
|
5847 mule/european.el:
|
|
5848 mule/greek.el:
|
|
5849 mule/hebrew.el:
|
|
5850 mule/japanese.el:
|
|
5851 mule/kinsoku.el:
|
|
5852 mule/korean.el:
|
|
5853 mule/misc-lang.el:
|
|
5854 mule/mule-category.el:
|
|
5855 mule/mule-ccl.el:
|
|
5856 mule/mule-charset.el:
|
|
5857 mule/mule-cmds.el:
|
|
5858 mule/mule-coding.el:
|
|
5859 mule/mule-files.el:
|
|
5860 mule/mule-help.el:
|
|
5861 mule/mule-init.el:
|
|
5862 mule/mule-misc.el:
|
|
5863 mule/mule-tty-init.el:
|
|
5864 mule/mule-x-init.el:
|
|
5865 mule/viet-chars.el: Remerge from mule-base.
|
|
5866
|
|
5867 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5868 of mule-base into lisp/mule.
|
|
5869
|
434
|
5870 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
5871
|
|
5872 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
5873 of hard-wired "-c" (for WindowsNT).
|
|
5874
|
|
5875 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
5876
|
|
5877 * menubar-items.el (default-menubar): Remove obsolete
|
|
5878 "Gopher" item
|
|
5879
|
|
5880 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5881
|
|
5882 * package-admin.el (package-admin-get-install-dir): First fall
|
|
5883 back to the location of xemacs-base for non-mule packages.
|
|
5884
|
|
5885 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
5886
|
|
5887 * paths.el:
|
|
5888 - improved automounter tmp directory support.
|
|
5889 - support 4 (!) empirically discovered automounter conventions
|
|
5890
|
|
5891 1999-02-12 SL Baur <steve@xemacs.org>
|
|
5892
|
|
5893 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
5894
|
|
5895 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5896
|
|
5897 * XEmacs 21.2.10 is released
|
|
5898
|
|
5899 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5900
|
|
5901 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
5902 a local file name in the search entry.
|
|
5903
|
|
5904 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5905
|
|
5906 * XEmacs 21.2.9 is released
|
|
5907
|
442
|
5908 1999-01-19 Didier Verna <didier@xemacs.org>
|
428
|
5909
|
|
5910 * replace.el (replace-search-function): new variable containing a
|
|
5911 function to perform a search-forward.
|
|
5912 (replace-re-search-function): new variable containing a function
|
|
5913 to perform a re-search-forward.
|
|
5914 (perform-replace): use them.
|
|
5915
|
442
|
5916 1999-01-25 Didier Verna <didier@xemacs.org>
|
428
|
5917
|
|
5918 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
5919 (cut-copy-clear-internal): ditto.
|
|
5920
|
|
5921 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
5922
|
|
5923 * about.el (about-url-alist): Update my entry.
|
|
5924 (xemacs-hackers): Ditto.
|
|
5925
|
434
|
5926 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
5927
|
|
5928 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
5929 * minibuf.el (minibuffer-completion-table): ditto.
|
|
5930 * cl-macs.el (return-from): ditto.
|
|
5931
|
442
|
5932 1999-01-04 Didier Verna <didier@xemacs.org>
|
428
|
5933
|
|
5934 * replace.el (delete-non-matching-lines): temporarily disable
|
|
5935 case-folding when called interactively with a regexp containing
|
|
5936 uppercase characters.
|
|
5937 (delete-matching-lines): ditto.
|
|
5938 (count-matches): ditto.
|
|
5939 (list-matching-lines): ditto.
|
|
5940
|
|
5941 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
5942
|
|
5943 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
5944 abort if current window is split horizontally, not if others are
|
|
5945 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
5946 some comments (it's still complex).
|
|
5947
|
|
5948 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
5949
|
|
5950 * package-get.el: changed address for doc.ic.ac.uk to
|
|
5951 sunsite.doc.ic.ac.uk
|
|
5952
|
|
5953 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5954
|
|
5955 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
5956 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
5957
|
|
5958 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
5959
|
|
5960 * dump-paths.el: Calculate module-directory and set
|
|
5961 module-load-path to the load path for modules.
|
|
5962
|
|
5963 * loadup.el: Get bootstrap value of module-load-path from the
|
|
5964 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
5965 - Display the module load path if we're debugging paths.
|
|
5966
|
|
5967 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
5968 - Added function paths-find-module-directory.
|
|
5969 - Added function paths-construct-module-load-path. Uses new
|
|
5970 environment variable EMACSMODULEPATH.
|
|
5971
|
|
5972 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
5973
|
|
5974 * font.el (font-default-object-for-device):
|
|
5975 Oops! This `or' can't be replaced by `unless'.
|
|
5976 Fixed inability to run w3, among other things.
|
|
5977
|
|
5978 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
5979
|
|
5980 * package-admin.el: Change initialization of
|
|
5981 package-admin-install-function dependent on system type.
|
|
5982 Change package-admin-install-function-mswindows to use
|
|
5983 "minitar".
|
|
5984
|
|
5985 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
5986
|
|
5987 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
5988 in the minibuffer.
|
|
5989
|
|
5990 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
5991
|
|
5992 * XEmacs 21.2.8 is released.
|
|
5993
|
|
5994 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
5995
|
|
5996 * XEmacs 21.2.7 is released.
|
|
5997
|
|
5998 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5999
|
|
6000 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
6001
|
|
6002 * package-get.el (package-get-download-menu): Use
|
|
6003 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
6004
|
|
6005 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
6006 (pui-help-string): idem.
|
|
6007 (list-packages-mode): New major mode.
|
|
6008 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
6009 (pui-install-selected-packages): Add suport for removing packages.
|
|
6010 (pui-toggle-package-delete-key): New function.
|
|
6011 (pui-popup-context-sensitive): New kludge.
|
|
6012 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
6013 (package-ui-add-site): New function.
|
|
6014
|
442
|
6015 1998-12-01 Didier Verna <didier@xemacs.org>
|
428
|
6016
|
|
6017 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
6018
|
|
6019 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6020
|
|
6021 * ldap.el: Custom-ized
|
|
6022 (toplevel): Do not provide `ldap' which is provided by C level
|
|
6023 LDAP code
|
|
6024 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
6025
|
|
6026 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6027
|
|
6028 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
6029
|
|
6030 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
6031
|
|
6032 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
6033 (sound-extension-list): name changed from sound-ext-list.
|
|
6034 (load-default-sounds): use new names.
|
|
6035 (load-sound-file): use new names.
|
|
6036
|
|
6037 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
6038
|
|
6039 * XEmacs 21.2.6 is released
|
|
6040
|
|
6041 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
6042
|
|
6043 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
6044 errors.
|
|
6045
|
|
6046 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6047
|
|
6048 * wid-edit.el (widget-echo-this-extent): Set
|
|
6049 help-echo-owns-message to t.
|
|
6050
|
|
6051 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
6052
|
|
6053 * package-get.el (package-get-download-menu): use toggles for
|
|
6054 each site in the download site menu.
|
|
6055
|
|
6056 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6057
|
|
6058 * package-get.el (package-get): If we cannot find a package
|
|
6059 because package-get-remote is not set, give a more helpful
|
|
6060 error message.
|
|
6061
|
|
6062 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
6063
|
|
6064 * package-get.el (package-get-remote-filename): use an EFS path
|
|
6065 with user anonymous if no user is specified.
|
|
6066
|
|
6067 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6068
|
|
6069 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
6070 calling reset-face on the default face.
|
|
6071
|
|
6072 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6073
|
|
6074 * package-admin.el (package-admin-default-install-function):
|
|
6075 Behave as advertised. Make sure the pkg-dir is proper for
|
|
6076 default-directory.
|
|
6077 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
6078 proper for default-directory.
|
|
6079 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
6080 is proper for default-directory.
|
|
6081
|
|
6082 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6083
|
|
6084 * XEmacs 21.2.5 is released
|
|
6085
|
|
6086 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
6087
|
|
6088 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
6089 bytecompile time.
|
|
6090
|
|
6091 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
6092
|
|
6093 * x-win-xfree86.el:
|
|
6094 * x-win-sun.el (x-win-init-sun):
|
|
6095 * x-win-sun.el:
|
|
6096 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
6097 * x-iso8859-1.el:
|
|
6098 * x-init.el (init-post-x-win):
|
|
6099 * x-init.el (init-pre-x-win):
|
|
6100 * x-init.el (x-initialize-compose):
|
|
6101 * x-init.el:
|
|
6102 * x-compose.el:
|
|
6103 * winnt.el:
|
|
6104 * widget.el:
|
|
6105 * wid-edit.el (widget-glyph-click):
|
|
6106 * wid-edit.el (widget-glyph-find):
|
|
6107 * wid-edit.el (widget-type):
|
|
6108 * view-less.el (view-buffer-other-window):
|
|
6109 * very-early-lisp.el:
|
|
6110 * version.el:
|
|
6111 * toolbar.el:
|
|
6112 * toolbar-items.el:
|
|
6113 * term/sun.el (suntool-map):
|
|
6114 * term/sun-mouse.el:
|
|
6115 * term/internal.el:
|
|
6116 * syntax.el (modify-syntax-entry):
|
|
6117 * symbol-syntax.el:
|
|
6118 * subr.el:
|
|
6119 * startup.el (lock-directory):
|
|
6120 * simple.el (set-comment-column):
|
|
6121 * simple.el (backward-delete-char-untabify):
|
|
6122 * shadow.el (find-emacs-lisp-shadows):
|
|
6123 * shadow.el:
|
|
6124 * setup-paths.el (paths-construct-info-path):
|
|
6125 * select.el (cut-copy-clear-internal):
|
|
6126 * process.el (call-process-region):
|
|
6127 * process.el (start-process-shell-command):
|
|
6128 * process.el:
|
|
6129 * paths.el (rmail-spool-directory):
|
|
6130 * paragraphs.el (use-hard-newlines):
|
|
6131 * package-get.el (package-get-dependencies):
|
|
6132 * package-admin.el (package-admin-delete-binary-package):
|
|
6133 * obsolete.el (truncate-string):
|
|
6134 * obsolete.el (store-substring):
|
|
6135 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
6136 * mouse.el (mouse-yank-at-point):
|
|
6137 * modeline.el:
|
|
6138 * modeline.el (mouse-drag-modeline):
|
|
6139 * minibuf.el (read-directory-name-internal):
|
|
6140 * minibuf.el (read-file-name-internal):
|
|
6141 * minibuf.el (read-file-name-internal-1):
|
|
6142 * minibuf.el (read-file-name-2):
|
|
6143 * minibuf.el (exact-minibuffer-completion-p):
|
|
6144 * minibuf.el (read-from-minibuffer):
|
|
6145 * minibuf.el:
|
|
6146 * menubar.el (check-menu-syntax):
|
|
6147 * map-ynp.el (map-y-or-n-p):
|
|
6148 * make-docfile.el (docfile-out-of-date):
|
|
6149 * loadup.el ((member "run-temacs" command-line-args)):
|
|
6150 * loadup.el ((member "no-site-file" command-line-args)):
|
|
6151 * loadup.el (really-early-error-handler):
|
|
6152 * loadup.el:
|
|
6153 * loadhist.el:
|
|
6154 * loaddefs.el:
|
|
6155 * lisp-mnt.el (lm-verify):
|
|
6156 * lib-complete.el (lib-complete:cache-completions):
|
|
6157 * lib-complete.el (library-all-completions):
|
|
6158 * itimer.el (itimer-run-expired-timers):
|
|
6159 * info.el (Info-mode):
|
|
6160 * info.el (Info-insert-file-contents):
|
|
6161 * info.el (Info-rebuild-dir):
|
|
6162 * info.el (Info-build-dir-anew):
|
|
6163 * info.el (Info-parse-dir-entries):
|
|
6164 * info.el (Info-dir-outdated-p):
|
|
6165 * info.el (Info-insert-dir):
|
|
6166 * info.el (info-xref):
|
|
6167 * info.el:
|
|
6168 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
6169 * hyper-apropos.el (hyper-describe-face):
|
|
6170 * hyper-apropos.el (hyper-apropos-mode):
|
|
6171 * hyper-apropos.el:
|
|
6172 * help.el (list-processes):
|
|
6173 * help.el:
|
|
6174 * gnuserv.el:
|
|
6175 * font.el (mswindows-font-create-name):
|
|
6176 * font.el (font-default-font-for-device):
|
|
6177 * font.el (x-font-create-object):
|
|
6178 * font.el (font-registry):
|
|
6179 * font.el:
|
|
6180 * font-lock.el (font-lock-keywords):
|
|
6181 * font-lock.el:
|
|
6182 * finder.el (finder-compile-keywords):
|
|
6183 * find-paths.el (paths-find-recursive-path):
|
|
6184 * fill.el (set-justification-center):
|
|
6185 * fill.el (fill-region-as-paragraph):
|
|
6186 * files.el (insert-directory):
|
|
6187 * files.el (wildcard-to-regexp):
|
|
6188 * files.el (recover-file):
|
|
6189 * files.el (basic-save-buffer):
|
|
6190 * files.el (delete-auto-save-file-if-necessary):
|
|
6191 * files.el (file-relative-name):
|
|
6192 * files.el (backup-extract-version):
|
|
6193 * files.el (backup-buffer):
|
|
6194 * files.el (set-visited-file-name):
|
|
6195 * files.el (set-auto-mode):
|
|
6196 * files.el (interpreter-mode-alist):
|
|
6197 * files.el:
|
|
6198 * files.el (find-file-noselect):
|
|
6199 * files.el (abbreviate-file-name):
|
|
6200 * files.el (parse-colon-path):
|
|
6201 * files.el (directory-abbrev-alist):
|
|
6202 * etags.el (visit-tags-table-buffer):
|
|
6203 * easymenu.el (easy-menu-define):
|
|
6204 * dragdrop.el (experimental-dragdrop-drag):
|
|
6205 * dragdrop.el (dragdrop-drop-do-functions):
|
|
6206 * dragdrop.el (dragdrop-drop-at-point):
|
|
6207 * disass.el (disassemble-1):
|
|
6208 * disass.el (disassemble-internal):
|
|
6209 * disass.el (disassemble):
|
|
6210 * disass.el:
|
|
6211 * derived.el (derived-mode-init-mode-variables):
|
|
6212 * derived.el (define-derived-mode):
|
|
6213 * custom.el (defgroup):
|
|
6214 * cus-edit.el (custom-quote):
|
|
6215 * config.el:
|
|
6216 * code-process.el (open-network-stream):
|
|
6217 * code-process.el (start-process):
|
|
6218 * code-process.el (call-process-region):
|
|
6219 * code-process.el (call-process):
|
|
6220 * code-process.el:
|
|
6221 * code-files.el (insert-file-contents):
|
|
6222 * code-files.el:
|
|
6223 * code-files.el (buffer-file-coding-system-for-read):
|
|
6224 * cmdloop.el (yes-or-no-p-minibuf):
|
|
6225 * cl.el:
|
|
6226 * cl-macs.el:
|
|
6227 * cl-extra.el:
|
|
6228 * callers-of-rpt.el (make-caller-report):
|
|
6229 * callers-of-rpt.el:
|
|
6230 * bytecomp.el (batch-byte-recompile-directory):
|
|
6231 * bytecomp.el (batch-byte-compile-1):
|
|
6232 * bytecomp.el (batch-byte-compile):
|
|
6233 * bytecomp.el (display-call-tree):
|
|
6234 * bytecomp.el (byte-compile-insert):
|
|
6235 * bytecomp.el (byte-compile-two-args-19->20):
|
|
6236 * bytecomp.el (byte-compile-variable-ref):
|
|
6237 * bytecomp.el (byte-compile-form):
|
|
6238 * bytecomp.el (byte-compile-top-level-body):
|
|
6239 * bytecomp.el (byte-compile-out-toplevel):
|
|
6240 * bytecomp.el (byte-compile-byte-code-maker):
|
|
6241 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
6242 * bytecomp.el (byte-compile-file-form):
|
|
6243 * bytecomp.el (byte-compile-keep-pending):
|
|
6244 * bytecomp.el (byte-compile-insert-header):
|
|
6245 * bytecomp.el (byte-compile-from-buffer):
|
|
6246 * bytecomp.el (byte-compile-file):
|
|
6247 * bytecomp.el (byte-recompile-file):
|
|
6248 * bytecomp.el (byte-compile-close-variables):
|
|
6249 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
6250 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
6251 * bytecomp.el (byte-compiler-legal-options):
|
|
6252 * bytecomp.el (byte-compile-lapcode):
|
|
6253 * bytecomp.el (byte-optimize-log):
|
|
6254 * bytecomp.el ((fboundp 'defsubst)):
|
|
6255 * bytecomp.el:
|
|
6256 * bytecomp-runtime.el:
|
|
6257 * byte-optimize.el (byte-optimize-apply):
|
|
6258 * byte-optimize.el (car):
|
|
6259 * byte-optimize.el (byte-optimize-form):
|
|
6260 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
6261 * byte-optimize.el:
|
|
6262 * build-report.el (build-report-insert-installation-file):
|
|
6263 * build-report.el (build-report):
|
|
6264 * auto-show.el:
|
|
6265 * apropos.el (apropos-documentation):
|
|
6266 - mega patch
|
|
6267 - clean up byte-compile warnings
|
|
6268 - remove unused variables
|
|
6269 - Use common lisp style hashtable functions
|
|
6270 - byte compiler cleanup
|
|
6271 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
6272 - remove old backquote syntax usage
|
|
6273 - move some cl functionality into C for speed.
|
|
6274 - remove last remaining VMS support
|
|
6275 - spelling fixes
|
|
6276 - implement last, butlast, nbutlast, copy-list in C.
|
|
6277 - new macro ignore-file-errors, similar to ignore-errors
|
|
6278 (ignore-file-errors (delete-file "foo"))
|
|
6279 - get frequent garbage collection during loadup.el by tweaking
|
|
6280 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
6281 - default delete-key-deletes-forward to `t'.
|
|
6282
|
|
6283 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
6284
|
|
6285 * XEmacs 21.2-beta4 is released.
|
|
6286
|
|
6287 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6288
|
|
6289 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
6290 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
6291 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
6292
|
|
6293 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
6294 (add-menu-button): Add 'in-menu' argument.
|
|
6295 (add-menu-item-1): Add in-menu support to helper function.
|
|
6296
|
|
6297 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
6298
|
|
6299 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
6300
|
|
6301 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6302
|
|
6303 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
6304 of Dec 4, 1997.
|
|
6305
|
|
6306 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
6307
|
|
6308 * process.el (shell-command-on-region): Report if the command
|
|
6309 succeeded or failed.
|
|
6310
|
|
6311 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
6312
|
|
6313 * subr.el (buffer-substring-no-properties): Comment out.
|
|
6314
|
434
|
6315 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
428
|
6316
|
|
6317 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
6318 into font instances first, like `x-frob-font-size' does.
|
|
6319 (mswindows-find-larger-font): ditto
|
|
6320
|
|
6321 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
6322
|
|
6323 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
6324 to `package-get'.
|
|
6325
|
|
6326 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6327
|
|
6328 * package-get.el (host-name): New widget type.
|
|
6329 (package-get-remote): Better customization using new type.
|
|
6330 (package-get-download-sites): idem dito.
|
|
6331
|
|
6332 (package-get-custom): Do not use package-get-all untill we have
|
|
6333 runtime dependencies.
|
|
6334
|
|
6335 (package-get-remove-copy): Default to 't' we no longer need this
|
|
6336 kludge as we do not currently use depenencies.
|
|
6337
|
|
6338 (package-get-was-current): New variable.
|
|
6339 (package-get-require-base): New 'force-current' argument.
|
|
6340 (package-get-update-base): idem
|
|
6341 (package-get-package-provider): idem
|
|
6342 (package-get-locate-index-file): New 'no-remote' argument.
|
|
6343 (package-get-locate-file): idem.
|
|
6344
|
|
6345 (package-get-maybe-save-index): New function.
|
|
6346 (package-get-update-base): Use it.
|
|
6347
|
|
6348 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
6349
|
|
6350 * package-get.el (package-get-remote): default to nil; by default,
|
|
6351 don't go out to the net via EFS. They must select a download site.
|
|
6352 (package-get-download-sites): new variable.
|
|
6353 (package-get-download-menu): new function.
|
|
6354 (package-get-locate-index-file): new function.
|
|
6355 (package-get-update-base): use it.
|
|
6356
|
|
6357 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
6358 and "Add Download Site" menus under Options | Manage Packages.
|
|
6359
|
|
6360 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
6361
|
|
6362 * package-get.el (package-get): bugfix code checking installed version
|
|
6363 for case where package is not currently installed.
|
|
6364 (package-get-require-signed-base-updates): new variable.
|
|
6365 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
6366 deemed not a goot thing. Use the variable
|
|
6367 package-get-allow-unsigned-base-updates instead.
|
|
6368
|
|
6369 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
6370
|
|
6371 * package-get.el (package-get): Don't install an older version than
|
|
6372 we already have unless explicitly told to. Issue a warning.
|
|
6373
|
|
6374 * package-ui.el (pui-add-required-packages): when adding
|
|
6375 dependencies, don't add packages that are up to date.
|
|
6376 (pui-package-symbol-char): Don't consider a package out of date
|
|
6377 if you have a newer version installed than the latest version in
|
|
6378 package-get-base.
|
|
6379
|
|
6380 * package-get.el (package-get-base-filename): document that it may
|
|
6381 be a path relative to package-get-remote; new default value.
|
|
6382 (package-get-locate-file): new function.
|
|
6383 (package-get-update-base): use it to expand package-get-base-filename.
|
|
6384 (package-get-save-base): new function to save the package-get database
|
|
6385 to file.
|
|
6386 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
6387 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
6388 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
6389 (package-get-file-installed-p): removed; no longer needed.
|
|
6390 (package-get-create-custom): ditto.
|
|
6391 (toplevel): remove code to build and load package-get-custom.el
|
|
6392 (package-get-custom-add-entry): new function.
|
|
6393
|
|
6394 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
6395
|
|
6396 * wid-edit.el (widget-button-click): Don't switch window.
|
|
6397
|
|
6398 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6399
|
|
6400 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
6401
|
|
6402 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
6403
|
|
6404 * etags.el (find-tag-default): Run find-tag-hook using
|
|
6405 run-hooks rather than funcall
|
|
6406
|
|
6407 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
6408
|
|
6409 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
6410 and the current local map as the parents to isearch-mode-map.
|
|
6411
|
|
6412 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
6413
|
|
6414 * XEmacs 21.2-beta3 is released.
|
|
6415
|
|
6416 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6417
|
|
6418 * package-get.el (package-get-update-base): use
|
|
6419 insert-file-contents-internal, not insert-file-contents-literally.
|
|
6420
|
|
6421 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6422
|
|
6423 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
6424 dump time.
|
|
6425
|
|
6426 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6427
|
|
6428 * package-get.el (package-get-update-base-entry): new function.
|
|
6429 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
6430 cleanup, and use package-get-update-base-from-buffer.
|
|
6431 (package-get-update-base-from-buffer): new function.
|
|
6432 (package-get-update-base-entries): new; helper for above.
|
|
6433 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
6434
|
|
6435 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6436
|
|
6437 * files.el (set-auto-mode): Don't play games loading package-get
|
|
6438 database; package-get-package-provider will handle it all.
|
|
6439
|
|
6440 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
6441
|
|
6442 * package-get.el (package-get-base-filename): new variable.
|
|
6443 (package-get-require-base): new function.
|
|
6444 (package-get-pgp-signed-begin-line): new variable.
|
|
6445 (package-get-pgp-signature-begin-line): ditto.
|
|
6446 (package-get-pgp-signature-end-line): ditto.
|
|
6447 (package-get-load-base): new function.
|
|
6448 (package-get-interactive-package-query):
|
|
6449 (package-get-update-all):
|
|
6450 (package-get-dependencies):
|
|
6451 (package-get-package-provider):
|
|
6452 (package-get-custom): use package-get-require-base.
|
|
6453 [package-get-custom loading]: disable for now.
|
|
6454
|
|
6455 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
6456
|
|
6457 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6458
|
|
6459 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
6460
|
|
6461 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6462
|
|
6463 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
6464 to with Customize. Move all the package stuff to a new Item in Options.
|
|
6465
|
|
6466 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
6467
|
|
6468 * package-get.el (package-get): Use new
|
|
6469 package-admin-get-install-dir.
|
|
6470
|
|
6471 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
6472 Conserve package location and put mule packages where mule-base is.
|
|
6473
|
|
6474 * package-get.el : Customized
|
|
6475
|
|
6476 * package-ui.el (pui): Customized
|
|
6477 (pui-package-install-dest-dir): New variable.
|
|
6478 (pui-install-selected-packages): Use it
|
|
6479
|
|
6480 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
6481
|
|
6482 * package-get.el (package-get-interactive-package-query): Move
|
|
6483 dependency on package-get-base to run-time.
|
|
6484 (package-get-update-all): Ditto.
|
|
6485 (package-get-dependencies): Ditto.
|
|
6486 (package-get-package-provider): Ditto.
|
|
6487 (package-get-custom): Ditto.
|
|
6488
|
|
6489 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
6490
|
|
6491 * events.el: Remove 'ascii-character property from 'backspace
|
|
6492 and 'delete symbols
|
|
6493
|
|
6494 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
6495
|
|
6496 * package-get-base.el: removed.
|
|
6497
|
442
|
6498 1998-09-23 Didier Verna <didier@xemacs.org>
|
428
|
6499
|
|
6500 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
6501 (no-upper-case-p): new function.
|
|
6502 (with-search-caps-disable-folding): new macro.
|
|
6503 (with-interactive-search-caps-disable-folding): new macro.
|
|
6504 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
6505 the character is uppercase.
|
|
6506 (zap-up-to-char): ditto.
|
|
6507
|
|
6508 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
6509
|
|
6510 * isearch-mode.el (isearch-fix-case): ditto.
|
|
6511 make obsolete `with-caps-disable-folding' and
|
|
6512 `isearch-no-upper-case-p'.
|
|
6513
|
|
6514 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
6515 (tags-search): ditto.
|
|
6516 (tags-query-replace): ditto.
|
|
6517
|
|
6518 * info.el (Info-search): ditto.
|
|
6519
|
|
6520 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6521
|
|
6522 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
6523
|
|
6524 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
6525
|
|
6526 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
6527 check for "." and ".." before symlink check. expand files and
|
|
6528 directories with respect to DIRECTORY, not default-directory.
|
|
6529
|
|
6530 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
6531
|
|
6532 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
6533
|
|
6534 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
6535
|
|
6536 * package-ui.el (pui-add-required-packages): new function, select
|
|
6537 dependent packages.
|
|
6538 (pui-display-keymap): bind it.
|
|
6539 (pui-help-string): document it.
|
|
6540 (pui-install-selected-packages): package-get-all -> package-get.
|
|
6541
|
|
6542 * package-get.el (package-get-dependencies): new function.
|
|
6543
|
|
6544 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6545
|
|
6546 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
6547 regexps.
|
|
6548
|
|
6549 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6550
|
|
6551 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
6552 function.
|
|
6553 (default-mouse-track-normalize-point): Use it.
|
|
6554
|
|
6555 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6556
|
|
6557 * package-admin.el (package-admin-delete-binary-package):
|
|
6558 General cleanup. Remove unnessary use of progn and
|
|
6559 save-excursion.
|
|
6560 (package-admin-delete-binary-package): Do NOT mess with file
|
|
6561 modes. That is evil.
|
|
6562 (package-admin-delete-binary-package): Wrap all deleting in
|
|
6563 condition-case. The data in MANIFEST is untrustworthy.
|
|
6564 (package-admin-delete-binary-package): Let the OS worry about non
|
|
6565 empty directories.
|
|
6566
|
|
6567 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
6568
|
|
6569 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
6570 processing.
|
|
6571 (lm-report-bug): Fix mail address to send bug reports to.
|
|
6572
|
|
6573 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
6574
|
|
6575 * XEmacs 21.2-beta2 is released.
|
|
6576
|
|
6577 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6578
|
|
6579 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
6580
|
|
6581 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6582
|
|
6583 * info.el (Info-mode): Document page turning by double clicks in
|
|
6584 docstring so `M-x describe-mode' will display it.
|
|
6585
|
|
6586 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6587
|
|
6588 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
6589 widths to calculate a border region where double clicking does
|
|
6590 page turning, and return `nil' by default so other hooks, such as
|
|
6591 region highlighting, will be run.
|
|
6592
|
|
6593 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
6594
|
|
6595 * sound.el (default-sound-directory-list): Initialize with all the
|
|
6596 "sounds" directories in `data-directory-list'. It used to just be
|
|
6597 the first one.
|
|
6598
|
|
6599 * packages.el (locate-data-directory-list): Created. This gives
|
|
6600 the list of matching directories, unlike `locate-data-directory',
|
|
6601 which just gives the first one.
|
|
6602
|
|
6603 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6604
|
|
6605 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
6606 make a binding in the local keymap until help-char handling is
|
|
6607 improved.
|
|
6608
|
|
6609 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
6610 binding.
|
|
6611 (help-print-help-form): New helper function.
|
|
6612
|
|
6613 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
6614
|
|
6615 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
6616 move extent to another buffer; no need to create a new extent.
|
|
6617 (isearch-fix-case): New function.
|
|
6618 (isearch-search-and-update): Use it.
|
|
6619
|
|
6620 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6621
|
|
6622 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
6623 the keymap, not minor-mode-map-alist.
|
|
6624 (isearch-done): Restore overriding-local-map.
|
|
6625
|
|
6626 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
6627
|
|
6628 * bytecomp.el (byte-compile-buffer-substring):
|
|
6629 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
6630 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
6631 - new code not only works, but is more readable, too.
|
|
6632
|
|
6633 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6634
|
|
6635 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
6636 specify a default font at this late stage. Do try to force
|
|
6637 creation of the default face font so that if it fails we get
|
|
6638 an error now instead of a crash at frame creation.
|
|
6639
|
|
6640 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
6641 mswindows-make-font-unitalic: Canonical default weight
|
|
6642 changed from "Normal" to "Regular".
|
|
6643
|
|
6644 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
6645 not being passed into call to mswindows-find-smaller-font.
|
|
6646
|
|
6647 1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
6648
|
|
6649 * package-get.el (package-get-remote): Fix the path where to find
|
|
6650 the packages on xemacs.org.
|
|
6651
|
|
6652 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
6653
|
|
6654 * about.el (about-maintainer-info): Update Ben's entry.
|
|
6655
|
|
6656 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
6657
|
|
6658 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
6659 - `member' was being called on lists of length 2000!
|
|
6660 - Replace with hashtables.
|
|
6661 - Replace hand-coded loops with (dolist)
|
|
6662 - Fix comment typo
|
|
6663
|
|
6664 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
6665
|
|
6666 * packages.el: Added new function, `package-delete-name', to
|
|
6667 delete existing packages from the installed package database
|
|
6668 (`packages-package-list'). Also added the "pkginfo" directory
|
|
6669 to `packages-special-base-regexp', so that the pkginfo directory
|
|
6670 would not get added to `late-packages'.
|
|
6671
|
|
6672 * package-admin.el: Added ability to delete an installed package
|
|
6673 (added low-level function, `package-admin-delete-package').
|
|
6674 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
6675 delete the package. When installing a package, will also
|
|
6676 create a MANIFEST.* file if one is not provided by the
|
|
6677 package. If the MANIFEST.* doesn't exist when deleting a
|
|
6678 package, the functions will fall back to attempting to delete
|
|
6679 any package-specific lisp directory.
|
|
6680
|
|
6681 * package-get.el: Moved some functions to package-admin.el.
|
|
6682 Added interactive function `package-get-delete-package', for
|
|
6683 use by users for deleting a package.
|
|
6684
|
442
|
6685 Also modified to not require the presence of efs.
|
428
|
6686
|
|
6687 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6688
|
|
6689 * files.el (find-file-noselect): Handle all signals, kill the
|
|
6690 buffer and resignal.
|
|
6691
|
|
6692 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
6693
|
|
6694 * cl-macs.el (glyph-image): Add setf method.
|
|
6695
|
|
6696 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
6697
|
|
6698 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
6699 .tar.gz files first, in preference over .tgz files.
|
|
6700
|
|
6701 * package-ui.el: Fix display of package version numbers.
|
|
6702
|
|
6703 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6704
|
|
6705 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
6706 argument.
|
|
6707
|
|
6708 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
6709
|
|
6710 * list-mode.el: `display-completion-list': added new/optional
|
|
6711 keyword `:completion-string', which allows the programmer to
|
|
6712 change the "Possible completions are:" prompt.
|
|
6713
|
|
6714 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
6715 visual package browser/installer:
|
|
6716
|
|
6717 Options->Customize->List Packages
|
|
6718
|
|
6719 * package-admin.el: Added hooks for installing under both Unix
|
|
6720 and MS Windows. Does additional error checking. No longer
|
|
6721 calls "add-big-package.sh" to install packages under Unix; now
|
|
6722 calls gunzip & tar directly.
|
|
6723
|
|
6724 * package-get.el: Added ability to install packages from files
|
|
6725 on a local disk/CDROM. Now deletes any existing package lisp
|
|
6726 directory. Does completion on available packages when
|
|
6727 querying for package names. Will also search for .tgz files
|
|
6728 in addition for .tar.gz files. Tries to reload
|
|
6729 auto-autoloads, as a convenience when loading new packages,
|
|
6730 and also tries to add any new package paths to `load-path'.
|
|
6731 Changed all occurences of `concat' to use `expand-file-name'.
|
|
6732
|
|
6733 * package-ui.el: New file which implements the main visual
|
|
6734 package browser/installer, which is started via a menu pick or
|
|
6735 M-x pui-list packages.
|
|
6736
|
|
6737 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6738
|
|
6739 * startup.el (load-init-file): spelling fix.
|
|
6740
|
|
6741 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6742
|
|
6743 * startup.el (normal-top-level): Load auto-autoload files
|
|
6744 covariantly with their precedence.
|
|
6745
|
|
6746 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6747
|
|
6748 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
6749 option, there is currently no custom equivalent.. Customize-faces
|
|
6750 is "Edit faces".
|
|
6751
|
|
6752 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
6753 default face.
|
|
6754
|
|
6755 * faces.el (face-spec-update-all-matching): New function.
|
|
6756
|
|
6757 * cus-face.el (custom-set-face-update-spec): New function.
|
|
6758 Interface to customize faces from elisp.
|
|
6759
|
|
6760 (custom-face-value-create): Show the customized settings if set
|
|
6761 but not saved.
|
|
6762
|
|
6763 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6764
|
|
6765 (custom-face-value-create): Show the customized settings if set
|
|
6766 but not saved.
|
|
6767
|
|
6768 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
6769
|
|
6770 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
6771 query-replace-regexp.
|
|
6772
|
|
6773 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
6774
|
|
6775 * minibuf.el (read-file-name-internal-1): use
|
|
6776 user-name-completion-1 instead of user-name-completion.
|
|
6777
|
|
6778 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6779
|
|
6780 * loadup.el:
|
|
6781 * make-docfile.el:
|
|
6782 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
6783 global variable) no more.
|
|
6784
|
|
6785 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
6786 (now defunct as a global variable) a parameter.
|
|
6787
|
|
6788 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
6789
|
|
6790 * about.el (about-hackers): new email
|
|
6791
|
|
6792 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
6793
|
|
6794 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
6795
|
442
|
6796 1998-07-17 Didier Verna <didier@xemacs.org>
|
428
|
6797
|
|
6798 * faces.el (set-face-property):
|
|
6799 (set-face-dim-p):
|
|
6800 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
6801 tty-specific.
|
|
6802 (face-equal): the dim property is now a common one.
|
|
6803
|
|
6804 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
6805 Renamed the `stipple' attribute to `background-pixmap'.
|
|
6806 (custom-face-background-pixmap): make custom-face-stipple an
|
|
6807 obsolete alias for this.
|
|
6808
|
|
6809 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6810
|
|
6811 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
6812 used.
|
|
6813
|
|
6814 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
6815
|
|
6816 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6817
|
|
6818 * packages.el (packages-data-path-depth): Added and used.
|
|
6819
|
|
6820 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
6821
|
|
6822 * about.el:
|
|
6823 - Change .xpm to .png, delete "zcat" section.
|
|
6824 - cosmetic fix in the 'marcpa' entry.
|
|
6825
|
|
6826 * etc/photos
|
|
6827 - convert all .xpm.Z to .png
|
|
6828 - rename mrb to martin
|
|
6829 - rename mcook-m to mcookm
|
|
6830
|
|
6831 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
6832
|
|
6833 * x-init.el (x-initialize-compose): Add support for
|
|
6834 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
6835
|
|
6836 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
6837
|
|
6838 * setup-paths.el (paths-construct-exec-path): Made the
|
|
6839 last-packages really be last.
|
|
6840 (paths-construct-data-directory-list): Ditto.
|
|
6841
|
|
6842 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
6843
|
|
6844 * startup.el(startup-splash-frame-body):
|
|
6845 Update Copyright notice in splash screen
|
|
6846
|
|
6847 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6848
|
|
6849 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
6850
|
|
6851 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6852
|
|
6853 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
6854 aginst destroyed extents
|
|
6855
|
|
6856 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
6857
|
|
6858 * package-get.el (package-get): add `install-dir' argument.
|
|
6859
|
|
6860 1998-07-20 John Jones <jj@asu.edu>
|
|
6861
|
|
6862 * package-get.el: calls to package-get-update-all will only
|
|
6863 update packages which are already installed.
|
|
6864
|
|
6865 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
6866
|
|
6867 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
6868 writable.
|
|
6869
|
|
6870 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
6871
|
|
6872 * about.el (about-hackers): Correct my email.
|
|
6873
|
|
6874 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
6875
|
|
6876 * about.el (about-hackers): new email-address.
|
|
6877
|
|
6878 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
6879
|
|
6880 * minibuf.el (read-number): Don't let `input-error' condition
|
|
6881 escape.
|
|
6882
|
|
6883 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6884
|
|
6885 * about.el (about-hackers): use my `email-for-life' address.
|
|
6886
|
|
6887 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
6888
|
|
6889 * XEmacs 21.2-beta1 is released.
|
|
6890
|
|
6891 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6892
|
|
6893 * ldap.el (ldap-search): Doc string change
|
|
6894
|
|
6895 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
6896
|
|
6897 * menubar-items.el (default-menubar): Removed references to
|
|
6898 `data-directory', and use `locate-data-file' instead, and made
|
|
6899 then greyed out if they don't exist.
|
|
6900
|
|
6901 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6902
|
|
6903 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
6904 since the latter does not accept integer args anymore
|
|
6905
|
|
6906 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
6907
|
|
6908 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
6909 macros replaced.
|
|
6910
|
|
6911 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6912
|
|
6913 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
6914 * update-elc.el: Ditto.
|
|
6915 * loadup.el (really-early-error-handler): Ditto.
|
|
6916
|
|
6917 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
6918 very-early-lisp.el.
|
|
6919
|
|
6920 * very-early-lisp.el: New file.
|
|
6921
|
|
6922 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6923
|
|
6924 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
6925
|
|
6926 * obsolete.el (eval-current-buffer): Make compatible.
|
|
6927 (byte-code-function-p): Ditto.
|
|
6928 (send-string): Removed.
|
|
6929 (send-region): Removed.
|
|
6930 (screen-scrollbar-width): Removed.
|
|
6931 (set-screen-scrollbar-width): Removed.
|
|
6932 (set-screen-left-margin-width): Removed.
|
|
6933 (set-screen-right-margin-width): Removed.
|
|
6934 (screen-left-margin-width): Removed.
|
|
6935 (screen-right-margin-width): Removed.
|
|
6936 (set-buffer-left-margin-width): Removed.
|
|
6937 (set-buffer-right-margin-width): Removed.
|
|
6938 (buffer-left-margin-width): Removed.
|
|
6939 (buffer-right-margin-width): Removed.
|
|
6940 (x-set-frame-icon-pixmap): Removed.
|
|
6941 (x-set-screen-icon-pixmap): Removed.
|
|
6942 (pixel-name): Removed.
|
|
6943 (make-pixmap): Removed.
|
|
6944 (make-cursor): Removed.
|
|
6945 (pixmap-width): Removed.
|
|
6946 (pixmap-contributes-to-line-height-p): Removed.
|
|
6947 (set-pixmap-contributes-to-line-height): Removed.
|
|
6948
|
|
6949 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
6950
|
|
6951 * obsolete.el (popup-menu-up-p): removed.
|
|
6952 (read-no-blanks-input): Removed.
|
|
6953 (wholenump): Removed.
|
|
6954 (ring-mod): Removed (what was ring-mod?).
|
|
6955 (current-time-seconds): Removed.
|
|
6956 (run-special-hook-with-args): Removed.
|
|
6957 (dot): Removed.
|
|
6958 (dot-marker): Removed.
|
|
6959 (dot-min): Removed.
|
|
6960 (dot-max): Removed.
|
|
6961 (window-dot): Removed.
|
|
6962 (set-window-dot): Removed.
|
|
6963
|
|
6964 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
6965 `dot-min'.
|
|
6966
|
|
6967 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
6968
|
|
6969 * code-files.el (insert-file-contents): Rename
|
|
6970 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
6971 (write-region): Ditto.
|
|
6972
|
|
6973 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
6974
|
|
6975 * about.el: Fix typos, update release date.
|
|
6976
|
|
6977 * Symbols that have been obsolete for at least 3 years removed.
|
|
6978
|
|
6979 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
6980 screen- functions.
|
|
6981 (toplevel): remove setf methods for screen functions.
|
|
6982 * cl-macs.el (extent-data): defsetf removed.
|
|
6983 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
6984 many places to remove.
|
|
6985 (comment-indent-hook): Ditto.
|
|
6986 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
6987 (buffer-dedicated-screen): Ditto.
|
|
6988 (deiconify-screen): Ditto.
|
|
6989 (delete-screen): Ditto.
|
|
6990 (event-screen): Ditto.
|
|
6991 (find-file-other-screen): Ditto.
|
|
6992 (find-file-read-only-other-screen): Ditto.
|
|
6993 (live-screen-p): Ditto.
|
|
6994 (screen-height): Ditto.
|
|
6995 (screen-iconified-p): Ditto.
|
|
6996 (screen-list): Ditto.
|
|
6997 (screen-live-p): Ditto.
|
|
6998 (screen-name): Ditto.
|
|
6999 (screen-parameters): Ditto.
|
|
7000 (screen-pixel-height): Ditto.
|
|
7001 (screen-pixel-width): Ditto.
|
|
7002 (screen-root-window): Ditto.
|
|
7003 (screen-selected-window): Ditto.
|
|
7004 (screen-totally-visible-p): Ditto.
|
|
7005 (screen-visible-p): Ditto.
|
|
7006 (screen-width): Ditto.
|
|
7007 (screenp): Ditto.
|
|
7008 (get-screen-for-buffer): Ditto.
|
|
7009 (get-screen-for-buffer-noselect): Ditto.
|
|
7010 (get-other-screen): Ditto.
|
|
7011 (iconify-screen): Ditto.
|
|
7012 (lower-screen): Ditto.
|
|
7013 (mail-other-screen): Ditto.
|
|
7014 (make-screen): Ditto.
|
|
7015 (make-screen-invisible): Ditto.
|
|
7016 (make-screen-visible): Ditto.
|
|
7017 (modify-screen-parameters): Ditto.
|
|
7018 (new-screen): Ditto.
|
|
7019 (next-screen): Ditto.
|
|
7020 (next-multiscreen-window): Ditto.
|
|
7021 (other-screen): Ditto.
|
|
7022 (previous-screen): Ditto.
|
|
7023 (previous-multiscreen-window): Ditto.
|
|
7024 (raise-screen): Ditto.
|
|
7025 (redraw-screen): Ditto.
|
|
7026 (select-screen): Ditto.
|
|
7027 (selected-screen): Ditto.
|
|
7028 (set-buffer-dedicated-screen): Ditto.
|
|
7029 (set-screen-height): Ditto.
|
|
7030 (set-screen-position): Ditto.
|
|
7031 (set-screen-size): Ditto.
|
|
7032 (set-screen-width): Ditto.
|
|
7033 (show-temp-buffer-in-current-screen): Ditto.
|
|
7034 (switch-to-buffer-other-screen): Ditto.
|
|
7035 (visible-screen-list): Ditto.
|
|
7036 (window-screen): Ditto.
|
|
7037 (x-set-screen-pointer): Ditto.
|
|
7038 (x-set-frame-pointer): Ditto.
|
|
7039 (screen-title-format): Ditto.
|
|
7040 (screen-icon-title-format): Ditto.
|
|
7041 (terminal-screen): Ditto.
|
|
7042 (delete-screen-hook): Ditto.
|
|
7043 (create-screen-hook): Ditto.
|
|
7044 (mouse-enter-screen-hook): Ditto.
|
|
7045 (mouse-leave-screen-hook): Ditto.
|
|
7046 (map-screen-hook): Ditto.
|
|
7047 (unmap-screen-hook): Ditto.
|
|
7048 (default-screen-alist): Ditto.
|
|
7049 (default-screen-name): Ditto.
|
|
7050 (x-screen-defaults): Ditto.
|
|
7051 (x-create-screen): Ditto.
|
|
7052 * obsolete.el: meta-flag removed.
|
|
7053 baud-rate removed.
|
|
7054 sleep-for-millisecs removed.
|
|
7055 extent-data removed.
|
|
7056 set-extent-data removed.
|
|
7057 set-extent-attribute removed.
|
|
7058 extent-glyph removed.
|
|
7059 extent-layout removed.
|
|
7060 set-extent-layout removed.
|
|
7061 list-faces-display removed.
|
|
7062 list-faces removed.
|
|
7063 trim-versions-without-asking removed.
|
|
7064 after-write-file-hooks removed.
|
|
7065 truename removed.
|
|
7066 auto-fill-hook removed.
|
|
7067 blink-paren-hook removed.
|
|
7068 select-screen-hook, deselect-screen-hook removed.
|
|
7069 auto-raise-screen, auto-lower-screen removed.
|
|
7070
|
|
7071 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
7072
|
|
7073 * XEmacs 21.0-pre5 is released.
|
|
7074
|
|
7075 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
7076
|
|
7077 * about.el (about-hackers): Credits update.
|
|
7078
|
|
7079 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7080
|
|
7081 * register.el (insert-register): Don't activate the region.
|
|
7082
|
|
7083 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
7084
|
|
7085 * select.el: Restore x-* symbols for backwards compatibility:
|
|
7086 x-copy-primary-selection, x-kill-primary-selection,
|
|
7087 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
7088 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
7089
|
|
7090 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
7091
|
|
7092 * XEmacs 21.0-pre4 is released.
|
|
7093
|
|
7094 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7095
|
|
7096 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
7097 reporting bugs.
|
|
7098 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
7099 `expand-file-name' rather than `concat'.
|
|
7100
|
|
7101 * help.el (print-messages): New function.
|
|
7102
|
|
7103 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7104
|
|
7105 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
7106
|
|
7107 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7108
|
|
7109 * about.el: Tweaked my entry in about-hackers.
|
|
7110
|
|
7111 * find-paths.el (paths-emacs-root-p):
|
|
7112 Relaxed emacs-root checking of an in-place installation to
|
442
|
7113 also accommodate the flat layout used on MS Windows.
|
428
|
7114
|
|
7115 1998-06-29 John Jones <jj@asu.edu>
|
|
7116
|
|
7117 * package-get.el: calls to package-get-update-all will only
|
|
7118 update packages which are already installed.
|
|
7119
|
|
7120 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
7121
|
|
7122 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
7123 are handled by the gui-element face fallbacks now.
|
|
7124
|
|
7125 * x-faces.el: default gui-element face to "background" as well as
|
|
7126 the default face.
|
|
7127
|
|
7128 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
7129 and default face settings since these are set as fallbacks now in
|
|
7130 the appropriate domain.
|
|
7131
|
|
7132 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
7133
|
|
7134 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
7135 corresponding to `page-delim' goes first and the hack in
|
|
7136 `forward-paragraph' will work.
|
|
7137 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
7138
|
|
7139 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7140
|
|
7141 * subr.el (remove-hook): When checking the hook value
|
|
7142 with functionp, don't apply car to it.
|
|
7143
|
|
7144 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7145
|
|
7146 * package-get.el (package-get-remote-filename):
|
|
7147 Don't use file-name-as-directory because the local directory
|
|
7148 separator conventions might not be the same as ftp's.
|
|
7149
|
|
7150 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7151
|
|
7152 * ldap.el (ldap-host-parameters-alist): New name of
|
|
7153 `ldap-host-parameters-plist'
|
|
7154
|
434
|
7155 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
7156
|
|
7157 * package-get.el: Using (require 'package-get-base), now that it
|
|
7158 provides itself. Consequently removed all instances of (load
|
|
7159 "package-get-base.el").
|
|
7160
|
|
7161 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7162
|
|
7163 * subr.el (remove-hook): Don't treat the hook value as a
|
|
7164 list unless it is both consp and not functionp.
|
|
7165
|
|
7166 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
7167
|
|
7168 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
7169 * auto-show.el: Ditto.
|
|
7170 * bytecomp.el: Ditto.
|
|
7171 * faces.el: Ditto.
|
|
7172 * x-scrollbar.el: Ditto.
|
|
7173 * x-misc.el: Ditto.
|
|
7174 * tty-init.el: Ditto.
|
|
7175 * toolbar-items.el: Ditto.
|
|
7176 * symbol-syntax.el: Ditto.
|
|
7177 * specifier.el: Ditto.
|
|
7178 * objects.el: Ditto.
|
|
7179 * hyper-apropos.el: Ditto.
|
|
7180 * glyphs.el: Ditto.
|
|
7181
|
|
7182 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
7183
|
|
7184 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
7185 vertical-divider-always-visible-p.
|
|
7186 (default-mouse-motion-handler): Ditto.
|
|
7187
|
|
7188 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
7189
|
|
7190 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
7191 global value.
|
|
7192
|
|
7193 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
7194
|
|
7195 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
7196
|
|
7197 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7198
|
|
7199 * font.el: Split font-family-mappings into X and
|
|
7200 mswindows-specific versions.
|
|
7201 mswindows-font-create-[object|name]: Treat supplied size
|
|
7202 as a pointsize. Added underline and strikethru handling.
|
|
7203
|
|
7204 * msw-faces.el: changed default mswindows charset to western.
|
|
7205
|
|
7206 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7207 was inserted to get round bugs in the mswindows C font code.
|
|
7208
|
|
7209 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
7210
|
|
7211 * about.el (about-hackers): Credits update.
|
|
7212
|
|
7213 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
7214 TUTORIAL.
|
|
7215
|
|
7216 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
7217 to ISO-8859-2.
|
|
7218
|
|
7219 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7220
|
|
7221 * font.el: Split font-family-mappings into X and
|
|
7222 mswindows-specific versions.
|
|
7223 mswindows-font-create-[object|name]: Treat supplied size
|
|
7224 as a pointsize. Added underline and strikethru handling.
|
|
7225
|
|
7226 * msw-faces.el: changed default mswindows charset to western.
|
|
7227
|
|
7228 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7229 was inserted to get round bugs in the mswindows C font code.
|
|
7230
|
|
7231 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7232
|
|
7233 * minibuf.el: make read-color-completion-table call
|
|
7234 (mswindows-color-list for mswindows devices.
|
|
7235
|
|
7236 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
7237
|
|
7238 * lisp/font-lock.el
|
|
7239 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
7240 Let declaration items contain non-word symbol characters.
|
|
7241
|
434
|
7242 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
428
|
7243
|
|
7244 * package-get.el (package-get-package-provider): Added autoload
|
|
7245 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
7246 it. Fixed some (interactive ...) with multiple argument specs
|
|
7247 again. Cosmetic indentation changes.
|
|
7248
|
|
7249 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
7250
|
|
7251 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
7252 that you want to use later.
|
|
7253
|
|
7254 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7255
|
|
7256 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
7257 to x-kill-primary-selection with kill-primary-selection
|
|
7258
|
|
7259 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
7260
|
|
7261 * simple.el (what-cursor-position): Make cursor position reported
|
|
7262 use value of column-number-start-at-one
|
|
7263
|
|
7264 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
7265
|
|
7266 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
7267
|
|
7268 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
7269
|
|
7270 * startup.el (startup-splash-frame): Remove
|
|
7271 `xemacs-startup-logo-function'.
|
|
7272
|
|
7273 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
7274
|
|
7275 * about.el (about-hackers): Update credits list.
|
|
7276
|
|
7277 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
7278
|
|
7279 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
7280 extensions to be found by load-sound-file
|
|
7281
|
|
7282 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7283
|
|
7284 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
7285 (Info-auto-generate-directory): New variable
|
|
7286 (Info-save-auto-generated-dir): New variable
|
|
7287 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
7288 (Info-build-dir-anew): Second parameter removed. Use
|
|
7289 `Info-save-auto-generated-dir'
|
|
7290 (Info-rebuild-dir): Ditto
|
|
7291
|
|
7292 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
7293
|
|
7294 * list-mode.el (next-list-mode-item): Would not recognize
|
|
7295 border between directly neighbored items.
|
|
7296
|
|
7297 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7298
|
|
7299 * package-get.el: add autoloads for some functions.
|
|
7300
|
|
7301 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7302
|
|
7303 * specifier.el (let-specifier): Tiny docfixes.
|
|
7304
|
|
7305 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7306
|
|
7307 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
7308
|
|
7309 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
7310
|
|
7311 * wid-edit.el (widget-specify-secret): New function.
|
|
7312 (widget-after-change): Use it.
|
|
7313 (widget-specify-field): Use it.
|
|
7314
|
|
7315 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
7316
|
|
7317 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
7318 `doit'; reuse result of `window-pixel-edges'.
|
|
7319
|
|
7320 * modeline.el (drag-modeline-event-lag): Rename to
|
|
7321 drag-divider-event-lag.
|
|
7322
|
|
7323 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
7324
|
|
7325 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
7326 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
7327 arguments.
|
|
7328
|
|
7329 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7330
|
|
7331 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
7332 `completion-ignore-case' in completions buffer under Windows.
|
|
7333
|
|
7334 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7335
|
|
7336 * about.el (about-maintainer-glyph): Fix support for not
|
|
7337 compressed images.
|
|
7338
|
|
7339 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7340
|
|
7341 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
7342
|
|
7343 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
7344 `cancel-mode-internal' function is fetched.
|
|
7345
|
|
7346 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7347
|
|
7348 * files.el (save-some-buffers-1): Fixed return value.
|
|
7349
|
|
7350 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
7351
|
|
7352 * dragdrop.el: added experimental
|
|
7353
|
|
7354 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
7355
|
|
7356 * startup.el (after-init-hook, init-file-user,
|
|
7357 user-init-directory, load-user-init-file): Purge references
|
|
7358 to "~/.xemacs/init.el" from docstrings.
|
|
7359
|
|
7360 (load-user-init-file) Use paths-construct-path to construct
|
|
7361 paths to user init files. Go directly to ~/.emacs, do not
|
|
7362 search ~/.xemacs/, do not load `default-custom-file'.
|
|
7363
|
|
7364 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7365
|
|
7366 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
7367 general *sh.
|
|
7368 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
7369
|
|
7370 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
7371
|
|
7372 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
7373 menu.
|
|
7374
|
|
7375 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
7376
|
|
7377 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
7378 in xpm-color-symbols instead of default.
|
|
7379
|
|
7380 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
7381
|
|
7382 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
7383
|
|
7384 * startup.el (xemacs-startup-logo-function): New variable.
|
|
7385 (startup-splash-frame): Use it.
|
|
7386
|
|
7387 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
7388
|
|
7389 * files.el (save-some-buffers): Would wait 1 second.
|
|
7390 (save-some-buffers-1): Delete other windows here instead of in
|
|
7391 `save-some-buffers'.
|
|
7392 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
7393
|
442
|
7394 1998-06-02 Didier Verna <didier@xemacs.org>
|
428
|
7395
|
|
7396 * cus-face.el (custom-face-attributes): generalized the use of
|
|
7397 toggle buttons for boolean attributes.
|
|
7398 Re-ordered the items a bit.
|
|
7399
|
|
7400 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
7401
|
|
7402 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
7403 to find the sounds directory.
|
|
7404
|
|
7405 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7406
|
|
7407 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
7408 otherwise. load-default sounds without extensions.
|
|
7409
|
|
7410 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
7411
|
|
7412 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
7413 if send-pr is not bound.
|
|
7414
|
|
7415 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
7416
|
|
7417 * files.el: grok idl files in auto-mode-alist.
|
|
7418 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
7419
|
|
7420 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
7421 calling `upcase'.
|
|
7422
|
|
7423 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
7424
|
|
7425 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
7426
|
|
7427 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7428
|
|
7429 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
7430 instead of XEmacs one when dumping InfoDock.
|
|
7431
|
|
7432 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7433
|
|
7434 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
7435 for `modeline-visible-p'
|
|
7436
|
|
7437 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
7438
|
|
7439 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7440
|
|
7441 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
7442 since it's not used anymore. doc string fixes.
|
|
7443
|
|
7444 * package-get.el (package-get-file-installed-p): new function. use
|
|
7445 instead of file-installed-p which is in an external package.
|
|
7446
|
|
7447 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
7448
|
|
7449 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
7450 favor of select-window/switch-to-buffer
|
|
7451
|
|
7452 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
7453
|
|
7454 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
7455
|
|
7456 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
7457
|
|
7458 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
7459 (offix-start-drag-region) moved to dragdrop.el
|
|
7460 (offix-start-drag) moved to dragdrop.el
|
|
7461 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
7462 (offix-start-drag-region) moved from frame.el
|
|
7463 (offix-start-drag) moved from frame.el
|
|
7464 (cde-start-drag-region) cde drag regions
|
|
7465 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
7466
|
|
7467 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
7468
|
|
7469 * dragdrop.el: created dragdrop-drag prototypes
|
|
7470 (cde-start-drag-region) fixed typo
|
|
7471
|
|
7472 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
7473
|
|
7474 * simple.el (after-init-hook): Remove reader macro.
|
|
7475
|
|
7476 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
7477 macros. Update DOC string.
|
|
7478
|
|
7479 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7480
|
|
7481 * mouse.el (drag-window-divider): Ditto.
|
|
7482
|
|
7483 * modeline.el (mouse-drag-modeline): Use it.
|
|
7484
|
|
7485 * lisp-mode.el (let-specifier): Specify indentation.
|
|
7486
|
|
7487 * specifier.el (let-specifier): Renamed from
|
|
7488 `with-specifier-instance'.
|
|
7489
|
|
7490 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
7491
|
|
7492 * x-faces.el:
|
|
7493 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
7494 to faces. Predicate x-get-resource on the presence of x.
|
|
7495
|
442
|
7496 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
428
|
7497 faces as specfier defaults.
|
|
7498
|
|
7499 * package-get.el: don't use package-admin-add-single-file-package.
|
|
7500
|
|
7501 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7502
|
|
7503 * toolbar-items.el: Fixup tooltips.
|
|
7504 (toolbar-gnus): Don't use obsolete variable
|
|
7505 toolbar-news-frame-properties.
|
|
7506 (toolbar-news-reader): Default to `gnus' instead of
|
|
7507 `not-configured'.
|
|
7508
|
|
7509 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
7510 Windows.
|
|
7511
|
|
7512 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
7513
|
|
7514 * package-get.el: rename -installedp -> -installed-p.
|
|
7515
|
|
7516 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7517
|
|
7518 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
7519 attributes, and assinged it to continuation, truncation and
|
|
7520 hscroll glyphs.
|
|
7521
|
|
7522 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
7523 and made continuation, truncation and hscroll glyphs arrow
|
|
7524 characters out of that font.
|
|
7525
|
|
7526 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7527
|
|
7528 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
7529 directory-sep-char being \.
|
|
7530 (minibuffer-electric-tilde): Ditto.
|
|
7531 (read-file-name-map): Ditto.
|
|
7532
|
|
7533 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7534
|
|
7535 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
7536 on X devices.
|
|
7537 (default-mouse-track-deal-with-down-event): Avoid
|
|
7538 `x-disown-selection'; use `disown-selection' instead.
|
|
7539
|
|
7540 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7541
|
|
7542 * select.el:
|
|
7543 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
7544 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
7545 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
7546 (x-copy-primary-selection).
|
|
7547 (own-clipboard): new function.
|
|
7548
|
|
7549 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
7550 functions in select.el. remove old ones.
|
|
7551 (mswindows-own-clipboard): new function.
|
|
7552
|
|
7553 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7554
|
|
7555 * gnuserv.el: allow connections from mswindows type devices.
|
|
7556
|
|
7557 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
7558
|
|
7559 * msw-glyphs.el: change image type used from cursor to resource.
|
|
7560
|
|
7561 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7562
|
|
7563 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
7564 for {top,bottom}-{left,right} values in addition to
|
|
7565 {top,bottom}_{left,right}.
|
|
7566 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
7567
|
|
7568 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
7569
|
|
7570 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
7571
|
|
7572 * specifier.el (with-specifier-instance): Added docstring.
|
|
7573
|
|
7574 * mouse.el (drag-window-divider): Ditto.
|
|
7575
|
|
7576 * modeline.el (mouse-drag-modeline): Use it.
|
|
7577
|
|
7578 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
7579 level.
|
|
7580
|
|
7581 * specifier.el (with-specifier-instance): New macro.
|
|
7582
|
|
7583 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
7584
|
|
7585 * package-get.el (package-get-create-custom): new function to
|
|
7586 auto-generate package-get-custom.el from package-get-base.el.
|
|
7587 * (package-get-ever-installedp): new function.
|
|
7588 * (package-get-custom): new function to get all packages specified
|
|
7589 by customize.
|
|
7590
|
|
7591 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
7592
|
|
7593 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
7594
|
|
7595 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
7596
|
|
7597 * cl-extra.el: Reverse previous float change.
|
|
7598
|
|
7599 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
7600
|
|
7601 * x-faces.el:
|
|
7602 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
7603 required by w3 under mswindows as well X.
|
|
7604
|
|
7605 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7606
|
|
7607 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
7608 clause, one more overlookef fsfism.
|
|
7609 (nt-quote-args-functions-alist): End sentences with double space.
|
|
7610
|
|
7611 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7612
|
|
7613 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
7614 recaching default-toolbar specifier.
|
|
7615 (pop-window-configuration): Ditto.
|
|
7616 (unpop-window-configuration): Ditto.
|
|
7617
|
|
7618 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7619
|
|
7620 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
7621
|
|
7622 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7623
|
|
7624 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
7625 (nt-quote-args-prefix-quote): Added function.
|
|
7626 (nt-quote-args-backslash-quote): Added function.
|
|
7627 (nt-quote-args-double-quote): Added function.
|
|
7628 (nt-quote-args-functions-alist): New variable.
|
|
7629 (nt-quote-process-args): Added function. This is the main quoting
|
|
7630 work horse called from process-nt.c
|
|
7631
|
|
7632 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7633
|
|
7634 * winnt.el: Removed duplicate definitions for backspace,
|
|
7635 delete, M-backspace and C-M-backspace.
|
|
7636 (file-name-buffer-file-type-alist): Removed this variable.
|
|
7637 (find-buffer-file-type): Removed function.
|
|
7638 (find-file-binary): Removed function.
|
|
7639 (find-file-text): Removed function.
|
|
7640 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
7641 (save-to-unix-hook): Removed function.
|
|
7642 (revert-from-unix-hook): Removed function.
|
|
7643 (using-unix-filesystems): Removed function.
|
|
7644 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
7645 warning.
|
|
7646 (x-set-selection): Removed function.
|
|
7647 (x-get-selection): Removed function.
|
|
7648 Removed commented FSFisms.
|
|
7649 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
7650 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
7651 comint-process-echoes setting to t.
|
|
7652
|
|
7653 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7654
|
|
7655 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
7656 and used following the interface change of
|
|
7657 `paths-find-recursive-path'.
|
|
7658
|
|
7659 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
7660 regexp instead of a list of base names.
|
|
7661 (paths-version-control-filename-regexp):
|
|
7662 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
7663 Introduced and used following the interface change of
|
|
7664 `paths-find-recursive-path'.
|
|
7665
|
|
7666 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7667
|
|
7668 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
7669 on X devices, rather than on all non-TTY devices.
|
|
7670
|
|
7671 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7672
|
|
7673 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
7674
|
|
7675 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
7676
|
434
|
7677 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
428
|
7678
|
|
7679 * itimer.el (activate-itimer): Fixed usage of integers
|
|
7680 as argument to `concat'.
|
|
7681
|
|
7682 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7683
|
|
7684 * itimer.el (start-itimer): replace the use of `concat' with
|
|
7685 `format'
|
|
7686
|
|
7687 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
7688
|
|
7689 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
7690 From Bob Weiner <weiner@altrasoft.com>
|
|
7691
|
|
7692 * loadhist.el (symbol-file): Supply prompt string when used
|
|
7693 interactively.
|
|
7694 From Bob Weiner <weiner@altrasoft.com>
|
|
7695
|
|
7696 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7697
|
|
7698 * loadup.el (really-early-error-handler): Ditto.
|
|
7699
|
|
7700 * update-elc.el: Ditto.
|
|
7701
|
|
7702 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7703
|
|
7704 * make-docfile.el: Ditto.
|
|
7705
|
|
7706 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
7707 instead of decode-path.
|
|
7708
|
|
7709 * files.el (parse-colon-path): Update docstring reference.
|
|
7710
|
|
7711 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7712
|
|
7713 * msw-init.el:
|
|
7714 * x-init.el:
|
|
7715 Bind cut'n'paste keys to non window-system specific functions.
|
|
7716
|
|
7717 * msw-select.el: New function mswindows-clear-clipboard.
|
|
7718 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
7719 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
7720
|
|
7721 * select.el: on mswindows devices delete-primary-selection
|
|
7722 calls mswindows-clear-clipboard.
|
|
7723
|
|
7724 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
7725
|
|
7726 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
7727
|
|
7728 * cmdloop.el (read-char): Don't inhibit quit.
|
|
7729 (read-char-exclusive): Ditto.
|
|
7730 (read-char): Signal quit if quit-char was pressed.
|
|
7731 (read-char-exclusive): Ditto.
|
|
7732 (read-quoted-char): Return a character, not integer.
|
|
7733
|
|
7734 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
7735 selection code.
|
|
7736 (default-popup-menu): Fix code.
|
|
7737
|
|
7738 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
7739
|
|
7740 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
7741
|
|
7742 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
7743
|
|
7744 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
7745
|
|
7746 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7747
|
|
7748 * device.el (device-pixel-width):
|
|
7749 (device-pixel-height):
|
|
7750 (device-mm-width):
|
|
7751 (device-mm-height):
|
|
7752 (device-bitplanes):
|
|
7753 (device-color-cells): Swapped parameters to device-system-metric
|
|
7754 according to the interface change.
|
|
7755
|
|
7756 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7757
|
|
7758 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
7759 function event-over-vertical-divider-p.
|
|
7760 Do not set E-W arrow cursor over the divider if
|
|
7761 vertical-divider-draggable-p is nil in the window.
|
|
7762 ([top-level]): Use new name for the variable
|
|
7763 vertical-divider-map.
|
|
7764 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
7765 Variable name typo fixes.
|
|
7766
|
|
7767 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7768
|
|
7769 * keymap.el (kbd): Define here; handle string constants and
|
|
7770 others...
|
|
7771
|
|
7772 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
7773
|
|
7774 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
7775 in Emacs 18.
|
|
7776
|
442
|
7777 1998-05-13 Didier Verna <didier@xemacs.org>
|
428
|
7778
|
|
7779 * mouse.el (drag-window-divider): give the vertical divider a
|
|
7780 pressed look when dragging it.
|
|
7781
|
|
7782 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
7783
|
|
7784 * faces.el: predicate some more face operations on x or mswindows
|
|
7785 not just x.
|
|
7786
|
|
7787 * modeline.el: enable modeline coloring for mswindows.
|
|
7788
|
|
7789 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7790
|
|
7791 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
7792 FSF Emacs.
|
|
7793 (next-history-element): Used `minibuffer-default'.
|
|
7794
|
|
7795 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
7796
|
|
7797 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
7798 arguments still look a bit strange
|
|
7799 (dragdrop-compare-mods) created
|
|
7800 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
7801 modifiers
|
|
7802
|
|
7803 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7804
|
|
7805 * setup-paths.el (paths-default-info-directories): Replace
|
|
7806 path-separator with directory-sep-char.
|
|
7807
|
|
7808 * files.el (path-separator): Don't define it here.
|
|
7809
|
|
7810 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7811
|
|
7812 * update-elc.el: Ditto.
|
|
7813
|
|
7814 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7815
|
|
7816 * make-docfile.el: Ditto.
|
|
7817
|
|
7818 * loadup.el (really-early-error-handler): Ditto.
|
|
7819
|
|
7820 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
7821 instead of decode-path-internal.
|
|
7822
|
|
7823 * files.el (parse-colon-path): Update docstring.
|
|
7824
|
|
7825 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
7826
|
|
7827 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
7828
|
|
7829 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
7830 get-buffer-window-list.
|
|
7831
|
|
7832 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7833
|
|
7834 * disass.el: Fix maintainer keyword.
|
|
7835
|
|
7836 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
7837 (byte-compile-buffer): Ditto.
|
|
7838
|
|
7839 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
7840 value is returned, not the name.
|
|
7841 (lisp-imenu-generic-expression): Enable it.
|
|
7842 (lisp-mode-variables): Ditto.
|
|
7843 (lisp-indent-offset): Change defconst to defvar.
|
|
7844 (lisp-indent-function): Ditto.
|
|
7845 (lisp-body-indent): Ditto.
|
|
7846
|
|
7847 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7848
|
|
7849 * modeline.el: Use zap-last-kbd-macro-event.
|
|
7850
|
|
7851 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
7852 nil, don't attempt to do anything with messages.
|
|
7853 (eval-last-sexp): Use `letf' for clarity.
|
|
7854
|
|
7855 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7856
|
|
7857 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
7858
|
|
7859 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
7860
|
|
7861 * buff-menu.el:
|
|
7862 * lisp-mode.el:
|
|
7863 * obsolete.el:
|
|
7864 Change empty docstrings into no doc strings at all.
|
|
7865 Fix bogus FSF-format docstrings.
|
|
7866 * etags.el: Fix docstring.
|
|
7867
|
|
7868 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7869
|
|
7870 * package-get.el (package-get): Use internal md5
|
|
7871
|
|
7872 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
7873
|
|
7874 * about.el (about-xemacs): Correct abuse of concat.
|
|
7875
|
|
7876 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
7877
|
|
7878 * info.el (Info-mode): Use easymenu.
|
|
7879
|
|
7880 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7881
|
|
7882 * apropos.el (apropos): Don't use concat with integers.
|
|
7883
|
|
7884 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
7885 was seen gracefully.
|
|
7886
|
|
7887 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
7888 defun.
|
|
7889 (apropos-describe-plist): Ditto.
|
|
7890
|
|
7891 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
7892 (describe-key): Use it as defun.
|
|
7893 (describe-mode): Ditto.
|
|
7894 (describe-bindings): Ditto.
|
|
7895 (describe-prefix-bindings): Ditto.
|
|
7896 (describe-installation): Ditto.
|
|
7897 (view-lossage): Ditto.
|
|
7898 (describe-function): Ditto.
|
|
7899 (describe-variable): Ditto.
|
|
7900 (describe-syntax): Ditto.
|
|
7901
|
|
7902 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
7903
|
|
7904 * dragdrop.el: changed order of require/provide
|
|
7905 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
7906 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
7907 (dragdrop-function-widget) this one needs more work...
|
|
7908
|
|
7909 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
7910
|
|
7911 * about.el: another small change in my entry
|
|
7912 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
7913 plus customizations
|
|
7914 changed interface to handler functions. now called with event
|
|
7915 and object
|
|
7916
|
|
7917 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7918
|
|
7919 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
7920 E-W arrow pointer displayed over draggable dividers.
|
|
7921
|
|
7922 * mouse.el (default-mouse-motion-handler): Show it when
|
|
7923 appropriate.
|
|
7924 (drag-window-divider): Added.
|
|
7925 ([top-level]): Initialized window-divider-map with a keymap
|
|
7926 binding the above function to left button down event.
|
|
7927
|
|
7928 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
7929 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
7930 E-W double arrow.
|
|
7931
|
|
7932 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
7933
|
|
7934 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
7935
|
|
7936 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7937
|
|
7938 * simple.el (count-words-buffer): Don't query for buffer.
|
|
7939 (count-lines-buffer): Ditto.
|
|
7940
|
|
7941 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7942
|
|
7943 * help.el (where-is): add optional insert argument.
|
|
7944
|
|
7945 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7946
|
|
7947 * help.el (describe-key-briefly): New argument INSERT.
|
|
7948
|
|
7949 * simple.el (eval-expression): New optional argument; synch with
|
|
7950 FSF 20.3.
|
|
7951
|
|
7952 * keydefs.el (global-map): Add new register bindings.
|
|
7953
|
|
7954 * register.el: Synched with FSF 20.3.
|
|
7955
|
|
7956 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7957
|
|
7958 * window-xemacs.el (recenter): all arguments are optional.
|
|
7959
|
|
7960 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7961
|
|
7962 * device.el: (device-pixel-width): Reflected name/parameters
|
|
7963 change to device-system-metric.
|
|
7964 (device-pixel-height): Ditto.
|
|
7965 (device-mm-width): Ditto.
|
|
7966 (device-mm-height): Ditto.
|
|
7967 (device-bitplanes): Ditto.
|
|
7968 (device-color-cells): Ditto.
|
|
7969
|
|
7970 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7971
|
|
7972 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
7973
|
|
7974 * cl.el (most-positive-fixnum): Document.
|
|
7975 (most-negative-fixnum): Ditto.
|
|
7976
|
|
7977 * cus-dep.el: Updated comment.
|
|
7978
|
|
7979 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
7980 constant.
|
|
7981
|
|
7982 * cus-load.el (custom-put): Removed.
|
|
7983
|
|
7984 * files.el (after-find-file): Just resignal quit instead of
|
|
7985 signaling "canceled".
|
|
7986
|
|
7987 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7988
|
|
7989 * frame.el (other-frame): Use `focus-frame' instead of
|
|
7990 select-frame kludges.
|
|
7991
|
|
7992 * lisp-mode.el: Update lisp-indent-function for
|
|
7993 save-selected-frame and with-selected-frame.
|
|
7994
|
|
7995 * frame.el (save-selected-frame): New macro.
|
|
7996 (with-selected-frame): Ditto.
|
|
7997 (other-frame): Use `set-frame-focus'.
|
|
7998
|
|
7999 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
8000
|
|
8001 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
8002 (dragdrop-drop-url-default) default handler for URL drops created
|
|
8003 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
8004 (dragdrop-drop-functions) default custom for handling drops created
|
|
8005 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
8006
|
|
8007 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8008
|
|
8009 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
8010
|
|
8011 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
8012
|
|
8013 * about.el: changed some text in my entry
|
|
8014 * dragdrop.el: added customs
|
|
8015
|
|
8016 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
8017
|
|
8018 * mouse.el: killed global drop key bindings
|
|
8019 (mouse-offix-drop) removed
|
|
8020 * dragdrop.el: created
|
|
8021 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
8022
|
|
8023 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8024
|
|
8025 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
8026 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
8027
|
|
8028 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
8029 obsolete comment.
|
|
8030
|
|
8031 * scrollbar.el (scrollbars-visible-p): Use new
|
|
8032 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
8033
|
|
8034 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8035
|
|
8036 * device.el (device-pixel-height):
|
|
8037 (device-pixel-width):
|
|
8038 (device-mm-width):
|
|
8039 (device-mm-height):
|
|
8040 (device-bitplanes):
|
|
8041 (device-color-cells): Moved these 6 functions from device.c; they
|
|
8042 all use single (device-system-metrics) call.
|
|
8043
|
|
8044 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
8045
|
|
8046 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
8047 were renamed.
|
|
8048
|
|
8049 * menubar-items.el:
|
|
8050 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
8051 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
8052
|
|
8053 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
8054 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
8055
|
|
8056 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
8057
|
|
8058 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
8059 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
8060
|
|
8061 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
8062
|
|
8063 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
8064
|
|
8065 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
8066
|
|
8067 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
8068
|
|
8069 * startup.el (startup-splash-frame): Change ID logo name.
|
|
8070
|
|
8071 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8072
|
|
8073 * files.el (after-find-file): If the user presses C-g on
|
|
8074 directory-creation prompt, kill the buffer.
|
|
8075
|
|
8076 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
8077
|
|
8078 * simple.el (count-words-region): Reverse previous change.
|
|
8079
|
|
8080 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
8081
|
|
8082 * replace.el (query-replace): Just call perform-replace.
|
|
8083 (query-replace-regexp): Ditto.
|
|
8084 (perform-replace): Move region handling here.
|
|
8085 (perform-replace): Use the new arg to match-data.
|
|
8086
|
|
8087 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8088
|
|
8089 * x-init.el: Install X specific display table that
|
|
8090 displays char 0240 as a space to avoid whatever it is
|
|
8091 that screws up display of that character code.
|
|
8092
|
|
8093 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
8094
|
|
8095 * help.el (function-arglist): If no arguments are documented for a
|
|
8096 subr, print nothing rather than incorrect output.
|
|
8097
|
|
8098 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
8099
|
|
8100 * cmdloop.el (command-error): Update bail-out error message to use
|
|
8101 `emacs-program-name'.
|
|
8102
|
|
8103 * lib-complete.el: Remove reader macro cruft.
|
|
8104
|
|
8105 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
8106 cruft.
|
|
8107
|
|
8108 * simple.el (count-words-region): Drop interactive-p check on the
|
|
8109 message.
|
|
8110
|
|
8111 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8112
|
|
8113 * font.el
|
|
8114 * msw-faces.el
|
|
8115 Correct spelling of mswindows-font-canonicalize-name.
|
|
8116
|
|
8117 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8118
|
|
8119 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
8120 `ldap-host-parameters-plist'
|
|
8121 (ldap-search): Adapt to previous change
|
|
8122
|
|
8123 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8124
|
|
8125 * about.el (about-hackers): Update Bob Weiner bio.
|
|
8126 (about-maintainer-info): Ditto.
|
|
8127
|
|
8128 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
8129
|
|
8130 * simple.el (display-warning-minimum-level): Docfix.
|
|
8131
|
|
8132 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
8133
|
|
8134 * widget.el (:default-get): New keyword.
|
|
8135 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
8136 (group, widget-group-default-get): Define it.
|
|
8137 (menu-choice, widget-choice-default-get): Define it.
|
|
8138 (widget-default-get): New function.
|
|
8139 (widget-choice-action): Call it.
|
|
8140 (widget-editable-list-entry-create): Call it.
|
|
8141
|
|
8142 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8143
|
|
8144 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
8145 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
8146 lookup through `byte-boolean-vars'.
|
|
8147
|
|
8148 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8149
|
|
8150 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
8151 resource-provided values into ghost specs for scrollbar-height and
|
|
8152 scrollbar-width.
|
|
8153
|
|
8154 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8155
|
|
8156 * byte-optimize.el: Don't attempt to optimize /=.
|
|
8157
|
|
8158 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
8159 (byte-compile-/=): Ditto.
|
|
8160
|
|
8161 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8162
|
|
8163 * apropos.el: Use `with-displaying-help-buffer'.
|
|
8164 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
8165 Use `with-displaying-help-buffer'.
|
|
8166 (apropos-follow): Do not give special treatment to buffer cursor
|
|
8167 was in prior to a mouse click.
|
|
8168 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
8169 (apropos-print-doc): Set correct buffer for setting text
|
|
8170 properties.
|
|
8171
|
|
8172 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
8173
|
|
8174 * help.el (help-buffer-prefix-string): New variable.
|
|
8175 (help-buffer-name): Use it.
|
|
8176
|
|
8177 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
8178 mode menu.
|
|
8179
|
|
8180 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
8181
|
|
8182 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
8183
|
|
8184 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8185
|
|
8186 * files.el (find-file-noselect): Update docstring.
|
|
8187 (find-file-noselect): Signal an error if found an unreadable file.
|
|
8188 (file-chase-links): Save the match data.
|
|
8189 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
8190 (interpreter-mode-alist): Change defconst to defvar.
|
|
8191 (inhibit-first-line-modes-regexps): Ditto.
|
|
8192 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
8193 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
8194 (change-major-mode-with-file-name): New user-option.
|
|
8195 (set-visited-file-name): Synched with FSF.
|
|
8196 (file-name-extension): New function, from FSF 20.3.
|
|
8197 (file-relative-name): Synched with FSF.
|
|
8198 (save-some-buffers): Support the C-r feature.
|
|
8199 (recover-session): Synched with FSF.
|
|
8200 (kill-some-buffers): Ditto.
|
|
8201 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
8202
|
|
8203 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
8204
|
|
8205 * files.el (insert-file): Undo previous change and reenable use of
|
|
8206 format.el.
|
|
8207
|
|
8208 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8209
|
|
8210 * window-xemacs.el (recenter): Define.
|
|
8211
|
|
8212 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8213
|
|
8214 * font.el (mswindows-font-create-name)
|
|
8215 (mswindows-font-create-object): new functions for mswindows type
|
|
8216 fonts.
|
|
8217
|
|
8218 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
8219 strings are parsed as well as font objects.
|
|
8220
|
|
8221 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8222
|
|
8223 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
8224 kbd-macro being recorded.
|
|
8225 (add-minor-mode): Simplify docstring.
|
|
8226 (modeline-minor-mode-menu): Remove stuff.
|
|
8227
|
|
8228 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8229
|
|
8230 * code-process.el (call-process): dynamically decide process
|
|
8231 coding type.
|
|
8232
|
|
8233 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
8234
|
|
8235 * modeline.el: Add line-number-mode, column-number-mode to
|
|
8236 the modeline minor-mode menu. Button2 on the line number does
|
|
8237 goto-line.
|
|
8238
|
|
8239 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8240
|
|
8241 * mouse.el: move x-selection-owner-p type things to
|
|
8242 selection-owner-p.
|
|
8243
|
|
8244 * msw-init.el: copy zmacs stuff from x-init.el
|
|
8245
|
|
8246 * msw-select.el (mswindows-own-selection)
|
|
8247 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
8248 functions. Very simple minded implementation of selectio
|
|
8249 ownership.
|
|
8250
|
|
8251 * select.el (own-selection) (disown-selection)
|
|
8252 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
8253 (valid-simple-selection-p): functions moved from x-select.el for
|
|
8254 generalized selection.
|
|
8255
|
|
8256 * x-select.el: see select.el changes.
|
|
8257
|
|
8258 * x-toolbar.el: use new selection functions.
|
|
8259
|
|
8260 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8261
|
|
8262 * packages.el (packages-find-package-directories): Fixed bug that
|
|
8263 would pick up multiple site-package directories.
|
|
8264 (package-locations): Added "xemacs-packages" as a late package
|
|
8265 location.
|
|
8266
|
|
8267 * find-paths.el: Now uses `emacs-program-name' and
|
|
8268 `emacs-program-version'.
|
|
8269 Additions to enforce version-specific directories in
|
|
8270 `paths-find-version-directory'.
|
|
8271
|
|
8272 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
8273
|
|
8274 * default.el: Removed.
|
|
8275 * site-start.el: Removed.
|
|
8276
|
442
|
8277 1998-04-29 Didier Verna <didier@xemacs.org>
|
428
|
8278
|
|
8279 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
8280 to nil.
|
|
8281
|
|
8282 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
8283
|
|
8284 * find-paths.el (paths-program-name): Rename.
|
|
8285 (paths-emacs-root-p): Ditto.
|
|
8286 (paths-find-site-directory): Ditto.
|
|
8287
|
|
8288 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
8289
|
|
8290 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
8291 `emacs-lisp-byte-compile-and-load'.
|
|
8292
|
|
8293 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8294
|
|
8295 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
8296 `ldap-open'
|
|
8297
|
|
8298 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
8299
|
|
8300 * select.el (kill-primary-selection) (selection-owner-p)
|
|
8301 (copy-primary-selection) (yank-clipboard-selection)
|
|
8302 (selection-exists-p) (delete-primary-selection): new file and
|
|
8303 functions that do the right thing for the selected device.
|
|
8304
|
|
8305 * x-menubar.el: use generalised selection functions.
|
|
8306
|
|
8307 * dumped-lisp.el: dump select.el.
|
|
8308
|
|
8309 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
8310
|
|
8311 * find-paths.el (paths-progname): New variable.
|
|
8312 (paths-emacs-root-p): Use it.
|
|
8313 (paths-find-site-directory): Ditto.
|
|
8314
|
|
8315 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
8316
|
|
8317 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
8318 `infodock' if InfoDock.
|
|
8319
|
|
8320 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
8321
|
|
8322 * find-paths.el (construct-emacs-version): Simplify, include
|
|
8323 program name in the return value.
|
|
8324 * (paths-find-version-directory): Use it.
|
|
8325
|
|
8326 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8327
|
|
8328 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
8329 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
8330 name for files with no @direntry
|
|
8331 (Info-batch-rebuild-dir): New function
|
|
8332 (Info-suffixed-file): Check for regular files instead of simple
|
|
8333 file existence (could catch directories before)
|
|
8334
|
|
8335 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8336
|
|
8337 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
8338 temacs doesn't have.
|
|
8339
|
|
8340 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
8341 into root searching.
|
|
8342
|
|
8343 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
8344
|
|
8345 * subr.el: Remove definition of `not'.
|
|
8346
|
|
8347 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8348
|
|
8349 * msw-glyphs.el: enable graphics support.
|
|
8350
|
442
|
8351 1998-04-23 Didier Verna <didier@xemacs.org>
|
428
|
8352
|
|
8353 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
8354 option.
|
|
8355
|
|
8356 * misc doc string updates related to the options menu.
|
|
8357
|
|
8358 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
8359
|
|
8360 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
8361
|
|
8362 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8363
|
|
8364 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
8365 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
8366 gets us one step further towards making --no-autoloads work.
|
|
8367
|
|
8368 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
8369 lisp-directory is non-nil.
|
|
8370
|
|
8371 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
8372 against nil lisp-directory.
|
|
8373
|
|
8374 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
8375 to the list of variables that cause a warning when nil.
|
|
8376
|
|
8377 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
8378 no toolbar icon directory.
|
|
8379
|
|
8380 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
8381
|
|
8382 * help.el (view-lossage): Recognize it.
|
|
8383
|
|
8384 * simple.el (log-message): Mark multiline messages.
|
|
8385
|
|
8386 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8387
|
|
8388 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
8389
|
|
8390 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
8391
|
|
8392 * package-get.el (package-get-all): add `\n' separator to
|
|
8393 interactive specification so that both variables are read
|
|
8394
|
442
|
8395 1998-04-22 Didier Verna <didier@xemacs.org>
|
428
|
8396
|
|
8397 * x-menubar.el: ported the options menu to Custom.
|
|
8398 Moved the "read only" toggle button to the buffers menu.
|
|
8399 Corrected some missing ;;;###autoload or defcustom.
|
|
8400
|
|
8401 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
8402 the scrollbar-visible specifier for options menu handling.
|
|
8403
|
|
8404 * toolbar.el (toolbar-visible-p)
|
|
8405 (toolbar-captioned-p)
|
|
8406 (default-toolbar-position): defcustom wrappers around
|
|
8407 the toolbar specifiers for options menu handling.
|
|
8408
|
|
8409 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
8410 defcustom it for options menu handling.
|
|
8411
|
440
|
8412 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
428
|
8413 font-lock-mode for options menu handling.
|
|
8414
|
|
8415 * cus-start.el: added Custom properties to overwrite-mode for
|
|
8416 options menu handling.
|
|
8417
|
|
8418 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8419
|
|
8420 * about.el: shameless self-promotion.
|
|
8421
|
|
8422 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
8423
|
|
8424 * simple.el (raw-append-message): Slightly optimize.
|
|
8425 (remove-message): Use `push' for clarity.
|
|
8426 (append-message): Ditto.
|
|
8427 (display-warning): Dito.
|
|
8428 (raw-append-message): Send the message to the appropriate device.
|
|
8429
|
|
8430 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8431
|
|
8432 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
8433 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
8434
|
|
8435 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8436
|
|
8437 * setup-paths.el: Changed `directory-sep-char' to
|
|
8438 `path-separator', following a change in GNU Emacs.
|
|
8439
|
|
8440 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8441
|
|
8442 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
8443 (Info-build-dir-anew): Add a final newline.
|
|
8444 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
8445 is `always'
|
|
8446 (Info-rebuild-dir): Ditto
|
|
8447
|
|
8448 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
8449
|
|
8450 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
8451
|
|
8452 * simple.el (count-words-buffer): Retain zmacs region.
|
|
8453 (count-words-region): Ditto.
|
|
8454 * simple.el: (what-line): Expanded line counts.
|
|
8455 (count-lines): New parameter to conditionalize whether collapsed
|
|
8456 lines get counted.
|
|
8457 From Bob Weiner <weiner@altrasoft.com>
|
|
8458
|
|
8459 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
8460
|
|
8461 * packages.el (package-locations): infodock-packages must override
|
|
8462 mule-packages and packages.
|
|
8463
|
|
8464 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
8465
|
|
8466 * wid-edit.el:
|
|
8467 remove rude messages from widget-activation-widget-mapper
|
|
8468 and widget-activation-glyph-mapper
|
|
8469
|
|
8470 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8471
|
|
8472 * toolbar.el: Remove (featurep 'x) test from
|
|
8473 toolbar-make-button-list
|
|
8474
|
|
8475 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
8476
|
|
8477 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
8478 only if in the same frame.
|
|
8479
|
|
8480 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8481
|
|
8482 * packages.el (package-locations): Added site-packages hierarchy.
|
|
8483
|
|
8484 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
8485 used.
|
|
8486
|
|
8487 * packages.el, setup-paths.el: Set various path searching depths
|
|
8488 to 1.
|
|
8489
|
|
8490 * packages.el (packages-hierarchy-depth):
|
|
8491 (packages-load-path-depth): Introduced and used.
|
|
8492
|
|
8493 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
8494
|
|
8495 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
8496 parameter.
|
|
8497
|
|
8498 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8499
|
|
8500 * setup-paths.el (paths-construct-info-path): Removed
|
|
8501 dependency on behavior of (file-name-as-directory "").
|
|
8502
|
|
8503 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8504
|
|
8505 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
8506 lisp objects
|
|
8507
|
|
8508 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8509
|
|
8510 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
8511
|
|
8512 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
8513
|
|
8514 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
8515 properties for an extent based on the :help-echo widget
|
|
8516 property, since help-echo and balloon-help cause an EXTENT to
|
|
8517 get passed in, where :help-echo functions are expecting a WIDGET
|
|
8518
|
|
8519 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8520
|
|
8521 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
8522 mswindows-init-scrollbar-metrics when appropriate.
|
|
8523
|
|
8524 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8525
|
|
8526 * dumped-lisp.el: dump x-toolbar for window system
|
|
8527
|
|
8528 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
8529 have support and xpm.
|
|
8530
|
|
8531 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
8532
|
|
8533 * files.el (toggle-read-only): Fix docstring.
|
442
|
8534 From Didier Verna <didier@xemacs.org>
|
428
|
8535
|
|
8536 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8537
|
|
8538 * startup.el (normal-top-level): Load autoload-file-name without
|
|
8539 specifying an extension---some people only auto-autoload.el.gz.
|
|
8540
|
|
8541 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8542
|
|
8543 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
8544 nil.
|
|
8545
|
|
8546 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8547
|
|
8548 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
8549 This shouldn't cause any of the originally anticipated problems as
|
|
8550 the current paths architecture will not define the various
|
|
8551 configure-xxx variables if they're not specified on the configure
|
|
8552 command line.
|
|
8553
|
|
8554 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
8555 mentionings of "/" as a path separator.
|
|
8556 Used paths-construct-path throughout.
|
|
8557
|
|
8558 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
8559 from directory components.
|
|
8560
|
|
8561 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
8562 instead of decode-path-internal.
|
|
8563
|
|
8564 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
8565 and associates.
|
|
8566 (paths-decode-directory-path) Created.
|
|
8567
|
|
8568 * setup-paths.el: Changed configure-exec-path to
|
|
8569 configure-exec-directory.
|
|
8570
|
|
8571 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8572
|
|
8573 * packages.el (packages-find-packages): Fixed decoding of
|
|
8574 EMACSPACKAGEPATH.
|
|
8575
|
|
8576 * startup.el: -no-packages -> -no-early-packages.
|
|
8577
|
|
8578 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
8579 files.
|
|
8580
|
|
8581 * startup.el (normal-top-level): Fixed loading of core
|
|
8582 auto-autoload.
|
|
8583
|
|
8584 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
8585
|
|
8586 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
8587 for site-directory and lisp-directory variables.
|
|
8588
|
|
8589 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
8590 inhibit-package-autoloads and fixed handling of it.
|
|
8591
|
|
8592 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
8593 handling of former inhibit-package-init, now
|
|
8594 inhibit-early-packages, to make -vanilla etc. work.
|
|
8595
|
|
8596 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8597
|
|
8598 * code-process.el (start-process): Fallback to 'undecided instead
|
|
8599 of 'binary for process input coding stream.
|
|
8600
|
|
8601 * process.el (start-process): Docstring fix.
|
|
8602
|
|
8603 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8604
|
|
8605 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
8606 in Info-dir-file-attributes
|
|
8607 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
8608 (Info-rebuild-dir): Ditto.
|
|
8609
|
|
8610 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8611
|
|
8612 * obsolete.el: Added obsoleteness declarations for
|
|
8613 `site-directory' and `Info-default-directory-list'.
|
|
8614
|
|
8615 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8616
|
|
8617 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
8618 executable at the end of the symlink chain for determining the
|
|
8619 Emacs root.
|
|
8620
|
|
8621 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8622
|
|
8623 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
8624 to cater to gone default in configure.
|
|
8625
|
|
8626 * find-paths.el (paths-uniq-append): Added.
|
|
8627
|
|
8628 * packages.el: Rewritten package path construction once again.
|
|
8629
|
|
8630 * dump-paths.el, startup.el: Removed package-path as a global
|
|
8631 variable.
|
|
8632
|
|
8633 * package-admin.el (package-admin-add-single-file-package):
|
|
8634 (package-admin-add-binary-package): Changed package-path to
|
|
8635 late-packages.
|
|
8636
|
|
8637 * packages.el (packages-split-path): Split path at "/" rather than
|
|
8638 nil according to change in emacs.c.
|
|
8639
|
|
8640 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8641
|
|
8642 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
8643 order so that directories come out right.
|
|
8644 (paths-find-lock-directory): Fixed bug: It used to think
|
|
8645 configure-lock-directory is a path.
|
|
8646
|
|
8647 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
8648
|
|
8649 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
8650 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
8651 eases the use of toolbar-add/kill-item functions.
|
|
8652
|
|
8653 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8654
|
|
8655 * code-files.el (file-coding-system-alist): Commented out
|
|
8656 loaddefs.el magical treatment.
|
|
8657
|
|
8658 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8659
|
|
8660 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
8661 `conservative' and made it the default
|
|
8662 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
8663 strings, and multi-section dir files. Issue warning when dir
|
|
8664 is rebuilt as temporary
|
|
8665 (Info-build-dir-anew): Issue warning when dir is built as
|
|
8666 temporary
|
|
8667
|
|
8668 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8669
|
|
8670 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
8671 standard keys left, right, C-b and C-f.
|
|
8672
|
|
8673 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
8674
|
|
8675 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
8676
|
|
8677 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
8678
|
|
8679 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
8680
|
|
8681 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
8682
|
|
8683 * package-get-base.el: Updated.
|
|
8684
|
|
8685 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
8686
|
|
8687 * isearch-mode.el (isearch-just-started): New variable.
|
|
8688 (isearch-mode): Set it.
|
|
8689 (isearch-repeat): Advance one character forward only if the search
|
|
8690 was successful, and was not just started.
|
|
8691 (isearch-repeat): Clear isearch-just-started.
|
|
8692
|
|
8693 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8694
|
|
8695 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
8696 if running -batch.
|
|
8697
|
|
8698 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
8699
|
|
8700 * subr.el (listify-key-sequence): Removed.
|
|
8701
|
|
8702 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
8703
|
|
8704 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
8705 (byte-compile-output-file-form): Use it.
|
|
8706 (byte-compile-output-docform): Ditto.
|
|
8707 (byte-compile-compiled-obj-to-list): Ditto.
|
|
8708
|
|
8709 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8710
|
|
8711 * msw-glyphs.el: set frame icon if xpm support.
|
|
8712
|
|
8713 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8714
|
|
8715 * help.el: Code that pretty prints variable values
|
|
8716 removed.
|
|
8717
|
|
8718 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8719
|
|
8720 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
8721 directory.
|
|
8722 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8723
|
|
8724 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8725
|
|
8726 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
8727 its default value set to nil.
|
|
8728
|
|
8729 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
8730
|
|
8731 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
8732
|
|
8733 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8734
|
|
8735 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
8736 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
8737 does not exist or is older than some info files in directory
|
|
8738
|
|
8739 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8740
|
|
8741 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
8742 for last packages, mainly for using a 20.4 package base.
|
|
8743
|
|
8744 * packages.el (late-packages): Typo fix. It was called
|
|
8745 early-packages.
|
|
8746
|
|
8747 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
8748 relative symlinks correctly.
|
|
8749 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
8750 configuration-time root.
|
|
8751
|
|
8752 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
8753 find its roots.
|
|
8754
|
|
8755 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
8756
|
|
8757 * faces.el: Fix docstrings.
|
|
8758 * glyphs.el: Fix docstrings.
|
|
8759 * mouse.el: Fix docstrings.
|
|
8760
|
|
8761 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
8762
|
|
8763 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
8764
|
|
8765 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
8766 macros using backquote to make them infinitely more readable.
|
|
8767
|
|
8768 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
8769
|
|
8770 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
8771 InfoDock support until we can clean this up.
|
|
8772
|
|
8773 * help.el (describe-bindings-1): Return the value of the bindings
|
|
8774 help buffer created.
|
|
8775 (describe-bindings): Ditto.
|
|
8776
|
|
8777 * simple.el (set-variable): Restore previous behavior of not
|
|
8778 bombing if the variable to set is not boundp.
|
|
8779
|
|
8780 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8781
|
|
8782 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
8783 non-local files to be loaded off the package-lisp variable.
|
|
8784
|
|
8785 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8786
|
|
8787 * x-faces.el: Global X resources should override
|
|
8788 specs for all device classes (color, grayscale, mono);
|
|
8789 code currently doesn't override any of them. Fixed by
|
|
8790 calling remove-specifier with '(x default) as the tag
|
|
8791 set and allowing inexact matches.
|
|
8792
|
|
8793 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8794
|
442
|
8795 * faces.el: Separated face initializations based on
|
428
|
8796 device classes into device type specific (tag set,
|
|
8797 instantiator) pairs.
|
|
8798
|
|
8799 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
8800
|
|
8801 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
8802 choice.
|
|
8803 (widget-choice-value-create): Respect it.
|
|
8804 From Richard Stallman <rms@gnu.org>
|
|
8805
|
|
8806 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8807
|
|
8808 * setup-paths.el (paths-construct-info-path): Always append
|
|
8809 existing directories from configure-time info path.
|
|
8810
|
|
8811 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
8812 Info-directory-list.
|
|
8813
|
|
8814 * info.el: Removed Info-default-directory-list which was broken by
|
|
8815 design.
|
|
8816 Removed bogus initialization of Info-directory-list---startup.el
|
|
8817 can do a much better job.
|
|
8818 Added autoload of Info-directory-list.
|
|
8819
|
|
8820 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
8821 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
8822 be exclusive; now it's merely given precedence, just like in the
|
|
8823 old days.
|
|
8824
|
|
8825 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8826
|
|
8827 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
8828 finding; it used to default too early.
|
|
8829
|
|
8830 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
8831
|
|
8832 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
8833 for paths that weren't split.
|
|
8834
|
|
8835 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
8836
|
|
8837 * finder.el (finder-compile-keywords): trap on errors.
|
|
8838
|
|
8839 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8840
|
|
8841 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
8842 fourth argument of t so that only the specs exactly
|
|
8843 matching the tag lists are removed.
|
|
8844
|
|
8845 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
8846
|
|
8847 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
8848
|
|
8849 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
8850
|
|
8851 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
8852 specified, use it for generating the completions.
|
|
8853
|
|
8854 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8855
|
|
8856 * update-elc.el: Now respects inhibit-package-init and
|
|
8857 inhibit-site-lisp.
|
|
8858 Now does path construction with loadup-paths.
|
|
8859
|
|
8860 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
8861 inhibit-package-init and inhibit-site-lisp.
|
|
8862
|
|
8863 * packages.el (packages-find-package-path): Extended package path
|
|
8864 by version-specific hierarchies.
|
|
8865 (packages-find-packages): Now respects inhibit flag and
|
|
8866 inhibit-site-lisp.
|
|
8867 Moved path setup to loadup-paths.
|
|
8868
|
|
8869 * make-docfile.el: Now respects inhibit-package-init and
|
|
8870 inhibit-site-lisp.
|
|
8871 Now does path construction with loadup-paths.
|
|
8872
|
|
8873 * loadup.el: Now respects inhibit-package-init and
|
|
8874 inhibit-site-lisp.
|
|
8875
|
|
8876 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
8877
|
|
8878 * loadup-paths.el: New file: setup load-path to encompass
|
|
8879 packages.
|
|
8880
|
|
8881 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8882
|
|
8883 * auto-show.el: load-gc renamed to pureload.
|
|
8884 * site-load.el: Ditto.
|
|
8885 * packages.el (toplevel): Ditto.
|
|
8886 * loadup.el (really-early-error-handler): Ditto.
|
|
8887 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
8888 * cus-face.el (custom-declare-face): Ditto.
|
|
8889
|
|
8890 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8891
|
|
8892 * <Today>: The Big Path Searching Overhaul.
|
|
8893
|
|
8894 * find-paths.el: New file: find and assemble paths in the
|
|
8895 installation hierarchy.
|
|
8896
|
|
8897 * setup-paths.el: New file: global layout of paths and directories
|
|
8898 within the XEmacs hierarchy.
|
|
8899
|
|
8900 * packages.el: Replaced everything related to path searching and
|
|
8901 startup by code in terms of find-paths.
|
|
8902
|
|
8903 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
8904 the new path searching engine.
|
|
8905
|
|
8906 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
8907 and setup-paths.
|
|
8908
|
|
8909 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8910
|
|
8911 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
8912 setup-paths.el.
|
|
8913
|
|
8914 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8915
|
|
8916 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
8917 compiles identically in any configuration.
|
|
8918 Removed irrelevant commentary.
|
|
8919
|
|
8920 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8921
|
|
8922 * simple.el (set-variable): Allow setting specifiers.
|
|
8923
|
|
8924 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
8925
|
|
8926 * lisp.el (forward-sexp): Revert previous change.
|
|
8927
|
|
8928 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
8929
|
|
8930 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
8931 `delete-device' to delete the stream console to match the usage in
|
|
8932 Fkill_emacs.
|
|
8933
|
|
8934 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
8935
|
|
8936 * files.el (cdpath-previous): New variable.
|
|
8937 (cd): Use it.
|
|
8938 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
8939
|
|
8940 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8941
|
|
8942 * keydefs.el: Changed keybindings of forward-char,
|
|
8943 backward, scroll-up and scroll-down to point to their
|
|
8944 -command counterparts.
|
|
8945
|
|
8946 * simple.el: New functions: forwarc-char-command,
|
|
8947 backwrad-char-command, scroll-up-command,
|
|
8948 scroll-down-command which work liek their counterparts
|
|
8949 except that they honor the variable
|
|
8950 signal-error-on-buffer-boundary.
|
|
8951
|
|
8952 Definition of signal-error-on-buffer-boundary received
|
|
8953 from src/cmds.c.
|
|
8954
|
|
8955 defvar declaration added for word-across-newline to avoid
|
|
8956 byte-compiler warning about the free variable reference.
|
|
8957
|
|
8958 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8959
|
|
8960 * winnt.el: Removed "%t" from the beginning of
|
|
8961 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
8962
|
|
8963 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
8964
|
|
8965 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
8966 of `when' with `if'.
|
|
8967
|
|
8968 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8969
|
|
8970 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
8971 mswindows. Must be reworked along with glyphs.el, or
|
|
8972 merged into it, after there is images support.
|
|
8973
|
|
8974 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
8975 'mswindows.
|
|
8976
|
|
8977 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
8978
|
|
8979 * faces.el: fix for text cursor initialization.
|
|
8980 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
8981 From Andy Piper <andyp@parallax.co.uk>
|
|
8982
|
|
8983 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
8984
|
|
8985 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
8986 if there is an existing package that handles it and warn the user
|
|
8987 about that mode.
|
|
8988
|
|
8989 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8990
|
|
8991 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
8992 Installation" menu item when Installation-string is not bound.
|
|
8993
|
|
8994 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
8995
|
|
8996 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
8997 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
8998
|
|
8999 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9000
|
|
9001 * msw-faces.el:
|
|
9002 * faces.el: Fix face initialization.
|
|
9003
|
|
9004 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
9005
|
|
9006 * files.el (backup-enable-predicate): fix breakage introduced
|
|
9007 by TMPDIR patch.
|
|
9008
|
|
9009 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9010
|
|
9011 * x-faces.el (x-init-face-from-resources): The
|
|
9012 TTY face property retrieval functions don't return
|
|
9013 specifiers, so use face-property instead.
|
|
9014
|
|
9015 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
9016
|
|
9017 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
9018
|
|
9019 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9020
|
|
9021 * x-menubar.el: Expanded documentation for
|
|
9022 option-save-faces. Changed Options -> Browse Faces
|
|
9023 menu entry to invoke customize-face.
|
|
9024
|
|
9025 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9026
|
|
9027 * faces.el: Most face initialization moved out of
|
|
9028 init-other-random-faces to the top level so that the
|
|
9029 initialization happens before Xemacs is dumped. Much
|
|
9030 of the fascist "face-differs-from-default-p or FROB!"
|
|
9031 code has been retired in favor of letting the user do
|
|
9032 what they want to do. Face initialization code changed
|
|
9033 to use `default' specifier tag so that the settings can
|
|
9034 be overridden later if the user wishes it.
|
|
9035
|
|
9036 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
9037
|
|
9038 * about.el (about-hackers): Update contributors list.
|
|
9039
|
|
9040 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9041
|
|
9042 * specifier.el: Define new specifier tag `default'.
|
|
9043
|
|
9044 * modeline.el: Initialize faces using `default' tag.
|
|
9045
|
|
9046 * x-faces.el (x-init-face-from-resources): Remove
|
|
9047 specifier specs containing the `default' tag before
|
|
9048 adding new specs.
|
|
9049
|
|
9050 1998-03-02 John Jones <jj@asu.edu>
|
|
9051
|
|
9052 * package-get.el (package-get-all): fixed arguments on call to
|
|
9053 package-admin-add-single-file-package.
|
|
9054 * package-get.el (package-get-installedp): fixed to match
|
|
9055 advertised behavior.
|
|
9056 * package-get.el: added function package-get-update-all which
|
|
9057 installs newest versions of all the current packages (if they are
|
|
9058 not already installed).
|
|
9059
|
|
9060 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9061
|
|
9062 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
9063 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
9064 still nil, as happens for example when finding a compressed
|
|
9065 file with "jka-compr".
|
|
9066
|
|
9067 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9068
|
|
9069 * faces.el: in make-face-* type functions do the operation for all
|
|
9070 window systems, not just the first one found.
|
|
9071
|
|
9072 * font.el: call mswindows-list-fonts for mswindows.
|
|
9073
|
|
9074 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
9075
|
|
9076 * code-process.el (call-process-region):
|
|
9077 * process.el (call-process-region):
|
|
9078 * package-get.el (package-get-dir):
|
|
9079 * files.el (backup-enable-predicate):
|
|
9080 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
9081 Use temp-directory in place of `/tmp'.
|
|
9082
|
|
9083 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
9084
|
|
9085 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
9086
|
|
9087 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
9088 Emacs.
|
|
9089
|
|
9090 * files.el (insert-directory): Modified to use special
|
|
9091 dired-in-C enhancements if present.
|
|
9092
|
|
9093 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9094
|
|
9095 * code-files.el: make default coding no-conversion.
|
|
9096
|
|
9097 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
9098
|
|
9099 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
9100 the load-path.
|
|
9101
|
|
9102 * update-elc.el: Strip directory when testing for files not to
|
|
9103 bytecompile.
|
|
9104
|
|
9105 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9106
|
|
9107 * lisp-mode.el: Use recommended form for menus.
|
|
9108
|
|
9109 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
9110
|
|
9111 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
9112 entry.
|
|
9113
|
|
9114 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9115
|
|
9116 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
9117 (get-frame-for-buffer-noselect): Always return frames
|
|
9118 in the not-this-window-p cond clause.
|
|
9119
|
|
9120 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
9121
|
|
9122 * help.el (describe-installation): New function.
|
|
9123
|
|
9124 * x-menubar.el (default-menubar): Add describe-installation to
|
|
9125 Help menu.
|
|
9126
|
|
9127 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
9128 should not be bytecompiled.
|
|
9129
|
|
9130 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
9131 XEmacs.
|
|
9132
|
|
9133 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
9134 entry.
|
|
9135
|
|
9136 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
9137 coding.
|
|
9138 From Andy Piper <andyp@parallax.co.uk>
|
|
9139
|
|
9140 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9141
|
|
9142 * ldap.el: Do not require ldap-internal at compile time.
|
|
9143
|
|
9144 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9145
|
|
9146 * code-files.el: new file. a virtual copy of mule-files.el
|
|
9147 but without charset
|
|
9148 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
9149 changing the eol type for the current buffer.
|
|
9150
|
|
9151 * code-process.el: new file. a copy of
|
|
9152 mule-process.el. mule-process.el will disappear when things have
|
|
9153 settled.
|
|
9154
|
|
9155 * coding.el: new file. a virtual copy of mule-files.el but
|
|
9156 without charset dependencies. (coding-system-base) new function
|
|
9157 for getting the parent coding system of a coding system with eol
|
|
9158 type set.
|
|
9159
|
|
9160 * dumped-lisp.el: add above files for the non-mule case.
|
|
9161
|
|
9162 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9163
|
|
9164 * window-xemacs.el (display-buffer): If no explicit
|
|
9165 frame is specified, search for a window that displays
|
|
9166 the buffer on the currently selected frame, before
|
|
9167 searching other frames.
|
|
9168
|
|
9169 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9170
|
|
9171 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
9172 is non-nil, use window on the selected frame if it is not
|
|
9173 also the selected window. When defaulting, search for
|
|
9174 windows on the currently selected fgrame before searching
|
|
9175 other frames.
|
|
9176
|
442
|
9177 1998-02-25 Didier Verna <didier@xemacs.org>
|
428
|
9178
|
|
9179 * modeline.el (modeline-swap-buffers): originally named
|
|
9180 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
9181 decided in `mouse-drag-modeline'.
|
|
9182 (mouse-drag-modeline): A button release event is considered a
|
|
9183 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
9184 stay unchanged.
|
|
9185
|
|
9186 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
9187
|
|
9188 * x-menubar.el: Put redo on the menubar.
|
|
9189 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9190
|
|
9191 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9192
|
|
9193 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
9194 temp-buffer-show-function is set, use it to display current set of
|
|
9195 warnings in the "*Compile-Log-Show*" buffer.
|
|
9196
|
|
9197 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
9198 is set, use it to display current set of warnings in the
|
|
9199 "*Warnings-Show*" buffer.
|
|
9200
|
|
9201 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9202
|
|
9203 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
9204 Common Lisp.
|
|
9205
|
|
9206 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9207
|
|
9208 * menubar.el: Allow button descriptors at least 2 long.
|
|
9209
|
|
9210 * x-menubar.el (default-menubar): Use recommended forms.
|
|
9211 (file-menu-filter): Remove.
|
|
9212 (edit-menu-filter): Remove.
|
|
9213
|
|
9214 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9215
|
|
9216 * about.el (about-hackers): Updated.
|
|
9217
|
|
9218 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9219
|
|
9220 * help.el (help-max-help-buffers): new variable
|
|
9221 (help-register-and-maybe-prune-excess): new function
|
|
9222 (help-buffer-name): use help-max-help-buffers.
|
|
9223 (with-displaying-help-buffer): use
|
|
9224 help-register-and-maybe-prune-excess.
|
|
9225
|
|
9226 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
9227 one line, let it.
|
|
9228
|
|
9229 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
9230
|
|
9231 * (with-displaying-help-buffer): there is no need to kill the buffer
|
442
|
9232 if it exists, because with-output-to-temp-buffer will clear it.
|
428
|
9233 further, killing the buffer violates the rule that
|
|
9234 temp-buffer-show-function, if set, has the full responsibility of
|
|
9235 showing the temp buffer. killing the buffer fucks with the window
|
|
9236 configuration, hosing temp-buffer-show-function.
|
|
9237
|
|
9238
|
442
|
9239 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9240
|
|
9241 * modeline.el (mouse-drag-modeline):
|
|
9242 - Always scroll the modeline that was originally clicked on.
|
|
9243 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
9244 as horizontal reference for modeline dragging. This allows us to
|
|
9245 keep on dragging the modeline even if the motion event occurs in
|
|
9246 another window.
|
|
9247
|
442
|
9248 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9249
|
|
9250 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
9251 glyph on the modeline to indicate that dragging the mouse has an
|
|
9252 effect both horizontally and vertically.
|
|
9253
|
|
9254 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9255
|
|
9256 * about.el (about-xemacs): Get rid of redundant visible version
|
|
9257 number.
|
|
9258
|
|
9259 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
9260
|
|
9261 * about.el (about-hackers): Update credits.
|
|
9262
|
|
9263 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9264
|
|
9265 * prim/register.el (view-register): Show register type file-query.
|
|
9266
|
|
9267 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9268
|
|
9269 * mode-motion.el (mode-motion-highlight-internal):
|
|
9270 save-excursion inside save-window-exucrsion form to
|
|
9271 hide buffer point changes from save-window-excursion.
|
|
9272 Prevents display flickering when the mouse pointer
|
|
9273 moves.
|
|
9274
|
442
|
9275 1998-02-17 Didier Verna <didier@xemacs.org>
|
428
|
9276
|
|
9277 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
9278 function to handle correctly the case of a toolbar one side of the
|
|
9279 window: scrolling will not necessarily happen.
|
|
9280
|
|
9281 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9282
|
|
9283 * files.el (after-find-file): Restore missing argument
|
|
9284 to format that provides filename for "... consider M-x
|
|
9285 recover-file" message. Also call `message' with "%s"
|
|
9286 as the first arg instead of an arbitrary string.
|
|
9287
|
|
9288 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
9289
|
|
9290 * about.el (about-hackers): Various additions.
|
|
9291
|
|
9292 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
9293
|
|
9294 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
9295 line out when copying on-the-same line autoloads.
|
|
9296
|
|
9297 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
9298 is installed.
|
|
9299
|
|
9300 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
9301
|
|
9302 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
9303 * x11/x-win-sun.el (x-win-init-sun):
|
|
9304 * x11/x-init.el (x-initialize-compose):
|
|
9305 * prim/simple.el:
|
|
9306 (backward-or-forward-kill-sexp):
|
|
9307 (backward-or-forward-kill-sentence):
|
|
9308 (backward-or-forward-kill-word):
|
|
9309 (backward-or-forward-delete-char):
|
|
9310 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
9311 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
9312 x-keysym-on-keyboard-p to detect backspace.
|
|
9313 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
9314 Clean up symbols used with dead keys, checking Linux and solaris
|
|
9315 keysyms.
|
|
9316 Simplify x-win-*.el using above methods.
|
|
9317 Change documentation for x-keysym-*-p functions.
|
|
9318
|
|
9319 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
9320
|
|
9321 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
9322 Vinnie Shelton.
|
|
9323 From Vinnie Shelton <acs@acm.org>
|
|
9324
|
|
9325 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9326
|
|
9327 * simple.el (count-words-region): Ditto.
|
|
9328
|
|
9329 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9330
|
|
9331 * simple.el (count-words-buffer): Document. Don't print anything
|
|
9332 if non-interactive.
|
|
9333
|
|
9334 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
9335
|
|
9336 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
9337 multiple files in InfoDock.
|
|
9338
|
|
9339 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
9340
|
|
9341 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
9342 from version.el in InfoDock.
|
|
9343
|
|
9344 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
9345 specially.
|
|
9346
|
|
9347 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9348
|
|
9349 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
9350 variable name in docstring.
|
|
9351
|
|
9352 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
9353
|
|
9354 * menubar.h: Include "gui.h".
|
|
9355
|
|
9356 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
9357
|
|
9358 * site-load.el: Fix documentation.
|
|
9359
|
|
9360 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9361
|
|
9362 * package-get-base.el (package-get-base): Updated.
|
|
9363
|
|
9364 * keymap.el: PC-ize.
|
|
9365
|
|
9366 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9367
|
|
9368 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
9369 from' on a fresh line.
|
|
9370
|
|
9371 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
9372
|
|
9373 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
9374 object.
|
|
9375
|
|
9376 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9377
|
|
9378 * undo-stack.el: PC-ize.
|
|
9379
|
|
9380 * cmdloop.el: PC-ize.
|
|
9381
|
|
9382 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
9383
|
|
9384 * bytecomp-runtime.el: PC-ize.
|
|
9385
|
|
9386 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
9387
|
|
9388 * cus-dep.el: Spelling fix.
|
|
9389
|
|
9390 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
9391 entries follow).
|
|
9392
|
|
9393 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9394
|
|
9395 * text-mode.el (text-mode-hook-identify): New function,
|
|
9396 put on text-mode-hook. Set text-mode-variant here.
|
|
9397 (text-mode): Don't set it here.
|
|
9398
|
|
9399 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9400
|
|
9401 * text-mode.el (text-mode-hook): New defvar.
|
|
9402 (text-mode-variant): New variable.
|
|
9403 (text-mode): Set that variable locally.
|
|
9404 (toggle-text-mode-auto-fill): New command.
|
|
9405
|
|
9406 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9407
|
|
9408 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
9409
|
|
9410 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9411
|
|
9412 * text-mode.el (paragraph-indent-text-mode):
|
|
9413 Renamed from spaced-text-mode.
|
|
9414 (text-mode-map): Bind TAB to indent-relative.
|
|
9415 (indented-text-mode-map): Variable deleted.
|
|
9416 (indented-text-mode): Now an alias for text-mode.
|
|
9417
|
|
9418 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
9419
|
|
9420 * loadup.el: test-atoms debugging stuffs removed.
|
|
9421
|
442
|
9422 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
428
|
9423
|
|
9424 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
9425
|
|
9426 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
9427
|
|
9428 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
9429 (describe-distribution): Ditto.
|
|
9430 (describe-copying): Ditto.
|
|
9431 (describe-project): Ditto.
|
|
9432 (view-emacs-news): Ditto.
|
|
9433
|
|
9434 * help-nomule.el (help-with-tutorial): Made it use
|
|
9435 `locate-data-file' to find tutorial.
|
|
9436
|
|
9437 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
9438
|
|
9439 * about.el: Corrected my email address.
|
|
9440
|
|
9441 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
9442 'mouse-offix-drop'.
|
|
9443
|
|
9444 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
9445
|
|
9446 * loadup.el (running-xemacs): Spelling fix.
|
|
9447
|
|
9448 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
9449
|
|
9450 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9451 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9452
|
|
9453 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
9454
|
|
9455 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
9456
|
|
9457 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
9458
|
|
9459 * package-info.el (pi-last-mod-date): New function.
|
|
9460 (pi-author-version): New function.
|
|
9461 (batch-update-package-info): Use them.
|
|
9462
|
|
9463 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
9464
|
|
9465 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
9466 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
9467 with `get-frame-for-buffer-default-to-current'.
|
|
9468
|
|
9469 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
9470
|
|
9471 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
9472 (byte-compile-output-docform): Ditto.
|
|
9473 (byte-compile-compiled-obj-to-list): Ditto.
|
|
9474
|
|
9475 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9476
|
|
9477 * startup.el (command-line-1): Removed code that ran
|
|
9478 buffer-menu.
|
|
9479
|
|
9480 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
9481
|
|
9482 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
9483
|
|
9484 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9485
|
|
9486 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
9487 `device-on-window-system-p' instead of explicitly checking for X,
|
|
9488 so that the same logic works for MS Windows.
|
|
9489 (suspend-or-iconify-emacs): Ditto.
|
|
9490
|
|
9491 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9492
|
|
9493 * about.el (about-maintainer-info): Andy Piper is back.
|
|
9494 (xemacs-hackers): Updated Andy Piper's email address.
|
|
9495 (about-hackers): Added Jonathan Harris.
|
|
9496 (about-hackers): Updated Tibor Polgar's email address.
|
|
9497
|
|
9498 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9499
|
|
9500 * about.el: Add xemacs.org email manager.
|
|
9501
|
|
9502 * package-get-base.el (package-get-base): Updated with most recent
|
|
9503 package updates.
|
|
9504
|
|
9505 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9506
|
|
9507 * help.el (function-arglist): Use `indirect-function' instead of
|
|
9508 `symbol-function' so that aliases are treated correctly.
|
|
9509
|
|
9510 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9511
|
|
9512 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
9513 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
9514 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
9515 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
9516 (describe-key): Use `princ' "%s" to print object.
|
|
9517 (describe-function-1): Use `princ' "%s" to print object.
|
|
9518 Commented out alias lines removed.
|
|
9519 (help-pretty-print-limit): New variable to control pretty-printing
|
|
9520 of variable values.
|
|
9521 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
9522 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
9523 list of length less than `help-pretty-print-limit'.
|
|
9524 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
9525
|
|
9526 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9527
|
|
9528 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
9529 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
9530
|
|
9531 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9532
|
|
9533 * info.el (Info-default-directory-list): Made the documentation
|
|
9534 more explanitory.
|
|
9535
|
|
9536 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
9537
|
|
9538 * lisp/packages.el:
|
|
9539 * lisp/package-admin.el:
|
|
9540 * lisp/build-report.el:
|
|
9541 Fix typos.
|
|
9542
|
|
9543 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9544
|
|
9545 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
9546 warnings in Java buffers without final newline and editing the
|
|
9547 last line.
|
|
9548
|
|
9549 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
9550
|
|
9551 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9552 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9553 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
9554
|
|
9555 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
9556 From Oliver Graf <ograf@fga.de>
|
|
9557
|
|
9558 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
9559
|
|
9560 * loadup.el (load-gc): rewrite as defun.
|
|
9561 Print something sensical if a required dump-time file isn't found.
|
|
9562
|
|
9563 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
9564
|
|
9565 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
9566 bug strikes a menudescriptor.
|
|
9567
|
|
9568 * package-get-base.el (package-get-base): Updated.
|
|
9569
|
|
9570 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
9571 from the Makefile.
|
|
9572
|
|
9573 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
9574
|
|
9575 * files.el (save-some-buffers): Don't play games with deleting
|
|
9576 other windows if we are in the minibuffer window.
|
|
9577
|
|
9578 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9579
|
|
9580 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
9581 (add-minor-mode): Document :active property to TOGGLE.
|
|
9582
|
|
9583 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9584
|
|
9585 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
9586 `:included' predicate in the `toggle-sym' plist.
|
|
9587 (add-minor-mode): Document the :included property, format
|
|
9588 docstring some more.
|
|
9589 (modeline-minor-mode-menu): Documentation string added.
|
|
9590
|
|
9591 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9592
|
|
9593 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
9594 labels from the symbol-names by thwacking off the overly redundant
|
|
9595 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
9596 resultant strings. Also shortened the menu's title by eliminating
|
|
9597 the redundant buffer name.
|
|
9598 (add-minor-mode): Beautified the docstring, added mention of the
|
|
9599 `:menu-tag' property of TOGGLE.
|
|
9600 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
9601 `toggle-sym' to beatify the mode-life menus.
|
|
9602 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
9603 `auto-fill-function'.
|
|
9604
|
442
|
9605 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9606
|
|
9607 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
9608 menus to :style 'toggle.
|
|
9609
|
|
9610 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
9611
|
|
9612 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
9613
|
|
9614 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9615
|
|
9616 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
9617 only recognize first hyperlink.
|
|
9618 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
9619 `hyper-apropos-insert-face'.
|
|
9620 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
9621
|
|
9622 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9623
|
|
9624 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
9625 mail.
|
|
9626 (toolbar-mail-reader): Add support for `send'.
|
|
9627 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
9628
|
442
|
9629 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9630
|
|
9631 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
9632 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
9633 will function properly.
|
|
9634
|
|
9635 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
9636
|
|
9637 * simple.el: make the backwards delete function called by
|
|
9638 `backward-or-forward-delete-char' user configurable.
|
|
9639
|
|
9640 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9641
|
|
9642 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
9643 compiled function got loaded from.
|
|
9644
|
|
9645 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9646
|
|
9647 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
9648
|
|
9649 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
9650
|
|
9651 * startup.el (load-init-file): Load autoloads earlier.
|
|
9652 (startup-splash-frame): Handle InfoDock logo.
|
|
9653
|
|
9654 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
9655 InfoDock.
|
|
9656 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
9657
|
|
9658 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
9659 doesn't have this function.
|
|
9660
|
|
9661 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
9662
|
|
9663 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
9664
|
|
9665 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
9666 version of version.el.
|
|
9667 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
9668
|
|
9669 * x-menubar.el (default-menubar): Guard reference to
|
|
9670 `gnuserv-frame'.
|
|
9671 (default-menubar): Guard references to `font-lock-mode'.
|
|
9672 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
9673 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
9674
|
|
9675 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
9676
|
|
9677 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
9678 loading auto-autoloads files.
|
|
9679
|
|
9680 * loaddefs.el: Disable dumping autoloads.
|
|
9681
|
|
9682 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
9683
|
|
9684 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
9685
|
|
9686 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
9687
|
|
9688 * finder.el (finder-by-keyword): Autoload.
|
|
9689
|
|
9690 * help.el: Conditionalize hyperbole setup.
|
|
9691
|
|
9692 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9693
|
|
9694 * packages.el (package-require): Update to reflect new data format.
|
|
9695
|
442
|
9696 1998-01-02 Didier Verna <didier@xemacs.org>
|
428
|
9697
|
|
9698 * x-menubar.el (default-menubar): make the tutorials available
|
|
9699 through the menubar. (Plus some compilation warnings cleanup).
|
|
9700
|
|
9701 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9702
|
|
9703 * check-features.el: New file. Perform sanity check after build.
|
|
9704
|
|
9705 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
9706 files to tooltalk package.
|
|
9707 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
9708 package.
|
|
9709
|
|
9710 * package-admin.el (package-admin-xemacs): Use better default for
|
|
9711 location of XEmacs binary.
|
|
9712
|
|
9713 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9714
|
|
9715 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
9716 tag with sexp and add value tag with value `t'.
|
|
9717
|
|
9718 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
9719
|
|
9720 * package-get.el: Changes to work with real data.
|
|
9721 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9722
|
|
9723 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
9724 being.
|
|
9725
|
|
9726 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
9727 of possibly out-of-date packges.elc.
|
|
9728 * make-docfile.el ("packages.el"): Ditto.
|
|
9729
|
|
9730 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
9731
|
|
9732 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
9733 the main tarball shadowing anything past it.
|
|
9734
|
|
9735 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
9736
|
|
9737 * packages.el (package-provide): Delete a previous provide.
|
|
9738
|
|
9739 * package-info.el: New file.
|
|
9740
|
|
9741 * package-get.el: New file.
|
|
9742 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9743 (package-get): Fix md5 computation to work with Mule.
|
|
9744
|
|
9745 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9746
|
|
9747 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
9748
|
|
9749 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
9750
|
|
9751 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
9752
|
|
9753 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
9754 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9755
|
|
9756 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
9757
|
|
9758 * startup.el (load-init-file): Reload new or changed autoloads
|
|
9759 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
9760
|
|
9761 * packages.el (packages-new-autoloads): New function.
|
|
9762 (packages-reload-autoloads): New function.
|
|
9763 (packages-reload-dumped-lisp): New (stub) function.
|
|
9764
|
|
9765 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
9766
|
|
9767 * loadhist.el (file-provides): Extend to handle variant
|
|
9768 extensions.
|
|
9769
|
|
9770 * replace.el (query-replace): Fix typo.
|
|
9771
|
|
9772 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9773
|
|
9774 * make-docfile.el: list-autoloads-path has been renamed.
|
|
9775 * update-elc.el: list-autoloads has been renamed.
|
|
9776
|
|
9777 * packages.el (packages-list-autoloads): Renamed.
|
|
9778 (packages-list-autoloads-path): Ditto.
|
|
9779
|
|
9780 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
9781
|
|
9782 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
9783 for an error in an auto-autoload.el file.
|
|
9784
|
|
9785 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9786
|
|
9787 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
9788 tag with const.
|
|
9789 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9790
|
|
9791 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
9792
|
|
9793 * loadhist.el (unload-feature): Remove autoload.
|
|
9794
|
|
9795 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
9796
|
|
9797 * loadhist.el: Unpackaged.
|
|
9798
|
|
9799 * help.el (describe-symbol-find-file): Rename
|
|
9800 `describe-function-find-file' and make old name obsolete.
|
|
9801 (describe-function-1): Use it.
|
|
9802 (describe-function-1): Guard reference to
|
|
9803 `compiled-function-annotation'.
|
|
9804
|
|
9805 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9806
|
|
9807 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
9808 argument.
|
|
9809 (help-mode-quit): New optional arg to control whether it kills or
|
|
9810 buries. Tidied up.
|
|
9811 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
9812 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
9813 (help-pretty-print-value): Rename back from
|
|
9814 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
9815 use it, otherwise use dumped `cl-prettyprint'.
|
|
9816 (describe-variable): Use `help-pretty-print-value' again.
|
|
9817 (find-func): Removed reference to "find-func" at end.
|
|
9818
|
|
9819 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9820
|
|
9821 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
9822 GUI XEmacs. Rename? x-menubar is rather window system
|
|
9823 independant, except for a couple of items.
|
|
9824
|
|
9825 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
9826
|
|
9827 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
9828 entries as they will no longer be distributed with XEmacs.
|
|
9829
|
|
9830 * format.el (format-alist): Fix image/tiff regexps.
|
|
9831 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9832
|
|
9833 * help.el (help-maybe-pretty-print-value): Rename.
|
|
9834 (describe-variable): Use it.
|
|
9835 (describe-variable): Add trailing linefeed.
|
|
9836
|
|
9837 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9838
|
|
9839 * help.el (describe-function-1): Don't output anything for
|
|
9840 arglist of autoload functions.
|
|
9841
|
|
9842 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9843
|
|
9844 * help.el (describe-function-1): Don't output anything for
|
|
9845 arglist of autoload functions.
|
|
9846
|
|
9847 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9848
|
|
9849 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
9850 `describe-function-at-point', `describe-variable-at-point',
|
|
9851 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
9852 `help-prev-section'.
|
|
9853 (help-next-section): New function.
|
|
9854 (help-prev-section): New function.
|
|
9855 (help-mode-quit): Changed to kill the help buffer.
|
|
9856 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
9857 correctly.
|
|
9858 (help-buffer-name): New function to generate the name of help
|
|
9859 buffers.
|
|
9860 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
9861 argument giving the name of the help buffer.
|
|
9862 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
9863 (describe-mode): Ditto.
|
|
9864 (describe-bindings): Ditto.
|
|
9865 (describe-prefix-bindings): Ditto.
|
|
9866 (view-lossage): Ditto.
|
|
9867 (with-syntax-table): New macro.
|
|
9868 (function-called-at-point): Use `ignore-errors' and
|
|
9869 `with-syntax-table'.
|
|
9870 (function-at-point): Ditto.
|
|
9871 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
9872 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
9873 function's arglist as string.
|
|
9874 (function-documentation): Extracted from `describe-function-1'.
|
|
9875 Returns function's docstring.
|
|
9876 (describe-function-1): Remove all the "stream" garbage, including
|
|
9877 the stream argument. Use `function-arglist' and
|
|
9878 `function-documentation'.
|
|
9879 (describe-function-arglist): Just use `function-arglist'.
|
|
9880 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
9881 (help-pretty-print-value): New function to help with
|
|
9882 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
9883 `pp-internal'.
|
|
9884 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
9885 Formatting improved. Display file where variable is defined, if
|
|
9886 known. Use `help-pretty-print-value'.
|
|
9887 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
9888 (list-processes): Remove "stream" garbage.
|
|
9889
|
|
9890 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
9891
|
|
9892 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
9893 call a dumped routine instead.
|
|
9894
|
|
9895 * x-win-xfree86.el: Wrap file in defun.
|
|
9896 * x-win-sun.el: Ditto.
|
|
9897
|
|
9898 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
9899
|
|
9900 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
9901 advises functions and does other evil things.
|
|
9902
|
|
9903 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
9904
|
|
9905 * format.el (format-alist): Add `image/tiff'.
|
|
9906 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9907
|
|
9908 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
9909
|
|
9910 * about.el (about-hackers): More names added.
|
|
9911
|
|
9912 * make-docfile.el: Remove superfluous package path search.
|
|
9913
|
|
9914 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
9915
|
|
9916 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
9917
|
|
9918 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
9919 ignored shadows.
|
|
9920
|
|
9921 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
9922
|
|
9923 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
9924 get trailing slashes when added to the load-path.
|
|
9925
|
|
9926 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
9927 are.
|
|
9928
|
|
9929 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9930
|
|
9931 * x-faces.el: Added support for foregroundToolBarColor
|
|
9932 to xpm-color-symbols.
|
|
9933
|
|
9934 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9935
|
|
9936 * etags.el (tags-remove-duplicates): Removed.
|
|
9937 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
9938
|
|
9939 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
9940 correctly.
|
|
9941 (get*): Defalias to `get'.
|
|
9942
|
|
9943 * cl.el (eql): Compare integers with `eq'.
|
|
9944 (cl-map-extents): Check for `map-extents' first.
|
|
9945
|
442
|
9946 1997-12-17 Didier Verna <didier@xemacs.org>
|
428
|
9947
|
|
9948 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
9949 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
9950
|
|
9951 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
9952
|
|
9953 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9954
|
|
9955 * widget.el (define-widget): Check the arguments.
|
|
9956
|
|
9957 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
9958 (custom-variable-value-create): Use `signal' to signal error.
|
|
9959 (custom-variable-reset-saved): Ditto.
|
|
9960 (custom-variable-reset-standard): Ditto.
|
|
9961 (custom-face-reset-saved): Ditto.
|
|
9962
|
|
9963 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
9964 (widget-default-format-handler): Ditto.
|
|
9965 (widget-checklist-add-item): Ditto.
|
|
9966 (widget-radio-add-item): Ditto.
|
|
9967 (widget-editable-list-entry-create): Ditto.
|
|
9968 (widget-sexp-prompt-value): Ditto.
|
|
9969
|
|
9970 * custom.el (custom-declare-variable): Signal errors better.
|
|
9971 (custom-handle-keyword): Ditto.
|
|
9972 (custom-declare-group): Ditto.
|
|
9973
|
|
9974 * window-xemacs.el (windows): Ditto.
|
|
9975
|
|
9976 * menubar.el (menu): Ditto.
|
|
9977
|
|
9978 * keydefs.el (keyboard): Ditto.
|
|
9979
|
|
9980 * minibuf.el (minibuffer): Ditto.
|
|
9981
|
|
9982 * process.el (execute): Ditto.
|
|
9983
|
|
9984 * fill.el (fill): Ditto.
|
|
9985
|
|
9986 * modeline.el (modeline): Ditto.
|
|
9987
|
|
9988 * help.el (help): Ditto.
|
|
9989
|
|
9990 * faces.el (faces): Ditto.
|
|
9991
|
|
9992 * files.el (files): Ditto.
|
|
9993
|
|
9994 * x-init.el (x): Ditto.
|
|
9995
|
|
9996 * lisp-mode.el (lisp): Ditto.
|
|
9997
|
|
9998 * process.el (processes): Ditto.
|
|
9999
|
|
10000 * mouse.el (mouse): Ditto.
|
|
10001
|
|
10002 * abbrev.el (abbrev): Moved from cus-edit.
|
|
10003
|
|
10004 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
10005 as variable declaration.
|
|
10006
|
|
10007 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10008
|
|
10009 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
10010 (find-menu-item): Cosmetic changes.
|
|
10011
|
|
10012 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
10013
|
|
10014 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
10015
|
|
10016 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
10017
|
|
10018 * startup.el (set-default-load-path): Only search package-path
|
|
10019 when not running temacs.
|
|
10020
|
|
10021 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
10022 files.
|
|
10023
|
|
10024 * loadup.el: Correct commentary. Reformatting.
|
|
10025 (really-early-error-handler): Use absolute path to the
|
|
10026 first dumped-lisp.el file.
|
|
10027 (really-early-error-handler): Print full path name of
|
|
10028 each dumped lisp file (inherited from InfoDock).
|
|
10029
|
|
10030 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
10031 dumped-lisp.el files.
|
|
10032
|
|
10033 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
10034 package-path is searched.
|
|
10035 * update-elc.el: Ditto.
|
|
10036
|
|
10037 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
10038 `condition-case' for indentation.
|
|
10039
|
|
10040 * about.el (about-xemacs): Update release date.
|
|
10041
|
|
10042 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10043
|
|
10044 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
10045 anywhere but at the last clause.
|
|
10046 (ecase): Disallow `t' and `otherwise'.
|
|
10047
|
|
10048 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10049
|
|
10050 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
10051 from stuff moved out of `custom-buffer-create-internal'.
|
|
10052 (custom-novice): New variable. Default t.
|
|
10053 (custom-display-global-buttons): Ditto. Default `top'.
|
|
10054 (custom-buffer-create-internal): Only display help if
|
|
10055 `custom-novice' is non-nil. Display global buttons according to
|
|
10056 `custom-display-global-buttons'.
|
|
10057
|
|
10058 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10059
|
|
10060 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
10061 (find-menu-item): Cosmetic changes.
|
|
10062
|
|
10063 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10064
|
|
10065 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
10066 look.
|
|
10067
|
|
10068 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10069
|
|
10070 * format.el (format-deannotate-region): Bug fix.
|
|
10071 Deannotating a region containing unknown tags would fail
|
|
10072 (causing decoding of text/enriched to fail at user level)
|
|
10073
|
|
10074 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10075
|
|
10076 * minibuf.el (read-directory-name): Support sixth
|
|
10077 arg, HISTORY, as already documented.
|
|
10078
|
|
10079 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10080
|
|
10081 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
10082 to `ecase'.
|
|
10083
|
|
10084 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
10085
|
|
10086 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
10087 skk-activate.
|
|
10088
|
|
10089 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
10090
|
|
10091 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|