480
|
1 2001-04-23 Didier Verna <didier@xemacs.org>
|
|
2
|
|
3 * cus-edit.el (custom-variable-pre-save): New.
|
|
4 * cus-edit.el (custom-variable-post-save): New.
|
|
5 * cus-edit.el (custom-variable-save): use them.
|
|
6 * cus-edit.el (custom-face-pre-save): New.
|
|
7 * cus-edit.el (custom-face-post-save): New.
|
|
8 * cus-edit.el (custom-face-save): use them.
|
|
9 * cus-edit.el (custom-group-pre-save): New.
|
|
10 * cus-edit.el (custom-group-post-save): New.
|
|
11 * cus-edit.el (custom-group-save): use them.
|
|
12 * cus-edit.el (Custom-save): use the pre/post functions above,
|
|
13 call `custom-save-all' only once.
|
|
14 * cus-edit.el (custom-variable-pre-reset-standard): New.
|
|
15 * cus-edit.el (custom-variable-post-reset-standard): New.
|
|
16 * cus-edit.el (custom-variable-reset-standard): use them.
|
|
17 * cus-edit.el (custom-face-pre-reset-standard): New.
|
|
18 * cus-edit.el (custom-face-post-reset-standard): New.
|
|
19 * cus-edit.el (custom-face-reset-standard): use them.
|
|
20 * cus-edit.el (custom-group-pre-reset-standard): New.
|
|
21 * cus-edit.el (custom-group-post-reset-standard): New.
|
|
22 * cus-edit.el (Custom-reset-standard): use them.
|
|
23 * cus-edit.el (custom-face-reset-saved): use the pre/post
|
|
24 functions above, call `custom-save-all' only once.
|
|
25
|
479
|
26 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
27
|
|
28 * about.el:
|
|
29 * about.el (about-headline-face): New.
|
|
30 * about.el (about-link-face): New.
|
|
31 * about.el (about-current-release-maintainers): New.
|
|
32 * about.el (about-other-current-hackers): New.
|
|
33 * about.el (about-once-and-future-hackers): New.
|
|
34 * about.el (about-lookup-url): New.
|
|
35 * about.el (about-get-buffer):
|
|
36 * about.el (about-mailto-link): New.
|
|
37 * about.el (about-finish-buffer):
|
|
38 * about.el (about-xemacs):
|
|
39 * about.el (about-features): Removed.
|
|
40 * about.el (about-advantages): New.
|
|
41 * about.el (about-maintainer-info): Removed.
|
|
42 * about.el (about-personal-info): New.
|
|
43 * about.el (about-hacker-contribution): New.
|
|
44 * about.el (about-maintainer):
|
|
45 * about.el (about-show-linked-info):
|
|
46 * about.el (about-hackers):
|
|
47 Major revamping. Rewriting of most of the text, improve the
|
|
48 link handling, separate info on contributors into personal
|
|
49 and contribution info, add new contributors, update personal
|
|
50 info, etc. etc.
|
480
|
51
|
479
|
52 * menubar-items.el (default-menubar):
|
|
53 Help menubar entry for News now says more accurately
|
|
54 "What's New in XEmacs".
|
480
|
55
|
479
|
56 * mouse.el:
|
|
57 * mouse.el (mouse-track-cleanup-hook):
|
|
58 * mouse.el (mouse-track):
|
|
59 Don't set-buffer to a dead buffer when calling mouse-track
|
|
60 cleanup hooks.
|
|
61
|
476
|
62 2001-04-18 Didier Verna <didier@xemacs.org>
|
|
63
|
|
64 * cus-edit.el (Custom-reset-standard): reset to standard settings
|
|
65 not only when the buffer's :custom-state is 'modified, but also
|
|
66 when it is 'set or 'saved.
|
|
67
|
472
|
68 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
69
|
|
70 * XEmacs 21.5.0 "alfalfa" is released.
|
|
71
|
470
|
72 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
73
|
|
74 * startup.el (load-user-init-file): define `custom-file' before
|
|
75 loading the user's init file.
|
|
76
|
464
|
77 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
78
|
|
79 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
80 we get them working.
|
|
81
|
|
82 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
83
|
|
84 * help.el:
|
|
85 * help.el (Help-princ-face):
|
|
86 * help.el (Help-prin1-face):
|
|
87 * help.el (frob-help-extents):
|
|
88 * help.el (describe-function-1):
|
|
89 * help.el (describe-variable):
|
|
90 Avoid using font-lock faces, which may not be defined.
|
|
91 Instead, use hyper-apropos faces, and make sure they're
|
|
92 defined as necessary by using `require'. (It's not so safe
|
|
93 to do this for font-lock.) In any case, we will eventually
|
|
94 be merging this functionality into hyper-apropos.
|
|
95
|
|
96 * loaddefs.el (completion-ignored-extensions):
|
|
97 Fix documentation.
|
470
|
98
|
464
|
99 * menubar-items.el (menu-truncate-list): Removed.
|
|
100 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
101 * menubar-items.el (default-menubar):
|
|
102 Fix errors if grep or compile command is too long. Rename helper
|
|
103 function to be less visible.
|
|
104
|
|
105 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
106
|
|
107 * byte-optimize.el (byte-optimize-minus):
|
|
108 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
109
|
|
110 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
111
|
|
112 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
113 Mule is available.
|
|
114
|
|
115 * mule/latin.el: New file.
|
|
116
|
|
117 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
118
|
|
119 * auto-save.el:
|
|
120 * auto-save.el (auto-save-directory):
|
|
121 * auto-save.el (make-auto-save-file-name):
|
|
122 * auto-save.el (auto-save-file-name-p): New.
|
|
123
|
|
124 Merge in improvements from other definition of
|
|
125 make-auto-save-file-name in files.el.
|
470
|
126
|
464
|
127 * auto-save.el (auto-save-original-name):
|
|
128 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
129 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
130 * auto-save.el (auto-save-slashify-name): Removed.
|
|
131 * auto-save.el (auto-save-reserved-chars): New.
|
|
132 * auto-save.el (auto-save-escape-name): New.
|
|
133 * auto-save.el (auto-save-unhex): New.
|
|
134 * auto-save.el (auto-save-unescape-name): New.
|
|
135
|
|
136 Change algorithm for encoding filenames in auto-save names to be
|
|
137 entirely safe with all filesystems and all possible characters in
|
|
138 a filename, and 100% reversible. (Essentially, uses
|
|
139 quoted-printable as the encoding.)
|
470
|
140
|
464
|
141 * auto-save.el (recover-all-files):
|
|
142
|
|
143 Use insert-directory rather than calling ls directly -- fixes
|
|
144 things under Windows.
|
|
145
|
|
146 * files.el:
|
|
147 * files.el (convert-standard-filename): Substitute FSF's
|
|
148 definition for this (we had nothing here before).
|
470
|
149
|
464
|
150 * files.el (backup-buffer): Warning fix.
|
470
|
151
|
464
|
152 * files.el (make-backup-file-name):
|
|
153 * files.el (find-backup-file-name):
|
|
154 Fix error in calling sequence to auto-save-file-name-p.
|
470
|
155
|
464
|
156 * files.el (recover-file):
|
|
157 Use insert-directory rather than calling ls directly -- fixes
|
|
158 things under Windows.
|
|
159
|
|
160 * files.el (make-auto-save-file-name): Removed.
|
|
161 * files.el (auto-save-file-name-p): Removed.
|
|
162 auto-save is always dumped so no sense in having a definition
|
|
163 that will always be overwritten with another.
|
470
|
164
|
464
|
165 * files.el (insert-directory):
|
|
166 * win32-native.el:
|
|
167 * win32-native.el (debug-mswindows-process-command-lines):
|
|
168 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
169 * win32-native.el (make-auto-save-file-name): Removed.
|
|
170
|
|
171
|
462
|
172 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
173
|
|
174 * XEmacs 21.2.46 "Urania" is released.
|
|
175
|
|
176 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
177
|
|
178 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
179 sample.init.el and adjust accelerators.
|
|
180
|
|
181 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
182
|
|
183 * build-report.el (build-report): Improve docstring.
|
|
184
|
|
185 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
186
|
|
187 * ChangeLog: Log GTK merge.
|
|
188
|
|
189 * gutter-items.el:
|
|
190 * mwheel.el:
|
|
191 * sound.el:
|
|
192 * startup.el:
|
|
193 Revert gratuitous whitespace changes.
|
|
194
|
|
195 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
196
|
|
197 * help.el:
|
|
198 * help.el (key-or-menu-binding):
|
|
199 * help.el (Help-find-file): New.
|
|
200 * help.el (describe-beta):
|
|
201 * help.el (describe-copying):
|
|
202 * help.el (describe-project):
|
|
203 * help.el (view-emacs-news):
|
|
204 * help.el (view-sample-init-el): New.
|
|
205 * help.el (Help-princ-face): New.
|
|
206 * help.el (Help-prin1-face): New.
|
|
207 * help.el (help-symbol-function-context-menu):
|
|
208 * help.el (help-symbol-variable-context-menu):
|
|
209 * help.el (help-symbol-function-and-variable-context-menu):
|
|
210 * help.el (frob-help-extents):
|
|
211 * help.el (describe-function-1):
|
|
212 * help.el (describe-variable):
|
|
213
|
|
214 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
215 View files in view-mode rather than Fundamental.
|
|
216 Remove separators from context menus -- now handled in generic code.
|
|
217 Add `Find Tag' to context menu.
|
470
|
218
|
462
|
219 * menubar.el (popup-mode-menu):
|
|
220
|
|
221 Rewrite code that outputs the popup menu to (a) put more specific
|
|
222 entries first, (b) be more robust, (c) output the proper context
|
|
223 menu separators automatically (the context menu functionality is
|
|
224 new and currently used only by Help).
|
|
225
|
|
226 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
227
|
|
228 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
229 this function when converting from the 21.1 GTK branch. Now
|
|
230 supports file, password, question, and color built-in dialogs.
|
|
231
|
|
232 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
233
|
|
234 * keydefs.el:
|
|
235 * keydefs.el (global-map):
|
|
236 Add commented-out change of M-k (for 21.5).
|
470
|
237
|
462
|
238 * menubar-items.el (default-menubar):
|
|
239 Fix items to control kill-line behavior; add items for
|
|
240 shifted motion.
|
470
|
241
|
462
|
242 * simple.el:
|
|
243 * simple.el (kill-whole-line):
|
|
244 * simple.el (historical-kill-line): Removed.
|
|
245 * simple.el (kill-line): Removed.
|
|
246 * simple.el (kill-entire-line): New.
|
|
247 * simple.el (kill-line-1): New.
|
|
248 * simple.el (backward-kill-line):
|
|
249 Undo kill-whole-line == always changes. Add new function
|
|
250 kill-entire-line to unconditionally delete the current line.
|
|
251 Add comments describing the lamentable state of affairs of
|
|
252 the kill-line functions and variables.
|
|
253
|
|
254 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
255
|
|
256 * simple.el:
|
|
257 * simple.el (beginning-of-buffer):
|
|
258 * simple.el (end-of-buffer):
|
|
259 * simple.el (mark-ring-unrecorded-commands):
|
|
260 * simple.el (signal-error-on-buffer-boundary):
|
|
261 * simple.el (shifted-motion-keys-select-region):
|
|
262 * simple.el (unshifted-motion-keys-deselect-region):
|
|
263 * simple.el (motion-keys-for-shifted-motion): New.
|
|
264 * simple.el (handle-pre-motion-command):
|
|
265 * simple.el (handle-post-motion-command):
|
|
266 * simple.el (forward-char-command):
|
|
267 * simple.el (backward-char-command):
|
|
268 * simple.el (scroll-up-command):
|
|
269 * simple.el (scroll-down-command):
|
|
270 * simple.el (next-line):
|
|
271 * simple.el (previous-line):
|
|
272 * simple.el (backward-block-of-lines):
|
|
273 * simple.el (forward-block-of-lines):
|
|
274 * simple.el (backward-word):
|
|
275 * simple.el (mark-word):
|
|
276
|
|
277 Augment documentation of the most common motion commands to make
|
|
278 note of the shifted-motion support. Improve the support to (a)
|
|
279 properly document how it works and why it's done in the fashion it
|
|
280 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
281
|
|
282 Correct error in the customize specification of
|
|
283 mark-ring-unrecorded-commands.
|
|
284
|
|
285 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
286
|
|
287 * font-lock.el:
|
|
288 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
289 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
290 * font-lock.el (font-lock-pre-idle-hook):
|
|
291 * font-lock.el (font-lock-after-change-function):
|
|
292 * font-lock.el (font-lock-fontify-pending-extents):
|
|
293 * font-lock.el (font-lock-lisp-like):
|
|
294
|
|
295 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
296 behavior) when making lots of buffer changes between redisplays,
|
|
297 such as when saving the Options.
|
|
298
|
|
299 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
300
|
|
301 * device.el:
|
|
302 * dragdrop.el:
|
|
303 * dumped-lisp.el:
|
|
304 * faces.el:
|
|
305 * frame.el:
|
|
306 * gnuserv.el:
|
|
307 * loadup.el:
|
|
308 * menubar-items.el:
|
|
309 * minibuf.el:
|
|
310 The Great GTK Merge.
|
|
311
|
|
312 * ChangeLog.GTK:
|
|
313 * dialog-gtk.el:
|
|
314 * gdk.el:
|
|
315 * generic-widgets.el:
|
|
316 * glade.el:
|
|
317 * gnome-widgets.el:
|
|
318 * gnome.el:
|
|
319 * gtk-compose.el:
|
|
320 * gtk-extra.el:
|
|
321 * gtk-faces.el:
|
|
322 * gtk-ffi.el:
|
|
323 * gtk-file-dialog.el:
|
|
324 * gtk-font-menu.el:
|
|
325 * gtk-glyphs.el:
|
|
326 * gtk-init.el:
|
|
327 * gtk-iso8859-1.el:
|
|
328 * gtk-marshal.el:
|
|
329 * gtk-mouse.el:
|
|
330 * gtk-package.el:
|
|
331 * gtk-password-dialog.el:
|
|
332 * gtk-select.el:
|
|
333 * gtk-widget-accessors.el:
|
|
334 * gtk-widgets.el:
|
|
335 * gtk.el:
|
|
336 widgets-gtk.el:
|
|
337 The Great GTK Merge: new files.
|
|
338
|
|
339 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
340
|
|
341 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
342 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
343
|
|
344 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
345
|
|
346 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
347
|
460
|
348 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
349
|
|
350 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
351
|
470
|
352 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
353
|
|
354 * about.el (xemacs-hackers): update my entry.
|
|
355 * about.el (about-maintainer-info): ditto.
|
|
356 * about.el (about-hackers): ditto.
|
460
|
357
|
|
358 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
359
|
|
360 * about.el (about-maintainer-info): More vanity info about
|
|
361 yours truly.
|
|
362
|
|
363 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
364
|
|
365 * build-report.el (build-report-destination): xemacs-build-reports
|
|
366 has moved to SourceForge, where mailing list name length is
|
|
367 restricted, hence the name change to
|
|
368 xemacs-buildreports@xemacs.org.
|
|
369 * build-report.el (build-report-keep-regexp): Update default.
|
|
370 * build-report.el (build-report-delete-regexp): Ditto.
|
|
371 * build-report.el (build-report-make-output-files): Ditto.
|
|
372
|
|
373 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
374
|
|
375 * lisp-mode.el: Add indentation specifications for following
|
|
376 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
377 with-open-file, with-open-stream, print-unreadable-object.
|
|
378
|
|
379 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
380
|
|
381 * font-lock.el (font-lock-set-defaults-1):
|
|
382 Move initialization of `font-lock-cache-position' so that it's set
|
|
383 even if font-lock-keywords is already defined.
|
|
384
|
|
385 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
386
|
|
387 * autoload.el (generate-file-autoloads-1):
|
|
388 Use `emacs-lisp-mode-syntax-table' instead of
|
|
389 `lisp-mode-syntax-table'.
|
|
390 * lisp-mode.el (lisp-mode-syntax-table):
|
|
391 Get rid of old checks for `parse-partial-sexp' version.
|
|
392 Make `|' (pipe) string delimiter instead of punctuation.
|
|
393
|
|
394 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
395
|
|
396 * window.el (save-selected-window):
|
|
397 Use gensym for better macro hygiene.
|
|
398
|
|
399 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
400
|
|
401 * dump-paths.el:
|
|
402 * startup.el (startup-setup-paths): Set and use
|
|
403 `mule-lisp-directory'.
|
|
404 (startup-setup-paths-warning): Ditto.
|
|
405
|
|
406 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
407 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
408
|
|
409 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
410
|
|
411 * font-lock.el: Syntax table improvements used. A few random
|
|
412 changes are not specified below.
|
|
413 (font-lock-fontify-string-delimiters):
|
|
414 (font-lock-syntactic-keywords):
|
|
415 (font-lock-cache-state nil):
|
|
416 (font-lock-cache-position):
|
|
417 New variables.
|
|
418 (font-lock-set-syntax):
|
|
419 (font-lock-apply-syntactic-highlight):
|
|
420 (font-lock-fontify-syntactic-anchored-keywords):
|
|
421 (font-lock-fontify-syntactic-keywords-region):
|
|
422 (font-lock-eval-keywords):
|
|
423 New functions.
|
|
424 (font-lock-remove-face):
|
|
425 (font-lock-fontify-syntactically-region):
|
|
426 Use syntax properties.
|
|
427
|
458
|
428 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
429
|
|
430 * XEmacs 21.2.44 "Thalia" is released.
|
|
431
|
|
432 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
433
|
|
434 * startup.el (normal-top-level): Work even if no installation root
|
|
435 is found.
|
|
436
|
|
437 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
438
|
|
439 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
440 (set-progress-abort-instantiator): new function.
|
|
441 (abort-progress-feedback): use it.
|
|
442
|
|
443 * gutter.el (set-gutter-dirty-p): new function.
|
|
444
|
|
445 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
446
|
|
447 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
448
|
|
449 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
450
|
|
451 * sound.el (sound-extension-list): give a better default value.
|
|
452 * sound.el (load-sound-file): improve the doc string, also find
|
|
453 files given by absolute names, pass a real extension list to
|
|
454 `locate-file'.
|
|
455
|
456
|
456 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
457
|
|
458 * XEmacs 21.2.43 "Terspichore" is released.
|
|
459
|
|
460 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
461
|
|
462 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
463 messages from gnuserv.
|
|
464
|
454
|
465 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
466
|
|
467 * XEmacs 21.2.42 "Poseidon" is released.
|
|
468
|
|
469 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
470
|
|
471 * package-get.el (package-get-custom): call
|
|
472 package-net-update-installed-db.
|
|
473
|
|
474 * package-ui.el (pui-install-selected-packages): call
|
|
475 package-net-update-installed-db.
|
|
476
|
|
477 * package-net.el (package-net-update-installed-db): use
|
|
478 packages-package-list so that we reflect reality.
|
|
479
|
|
480 * packages.el (packages-package-list): Make docstring reflect
|
|
481 reality.
|
|
482
|
|
483 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
484
|
|
485 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
486 isn't installed.
|
|
487
|
|
488 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
489
|
|
490 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
491 deactivate native widgets.
|
|
492 (widget-glyph-insert-glyph): record instantiator.
|
|
493 (widget-push-button-value-create): use it.
|
|
494
|
|
495 * gui.el (gui-button-action): new function. Make button's domain
|
|
496 buffer current when calling.
|
|
497 (make-gui-button): update to use gui-button-action.
|
|
498
|
|
499 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
500
|
|
501 * menubar-items.el (default-menubar): add an entry for modeline
|
|
502 horizontal scrolling in Options -> Display.
|
|
503
|
|
504 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
505
|
|
506 * package-get.el (package-get-require-signed-base): Set to nil
|
|
507 by default.
|
|
508
|
452
|
509 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
510
|
|
511 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
512
|
|
513 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
514
|
|
515 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
516 catch lisp/mule/.
|
|
517
|
|
518 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
519
|
|
520 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
521 (maybe-unmigrate-user-init-file):
|
|
522 (unmigrate-user-init-file): Created.
|
|
523 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
524 .emacs.
|
|
525 Some doc fixes wrt init file location.
|
|
526
|
|
527 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
528
|
|
529 * faces.el (face-frob-from-locale-first): new variable.
|
|
530 (frob-face-font-2): Honor tags arg while trying to use
|
|
531 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
532 first try to set face inheriting from frobbed-face.
|
|
533
|
|
534 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
535
|
|
536 * about.el (xemacs-hackers): update my entry.
|
|
537 * about.el (about-url-alist): ditto.
|
|
538 * about.el (about-maintainer-info): ditto.
|
|
539 * about.el (about-hackers): ditto.
|
|
540
|
|
541 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
542
|
|
543 The byte compiler has been badly broken for a year,
|
|
544 by the patch of 1999-12-06.
|
|
545 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
546 Bug was: the byte compiler was making this erroneous optimization:
|
|
547 (progn (or (foo)) (bar)) ==> (bar)
|
|
548
|
|
549 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
550
|
|
551 * setup-paths.el (paths-core-load-path-depth): Split
|
|
552 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
553 recurse into core.
|
|
554 * setup-paths.el (paths-construct-load-path): Use.
|
|
555
|
|
556 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
557
|
|
558 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
559 (package-net-win32-binary-size): ditto. add much needed
|
|
560 commentary.
|
|
561
|
|
562 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
563 for buffers-tab-max-size.
|
|
564
|
450
|
565 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
566
|
|
567 * XEmacs 21.2.40 is released.
|
|
568
|
|
569 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
570
|
|
571 * mule/hebrew.el: Fix comments and typos.
|
|
572 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
573
|
|
574 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
575
|
|
576 * ChangeLog.1: move ancient log from fill.el.
|
|
577
|
|
578 * dump-paths.el:
|
|
579 paragraphs.el:
|
|
580 mule/mule-category.el:
|
|
581 Miscellaneous typo fixes and slight doc clarifications.
|
|
582
|
|
583 * mule/mule-ccl.el: Correct file name in header.
|
|
584
|
448
|
585 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
586
|
|
587 * XEmacs 21.2.39 is released.
|
|
588
|
|
589 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
590
|
|
591 * byte-optimize.el (byte-optimize-cond):
|
|
592 (byte-optimize-cond-1): New.
|
|
593 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
594 Optimizes (cond (x nil)) ==> nil.
|
|
595 Provide better diagnostic on malformed expr like (cond foo).
|
|
596
|
|
597 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
598
|
|
599 * mule/mule-coding.el:
|
|
600 mule/mule-cmds.el (reset-language-environment,
|
|
601 set-language-environment-coding-systems):
|
|
602 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
603
|
|
604 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
605
|
|
606 * package-admin.el: Allow package removal from
|
|
607 early-package-load-path.
|
|
608
|
|
609 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
610
|
|
611 * about.el (about-maintainer-info): Update my entry.
|
|
612
|
|
613 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
614
|
|
615 * packages.el (locate-library): Add support for bzip2
|
|
616 compressed .el files.
|
|
617
|
|
618 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
619
|
|
620 * package-net.el: new file.
|
|
621
|
|
622 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
623
|
|
624 * font-lock.el: Add missing C++ keywords.
|
|
625
|
|
626 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
627
|
|
628 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
629 starting in column 0, as documented in (Info-goto-node
|
|
630 "(xemacs)Comments"). Update docstring accordingly.
|
|
631
|
446
|
632 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
633
|
|
634 * XEmacs 21.2.38 is released.
|
|
635
|
|
636 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
637
|
|
638 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
639 spurious '+' operation detected by Martin.
|
|
640
|
|
641
|
|
642 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
643
|
|
644 * cl-extra.el (coerce):
|
|
645 Implement char to integer coercion.
|
|
646 Remove extraneous (numberp) test.
|
|
647
|
|
648 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
649 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
650 (byte-optimize-predicate):
|
|
651 Warn if evaluating constant expression signals an error.
|
|
652 (byte-optimize-form): Small simplification.
|
|
653
|
|
654 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
655
|
|
656 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
657
|
|
658 * byte-optimize.el:
|
|
659 (byte-optimize-minus):
|
|
660 (byte-optimize-plus):
|
|
661 (byte-optimize-mult):
|
|
662 (byte-optimize-quo):
|
|
663 Use (car (last x)) instead of (last x) to get last elt!
|
|
664 Use `byte-optimize-predicate' to optimize `%'.
|
|
665 Move optimizations for special numeric args to bytecomp.el.
|
|
666 * bytecomp.el (byte-compile-associative): Remove.
|
|
667 (byte-compile-max): New.
|
|
668 (byte-compile-min): New.
|
|
669 Properly handle erroneous calls: (max) (min).
|
|
670 (byte-compile-plus): New.
|
|
671 (byte-compile-minus):
|
|
672 It's easiest to handle 0, +1 and -1 args here.
|
|
673 (byte-compile-mult): New.
|
|
674 It's easiest to handle 1, -1 and 2 args here.
|
|
675 (byte-compile-quo):
|
|
676 It's easiest to handle 0, +1 and -1 args here.
|
|
677 Issue byte-compiler warning when dividing by zero.
|
|
678
|
|
679 Byte-compiler arithmetic improvements.
|
|
680 Better optimize these expressions in the obvious way:
|
|
681 (+ x y 1) --> varref x varref y add add1
|
|
682 (+ x y -1) --> varref x varref y add sub1
|
|
683 (- x y 0) --> (- x y)
|
|
684 (- 0 x y) --> (- (- x) y)
|
|
685 (% 42 19) --> compile-time constant
|
|
686 (/ 42 19) --> compile-time constant
|
|
687 (* (foo) 2) --> foo call dup plus
|
|
688
|
|
689 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
690 unless (declaim (optimize (safety 3)))
|
|
691 or (setq byte-compile-delete-errors nil).
|
|
692
|
|
693 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
694
|
|
695 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
696 docstrings.
|
|
697
|
|
698 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
699
|
|
700 * startup.el (command-line-do-help): Add documentation of
|
|
701 portable dumper switches.
|
|
702
|
|
703 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
704
|
|
705 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
706
|
|
707 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
708
|
|
709 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
710
|
|
711 * byte-optimize.el (byte-optimize-char-before):
|
|
712 (byte-optimize-backward-char):
|
|
713 (byte-optimize-backward-word):
|
|
714 Fix incorrect optimizations for these sorts of expressions:
|
|
715 (let ((x nil)) (backward-char x))
|
|
716
|
|
717 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
718
|
|
719 * byte-optimize.el:
|
|
720 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
721 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
722 Make backward-word and backward-char as efficient as forward versions.
|
|
723
|
|
724 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
725 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
726 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
727 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
728 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
729 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
730 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
731
|
|
732 * simple.el (backward-word):
|
|
733 * simple.el (mark-word):
|
|
734 * simple.el (kill-word):
|
|
735 * simple.el (backward-kill-word):
|
|
736 Make COUNT argument optional, for consistency with forward-char et al.
|
|
737
|
|
738 * abbrev.el (abbrev-string-to-be-defined):
|
|
739 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
740 * abbrev.el (inverse-add-abbrev):
|
|
741 * abbrev.el (expand-region-abbrevs):
|
|
742 * buff-menu.el (Buffer-menu-execute):
|
|
743 * indent.el (move-to-left-margin):
|
|
744 * indent.el (indent-relative):
|
|
745 * indent.el (move-to-tab-stop):
|
|
746 * info.el (Info-reannotate-node):
|
|
747 * lisp-mode.el (lisp-indent-line):
|
|
748 * lisp.el (end-of-defun):
|
|
749 * lisp.el (move-past-close-and-reindent):
|
|
750 * misc.el (copy-from-above-command):
|
|
751 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
752 * page.el (forward-page):
|
|
753 * paragraphs.el (forward-paragraph):
|
|
754 * paragraphs.el (end-of-paragraph-text):
|
|
755 * picture.el (picture-forward-column):
|
|
756 * picture.el (picture-self-insert):
|
|
757 * rect.el (extract-rectangle-line):
|
|
758 * simple.el (newline):
|
|
759 * simple.el (fixup-whitespace):
|
|
760 * simple.el (backward-delete-char-untabify):
|
|
761 * simple.el (transpose-chars):
|
|
762 * simple.el (transpose-preceding-chars):
|
|
763 * simple.el (do-auto-fill):
|
|
764 * simple.el (indent-new-comment-line):
|
|
765 * simple.el (blink-matching-open):
|
|
766 * view-less.el (cleanup-backspaces):
|
|
767 * wid-edit.el (widget-transpose-chars):
|
|
768 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
769 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
770
|
|
771 * info.el (Info-fontify-node):
|
|
772 * simple.el (backward-delete-function):
|
|
773 Use canonical delete-backward-char instead of backward-delete-char.
|
|
774
|
|
775 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
776
|
|
777 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
778 no buffers.
|
|
779
|
|
780 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
781
|
|
782 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
783 buffer tabs.
|
|
784
|
|
785 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
786
|
|
787 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
788 (proclaim inline...) was shadowing compiler-macros.
|
|
789
|
|
790 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
791
|
|
792 * bytecomp.el (byte-compile-eval): New.
|
|
793 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
794 Keeps this promise made in Lispref:
|
|
795 "If a file being compiled contains a `defmacro' form, the macro is
|
|
796 defined temporarily for the rest of the compilation of that file."
|
|
797
|
|
798 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
799
|
|
800 * cl.el (floatp-safe):
|
|
801 (plusp):
|
|
802 (minusp):
|
|
803 (oddp):
|
|
804 (evenp):
|
|
805 (cl-abs):
|
|
806 Use a better parameter name than `x'.
|
|
807
|
|
808 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
809 to require PLACE, but accept any form for compatibility.
|
|
810
|
|
811 * abbrev.el (define-abbrev): Use check-type.
|
|
812 * font-menu.el (font-menu-change-face): Use check-type.
|
|
813 * menubar.el (relabel-menu-item): Use check-type.
|
|
814 * itimer.el: Fix typo.
|
|
815
|
|
816 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
817
|
|
818 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
819
|
444
|
820 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
821
|
|
822 * XEmacs 21.2.37 is released.
|
|
823
|
|
824 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
825
|
|
826 * code-cmds.el: Provide the feature.
|
|
827
|
|
828 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
829
|
|
830 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
831
|
|
832 * code-cmds.el: New file
|
|
833 * mule/mule-cmds.el:
|
|
834 * mule/mule-misc.el
|
|
835 (coding-keymap): New keymap. Define coding system keyboard
|
|
836 commands on file-coding builds too.
|
446
|
837 (coding-system-change-eol-conversion):
|
|
838 (universal-coding-system-argument):
|
|
839 (set-default-coding-systems):
|
444
|
840 (prefer-coding-system): Moved from mule-cmds.el
|
|
841 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
842
|
|
843 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
844
|
|
845 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
846
|
|
847 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
848
|
|
849 * package-get.el (package-get-download-sites): Add a pre-release
|
|
850 site for experimental packages.
|
|
851
|
|
852 * auto-autoloads.el: Regenerated.
|
|
853
|
|
854 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
855
|
|
856 * gutter-items.el (buffers-tab-omit-function): reference
|
|
857 buffers-tab-select-visible-buffers.
|
|
858 (buffers-tab-filter-functions): new variable, by default uses
|
|
859 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
860 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
861 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
862 of buffers-menu-omit-invisible-buffers.
|
|
863 (buffers-tab-items): rewrite to use
|
|
864 buffers-tab-filter-functions. Rewrite docstring.
|
|
865 (gutter-buffers-tab-extent): delete.
|
|
866 (add-tab-to-gutter): always build a new extent when adding the
|
|
867 tabs.
|
|
868 (update-tab-in-gutter): make gutter dirty when orientation
|
|
869 changes.
|
|
870
|
|
871 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
872
|
|
873 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
874 Only do loadhist recording if defvar form includes a value.
|
|
875
|
|
876 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
877
|
|
878 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
879 `eval-when-compile' should not compile its body.
|
|
880
|
|
881 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
882
|
|
883 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
884 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
885 some Japanese English. Remove some ancient FSF comments, and
|
|
886 improve docstrings. Use symbols not vectors for tables.
|
|
887
|
|
888 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
889
|
|
890 * keymap.el:
|
|
891 (local-key-binding):
|
|
892 (global-key-binding):
|
|
893 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
894
|
|
895 * lisp.el:
|
|
896 (backward-sexp): Slightly simpler code.
|
|
897 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
898 (forward-list): Slightly simpler code.
|
|
899 (backward-list): Slightly simpler code.
|
|
900 (down-list): Make arg optional, like FSF Emacs.
|
|
901 (up-list): Make arg optional, like FSF Emacs.
|
|
902 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
903 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
904 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
905
|
|
906 * font-menu.el (font-menu-change-face):
|
|
907 Take continuable errors into account.
|
|
908
|
|
909 * abbrev.el:
|
|
910 * abbrev.el (clear-abbrev-table):
|
|
911 * abbrev.el (define-abbrev-table):
|
|
912 * abbrev.el (define-abbrev):
|
|
913 * abbrev.el (insert-abbrev-table-description):
|
|
914 * apropos.el (apropos-documentation-check-doc-file):
|
|
915 * apropos.el (apropos-documentation-check-elc-file):
|
|
916 * buff-menu.el (list-buffers):
|
|
917 * buff-menu.el (list-buffers-noselect):
|
|
918 * bytecomp.el (byte-recompile-directory):
|
|
919 * bytecomp.el (batch-byte-compile):
|
|
920 * cl-macs.el (typep):
|
|
921 * code-files.el (find-coding-system-magic-cookie):
|
|
922 * code-files.el (insert-file-contents):
|
|
923 * cus-edit.el (customize-set-variable):
|
|
924 * cus-edit.el (customize-save-variable):
|
|
925 * cus-face.el (custom-set-face-font-size):
|
|
926 * cus-face.el (custom-set-face-update-spec):
|
|
927 * cus-face.el (custom-reset-faces):
|
|
928 * custom.el (custom-check-theme):
|
|
929 * custom.el (copy-upto-last):
|
|
930 * fill.el (canonically-space-region):
|
|
931 * fill.el (fill-paragraph):
|
|
932 * fill.el (fill-region):
|
|
933 * fill.el (find-space-insertable-point):
|
|
934 * fill.el (justify-current-line):
|
|
935 * faces.el (face-spec-update-all-matching):
|
|
936 * faces.el (set-face-stipple):
|
|
937 * files-nomule.el (insert-file-contents):
|
|
938 * files.el (insert-file-contents-literally):
|
|
939 * files.el (hack-local-variables-last-page):
|
|
940 * files.el (basic-save-buffer):
|
|
941 * files.el (insert-directory):
|
|
942 * font-menu.el (font-menu-change-face):
|
|
943 * font.el (font-spatial-to-canonical):
|
|
944 * format.el (format-encode-region):
|
|
945 * format.el (format-insert-file):
|
|
946 * format.el (format-replace-strings):
|
|
947 * gutter.el (set-gutter-element):
|
|
948 * help.el (key-or-menu-binding):
|
|
949 * help.el (describe-bindings):
|
|
950 * help.el (with-syntax-table):
|
|
951 * indent.el (indent-rigidly):
|
|
952 * indent.el (delete-to-left-margin):
|
|
953 * info.el:
|
|
954 * info.el (Info-extract-dir-entry-from):
|
|
955 * info.el (Info-build-dir-anew):
|
|
956 * info.el (Info-rebuild-dir):
|
|
957 * info.el (Info-batch-rebuild-dir):
|
|
958 * info.el (Info-read-subfile):
|
|
959 * info.el (Info-build-node-completions):
|
|
960 * info.el (Info-extract-menu-node-name):
|
|
961 * isearch-mode.el (isearch-range-invisible):
|
|
962 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
963 * itimer.el (itimerp):
|
|
964 * itimer.el (itimer-live-p):
|
|
965 * keymap.el:
|
|
966 * keymap.el (substitute-key-definition):
|
|
967 * keymap.el (read-command-or-command-sexp):
|
|
968 * keymap.el (local-key-binding):
|
|
969 * keymap.el (global-key-binding):
|
|
970 * keymap.el (global-set-key):
|
|
971 * keymap.el (local-set-key):
|
|
972 * ldap.el:
|
|
973 * ldap.el (ldap-add-entries):
|
|
974 * ldap.el (ldap-delete-entries):
|
|
975 * lisp.el (backward-sexp):
|
|
976 * lisp.el (mark-sexp):
|
|
977 * lisp.el (forward-list):
|
|
978 * lisp.el (backward-list):
|
|
979 * lisp.el (down-list):
|
|
980 * lisp.el (backward-up-list):
|
|
981 * lisp.el (up-list):
|
|
982 * lisp.el (kill-sexp):
|
|
983 * lisp.el (backward-kill-sexp):
|
|
984 * menubar.el (add-menu-button):
|
|
985 * menubar.el (add-submenu):
|
|
986 * menubar.el (delete-menu-item):
|
|
987 * menubar.el (relabel-menu-item):
|
|
988 * mouse.el (narrow-window-to-region):
|
|
989 * obsolete.el (define-obsolete-variable-alias):
|
|
990 * obsolete.el (store-substring):
|
|
991 * package-admin.el:
|
|
992 * package-admin.el (package-admin-install-function):
|
|
993 * package-admin.el (package-admin-install-function-mswindows):
|
|
994 * package-admin.el (package-admin-default-install-function):
|
|
995 * package-get.el (package-get-update-base-entries):
|
|
996 * packages.el (packages-load-package-dumped-lisps):
|
|
997 * packages.el (packages-collect-package-dumped-lisps):
|
|
998 * printer.el (generic-print-buffer):
|
|
999 * printer.el (generic-print-region):
|
|
1000 * replace.el (occur-mode-mouse-goto):
|
|
1001 * replace.el (perform-replace):
|
|
1002 * select.el (get-selection-no-error):
|
|
1003 * simple.el:
|
|
1004 * simple.el (newline):
|
|
1005 * simple.el (open-line):
|
|
1006 * simple.el (edit-and-eval-command):
|
|
1007 * simple.el (goto-line):
|
|
1008 * simple.el (undo):
|
|
1009 * simple.el (kill-region):
|
|
1010 * simple.el (copy-region-as-kill):
|
|
1011 * simple.el (kill-ring-save):
|
|
1012 * simple.el (set-mark):
|
|
1013 * simple.el (next-line):
|
|
1014 * simple.el (previous-line):
|
|
1015 * simple.el (line-move):
|
|
1016 * simple.el (set-goal-column):
|
|
1017 * simple.el (comment-region):
|
|
1018 * subr.el:
|
|
1019 * subr.el (putf):
|
|
1020 * syntax.el (modify-syntax-entry):
|
|
1021 * syntax.el (map-syntax-table):
|
|
1022 * view-less.el (view-file):
|
|
1023 * view-less.el (view-buffer):
|
|
1024 * view-less.el (view-file-other-window):
|
|
1025 * window-xemacs.el (backward-other-window):
|
|
1026 * window.el:
|
|
1027 * window.el (one-window-p):
|
|
1028 * window.el (walk-windows):
|
|
1029 * window.el (window-list):
|
|
1030 * x-mouse.el (x-mouse-kill):
|
|
1031 * x-select.el (x-get-cutbuffer):
|
|
1032 * x-select.el (x-store-cutbuffer):
|
|
1033 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
1034 * term/sun-mouse.el (window-line-end):
|
|
1035 * term/sun-mouse.el (sun-select-region):
|
|
1036 * term/sun.el (kill-region-and-unmark):
|
|
1037 * mule/mule-category.el:
|
|
1038 * mule/mule-category.el (modify-category-entry):
|
|
1039 * mule/mule-category.el (char-category-list):
|
|
1040 * mule/mule-coding.el (coding-system-force-on-output):
|
|
1041 * mule/mule-misc.el (coding-system-put):
|
|
1042 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
1043
|
|
1044 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1045
|
|
1046 * cus-face.el: Typo fixes and tiny clarifications.
|
|
1047 * custom.el: ditto
|
|
1048
|
|
1049 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1050
|
|
1051 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
1052 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
1053 if auto-save-list-file-prefix is non-nil.
|
|
1054
|
|
1055 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1056
|
|
1057 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
1058
|
|
1059 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1060
|
|
1061 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
1062 get symbol at point-min.
|
|
1063
|
|
1064 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1065
|
|
1066 * info.el (Info-emacs-info-file-name): defconst it.
|
|
1067 * info.el (Info-footnote-tag): defcustom it.
|
|
1068 * info.el (Info-no-description-string): ditto.
|
|
1069 * info.el (Info-find-node): adapt to new semantics of
|
|
1070 'Info-suffixed-file (don't do the case variants stuff).
|
|
1071 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
1072 * info.el (Info-directory-files): New. Return the list of info
|
|
1073 files in a directory.
|
|
1074 * info.el (Info-dir-outdated-p): use it.
|
|
1075 * info.el (Info-parse-dir-entries): ditto.
|
|
1076 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
1077 with a ".info.*" extension.
|
|
1078 * info.el (Info-set-mode-line): ditto.
|
|
1079 * info.el (Info-read-subfile): adapt to new semantics of
|
|
1080 'Info-suffixed-file (append 'exact argument).
|
|
1081 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
1082 string independently of the case.
|
|
1083 * info.el (Info-suffixed-file): use it (match all possible case
|
|
1084 for the file name).
|
|
1085 * info.el (Info-insert-file-contents): code cleanup.
|
|
1086 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
1087 columns.
|
|
1088 * info.el (Info-batch-rebuild-dir): ditto.
|
|
1089 * info.el (Info-read-node-name-1): ditto.
|
|
1090 * info.el (Info-search): ditto.
|
|
1091 * info.el (Info-fontify-node): ditto.
|
|
1092
|
|
1093
|
|
1094 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1095
|
|
1096 * process.el (shell-command): when called from a program, avoid
|
|
1097 'push-mark's "mark-set" message.
|
|
1098
|
|
1099 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
1100
|
|
1101 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
1102 by a symbol, not by a vector.
|
|
1103 * mule/vietnamese.el (vscii): Likewise.
|
|
1104 (viscii): Likewise.
|
|
1105 * mule/cyrillic.el (koi8-r): Likewise.
|
|
1106
|
|
1107 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
1108 by a symbol, not by a vector.
|
|
1109 (chinese-big5-2): Likewise.
|
|
1110 * mule/ethiopic.el (ethiopic): Likewise.
|
|
1111 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
1112 (vietnamese-viscii-upper): Likewise.
|
|
1113
|
|
1114 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1115
|
|
1116 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
1117
|
|
1118 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1119
|
|
1120 * byte-optimize.el (byte-optimize-car): New function.
|
|
1121 (byte-optimize-cdr): Ditto.
|
|
1122
|
|
1123 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1124
|
|
1125 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
1126 Optimize constant concatenation.
|
|
1127 Add keymapp as a side effect free function. It is a built-in.
|
|
1128 (byte-after-unbind-pos): Remove byte-equal.
|
|
1129
|
|
1130 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1131
|
|
1132 * update-elc-2.el: Quote regexps correctly.
|
|
1133
|
|
1134 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
1135
|
|
1136 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
1137 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
1138 check the type of the buffer magnification
|
|
1139 (ccl-compile-write-string): Encode a string with binary
|
|
1140 coding system.
|
|
1141 (ccl-compile-write-repeat): Likewise.
|
|
1142
|
|
1143 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1144
|
|
1145 * buff-menu.el:
|
|
1146 * bytecomp.el:
|
|
1147 * coding.el:
|
|
1148 * faces.el:
|
|
1149 * files.el:
|
|
1150 * fill.el:
|
|
1151 * float-sup.el:
|
|
1152 * font-lock.el:
|
|
1153 * help.el:
|
|
1154 * iso8859-1.el:
|
|
1155 * loaddefs.el:
|
|
1156 * menubar-items.el:
|
|
1157 * menubar.el:
|
|
1158 * modeline.el:
|
|
1159 * msw-font-menu.el:
|
|
1160 * paragraphs.el:
|
|
1161 * paths.el:
|
|
1162 * replace.el:
|
|
1163 * simple.el:
|
|
1164 * sound.el:
|
|
1165 * startup.el:
|
|
1166 * version.el:
|
|
1167 * x-faces.el:
|
|
1168 * x-font-menu.el:
|
|
1169 Remove purecopy.
|
|
1170
|
|
1171 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
1172
|
|
1173 * simple.el (do-auto-fill): Use the function pointer to by
|
|
1174 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
1175 fixes an issue with cc-mode comment continuation.
|
|
1176
|
|
1177 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
1178
|
|
1179 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
1180 * mwheel.el (mwheel-install): Add (interactive).
|
|
1181 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
1182 (turn-off-font-lock): Add (interactive).
|
|
1183
|
|
1184 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1185
|
|
1186 * packages.el (packages-special-base-regexp): Add `man'.
|
|
1187
|
|
1188 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
1189
|
|
1190 * wid-edit.el (widget-specify-active): map over extents in current
|
|
1191 buffer like `widget-specify-inactive' does. Mapping over the
|
|
1192 inactive extent object does not work since the current extent is
|
|
1193 ignored by `map-extents'.
|
|
1194
|
442
|
1195 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
1196
|
|
1197 * XEmacs 21.2.36 is released.
|
|
1198
|
|
1199 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
1200
|
|
1201 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
1202 Optimize the compiled-function-constants vector by byte-code
|
|
1203 reference counts.
|
|
1204
|
|
1205 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1206
|
|
1207 * build-report.el (build-report-delete-regexp): quote value in
|
|
1208 defcustom
|
|
1209
|
|
1210 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1211
|
|
1212 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
1213 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
1214 warning.
|
|
1215
|
|
1216 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1217
|
|
1218 * build-report.el: Requires cl and custom now.
|
|
1219 build-report-version is determined by XEmacs version -- remove
|
|
1220 build-report-version*.
|
|
1221 * build-report.el (build-report-version): Removed.
|
|
1222 * build-report.el (build-report-installation-version-regexp): New.
|
|
1223 * build-report.el (build-report-version-file-regexp): New.
|
|
1224 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
1225 * build-report.el (build-report-destination): Offer
|
|
1226 xemacs-build-reports and xemacs-beta.
|
|
1227 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
1228 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
1229 * build-report.el (build-report-make-output-dir): New.
|
|
1230 * build-report.el (build-report-installation-file): Replace use of
|
|
1231 `concat' with `expand-file-name'.
|
|
1232 * build-report.el (build-report-make-output-file): Removed.
|
|
1233 * build-report.el (build-report-make-output-files): New.
|
|
1234 * build-report.el (build-report-subject): Identify as
|
|
1235 user-variable with "*...".
|
|
1236 * build-report.el (build-report-prompts): Ditto.
|
|
1237 * build-report.el (build-report-version-file): New.
|
|
1238 * build-report.el (build-report-file-encoding): Identify as
|
|
1239 user-variable with "*...".
|
|
1240 * build-report.el (build-report-make-output-get): New.
|
|
1241 * build-report.el (build-report-insert-header): Report
|
|
1242 emacs-version and system-configuration instead of
|
|
1243 build-report-version.
|
|
1244 * build-report.el (build-report-insert-make-output): Add file
|
|
1245 argument.
|
|
1246 * build-report.el (build-report-insert-installation-file):
|
|
1247 Re-indent.
|
|
1248 * build-report.el (build-report-keep): Change docstring,
|
|
1249 re-indent.
|
|
1250 * build-report.el (build-report-delete): Ditto.
|
|
1251 * build-report.el (build-report-installation-data): New.
|
|
1252 * build-report.el (build-report-version-file-data): New.
|
|
1253
|
|
1254 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
1255
|
|
1256 * byte-optimize.el (byte-optimize-lapcode):
|
|
1257 Fix the optimization of using the first 5 elements of the
|
|
1258 constants vector for variables.
|
|
1259 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
1260
|
|
1261 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1262
|
|
1263 * *: Spelling mega-patch
|
|
1264
|
|
1265 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1266
|
|
1267 * easymenu.el: doc fixes.
|
|
1268 (easy-menu-do-define): Use backquote.
|
444
|
1269 (easy-menu-change):
|
|
1270 (easy-menu-add):
|
442
|
1271 `when' seems much clearer than `if' here.
|
|
1272 (easy-menu-remove):
|
444
|
1273 (easy-menu-add-item):
|
|
1274 (easy-menu-item-present-p):
|
|
1275 (easy-menu-remove-item):
|
442
|
1276 Wrap using (when (featurep 'menubar) ...)
|
|
1277
|
|
1278 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1279
|
|
1280 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1281 Revert Ben's change to this function below so that the compile log
|
|
1282 is displayed properly for users of the "popper" package.
|
|
1283
|
|
1284 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
1285
|
|
1286 * window.el (save-selected-window): Use backquote.
|
|
1287
|
444
|
1288 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
442
|
1289 Renamed from `byte-compile-file-form-defvar'.
|
|
1290 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
1291 Only cons onto current-load-list in top-level forms.
|
|
1292 Else this leaks a cons cell every time a defun is called.
|
|
1293 Renamed from `byte-compile-defvar', for clarity.
|
|
1294 Warn when docstring of defvar is not a string.
|
|
1295 Use consistent error messages.
|
|
1296 Better comments.
|
|
1297
|
|
1298 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
1299
|
|
1300 * simple.el (set-variable):
|
|
1301 Remove unneeded defvar by rearranging order of let* forms.
|
|
1302
|
|
1303 * mule/mule-ccl.el (ccl-get-next-code):
|
444
|
1304 * menubar-items.el (bookmark-menu-filter):
|
|
1305 (language-environment-menu-filter):
|
|
1306 (tutorials-menu-filter):
|
442
|
1307 * toolbar-items.el (toolbar-compile):
|
|
1308 * byte-optimize.el (disassemble-offset):
|
|
1309 Use (declare (special ...)) instead of `defvar'.
|
|
1310
|
|
1311 * cl-macs.el (cl-do-proclaim):
|
|
1312 Fix (declare (special ...)) warning suppression syntax.
|
|
1313
|
|
1314 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
1315
|
|
1316 * info.el (Info-tag-table-marker):
|
|
1317 (Info-tag-table-buffer):
|
|
1318 (Info-find-file-node):
|
|
1319 (Info-read-subfile):
|
|
1320 (Info-build-node-completions):
|
|
1321 (Info-search):
|
|
1322 (Info-mode):
|
|
1323 Multiple info buffer support.
|
|
1324
|
|
1325 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
1326
|
|
1327 * ldap.el (ldap-decode-entry): New defun
|
|
1328 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
1329 entries properly
|
|
1330
|
|
1331 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
1332
|
|
1333 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
1334 Use `eq', not `=', to compare symbols.
|
|
1335
|
|
1336 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
1337
|
|
1338 * bytecomp.el (byte-compile-report-error):
|
|
1339 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1340 if stack-trace-on-error is set, send out a backtrace when
|
|
1341 an error is encountered that stops byte compilation. this
|
|
1342 should make it much much easier to track down those curious
|
|
1343 problems. also undo the kludge of using a separate "*Show*"
|
|
1344 buffer for display when there's a temp-buffer-show-function;
|
|
1345 we can avoid this by just being a little smarter.
|
444
|
1346
|
442
|
1347 * dialog-items.el:
|
|
1348 * dialog-items.el (search-dialog-regexp): New.
|
|
1349 * dialog-items.el (search-dialog-callback):
|
|
1350 * dialog-items.el (make-search-dialog):
|
|
1351 add a regexp option to the dialog and clean up a bit.
|
444
|
1352
|
442
|
1353 * dialog.el:
|
|
1354 * dialog.el (yes-or-no-p-dialog-box):
|
|
1355 * dialog.el (get-dialog-box-response):
|
|
1356 * dialog.el (make-dialog-box):
|
|
1357 * dialog.el (dialog-box-finish): New.
|
|
1358 * dialog.el (dialog-box-cancel): New.
|
|
1359 * dialog.el (internal-make-dialog-box-exit): New.
|
|
1360 implement [properly!] the :modal property of the new dialog box
|
|
1361 interface. this is the first time xemacs has ever had *proper*
|
|
1362 modal dialog boxes, giving the standard window-system feedback.
|
|
1363 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
1364 and makes the dialog box flash three times.)
|
444
|
1365
|
442
|
1366 * dragdrop.el: header keyword frobbing.
|
444
|
1367
|
442
|
1368 * dumped-lisp.el (preloaded-file-list):
|
|
1369 renamed winnt.el to win32-native.el.
|
444
|
1370
|
442
|
1371 * faces.el (face-property):
|
|
1372 * faces.el (set-face-property):
|
|
1373 * faces.el (frob-face-property):
|
|
1374 * faces.el (frob-face-font-2):
|
|
1375 * faces.el (make-face-bold):
|
|
1376 * faces.el (make-face-italic):
|
|
1377 * faces.el (make-face-bold-italic):
|
|
1378 * faces.el (make-face-unbold):
|
|
1379 * faces.el (make-face-unitalic):
|
|
1380 * faces.el (make-face-smaller):
|
|
1381 * faces.el (make-face-larger):
|
|
1382 clean up the implementation of these so that window-system-specific
|
|
1383 methods are called only on objects belonging to that window system.
|
|
1384 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
1385 on font object of device type `stream', which is not good and
|
|
1386 explains the subtle errors Adrian was getting when byte-compiling
|
|
1387 something that required 'term. (Adrian, now you can use stack-trace-
|
|
1388 on-error to find the exact place where things are going wrong instead
|
|
1389 of having to laboriously binary-search your way through.)
|
444
|
1390
|
442
|
1391 * finder.el (finder-known-keywords):
|
|
1392 cleaned up -- properly sorted, clarified the meanings of many of
|
|
1393 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
1394 user, services. the last two try to distinguish between a package
|
|
1395 that's used directly by the user, and a package that provides
|
|
1396 support services to other packages.
|
444
|
1397
|
442
|
1398 * font-lock.el (lisp-font-lock-keywords-2):
|
|
1399 update list of lisp control structures to include everything,
|
|
1400 including new ones i introduced.
|
444
|
1401
|
442
|
1402 * gutter.el: header keyword frobbing.
|
444
|
1403
|
442
|
1404 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
1405 recent isearch element was not doing so! you got the second-most-
|
|
1406 recent instead.
|
|
1407
|
|
1408 * lisp-mode.el (construct-lisp-mode-menu):
|
|
1409 more menubar cleanups.
|
|
1410 * lisp-mode.el (with-selected-window):
|
|
1411 make it indent properly.
|
444
|
1412
|
442
|
1413 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
1414 rearranged the options menu the most, e.g. splitting up the
|
|
1415 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
1416 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
1417 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
1418 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
1419 Added stuff to the Cmds menu, e.g. Change Case.
|
|
1420
|
|
1421 NB please don't complain about these periodic menubar changes.
|
|
1422 Anything like this is necessarily incremental in its construction
|
|
1423 -- By constant use you gradually become more and more aware of
|
|
1424 better and better ways to group menu items. When we eventually
|
|
1425 move the options menu to a property sheet, the existing structure
|
|
1426 will probably be preserved fairly well.
|
444
|
1427
|
442
|
1428 * minibuf.el (next-history-element): fix problems with pressing
|
|
1429 down arrow in repeat-complex-command.
|
|
1430
|
|
1431 * modeline.el:
|
|
1432 * modeline.el (modeline-3d-p): New.
|
|
1433 added custom variable for controlling the 3d modeline. the
|
|
1434 corresponding Options item has been present for a long time,
|
|
1435 but commented out with "fix me!" comments. it's fixed now.
|
444
|
1436
|
442
|
1437 * obsolete.el (add-menu):
|
|
1438 remove bogus gettexts.
|
444
|
1439
|
442
|
1440 * process.el (shell-quote-argument):
|
|
1441 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
1442 For bash under Windows native, see below.
|
444
|
1443
|
442
|
1444 * simple.el:
|
|
1445 * simple.el (display-warning-buffer):
|
|
1446 Fixed the handling of warning display to eliminate the annoying
|
|
1447 *Show* buffer, like was done for byte-compiler output above.
|
444
|
1448
|
442
|
1449 * simple.el (debug-print): New.
|
|
1450 Simple function for sending debug messages to the console and/or
|
|
1451 other debug places.
|
|
1452
|
|
1453 * subr.el (replace-in-string):
|
|
1454 Rewrite this function to avoid N^2 behavior with large strings --
|
|
1455 catastrophic with the new Windows selection code! (Apparently the
|
|
1456 author of this function didn't realize there was a fun
|
|
1457 replace-match that could make his life much easier, because we
|
|
1458 duplicated the entire logic. The new version is smaller, easier
|
|
1459 to understand, much more robust, and has extended features --
|
|
1460 those of replace-match.)
|
444
|
1461
|
442
|
1462 * window.el:
|
|
1463 * window.el (with-selected-window): New.
|
|
1464 An obvious complement to the existing `with-selected-frame' and
|
|
1465 `with-current-buffer'.
|
|
1466
|
|
1467 * win32-native.el: Renamed from winnt.el.
|
|
1468 Added a great deal of stuff for properly handling process quoting,
|
|
1469 somewhat modeled on Kirill's original model (which i later threw
|
|
1470 away). We should now finally have correctly working process arg
|
|
1471 quoting/dequoting so that the final app gets exactly what we
|
|
1472 intended. Because the mechanism is in Lisp, it's easily
|
|
1473 extendible. (For those running bash and running the native
|
|
1474 version, I tried hard to do what I thought was correct. But more
|
|
1475 thought is needed, and ideally the volunteer work of people with
|
|
1476 these configurations that they generally run on.)
|
444
|
1477
|
442
|
1478 * x-font-menu.el (x-font-menu-font-data):
|
|
1479 Put in defvar's to fix byte-compiler warnings.
|
|
1480
|
|
1481 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1482
|
|
1483 * select.el (selection-coercion-alist): Initialise.
|
|
1484 * select.el (select-coerce-to-text): New.
|
|
1485 * select.el (select-coerce): New.
|
|
1486 New functions to perform type and value coercion.
|
|
1487
|
|
1488 * select.el (select-buffer-killed-default): Keep data if it was
|
|
1489 on the clipboard.
|
|
1490
|
|
1491 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
1492
|
|
1493 * menubar-items.el (default-menubar): Fix typo.
|
|
1494 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
1495
|
|
1496 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1497
|
|
1498 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
1499 edge checking code.
|
|
1500
|
|
1501 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1502
|
|
1503 * paths.el (gnus-local-domain): Removed.
|
|
1504 (gnus-local-organization): Ditto.
|
|
1505 (gnus-startup-file): Ditto.
|
|
1506
|
|
1507 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1508
|
|
1509 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
1510
|
|
1511 2000-07-31 Andy Piper <andy@xemacs.org>
|
444
|
1512
|
442
|
1513 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
1514
|
|
1515 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1516
|
|
1517 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
1518 browse-url.
|
|
1519 * help.el (xemacs-www-page): Ditto.
|
|
1520 (xemacs-www-faq): Ditto.
|
|
1521 * menubar-items.el (default-menubar): Ditto.
|
|
1522
|
|
1523 * wid-edit.el (widget-url-link-action): Ditto.
|
|
1524 From: Kenichi OKADA <okada@opaopa.org>.
|
|
1525
|
|
1526 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
1527
|
|
1528 * finder.el (finder-commentary): Add autoload cookie.
|
|
1529
|
|
1530 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1531
|
|
1532 * files.el (insert-file-contents-literally): Fix second let
|
|
1533 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
1534 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
1535
|
|
1536 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1537
|
|
1538 * files.el (insert-file-contents-literally): Use binary coding
|
|
1539 system (from Morioka san).
|
|
1540 (insert-file-contents-literally): Make file-name-handler method.
|
|
1541
|
|
1542 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
1543
|
|
1544 * cl-macs.el (get-selection): Add defsetf.
|
|
1545
|
|
1546 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
1547
|
|
1548 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
1549 function x-own-selection with own-selection.
|
|
1550 (ow-find): replace obsolete functions x-get-selection and
|
|
1551 x-get-clipboard with get-selection and get-clipboard.
|
|
1552 (init-post-x-win): replace obsolete function x-disown-selection
|
|
1553 with disown-selection.
|
|
1554
|
|
1555 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
1556
|
|
1557 * startup.el (load-user-init-file): Only try to load init file if
|
|
1558 it exists.
|
|
1559
|
|
1560 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
1561
|
|
1562 * dialog-items.el: sync with Ben's patch.
|
444
|
1563
|
442
|
1564 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
1565 comment.
|
|
1566 (progress-text-glyph): deleted.
|
|
1567 (progress-layout-glyph): make completely minimal.
|
|
1568 (progress-gauge-glyph): ditto.
|
|
1569 (progress-display-style): fix to handle dynamic instantiator
|
|
1570 changes.
|
|
1571 (progress-text-instantiator): new.
|
|
1572 (progress-layout-instantiator): new.
|
|
1573 (progress-gauge-instantiator): new.
|
|
1574 (set-progress-display-instantiator): renamed and changed from
|
|
1575 set-progress-display-style.
|
|
1576 (progress-abort-glyph): use instantiator not glyph.
|
|
1577 (append-progress-display): use set-progress-display-instantiator
|
|
1578 and set-glyph-image.
|
|
1579 (abort-progress-display): ditto.
|
|
1580 (raw-append-progress-display): ditto.
|
|
1581
|
|
1582 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
1583
|
|
1584 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
1585
|
|
1586 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
1587
|
|
1588 * autoload.el:
|
|
1589 Fixed comments.
|
|
1590
|
|
1591 * cmdloop.el:
|
|
1592 * cmdloop.el (yes-or-no-p):
|
|
1593 * cmdloop.el (y-or-n-p):
|
|
1594 Make these functions use should-use-dialog-box-p and not be
|
|
1595 overridden in dialog.el.
|
|
1596
|
|
1597 * cus-dep.el:
|
|
1598 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
1599 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
1600 * cus-dep.el (Custom-make-one-dependency): New.
|
|
1601 New entry point for use in Makefiles, to avoid excessive
|
|
1602 invocations.
|
|
1603
|
|
1604 * cus-edit.el (custom-variable-reset-saved):
|
|
1605 * cus-edit.el (custom-variable-reset-standard):
|
|
1606 * cus-edit.el (custom-save-resets):
|
|
1607 Fix bytecompiler warnings.
|
|
1608
|
|
1609 * dialog.el:
|
|
1610 * dialog.el (yes-or-no-p-dialog-box):
|
|
1611 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
1612 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
1613 * dialog.el (get-dialog-box-response):
|
|
1614 * dialog.el (message-or-box):
|
|
1615 * dialog.el (make-dialog-box):
|
|
1616 * dialog.el (popup-dialog-box): New.
|
|
1617 Avoid yes-or-no-p bogosities.
|
|
1618 Create a general function `make-dialog-box' to encapsulate all
|
|
1619 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
1620
|
|
1621 * dumped-lisp.el (preloaded-file-list):
|
|
1622 Add dialog-items. Clean up. Group files by types.
|
|
1623
|
|
1624 * easymenu.el (easy-menu-add):
|
|
1625 * easymenu.el (easy-menu-remove):
|
|
1626 Account for accelerators.
|
|
1627
|
|
1628 * extents.el:
|
|
1629 * extents.el (extent-list): New args, like in map-extents.
|
|
1630 * extents.el (extent-at-event): New.
|
|
1631 * extents.el (extents-at-event): New.
|
|
1632
|
|
1633 * font-lock.el:
|
|
1634 * font-lock.el (font-lock-mode):
|
|
1635 * font-lock.el (font-lock-default-fontify-buffer):
|
|
1636 * font-lock.el (font-lock-default-unfontify-region):
|
|
1637 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
1638 * font-lock.el (font-lock-fontify-keywords-region):
|
|
1639 Use new progress-feedback names.
|
|
1640
|
|
1641 * font-lock.el (java-font-lock-identifier-regexp):
|
|
1642 * font-lock.el (java-font-lock-class-name-regexp):
|
|
1643 Fix bytecompiler warnings.
|
|
1644
|
|
1645 * gutter-items.el:
|
|
1646 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
1647 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
1648 * gutter-items.el (progress-display-popup-period): Removed.
|
|
1649 * gutter-items.el (progress-feedback-popup-period): New.
|
|
1650 * gutter-items.el (set-progress-display-style): Removed.
|
|
1651 * gutter-items.el (set-progress-feedback-style): New.
|
|
1652 * gutter-items.el (progress-display-style): Removed.
|
|
1653 * gutter-items.el (progress-feedback-style): New.
|
|
1654 * gutter-items.el (progress-stack):
|
|
1655 * gutter-items.el (progress-displayed-p): Removed.
|
|
1656 * gutter-items.el (progress-feedbacked-p): New.
|
|
1657 * gutter-items.el (clear-progress-display): Removed.
|
|
1658 * gutter-items.el (clear-progress-feedback): New.
|
|
1659 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
1660 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
1661 * gutter-items.el (remove-progress-display): Removed.
|
|
1662 * gutter-items.el (remove-progress-feedback): New.
|
|
1663 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
1664 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
1665 * gutter-items.el (append-progress-display): Removed.
|
|
1666 * gutter-items.el (append-progress-feedback): New.
|
|
1667 * gutter-items.el (abort-progress-display): Removed.
|
|
1668 * gutter-items.el (abort-progress-feedback): New.
|
|
1669 * gutter-items.el (raw-append-progress-display): Removed.
|
|
1670 * gutter-items.el (raw-append-progress-feedback): New.
|
|
1671 * gutter-items.el (display-progress-display): Removed.
|
|
1672 * gutter-items.el (display-progress-feedback): New.
|
|
1673 * gutter-items.el (current-progress-display): Removed.
|
|
1674 * gutter-items.el (current-progress-feedback): New.
|
|
1675 * gutter-items.el (current-progress-display-label): Removed.
|
|
1676 * gutter-items.el (current-progress-feedback-label): New.
|
|
1677 * gutter-items.el (progress-display): Removed.
|
|
1678 * gutter-items.el (progress-feedback): New.
|
|
1679 Replace "progress-display" with "progress-feedback" globally.
|
|
1680
|
|
1681 * gutter-items.el (lprogress-display): Removed.
|
|
1682 * gutter-items.el (progress-feedback-with-label): New.
|
|
1683 Rename lprogress-display ==> progress-feedback-with-label.
|
|
1684
|
|
1685 * gutter-items.el (search-dialog-direction): Removed.
|
|
1686 * gutter-items.el (search-dialog-text): Removed.
|
|
1687 * gutter-items.el (search-dialog-callback): Removed.
|
|
1688 * gutter-items.el (make-search-dialog): Removed.
|
|
1689 Move to dialog-items.el.
|
|
1690
|
|
1691 * help.el:
|
|
1692 * help.el (help-mode-quit):
|
|
1693 * help.el (mode-for-help): New.
|
|
1694 * help.el (help-sticky-window): New.
|
|
1695 * help.el (help-window-config): New.
|
|
1696 * help.el (with-displaying-help-buffer):
|
|
1697 * help.el (function-at-event): New.
|
|
1698 * help.el (help-symbol-regexp): New.
|
|
1699 * help.el (help-symbol-run-function-1): New.
|
|
1700 * help.el (help-symbol-run-function): New.
|
|
1701 * help.el (help-symbol-function-context-menu): New.
|
|
1702 * help.el (help-symbol-variable-context-menu): New.
|
|
1703 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
1704 * help.el (frob-help-extents): New.
|
|
1705 * help.el (describe-function-1):
|
|
1706 * help.el (variable-at-point):
|
|
1707 * help.el (variable-at-event): New.
|
|
1708 * help.el (describe-variable):
|
444
|
1709 Major overhaul.
|
|
1710 - Make functions and variables be mousable.
|
|
1711 - Middle button hyperlinks.
|
442
|
1712 - New context-menu entries.
|
|
1713
|
|
1714 * keydefs.el:
|
444
|
1715 * keydefs.el (global-map):
|
442
|
1716 New key bindings to move lines up and down.
|
|
1717
|
|
1718 * lisp-mode.el:
|
|
1719 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
1720 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
1721 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
1722 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
1723 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
1724 Make popup and menubar menus be different. Popup menu uses
|
|
1725 clicked location and automatically assumes symbol under the mouse
|
|
1726 for various commands.
|
|
1727
|
|
1728 * menubar-items.el:
|
|
1729 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
1730 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
1731
|
|
1732 * menubar-items.el (global-popup-menu): Removed.
|
|
1733 * menubar-items.el (mode-popup-menu): Removed.
|
|
1734 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
1735 * menubar-items.el (popup-mode-menu): Removed.
|
|
1736 * menubar-items.el (popup-buffer-menu): Removed.
|
|
1737 * menubar-items.el (popup-menubar-menu): Removed.
|
|
1738 Move to menubar.el.
|
444
|
1739
|
442
|
1740 * menubar.el:
|
|
1741 * menubar.el (global-popup-menu): New.
|
|
1742 * menubar.el (mode-popup-menu): New.
|
|
1743 * menubar.el (activate-popup-menu-hook): New.
|
|
1744 * menubar.el (last-popup-menu-event): New.
|
|
1745 * menubar.el (popup-mode-menu): New.
|
|
1746 * menubar.el (popup-buffer-menu): New.
|
|
1747 * menubar.el (popup-menubar-menu): New.
|
|
1748 * menubar.el (menu-call-at-event): New.
|
|
1749 Move non-content functions here. Add support for context menu
|
|
1750 items on extents.
|
|
1751
|
444
|
1752 * minibuf.el (minibuffer-history-uniquify):
|
442
|
1753 Typo fix.
|
|
1754
|
444
|
1755 * minibuf.el (read-file-name-1):
|
442
|
1756 Call new file dialog box if it exists.
|
|
1757
|
|
1758 * minibuf.el (mouse-rfn-setup-vars):
|
|
1759 Clean up "chop" action.
|
|
1760
|
|
1761 * mouse.el:
|
|
1762 * mouse.el (button2): Now bound to mouse-track.
|
|
1763 * mouse.el (click-inside-extent-p):
|
|
1764 * mouse.el (point-inside-extent-p):
|
|
1765 * mouse.el (point-inside-selection-p):
|
|
1766 * mouse.el (mouse-drag-or-yank): Removed.
|
|
1767 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
1768 * mouse.el (mouse-eval-sexp):
|
|
1769 * mouse.el (mouse-track-activate-strokes): New.
|
|
1770 * mouse.el (mouse-track-do-activate): New.
|
|
1771 * mouse.el (mouse-track):
|
|
1772 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
1773 * mouse.el (default-mouse-track-cleanup-hook):
|
|
1774 * mouse.el (default-mouse-track-drag-hook):
|
|
1775 * mouse.el (default-mouse-track-drag-up-hook):
|
|
1776 * mouse.el (default-mouse-track-click-hook):
|
|
1777 Merge drag-n-drop into mouse-track.
|
|
1778 Add general "activate" support to replace specific button2 kludges.
|
|
1779 Use "button modifier" support in mouse-track.
|
|
1780
|
|
1781 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
1782
|
|
1783 * package-ui.el:
|
|
1784 * package-ui.el (pui-menu):
|
|
1785 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
1786 Fix bytecompiler warnings.
|
|
1787 Clean up popup code a bit.
|
|
1788
|
|
1789 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
1790
|
|
1791 * simple.el:
|
|
1792 * simple.el (transpose-lines):
|
|
1793 * simple.el (transpose-line-up): New.
|
|
1794 * simple.el (transpose-line-down): New.
|
|
1795 * simple.el (transpose-subr):
|
|
1796 * simple.el (transpose-subr-1): Removed.
|
|
1797 Clean up, add functions to move lines up and down.
|
|
1798
|
|
1799 * startup.el (mail-host-address):
|
|
1800 * startup.el (user-mail-address):
|
|
1801 Customize.
|
|
1802
|
|
1803 * subr.el:
|
|
1804 * subr.el (set-symbol-value-in-buffer): New.
|
|
1805 * subr.el (error):
|
|
1806 * subr.el (check-argument-type):
|
|
1807 * subr.el (defined-error-p): New.
|
|
1808 Add structured error support.
|
|
1809
|
|
1810 * toolbar-items.el (toolbar-compile):
|
|
1811 Use new make-dialog-box.
|
|
1812
|
|
1813 * update-elc.el:
|
|
1814
|
|
1815 * userlock.el (ask-user-about-lock-dbox):
|
|
1816 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
1817 * userlock.el (ask-user-about-lock):
|
|
1818 * userlock.el (ask-user-about-supersession-threat):
|
|
1819 Use new make-dialog-box.
|
|
1820 Add safety checks; use should use-dialog-box-p.
|
|
1821
|
|
1822 * window-xemacs.el:
|
|
1823 * window-xemacs.el (__buffer-dedicated-frame):
|
|
1824 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
1825 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
1826 Move dedicated-frame stuff into lisp.
|
|
1827
|
|
1828 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1829
|
|
1830 * printer.el (generic-print-region): Do not require that
|
|
1831 `printer-name' be set.
|
|
1832 (printer-name): Commentary clarification.
|
|
1833
|
|
1834 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
1835
|
|
1836 * XEmacs 21.2.35 is released.
|
|
1837
|
|
1838 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1839
|
|
1840 * select.el (selection-coercible-types): Initialise.
|
|
1841
|
|
1842 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1843
|
|
1844 * select.el (own-clipboard): Bug fix.
|
|
1845
|
|
1846 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
1847
|
|
1848 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
1849 continuing.
|
|
1850
|
|
1851 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
1852
|
|
1853 * startup.el (load-init-file): Remove silly call to
|
|
1854 `load-user-custom-file`.
|
|
1855 (maybe-migrate-user-init-file): Minor fixes.
|
|
1856
|
|
1857 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
1858
|
444
|
1859 * apropos.el (apropos-documentation-check-doc-file):
|
442
|
1860 `doc' variable should be let-bound, as was presumably intended.
|
|
1861
|
444
|
1862 * cus-edit.el (custom-variable-reset-saved):
|
|
1863 (custom-variable-reset-standard):
|
442
|
1864 Remove unused variable comment-widget. Twice.
|
|
1865
|
444
|
1866 * toolbar.el (toolbar-blank-press-function):
|
442
|
1867 Add a real defvar with initial value nil and proper docstring.
|
|
1868 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
1869
|
|
1870 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
1871 Add defvar for pending-delete-mode.
|
|
1872
|
|
1873 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
1874
|
444
|
1875 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
442
|
1876 Use let* since the second form referred to the first.
|
|
1877
|
|
1878 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1879
|
|
1880 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
1881 instead of removed `mswindows-get-clipboard'.
|
|
1882
|
|
1883
|
|
1884 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1885
|
|
1886 * select.el (select-convert-from-text): New.
|
|
1887 * select.el (select-convert-from-length): New.
|
|
1888 * select.el (select-convert-from-integer): New.
|
|
1889 * select.el (select-convert-from-identity): New.
|
|
1890 * select.el (select-convert-from-filename): New.
|
|
1891 * select.el (selection-converter-in-alist): Use them.
|
|
1892 New converter functions for X.
|
|
1893
|
|
1894 * select.el (get-selection): Removed comment.
|
|
1895
|
|
1896 * select.el (own-selection): Removed append code - I thought
|
|
1897 I'd already done this, but apparently not...
|
|
1898
|
|
1899 * select.el: Changed comment about TIMESTAMP.
|
|
1900
|
|
1901 * select.el (select-convert-in): New.
|
|
1902 * select.el (select-convert-out): New.
|
|
1903 New functions that get used by select.c.
|
|
1904
|
|
1905 * select.el (select-buffer-killed-default): New.
|
|
1906 * select.el (select-buffer-killed-text): New.
|
|
1907 * select.el (selection-buffer-killed-alist): New.
|
|
1908 New list and functions that get called if a relevant selection
|
|
1909 exists and a buffer gets killed.
|
|
1910
|
|
1911 * select.el (select-convert-to-targets):
|
|
1912 * select.el (select-convert-to-identity): Removed.
|
|
1913 * select.el (select-convert-from-identity): Removed.
|
|
1914 * select.el (select-converter-out-alist):
|
|
1915 Removed _EMACS_INTERNAL selection type.
|
|
1916
|
|
1917 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
1918 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
1919 Removed this X-specific nonesense. Use the generic support
|
|
1920 in select.el instead.
|
|
1921
|
|
1922 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
1923
|
444
|
1924 * mule/mule-category.el (defined-category-hashtable):
|
442
|
1925 Use make-hash-table instead of make-hashtable
|
|
1926
|
|
1927 * buff-menu.el: Byte-compiler warning fix.
|
|
1928
|
444
|
1929 * isearch-mode.el (isearch-highlight-all-cleanup):
|
442
|
1930 Remove unused variable `isearch-highlight-all-start'.
|
|
1931
|
|
1932 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
1933
|
|
1934 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
1935
|
444
|
1936 * cus-dep.el (Custom-make-dependencies):
|
442
|
1937 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
1938
|
|
1939 * autoload.el (autoload-package-name): Warning suppression.
|
|
1940 Move defvar prior to first use.
|
|
1941
|
|
1942 * custom.el: Add autoload for custom-declare-face.
|
|
1943 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
444
|
1944 * cl.el (cl-hack-byte-compiler):
|
442
|
1945 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
1946 to work properly.
|
|
1947
|
|
1948 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
1949
|
|
1950 * startup.el (load-home-init-file): Added variable.
|
|
1951 (maybe-migrate-user-init-file): Added.
|
|
1952 (load-user-init-file): Load custom file if different from init
|
|
1953 file.
|
|
1954
|
|
1955 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
1956 "startup."
|
|
1957
|
|
1958 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
1959 Moved `custom-file'-related code to cus-file.el.
|
|
1960
|
|
1961 * cus-file.el: New file.
|
|
1962
|
|
1963 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
1964
|
|
1965 * packages.el (packages-find-package-directories): Added support
|
|
1966 for external package hierarchies with in-place installations.
|
|
1967
|
|
1968 * find-paths.el (paths-root-in-place-p): Added.
|
|
1969 (paths-find-emacs-directory): Added support for external
|
|
1970 directories with in-place installations.
|
|
1971 (paths-find-site-directory): Ditto.
|
|
1972
|
|
1973 * startup.el (find-user-init-file): Also look for
|
|
1974 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
1975
|
|
1976 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1977
|
|
1978 * select.el (own-selection):
|
|
1979 * select.el (own-clipboard): Changed `append' parameter to
|
|
1980 `how-to-use' parameter.
|
|
1981 * select.el (own-selection): Removed icky append code.
|
|
1982 * select.el (own-selection, get-selection): Removed extra type
|
|
1983 checking.
|
|
1984 * select.el (selection-appender-alist):
|
|
1985 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
1986 * select.el (select-append-to-*): New.
|
|
1987 * select.el (select-convert-from-*): New. New functions to append
|
|
1988 data and convert data from external type.
|
|
1989
|
|
1990 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
1991
|
|
1992 * font-lock.el: Javadoc enhancements.
|
|
1993
|
|
1994 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1995
|
|
1996 * printer.el (generic-print-region): Compose job name from buffer
|
|
1997 name.
|
|
1998
|
|
1999 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2000
|
|
2001 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
2002 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
2003 to avoid unnecessary progress gauges.
|
|
2004
|
|
2005 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
2006
|
|
2007 * custom-load.el (faces):
|
|
2008
|
|
2009 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
2010 dir is a regex.
|
|
2011
|
|
2012 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
2013 coding systems so that jka-compr works.
|
|
2014
|
|
2015 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
2016
|
|
2017 * font-lock.el: Undo previous change. Unfortunately, some
|
|
2018 files actually use the variables directly in their init code
|
|
2019 without quoting them.
|
|
2020
|
|
2021 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
2022
|
|
2023 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
2024
|
|
2025 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
2026 only when necessary.
|
|
2027
|
|
2028 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
444
|
2029
|
442
|
2030 * cl-macs.el: fix cl-transform-function-property kludge
|
|
2031 so that it does not require a random feature.
|
|
2032
|
|
2033 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2034
|
|
2035 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
2036 as in Linux kernel "Rules.make".
|
|
2037
|
|
2038 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2039
|
|
2040 * build-report.el (build-report): Add autoload cookie.
|
|
2041
|
|
2042 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
2043
|
|
2044 * package-ui.el (defgroup pui): Correct a misspelling
|
|
2045 (pui-toggle-package-delete): Change `seleted' to `selected'
|
444
|
2046
|
442
|
2047 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2048
|
444
|
2049 * package-get.el (package-get-update-base):
|
442
|
2050 (package-get): Use insert-file-contents-literally always.
|
|
2051 (package-get-maybe-save-index):
|
|
2052 Force coding system for writing to binary.
|
|
2053
|
|
2054 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
2055
|
|
2056 * code-process.el (call-process-region): If there is no coding
|
|
2057 system for the process on process-coding-system-alist use the
|
|
2058 coding system of the buffer containing the region.
|
|
2059
|
|
2060 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
2061
|
|
2062 * cmdloop.el (command-error):
|
|
2063 If debug-on-error and noninteractive, output backtrace.
|
|
2064
|
|
2065 * files.el (file-relative-name):
|
|
2066 Remove MSDOS references.
|
|
2067
|
|
2068 * simple.el (line-number): New function, due to non-obvious
|
|
2069 behavior/usage of count-lines.
|
|
2070
|
|
2071 * simple.el (count-lines): document non-obvious usage to get
|
|
2072 line number.
|
|
2073
|
|
2074 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
2075
|
|
2076 * faces.el ((featurep 'xpm)):
|
|
2077 * x-faces.el (x-init-face-from-resources):
|
|
2078 * x-faces.el (x-init-frame-faces):
|
|
2079 * x-misc.el (x-init-specifier-from-resources):
|
|
2080 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
2081 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
2082 * x-mouse.el (x-init-pointer-shape):
|
|
2083 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
2084 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
2085 rather than errors on bogus arguments.
|
|
2086
|
|
2087 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
2088
|
|
2089 * compat.el: new file. provides a clean, non-intrusive way to
|
|
2090 define compatibility functions.
|
|
2091
|
|
2092 * process.el (shell-quote-argument): temporary fix for lack
|
|
2093 of nt-quote-process-args. #### I need to put back the overall
|
|
2094 structure of that mechanism but redo the guts of it using the
|
|
2095 extra intelligence in the C code.
|
|
2096
|
|
2097 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2098
|
|
2099 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
2100 `package-get' does in package-get.el, instead of using external
|
|
2101 "md5sum" program.
|
|
2102
|
|
2103 * package-get.el (package-get): Insert package file literally to
|
|
2104 make checksum calculation work.
|
|
2105
|
|
2106 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2107
|
|
2108 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
2109 (file-coding-system-alist): Removed reference to
|
|
2110 convert-mbox-coding-system.
|
|
2111
|
|
2112 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
2113
|
|
2114 * XEmacs 21.2.34 is released.
|
|
2115
|
|
2116 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2117
|
|
2118 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
2119
|
|
2120 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2121
|
|
2122 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
2123 and fboundp
|
|
2124
|
|
2125 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2126
|
|
2127 * packages.el: It's ok to use built-in macros, but not lisp
|
|
2128 defined ones.
|
|
2129
|
|
2130 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
2131
|
|
2132 * font-lock.el:
|
|
2133 * font-lock.el (font-lock-message-threshold):
|
|
2134 * font-lock.el (font-lock-mode):
|
|
2135 * font-lock.el (font-lock-default-fontify-buffer):
|
|
2136 * font-lock.el (font-lock-always-fontify-immediately):
|
|
2137 * font-lock.el (font-lock-old-extent): Removed.
|
|
2138 * font-lock.el (font-lock-old-len): Removed.
|
|
2139 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
2140 * font-lock.el (font-lock-pending-extent-table): New.
|
|
2141 * font-lock.el (font-lock-range-table): New.
|
|
2142 * font-lock.el (font-lock-after-change-function):
|
|
2143 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
2144 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
2145 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
2146 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
2147 Rewrite deferral code to handle any number of changes, merging
|
|
2148 them properly. Remove hacked-up code for revert-buffer, now
|
|
2149 unnecessary.
|
444
|
2150
|
442
|
2151 * menubar-items.el (default-menubar):
|
|
2152 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
2153 unless necessary; doing this turns off font-lock.
|
|
2154
|
|
2155 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2156
|
|
2157 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
2158
|
|
2159 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2160
|
|
2161 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
2162 matching to process -*-texinfo-*- -*-.
|
|
2163
|
|
2164 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
2165
|
|
2166 * minibuf.el (minibuf-directory-files): new function.
|
|
2167 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
2168 (read-directory-name-internal): ditto.
|
|
2169 (mouse-file-display-completion-list): ditto.
|
|
2170 (mouse-directory-display-completion-list): ditto.
|
|
2171 (read-file-name-internal): remove "./" from completion list unless
|
|
2172 explicitly matched, for consistency.
|
|
2173
|
|
2174 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
2175
|
|
2176 * gutter-items.el (gutter-buffers-tab):
|
|
2177 * gutter-items.el (add-tab-to-gutter):
|
|
2178 * gutter-items.el (update-tab-in-gutter):
|
|
2179 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
2180 * gutter-items.el (append-progress-display):
|
|
2181 * gutter-items.el (abort-progress-display):
|
|
2182 * gutter-items.el (raw-append-progress-display):
|
|
2183 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
2184 to fix problems with multiple windows in a frame.
|
444
|
2185
|
442
|
2186 * menubar-items.el (tutorials-menu-filter):
|
|
2187 Fix typo.
|
444
|
2188
|
442
|
2189 * startup.el (early-error-handler):
|
|
2190 Display message box under windows; otherwise, message will disappear
|
|
2191 before it can be viewed.
|
444
|
2192
|
442
|
2193 * update-elc.el:
|
|
2194 Fix bug in NEEDTODUMP processing.
|
|
2195
|
|
2196 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2197
|
|
2198 * startup.el (lock-directory): Removed.
|
|
2199 (superlock-file): Ditto.
|
|
2200 (startup-set-paths): Remove lockdir.
|
|
2201 (startup-setup-paths-warning): Remove lock-directory.
|
|
2202
|
|
2203 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
2204 (paths-find-superlock-file): Ditto.
|
|
2205
|
|
2206 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2207
|
|
2208 * faces.el (set-face-property):
|
|
2209 * faces.el (set-face-font):
|
|
2210 * faces.el (set-face-foreground):
|
|
2211 * faces.el (set-face-background):
|
|
2212 * faces.el (set-face-background-pixmap):
|
|
2213 * faces.el (set-face-underline-p):
|
|
2214 * faces.el (set-face-strikethru-p):
|
|
2215 * faces.el (set-face-highlight-p):
|
|
2216 * faces.el (set-face-dim-p):
|
|
2217 * faces.el (set-face-blinking-p):
|
|
2218 * faces.el (set-face-reverse-p):
|
|
2219 doc string changes.
|
444
|
2220
|
442
|
2221 * glyphs.el:
|
|
2222 * glyphs.el (make-image-specifier):
|
|
2223 * glyphs.el (glyph-property):
|
|
2224 * glyphs.el (set-glyph-image):
|
|
2225 * glyphs.el (make-glyph):
|
|
2226 * glyphs.el (make-pointer-glyph):
|
|
2227 * glyphs.el (make-icon-glyph):
|
|
2228 * glyphs.el (widget-image-instance-p): New.
|
|
2229 authorship info, lots of doc changes. New predicate, inadvertently
|
|
2230 omitted. the general principle with specifier docs is now that
|
|
2231 the description of instantiators should go with the make-foo-specifier
|
|
2232 fun's doc string, rather than in foo-specifier-p. this follows
|
|
2233 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
2234 of a place to look. sometimes the make-foo-specifier function needs
|
|
2235 to be created in the process.
|
444
|
2236
|
442
|
2237 * gutter.el:
|
|
2238 * gutter.el (make-gutter-specifier): New.
|
|
2239 * gutter.el (make-gutter-size-specifier): New.
|
|
2240 * gutter.el (make-gutter-visible-specifier): New.
|
|
2241 specifier doc updates according to the conventions specified before.
|
|
2242
|
|
2243 * objects.el:
|
|
2244 * objects.el (make-font-specifier):
|
|
2245 * objects.el (make-color-specifier):
|
|
2246 * objects.el (make-face-boolean-specifier): New.
|
|
2247 specifier doc updates according to the conventions specified before.
|
|
2248
|
|
2249 * specifier.el:
|
|
2250 * specifier.el (set-specifier):
|
|
2251 * specifier.el (make-integer-specifier): New.
|
|
2252 * specifier.el (make-boolean-specifier): New.
|
|
2253 * specifier.el (make-natnum-specifier): New.
|
|
2254 * specifier.el (make-generic-specifier): New.
|
|
2255 * specifier.el (make-display-table-specifier): New.
|
|
2256 specifier doc updates according to the conventions specified before.
|
|
2257
|
|
2258 * toolbar.el:
|
|
2259 * toolbar.el (make-toolbar-specifier): New.
|
|
2260 specifier doc updates according to the conventions specified before.
|
|
2261
|
|
2262 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2263
|
|
2264 * process.el (call-process-internal): Revert to previous version
|
|
2265 because Mike's change clashed with a change I did not long before.
|
|
2266 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
2267 Thanks very much Mike for pointing out the bug and submitting a
|
|
2268 patch!
|
|
2269
|
|
2270 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
2271
|
|
2272 * process.el (call-process-internal): Send the correct input buffer
|
|
2273 (call-process-internal): Return the exit status of the process
|
|
2274
|
|
2275 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2276
|
|
2277 * winnt.el:
|
|
2278 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
2279 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
2280 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
2281 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
2282 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
2283 * winnt.el (nt-quote-process-args): Removed.
|
|
2284 Remove all stuff for argument quoting. We borrow the code instead
|
|
2285 from Emacs 20.6, which is much more careful in its quoting
|
|
2286 (e.g. in handling runs of the escape character) and avoids most of
|
|
2287 the need for this Lisp mechanism by checking to see whether we're
|
|
2288 running a Cygwin or normal program and doing the appropriate
|
|
2289 quoting. If we end up needing such a mechanism, we should add
|
|
2290 it by extending the variable `mswindows-quote-process-args' so it
|
|
2291 can take an alist of regexps.
|
|
2292
|
|
2293 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2294
|
|
2295 * keydefs.el:
|
|
2296 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
2297 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
2298 the window without moving point.
|
444
|
2299
|
442
|
2300 * simple.el:
|
|
2301 * simple.el (scroll-up-one): New.
|
|
2302 * simple.el (scroll-down-one): New.
|
|
2303 Functions for use with C-M-up/down.
|
|
2304
|
|
2305 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
2306
|
|
2307 * XEmacs 21.2.33 is released.
|
|
2308
|
|
2309 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
2310
|
444
|
2311 * dialog.el (yes-or-no-p-dialog-box):
|
442
|
2312 Fix docstring.
|
444
|
2313 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
442
|
2314 1. Visit two files in two different frames.
|
|
2315 2. do File->Revert Buffer in one of those frames.
|
|
2316 3. Dialog box appears.
|
|
2317 4. Arrange things so that the mouse passes over the *other*
|
|
2318 frame, then to the dialog box, and click on "Yes".
|
|
2319 5. The file contents end up in the *wrong* buffer!
|
|
2320 Add TODO comment.
|
444
|
2321
|
442
|
2322 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2323
|
|
2324 * help.el (describe-installation): correct typo introduced
|
|
2325 in last patch: boundp -> fboundp.
|
|
2326
|
|
2327 * etags.el (buffer-tag-table-list):
|
|
2328 canonicalize filenames to Unix format so that tag-table-alist
|
|
2329 searching works under Windows.
|
444
|
2330
|
442
|
2331 * autoload.el:
|
|
2332 Bowdlerize the supposedly objectionable words
|
|
2333 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
444
|
2334
|
442
|
2335 * gutter-items.el (set-progress-display-style):
|
|
2336 * gutter-items.el (search-dialog-callback):
|
|
2337 * gutter-items.el (make-search-dialog):
|
|
2338 Change to new callback-ex api.
|
|
2339
|
|
2340 2000-04-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
2341
|
|
2342 * help.el: (describe-installation): decode-coding-string is not
|
|
2343 defined in a non MULE environment.
|
|
2344
|
|
2345 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2346
|
|
2347 * gutter-items.el (buffer-list-changed-hook):
|
|
2348 use it, not record-buffer-hook.
|
|
2349
|
|
2350 * subr.el (record-buffer-hook): Removed.
|
|
2351
|
|
2352 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
2353
|
|
2354 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
2355 use NORECORD option. Andy will not like this, but the existing
|
|
2356 gutter behavior is just wrong, as per this comment:
|
|
2357
|
|
2358 ;; this used to add the norecord flag to both calls below.
|
|
2359 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
2360 ;; that the current buffer is at the front of the buffers list.
|
|
2361 ;; for example, select an item and then do M-C-l
|
|
2362 ;; (switch-to-other-buffer). Things get way confused.
|
|
2363 ;;
|
|
2364 ;; Andy, if you want to maintain the current look, you must
|
|
2365 ;; *uncouple* the gutter order and buffers order.
|
|
2366
|
|
2367 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
2368
|
|
2369 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
2370 xemacs.mak.
|
|
2371
|
|
2372 * autoload.el (batch-update-one-directory): new function, used in
|
|
2373 xemacs.mak.
|
|
2374
|
|
2375 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
2376 loadup during update-elc is much much much faster. also do this
|
|
2377 when quick-building.
|
|
2378
|
|
2379 add commented-out code for profiling loadup.
|
444
|
2380
|
442
|
2381
|
|
2382 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
2383 is required in order to build xemacs.
|
|
2384
|
|
2385 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
2386
|
|
2387 * loadup.el: don't garbage collect during loadup if quick-build
|
|
2388 compile-time option is set.
|
|
2389
|
|
2390 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
2391
|
|
2392 * update-elc.el: compute whether any dumped .el or .elc files
|
|
2393 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
2394 if so.
|
444
|
2395
|
442
|
2396 * update-elc.el (update-elc-files-to-compile): always change
|
|
2397 NOBYTECOMPILE in the src directory rather than current dir,
|
|
2398 so it will work under NT.
|
|
2399
|
|
2400 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
2401 the form of this file is identical between Unix and Windows.
|
|
2402 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
2403 Added comment.
|
|
2404 (update-autoloads-from-directory): updated doc string.
|
|
2405 updated doc strings in a few other places.
|
|
2406
|
|
2407 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2408
|
|
2409 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
2410 byte-recompile-directory.
|
|
2411
|
|
2412 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2413
|
|
2414 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
2415 add-one-shot-hook.
|
|
2416 * gutter-items.el (clear-progress-display): Adjust number of
|
|
2417 arguments.
|
|
2418
|
|
2419 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2420
|
|
2421 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
2422
|
|
2423 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
2424
|
|
2425 * printer.el: New file.
|
444
|
2426
|
442
|
2427 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
444
|
2428
|
442
|
2429 * help.el (describe-installation): Fix decoding for Windows.
|
444
|
2430
|
442
|
2431 * menubar-items.el:
|
|
2432 * menubar-items.el (default-menubar):
|
|
2433 * menubar-items.el (tutorials-menu-filter): New.
|
|
2434 * menubar-items.el (popup-menubar-menu):
|
|
2435 Add authorship. Redo Help menu and Tutorials filter.
|
444
|
2436
|
442
|
2437 * menubar.el: Correct comment.
|
444
|
2438
|
442
|
2439 * modeline.el (modeline-buffer-identification): Correct doc string.
|
444
|
2440
|
442
|
2441 * simple.el:
|
|
2442 * simple.el (printing): Removed.
|
|
2443 * simple.el (printer-name): Removed.
|
|
2444 * simple.el (generic-print-buffer): Removed.
|
|
2445 * simple.el (generic-print-region): Removed.
|
|
2446 Move generic print code to printer.el.
|
|
2447
|
|
2448 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
2449
|
|
2450 * simple.el (generic-print-region): New.
|
|
2451 make this function actually work.
|
|
2452 (generic-print-buffer): call generic-print-region.
|
|
2453
|
|
2454 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
2455
|
|
2456 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
2457 by using the new widget-callback-current-channel.
|
|
2458 (search-dialog-callback): ditto.
|
|
2459
|
|
2460 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
2461
|
|
2462 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
2463 (default-gutter-position-changed-hook): ditto.
|
|
2464 (gutter-element-visibility-changed-hook): ditto.
|
|
2465 (set-gutter-element): ditto.
|
|
2466 (remove-gutter-element): ditto.
|
444
|
2467 (set-gutter-element-visible-p): ditto.
|
442
|
2468 (gutter-element-visible-p): ditto.
|
|
2469 (init-gutter): ditto.
|
|
2470
|
|
2471 * dialog.el (make-dialog-box): renamed and moved from
|
|
2472 gutter-items.el
|
|
2473
|
|
2474 * gutter-items.el: move various functions elsewhere.
|
|
2475
|
|
2476 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2477
|
|
2478 * menubar-items.el: Fixed place of parenthesis.
|
|
2479
|
|
2480 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
2481
|
|
2482 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
2483 without constantly being prompted for the tag.
|
|
2484 * simple.el: Added a number of section headings, to clarify the
|
|
2485 organization of this file.
|
444
|
2486 * simple.el (activate-region):
|
|
2487 * simple.el (region-exists-p):
|
|
2488 * simple.el (region-active-p):
|
442
|
2489 Moved these three function down to the other side of
|
|
2490 the case-changing functions, so they join the rest of
|
|
2491 the region code.
|
|
2492 * simple.el (printing): New.
|
|
2493 * simple.el (printer-name): New.
|
|
2494 * simple.el (generic-print-buffer): New.
|
|
2495 New functions, a very simple prototype for a unified
|
|
2496 printing interface.
|
444
|
2497
|
442
|
2498 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
2499 other problems with BUFFER specs.
|
444
|
2500
|
442
|
2501 * menubar-items.el:
|
|
2502 Fixed up File->Print to use new printing functions.
|
|
2503 Various corrections and expansions to Grep/Compile menus.
|
|
2504 New options for Printing.
|
|
2505 New options for SMTP Mail, the way to send mail under
|
|
2506 MS Windows. (There's also a package patch to make SMTP
|
|
2507 Mail be the default under MSWin.)
|
|
2508
|
|
2509 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
2510
|
|
2511 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
2512 did not work. Needed to quote mouse-track-rectangle-p.
|
|
2513
|
|
2514 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2515
|
|
2516 * cl-compat.el (keywordp): Removed.
|
|
2517
|
|
2518 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
2519
|
|
2520 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
2521 (progress-gauge-glyph): use dynamic sizing.
|
|
2522 (set-progress-display-style): new function. Set progress glyphs
|
|
2523 appropriately depending on the style.
|
|
2524 (progress-display-style): new variable. Custom version of
|
|
2525 set-progress-display-style.
|
|
2526 (progress-abort-glyph): switch to dynamic sizes.
|
|
2527 (search-dialog-text): make the edit field active.
|
|
2528
|
|
2529 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
2530
|
|
2531 * gutter-items.el (make-search-dialog): need to make the search
|
|
2532 dialog visible after creation.
|
|
2533
|
|
2534 * menubar-items.el (default-menubar): use the search dialog for
|
|
2535 searching. Remove some extraneous search menu items.
|
|
2536
|
|
2537 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
2538 well as strings.
|
|
2539 (make-gutter-only-dialog-frame): allow the user to create the
|
|
2540 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
2541 (search-dialog-direction): new variable.
|
|
2542 (search-dialog-text): new variable.
|
|
2543 (search-dialog-callback): new function. Callback for the search
|
|
2544 dialog action.
|
|
2545 (make-search-dialog): new function. Create a user-friendly search
|
|
2546 dialog.
|
|
2547
|
|
2548 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2549
|
|
2550 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
2551 under Windows.
|
|
2552
|
|
2553 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
2554
|
|
2555 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
2556 progress more accurately.
|
|
2557
|
|
2558 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
2559
|
|
2560 * finder.el (finder-compile-keywords): Process readable files only.
|
|
2561 Because error in process of .#finder-inf.el when compile xemacs
|
|
2562 with --with-clash-detection option.
|
|
2563
|
|
2564 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
2565
|
|
2566 * gutter-items.el (append-progress-display): don't delay after a
|
|
2567 successful font-lock.
|
|
2568 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
2569 create gutter-only dialogs.
|
|
2570
|
|
2571 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
2572
|
|
2573 * process.el (call-process-internal): Handle a null BUFFER
|
|
2574 parameter correctly.
|
|
2575
|
|
2576 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
2577
|
|
2578 * gutter-items.el (abort-progress-display): put strings in the
|
|
2579 gutter not extents.
|
|
2580 (progress-layout-glyph): signal special 'quit callback.
|
|
2581 (progress-display-quit-function): deleted.
|
|
2582 (progress-display-stop-callback): deleted.
|
|
2583 (progress-display-dispatch-command-events): deleted.
|
|
2584 (append-progress-display): remove calls to
|
|
2585 progress-display-dispatch-command-events.
|
|
2586 (raw-append-progress-display): ditto.
|
|
2587
|
|
2588 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2589
|
|
2590 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
2591 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
2592 an error predicate. Correctly handle PIXMAP being either relative
|
|
2593 or absolute file name.
|
|
2594
|
|
2595 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
2596
|
|
2597 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
2598 (abort-progress-display): ditto. Don't delete the created extent.
|
|
2599 (raw-append-progress-display): ditto.
|
|
2600 (progress-display-dispatch-non-command-events): new
|
|
2601 function. Encapsulates what we want to do when no command input is
|
|
2602 required.
|
|
2603 (progress-display-dispatch-command-events): likewise, but disable
|
|
2604 for now since it causes too many problems.
|
|
2605 (append-progress-display): use them.
|
|
2606 (raw-append-progress-display): ditto.
|
|
2607 (default-gutter-position-changed-hook): set this rather than
|
|
2608 default-gutter-position-changed.
|
|
2609 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
2610 rather than one.
|
|
2611 (raw-append-progress-display): trap errors in pending input since
|
|
2612 allowing them to signal will hose the gauge well and
|
|
2613 truly. Ideally we would like to delay these until we are more able
|
|
2614 to cope.
|
|
2615 (append-progress-display): ditto.
|
|
2616
|
|
2617 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
444
|
2618
|
442
|
2619 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
2620 in process.el.
|
|
2621
|
|
2622 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2623
|
444
|
2624 * mule\mule-cmds.el (set-language-info-alist):
|
442
|
2625 Fix to correspond to new menu arrangement.
|
|
2626
|
|
2627 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2628
|
|
2629 * process.el:
|
|
2630 * process.el (call-process-internal): New.
|
|
2631 New implementation of call-process. Only enabled under NT, so far.
|
|
2632 stderr handling not implemented yet in CVS'd C code.
|
|
2633
|
|
2634 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
2635
|
|
2636 * lisp-mode.el:
|
|
2637 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
2638 * lisp-mode.el (lisp-interaction-mode):
|
|
2639 Put back Lisp Interaction menubar for Jan V's sake.
|
444
|
2640
|
442
|
2641 * simple.el:
|
|
2642 * simple.el (mark-ring):
|
|
2643 * simple.el (dont-record-current-mark): New.
|
|
2644 * simple.el (in-shifted-motion-command): New.
|
|
2645 * simple.el (mark-ring-unrecorded-commands): New.
|
|
2646 * simple.el (mark-ring-max):
|
|
2647 * simple.el (set-mark-command):
|
|
2648 * simple.el (push-mark):
|
|
2649 * simple.el (handle-pre-motion-command):
|
|
2650 Implement scheme for not recording unimportant marks.
|
444
|
2651
|
442
|
2652 * subr.el:
|
|
2653 * subr.el (function-allows-args): New.
|
|
2654 New function function-allows-args.
|
|
2655
|
|
2656 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
2657
|
|
2658 * XEmacs 21.2.32 is released.
|
|
2659
|
|
2660 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
2661
|
|
2662 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
2663 selected-window if required to do so.
|
|
2664 (buffers-tab-items): ditto.
|
|
2665 (add-tab-to-gutter): ditto.
|
|
2666 (create-frame-hook): use force-selection.
|
|
2667 (default-gutter-position-changed): lambdify.
|
|
2668 (update-tab-hook): deleted since it was only used in one place.
|
|
2669
|
|
2670 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
2671
|
|
2672 * files.el (find-file-noselect): undo change that shouldn't have
|
|
2673 gone in.
|
|
2674
|
|
2675 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
2676
|
|
2677 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
2678 of selected-window trickery.
|
|
2679
|
|
2680 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
2681 frames tabs.
|
|
2682 (progress-display-stop-callback): progress -> progress-display
|
|
2683 (progress-display-quit-function): ditto.
|
|
2684 (clear-progress-display): ditto.
|
|
2685 (remove-progress-display): ditto.
|
|
2686 (append-progress-display): ditto.
|
|
2687 (abort-progress-display): ditto.
|
|
2688 (raw-append-progress-display): ditto.
|
|
2689 (display-progress-display): ditto.
|
|
2690 (current-progress-display-label): ditto.
|
|
2691 (current-progress-display): ditto.
|
|
2692 (lprogress-display): ditto and save the buffer
|
|
2693 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
2694 changed which confuses font-lock.
|
|
2695
|
|
2696 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
2697 errors, not just quit.
|
|
2698 (font-lock-mode): progress -> display-progress
|
|
2699 (font-lock-default-fontify-buffer): ditto.
|
|
2700 (font-lock-fontify-syntactically-region): ditto.
|
|
2701 (font-lock-fontify-keywords-region): ditto.
|
|
2702
|
|
2703 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2704
|
|
2705 * cl.el (gensym): Move to here from cl-macs.el.
|
|
2706 (gentemp): Ditto.
|
|
2707
|
|
2708 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
2709
|
|
2710 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
2711 progress management.
|
|
2712 (font-lock-default-fontify-buffer): ditto.
|
|
2713 (font-lock-fontify-syntactically-region): ditto.
|
|
2714 (font-lock-fontify-keywords-region): ditto.
|
|
2715 (font-lock-revert-cleanup): fix reverting.
|
|
2716 (font-lock-revert-setup): ditto.
|
|
2717
|
|
2718 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
2719 echo area for progress gauges if non-nil.
|
|
2720 (clear-progress): remove echo area stuff and defer to
|
|
2721 clear-message.
|
|
2722 (append-progress): dispatch non-command events after each progress
|
|
2723 increment. Remove echo area stuff.
|
|
2724 (abort-progress): remove echo area stuff and defer to
|
|
2725 display-message.
|
|
2726 (raw-append-progress): ditto. Dispatch non-command events after
|
|
2727 gutter redisplay.
|
|
2728 (display-progress): defer echo area stuff to display-message.
|
|
2729
|
|
2730 * gutter-items.el (clear-progress):
|
|
2731 (abort-progress): indentation changes.
|
|
2732 (display-progress): don't clear progress.
|
|
2733 (append-progress): compare messages with equal.
|
|
2734 (raw-append-progress): use dispatch-non-command-events to flush
|
|
2735 widget creation events.
|
|
2736
|
|
2737 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
2738
|
|
2739 * abbrev.el:
|
|
2740 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
2741 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
2742 Changes for use with the menubar.
|
|
2743
|
|
2744 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
2745
|
|
2746 * alist.el (vassoc): moved here from font-menu.el.
|
|
2747
|
|
2748 * custom.el (defface): typo fix.
|
|
2749
|
|
2750 * dialog.el (yes-or-no-p-dialog-box):
|
|
2751 * dialog.el (message-box):
|
|
2752 * files.el (save-some-buffers-1):
|
|
2753 Put accelerators in the button names.
|
|
2754
|
|
2755 * font-lock.el (font-lock-comment-face):
|
|
2756 * font-lock.el (font-lock-keyword-face):
|
|
2757 * font-lock.el (font-lock-function-name-face):
|
|
2758 Fixed some of the colors under MS Windows because the existing
|
|
2759 default colors were hardly different from black and needed to be
|
|
2760 made lighter.
|
|
2761
|
|
2762 * font-menu.el:
|
|
2763 * font-menu.el (font-menu-split-long-menu):
|
|
2764 * font-menu.el (font-menu-family-constructor):
|
|
2765 * font-menu.el (font-menu-size-constructor):
|
|
2766 * font-menu.el (font-menu-weight-constructor):
|
|
2767 * font-menu.el (font-menu-set-font):
|
|
2768 vassoc moved to alist.el.
|
|
2769 Accelerators added to all menus.
|
|
2770 Unused bound var new-props removed.
|
444
|
2771
|
442
|
2772 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
2773 more consistent order and fixed a number of cases where key
|
|
2774 combinations involving up, down, left, right and so on were
|
|
2775 defined but the corresponding keypad combinations were not
|
444
|
2776 defined.
|
442
|
2777
|
|
2778 * lisp-mode.el:
|
|
2779 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
2780 * lisp-mode.el (emacs-lisp-mode):
|
|
2781 * lisp-mode.el (lisp-interaction-mode):
|
|
2782 * lisp-mode.el (flet):
|
|
2783 Added accelerators onto the menus.
|
|
2784 Made all the different versions of the let function be indented
|
|
2785 the same way.
|
|
2786 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
2787 to have the menubar and popup menus different.
|
|
2788 Cleaned up the menu; added items for find-function &c and some
|
|
2789 indenting, and removed debug-on-*.
|
|
2790
|
|
2791 * list-mode.el (list-mode-hook):
|
|
2792 * list-mode.el (list-mode):
|
|
2793 * list-mode.el (completion-setup-hook):
|
|
2794 * list-mode.el (display-completion-list):
|
|
2795 Added support for the :window-height keyword, which is required
|
|
2796 because of other changes that I made for the file dialog box. I
|
|
2797 also made the hook variables list-mode-hook and
|
|
2798 completion-setup-hook and also minibuffer-setup-hook in
|
|
2799 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
2800
|
|
2801 * map-ynp.el (map-y-or-n-p):
|
|
2802 Added accelerators to the dialog buttons.
|
|
2803
|
|
2804 * menubar-items.el (menu-truncate-list):
|
|
2805 New internal function.
|
|
2806 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
2807 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
2808 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
2809 New exported functions, for use in auto-generating accelerator specs.
|
|
2810
|
|
2811 * menubar-items.el:
|
|
2812 * menubar-items.el (default-menubar):
|
|
2813 * menubar-items.el (maybe-add-init-button):
|
|
2814 * menubar-items.el (bookmark-menu-filter):
|
|
2815 * menubar-items.el (slow-format-buffers-menu-line):
|
|
2816 * menubar-items.el (build-buffers-menu-internal):
|
|
2817 * menubar-items.el (language-environment-menu-filter):
|
|
2818 * menubar-items.el (default-popup-menu):
|
|
2819 * menubar-items.el (popup-buffer-menu):
|
|
2820 * menubar-items.el (popup-menubar-menu):
|
|
2821 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
2822 done working on the menubar, and there will be more patches to
|
|
2823 come. A basic summary of what I've done:
|
|
2824
|
|
2825 a) I added accelerators to all of the menu items. For menus that
|
|
2826 are auto-generated, such as the buffers menu, the accelerators are
|
|
2827 automatically added to the beginning of each line using the
|
|
2828 numbers 1 through 9, then zero, and then letters starting with A,
|
|
2829 but omitting the letters that are already in use for the fixed
|
|
2830 menu items at the top of the buffers menu. To facilitate adding
|
|
2831 accelerators of this kind, I created some new functions
|
|
2832 (*-accelerator-spec), which are also being used by other filters
|
|
2833 that auto generate lists of things such as ftp sites to download
|
|
2834 packages. If people really don't like these accelerators
|
|
2835 appearing at the beginning of the menu items, a variable can be
|
|
2836 added to optionally turn them off, but I think this is rather
|
|
2837 pointless because other menu items have accelerators and many or
|
|
2838 most of the menu users will use the accelerators if the support is
|
|
2839 there.
|
|
2840
|
|
2841 b) I combined the top level Tools and Apps menus into a single
|
|
2842 Tools menu, because the distinction between the two is not
|
|
2843 obvious, and the items on the menus are not used often enough that
|
444
|
2844 putting some of them onto submenus is a problem.
|
442
|
2845
|
|
2846 c) I created two new top level menus called View and Cmds because
|
|
2847 there were too many items on the File and Edit menus, and I'm going
|
|
2848 to be adding more items to these menus. In contrast to the Tools
|
|
2849 menu, the items on these menus may be used quite often during an
|
|
2850 editing session, and so should be available with fewer
|
444
|
2851 keystrokes.
|
442
|
2852
|
|
2853 d) I added a number of options to the options menu, including one
|
|
2854 for controlling whether the alt key can be used to traverse to
|
|
2855 menu items using the accelerators, one for controlling behavior of
|
|
2856 control-k, one for controlling how the kill and yank functions
|
|
2857 interact with the clipboard, a few additional buffers-menu
|
|
2858 options, and various other things. I also did a bit of
|
|
2859 rearranging, for example, combining the keyboard and mouse options
|
|
2860 into a single keyboard and mouse submenu to facilitate the
|
444
|
2861 accelerators on that level.
|
442
|
2862
|
|
2863 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
2864 to take two arguments instead of one, the second argument being
|
|
2865 the line number for use in creating an accelerator. I added a
|
|
2866 hack to support existing functions with one argument (although I
|
444
|
2867 doubt that very many of these exist), for backward compatibility.
|
442
|
2868
|
|
2869 f) I moved the top level mule menu to be a submenu of the edit
|
|
2870 menu. I think that most of the items on this menu are fairly
|
|
2871 useless and there are certainly not enough frequently used items
|
444
|
2872 to justify this being its own top level menu.
|
442
|
2873
|
|
2874 g) I combined most of the items in big-menubar.el into the main menu.
|
|
2875 If people think the main menu is too big, it would be possible to
|
|
2876 create different configurations, some smaller.
|
|
2877
|
|
2878 * menubar.el (check-menu-syntax):
|
|
2879 Deleted some syntax checks that were no longer valid, partly
|
|
2880 because of changes that were already made a long time ago, and
|
|
2881 partly because of a change I made where I allow the name of the
|
|
2882 menu item to be an evaluated expression rather than just a string,
|
|
2883 similar to all of the other parameters of a menu item.
|
|
2884
|
|
2885 * minibuf.el:
|
|
2886 * minibuf.el (read-file-name-1):
|
|
2887 * minibuf.el (mouse-read-file-name-1):
|
|
2888 I made a number of changes to improve the appearance
|
|
2889 and functioning of the file dialog box. They include:
|
|
2890
|
|
2891 a) Fixing the problem where closing the dialog box by clicking on
|
|
2892 the close button of the window didn't properly exit the
|
444
|
2893 minibuffer.
|
442
|
2894
|
|
2895 b) Fixing the problem that if you typed part of a file name, and
|
|
2896 then clicked on a completion with the mouse, the file was not
|
444
|
2897 correctly selected.
|
442
|
2898
|
|
2899 c) Changing the title of the dialog box to reflect the operation
|
|
2900 being done in accordance with user interface conventions, rather
|
444
|
2901 than the name of the dialog box buffer, which is rather useless.
|
442
|
2902
|
|
2903 d) Remove the words "possible completions are" which didn't
|
444
|
2904 belong.
|
442
|
2905
|
|
2906 e) Fix things so that the completions scroll off the end of the
|
|
2907 completions windows only to the right, rather than both to the
|
|
2908 right and down, which is in accordance with Windows user interface
|
444
|
2909 conventions.
|
442
|
2910
|
|
2911 * msw-init.el (init-post-mswindows-win):
|
|
2912 Added a binding for meta-F4, which is the standard windows binding
|
|
2913 for exiting a program.
|
|
2914
|
|
2915 * select.el (get-selection-no-error):
|
|
2916 * select.el (own-selection):
|
|
2917 * select.el (own-clipboard):
|
|
2918 Added an optional argument called append to the functions
|
|
2919 own-selection and own-clipboard. This adds support for appending
|
|
2920 text to the existing selection and allows the function
|
|
2921 own-clipboard to be used as the value of the variable
|
|
2922 interprogram- cut-function.
|
|
2923
|
|
2924 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
2925
|
|
2926 * simple.el (historical-kill-line): New.
|
|
2927
|
|
2928 * simple.el (kill-line):
|
|
2929 * simple.el (interprogram-cut-function):
|
|
2930 * simple.el (interprogram-paste-function):
|
|
2931 * simple.el (handle-pre-motion-command):
|
|
2932 * simple.el (next-line):
|
|
2933 * simple.el (previous-line):
|
|
2934 a) Expanded the variable kill-whole-line, so that function
|
|
2935 kill-line can be set to delete the entire line always, not just
|
|
2936 when cursor is at the beginning of the line. This is controlled
|
|
2937 by setting the variable kill-whole-line to the symbol 'always.
|
|
2938 This behavior, as well as the existing kill-whole-line behavior,
|
|
2939 now only take effect when kill-line is called interactively,
|
|
2940 although this is a departure from a previous behavior in the case
|
|
2941 of setting this variable kill-whole-line to t. It is almost
|
|
2942 certainly what has always been intended, and most likely the old
|
|
2943 way of doing things introduced bugs. I also created a function
|
|
2944 called historical-kill-line, which ignores the kill-whole-line
|
|
2945 setting and always gives the historical behavior of only killing
|
|
2946 to the end of the line. I bound this function to shift- control-k
|
|
2947 so that the kill to end of line behavior is available, even when
|
|
2948 kill-whole-line has been set to change control-k into the simple
|
|
2949 delete-whole-line behavior. (This can be set using the options
|
|
2950 menu.)
|
|
2951
|
|
2952 b) I changed things so that kill and yank now interact with the
|
|
2953 clipboard by default under windows. This was done by changing the
|
|
2954 default value of interprogram-cut- function and
|
|
2955 interprogram-paste-function. You can get the old behavior by
|
|
2956 setting these to nil, and there is an option on the options menu
|
|
2957 to do this.
|
|
2958
|
|
2959 c) I added support for selecting text using shifted motion keys.
|
|
2960 This support is on by default and can be controlled by the
|
|
2961 variable shifted-motion-keys-select-region. There is also a
|
|
2962 variable called unshifted-motion-keys-deselect-region that
|
|
2963 controls more specifically how the shifted motion key behavior
|
|
2964 works. I did not put an option on the options menu to turn this
|
|
2965 off, because I can't imagine why this would be useful.
|
|
2966
|
|
2967 * simple.el (forward-block-of-lines):
|
|
2968 * simple.el (backward-block-of-lines):
|
|
2969 * simple.el (block-movement-size):
|
|
2970 New.
|
|
2971
|
|
2972 * simple.el (uncapitalized-title-words):
|
|
2973 * simple.el (uncapitalized-title-word-regexp):
|
|
2974 * simple.el (capitalize-string-as-title):
|
|
2975 * simple.el (capitalize-region-as-title):
|
|
2976 New.
|
444
|
2977
|
442
|
2978
|
|
2979 * subr.el (add-hook):
|
|
2980 * subr.el (make-local-hook): New.
|
|
2981 * subr.el (remove-local-hook): New.
|
|
2982 * subr.el (add-one-shot-hook): New.
|
|
2983 * subr.el (add-local-one-shot-hook): New.
|
|
2984 Added some functions to make using hooks easier.
|
|
2985 These include:
|
|
2986
|
|
2987 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
2988 to use local hooks.
|
|
2989
|
|
2990 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
2991 make it possible to add a "one-shot" hook, which is to say a hook
|
|
2992 that runs only once, and automatically removes itself after the
|
|
2993 first time it has run.
|
|
2994
|
|
2995 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
2996
|
|
2997 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
2998
|
|
2999 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3000
|
|
3001 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
3002 Moved from menubar-items.el.
|
|
3003 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
3004
|
|
3005 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
3006
|
|
3007 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
3008 to buffers tab spec.
|
|
3009
|
|
3010 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3011
|
|
3012 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
3013
|
|
3014 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
3015
|
|
3016 * startup.el (command-line-1): remove unused variable
|
|
3017 `first-file-buffer'.
|
|
3018
|
|
3019 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3020
|
|
3021 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
3022 which is also used for Web server log files.
|
|
3023
|
|
3024 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
3025
|
|
3026 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
3027
|
|
3028 2000-03-02 SL Baur <steve@beopen.com>
|
|
3029
|
|
3030 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
3031 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
3032 non-deletion of buffer after execution problem.
|
|
3033 (with-output-to-string): Use unique buffer name.
|
|
3034
|
|
3035 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
3036
|
|
3037 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
3038 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
3039
|
|
3040 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
3041
|
|
3042 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
3043
|
|
3044 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
3045
|
|
3046 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
3047 .emacs" button from all menubars.
|
|
3048
|
|
3049 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
3050
|
|
3051 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
3052 region rectangle replacement (from Jan Vroonhof).
|
|
3053 (replace-rectangle): new function.
|
|
3054
|
|
3055 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3056
|
|
3057 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
3058 set-terminal-coding-system and set-keyboard-coding-system.
|
|
3059 * coding.el (set-terminal-coding-system): Use
|
|
3060 set-console-tty-output-coding-system.
|
|
3061 (set-keyboard-coding-system): Use
|
|
3062 set-console-tty-input-coding-system.
|
|
3063
|
|
3064 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3065
|
|
3066 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
3067
|
|
3068 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
3069
|
|
3070 * gutter-items.el (update-tab-hook): new function to be used for
|
|
3071 hooks.
|
|
3072 (create-frame-hook): add update-tab-hook.
|
|
3073 (record-buffer-hook): ditto.
|
|
3074 (default-gutter-position-changed): ditto.
|
|
3075 (default-gutter-position): updating the buffers tab is now handled
|
|
3076 by a hook.
|
|
3077 (default-gutter-position-changed-hook): new variable.
|
|
3078 (gutter-element-visibility-changed-hook): ditto.
|
|
3079 (set-gutter-element-visible-p): call it.
|
|
3080 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
3081 as duplicable before using.
|
|
3082 (remove-gutter-element): ditto.
|
|
3083 (set-gutter-element-visible-p): ditto.
|
|
3084 (init-gutter): new function.
|
|
3085 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
3086 setting specifiers directly.
|
|
3087 (clear-progress): ditto.
|
|
3088 (abort-progress): ditto.
|
|
3089 (gutter-buffers-tab-visible-p): renamed from
|
|
3090 default-gutter-visible-p
|
|
3091
|
|
3092 * specifier.el (modify-specifier-instances): new function from Jan
|
|
3093 Vroonhof.
|
|
3094
|
|
3095 * x-init.el (init-post-x-win): call init-gutter.
|
|
3096
|
|
3097 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
3098
|
|
3099 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
3100 variables.
|
|
3101
|
|
3102 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
3103
|
|
3104 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
3105 elements to the specified gutter.
|
|
3106 (remove-gutter-element): new function. Remove gutter elements from
|
|
3107 the specified gutter.
|
|
3108 (set-gutter-element-visible-p): new function. Set gutter element
|
|
3109 visibility for the provided gutter-visible specifier.
|
|
3110
|
|
3111 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
3112
|
|
3113 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
3114 dynamically.
|
|
3115
|
|
3116 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
3117
|
|
3118 * gutter-items.el (add-tab-to-gutter):
|
|
3119 * package-get.el (package-get-interactive-package-query):
|
|
3120 * package-ui.el (pui-directory-exists):
|
|
3121 (pui-install-selected-packages):
|
|
3122 (pui-list-packages):
|
|
3123 Use #'(lambda ...) instead of '(lambda ...).
|
|
3124
|
|
3125 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
3126
|
|
3127 * startup.el (load-user-init-file): Check to make sure user
|
|
3128 has an init-file before calling load().
|
|
3129
|
|
3130 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3131
|
|
3132 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
3133
|
|
3134 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
3135
|
|
3136 * XEmacs 21.2.31 is released.
|
|
3137
|
|
3138 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
3139
|
|
3140 * loadup.el (really-early-error-handler):
|
|
3141 * update-elc.el:
|
|
3142 * make-docfile.el:
|
|
3143 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
3144
|
|
3145 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
3146
|
|
3147 * XEmacs 21.2.30 is released.
|
|
3148
|
|
3149 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
3150
|
|
3151 * byte-optimize.el (byte-optimize-plus):
|
|
3152 (byte-optimize-minus):
|
|
3153 (byte-optimize-multiply):
|
|
3154 Optimize (- 0) to 0, not (-)
|
|
3155 Optimize (+ 5 3.0) to 8.0
|
|
3156 Optimize (* 5 3.0) to 15.0
|
|
3157 Improve readability.
|
|
3158
|
|
3159 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3160
|
|
3161 * modeline.el: (modeline-scrolling-method): change modeline
|
|
3162 mswindows cursor appearance according to the value.
|
|
3163
|
|
3164 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
3165 and 'gui-element face colors and 'gui-element face font to Windows
|
|
3166 defaults.
|
|
3167
|
|
3168 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
3169
|
|
3170 * font-lock.el: Javadoc enhancements
|
|
3171
|
|
3172 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3173
|
|
3174 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
3175 (ldap-verbose): New option
|
|
3176 (ldap-search-entries): Renamed from the previous ldap-search
|
|
3177 Conditionalize message display on ldap-verbose
|
|
3178 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
3179 defuns
|
|
3180 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
3181 ldap-search-basic or ldap-search-entries
|
|
3182
|
|
3183
|
|
3184 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
3185 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
3186 Jan Vroonhof <jan@xemacs.org>
|
|
3187
|
|
3188 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
3189 When for-effect is true, didn't call `byte-optimize-form'
|
|
3190 in and/or subforms without last.
|
|
3191
|
|
3192 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3193
|
|
3194 * package-get.el (package-get-download-sites): Use correct custom
|
|
3195 type.
|
|
3196
|
|
3197 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3198
|
|
3199 * files.el (write-file): Ask for coding system when compiled with
|
|
3200 file-coding.
|
|
3201
|
|
3202 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
3203
|
|
3204 * buffer.el (switch-to-buffer): give norecord argument to
|
|
3205 set-window-buffer instead of explicitly recording.
|
|
3206
|
|
3207 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
3208 we have to pick a window.
|
|
3209
|
|
3210 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3211
|
|
3212 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
3213 unexist function to help-map.
|
|
3214 (describe-coding-system): Don't use already assigend `C'.
|
|
3215
|
|
3216 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3217
|
|
3218 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
3219 work in custom.
|
|
3220
|
|
3221 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
3222
|
|
3223 * about.el: Ienaga's e-mail address change.
|
|
3224
|
|
3225 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
3226
|
|
3227 * etags.el (find-tag): force new window -- even if buf already
|
|
3228 visible -- when other-window is t
|
|
3229
|
|
3230 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
3231
|
|
3232 * XEmacs 21.2.29 is released.
|
|
3233
|
|
3234 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
3235
|
|
3236 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
3237 just defalias it.
|
|
3238 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
3239 byte-compiler level, using define-compiler-macro.
|
|
3240
|
|
3241 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
3242
|
|
3243 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
3244
|
|
3245 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3246
|
|
3247 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
3248 a regular expression that matches against the tagname
|
|
3249 part of the tag entry first instead of only looking in
|
|
3250 the context area.
|
|
3251
|
|
3252 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3253
|
|
3254 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
3255 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
3256
|
440
|
3257 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3258
|
|
3259 * XEmacs 21.2.28 is released.
|
|
3260
|
|
3261 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3262
|
|
3263 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
3264 Make arglist match docstring.
|
|
3265 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
3266 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
3267 * byte-optimize.el: remove references to `get*'.
|
|
3268
|
|
3269 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
3270
|
|
3271 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
3272
|
|
3273 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
3274
|
|
3275 * byte-optimize.el: Byte-optimize (length "foo")
|
|
3276
|
|
3277 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
3278
|
|
3279 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
3280 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
3281
|
|
3282 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3283
|
|
3284 * wid-edit.el (widget-match-inline): An atom never matches a
|
442
|
3285 list.
|
440
|
3286
|
|
3287 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3288
|
|
3289 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
3290 'win tag.
|
|
3291
|
|
3292 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3293
|
|
3294 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
3295 intelligent about buffer naming when we have duplicates.
|
|
3296
|
|
3297 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3298
|
|
3299 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
3300 updated when it becomes visible.
|
|
3301
|
|
3302 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3303
|
|
3304 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
3305 system under MULE and file-coding.
|
|
3306
|
|
3307 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
3308
|
442
|
3309 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
3310 (dontusethis-set-value-terminal-coding-system-handler):
|
|
3311 (dontusethis-set-value-keyboard-coding-system-handler):
|
440
|
3312 Never undefine coding system aliases. Emergency fix for gnus.
|
|
3313
|
|
3314 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3315
|
|
3316 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
3317 of hard-coded "/".
|
|
3318
|
|
3319 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3320
|
|
3321 * startup.el (user-init-file-base-list): New variable, replacing
|
|
3322 user-init-file-base.
|
|
3323 (find-user-init-file): New function.
|
|
3324 (command-line-early): Use it.
|
|
3325 (load-user-init-file): Ditto.
|
|
3326
|
|
3327 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3328
|
|
3329 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
3330 calling valid-image-instantiator-format-p
|
|
3331
|
|
3332 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3333
|
|
3334 * isearch-mode.el (isearch-mode): The variable is
|
|
3335 isearch-unhidden-extents, not isearch-opened-extents.
|
|
3336
|
|
3337 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3338
|
|
3339 * minibuf.el (next-history-element): Modify error message if a
|
|
3340 default value is available.
|
|
3341
|
|
3342 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
3343
|
|
3344 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
3345 .elc files in binary - might contain non-Latin1.
|
|
3346
|
|
3347 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3348
|
|
3349 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
3350 for windows-nt.
|
|
3351
|
442
|
3352 * version.el:
|
|
3353 * startup.el (user-init-file-base):
|
|
3354 * process.el (call-process-region):
|
|
3355 * files.el (make-backup-file-name):
|
|
3356 (backup-file-name-p):
|
|
3357 (file-relative-name):
|
|
3358 (abbreviate-file-name):
|
|
3359 (set-auto-mode):
|
440
|
3360 * code-process.el (call-process-region): Removed unnecessary
|
|
3361 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
3362 support out of the universe.
|
|
3363
|
|
3364 * process.el:
|
442
|
3365 * code-process.el:
|
440
|
3366 * bytecomp.el (byte-compile-file): Removed reference to
|
|
3367 buffer-file-type, and commented usage of binary-process-output
|
|
3368 NTEmacs variables.
|
|
3369
|
|
3370 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3371
|
|
3372 * help.el (function-arglist): Add case for macro.
|
|
3373
|
|
3374 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3375
|
|
3376 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
3377 printers.
|
|
3378 (custom-display): Added a menu for printer/display tags.
|
|
3379
|
|
3380 * frame.el (frame-type):
|
|
3381 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
3382 removed 'pc -- it is not going to be implemented ever.
|
|
3383 (call-device-method): Fixed docstring typo.
|
|
3384 Defined specifier tags 'printer and 'display.
|
|
3385
|
|
3386 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3387
|
|
3388 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
3389 last-command-event-time) instead of (consp
|
|
3390 'last-command-event-time).
|
|
3391
|
|
3392 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3393
|
|
3394 * msw-glyphs.el: Removed obsolete commentary.
|
|
3395
|
|
3396 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3397
|
|
3398 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
3399 better default value.
|
|
3400
|
|
3401 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3402
|
|
3403 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
3404 (read-string): Ditto.
|
|
3405 (eval-minibuffer): Ditto.
|
|
3406 (read-command): Ditto.
|
|
3407 (read-function): Ditto.
|
|
3408 (read-variable): Ditto.
|
|
3409 (read-number): Ditto.
|
|
3410 (read-shell-command): Ditto.
|
|
3411 (read-number): Record history.
|
|
3412
|
|
3413 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3414
|
|
3415 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
3416
|
|
3417 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3418
|
|
3419 * faces.el (startup-initialize-custom-faces): New function.
|
|
3420 Reset all faces created during auto-autoloads loading time
|
|
3421 by defface.
|
|
3422 * startup.el (command-line): Call it.
|
|
3423
|
|
3424 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3425
|
|
3426 * about.el (about-hackers): Add myself to contributors list.
|
|
3427
|
|
3428 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3429
|
|
3430 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
3431 a call to load-user-init-file, as the function managed to lose its
|
|
3432 formal parameter a few betas ago.
|
|
3433
|
438
|
3434 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3435
|
|
3436 * XEmacs 21.2.27 is released.
|
|
3437
|
|
3438 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3439
|
|
3440 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
3441 Make shell-command-to-string the standard function, and
|
|
3442 exec-to-string the (deprecated) alias.
|
|
3443
|
|
3444 * startup.el: typo fix.
|
|
3445
|
|
3446 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
3447
|
|
3448 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
3449
|
|
3450 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3451
|
|
3452 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
3453 buffers after visible buffers.
|
|
3454 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
3455
|
|
3456 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3457
|
|
3458 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
3459 followed by whitespace or right parenthesis.
|
|
3460
|
|
3461 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3462
|
|
3463 * info.el (Info-directory-list): Warn against using Customize with
|
|
3464 Info-directory-list.
|
|
3465
|
|
3466 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3467
|
|
3468 * minibuf.el (read-file-name): doc fix.
|
|
3469
|
|
3470 * autoload.el (update-file-autoloads): doc fix.
|
|
3471
|
|
3472 * about.el (about-hackers): Change my E-mail address.
|
|
3473
|
|
3474 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
3475
|
|
3476 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
3477 read a filename in the standard way.
|
|
3478
|
|
3479 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
3480
|
|
3481 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
3482 (gutter-buffers-tab-extent): new variable.
|
|
3483 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
3484 orientation has changed.
|
|
3485 (add-tab-to-gutter): cope with different orientations.
|
|
3486
|
|
3487 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
3488
|
|
3489 * info.el (Info-following-node-name): backward-skip dots as well
|
|
3490 as spaces (dots at the end of a node name aren't part of it).
|
|
3491 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
3492 some in the node name.
|
|
3493 (Info-index): allow dots to be part of a node name.
|
|
3494
|
|
3495 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
3496
|
|
3497 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
3498 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
3499
|
|
3500 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3501
|
|
3502 * info.el (Info-search): Show default value.
|
|
3503
|
|
3504 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3505
|
|
3506 * info.el (Info-read-node-completion-table): New variable.
|
|
3507 (Info-read-node-name-1): New function.
|
|
3508 (Info-read-node-name): Use it.
|
|
3509 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
3510 (Info-menu): Ditto.
|
|
3511
|
|
3512 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3513
|
|
3514 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
3515 window configuration.
|
|
3516 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
3517 (hyper-apropos-read-variable-symbol): Ditto.
|
|
3518 (hyper-apropos-read-function-symbol): Ditto.
|
|
3519
|
|
3520 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3521
|
|
3522 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
3523 comint-exec-hook to use coding-system-for-read and
|
|
3524 coding-system-for-write so that C-x RET c works.
|
|
3525
|
|
3526 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3527
|
|
3528 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
3529 (previous-matching-history-element): Increment
|
|
3530 minibuffer-max-depth by 1.
|
|
3531 (next-matching-history-element): Ditto.
|
|
3532
|
|
3533 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
3534
|
|
3535 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
3536 tab.
|
|
3537 (buffers-tab-face): use it.
|
|
3538
|
|
3539 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
3540
|
|
3541 * modeline.el (modeline-scrolling-method): change modeline X
|
|
3542 cursor appearance according to the value.
|
|
3543
|
|
3544 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
3545
|
|
3546 * about.el (about-hackers): Moved my entry to contributor list.
|
|
3547 (xemacs-hackers): Added myself.
|
|
3548 (about-maintainer-info): Added description of myself.
|
|
3549
|
|
3550
|
|
3551 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
3552
|
|
3553 * modeline.el (modeline-scrolling-method): new variable.
|
|
3554 (mouse-drag-modeline): add reference to it in the docstring.
|
|
3555 (mouse-drag-modeline): handle it.
|
|
3556
|
|
3557 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
3558
|
|
3559 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
3560 calls.
|
|
3561 (remove-buffer-from-gutter-tab): ditto.
|
|
3562
|
|
3563 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3564
|
|
3565 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
3566 (custom-face-edit): Fix grammatical error in help message.
|
|
3567
|
|
3568 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3569
|
|
3570 * movemail.el: Added.
|
|
3571
|
|
3572 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
3573
|
|
3574 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
3575
|
|
3576 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
3577 the modeline horizontal scrolling facility.
|
|
3578
|
436
|
3579 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
3580
|
|
3581 * XEmacs 21.2.26 is released.
|
|
3582
|
|
3583 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
3584
|
|
3585 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
3586 does not agree with native widgets which can only be displayed
|
|
3587 once per window. The reasons for caching are diminished now that
|
|
3588 we don't hog resources when creating buttons.
|
|
3589 (widget-push-button-cache) deleted.
|
|
3590
|
434
|
3591 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
3592
|
|
3593 * XEmacs 21.2.25 is released.
|
|
3594
|
|
3595 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3596
|
|
3597 * hyper-apropos.el (hyper-apropos): Toggle
|
|
3598 hyper-apropos-programming-apropos correctly.
|
|
3599 Set REGEXP when user accepts default value.
|
|
3600
|
|
3601 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3602
|
|
3603 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
3604 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
3605
|
|
3606 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3607
|
|
3608 * mule/mule-category.el (undefined-category-designator):
|
|
3609 Return char instead of character. Search for undefined one.
|
|
3610 (describe-category): Use with-displaying-help-buffer.
|
|
3611
|
|
3612 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
3613
|
438
|
3614 * byte-optimize.el (byte-optimize-plus):
|
434
|
3615 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
3616
|
|
3617 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
3618
|
|
3619 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
3620
|
|
3621 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
3622 Remove performance penalty for using (char-before) instead of (char-after).
|
|
3623
|
|
3624 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3625
|
|
3626 * mule/mule-category.el (char-category-list): Return character
|
|
3627 instead of integer.
|
|
3628
|
|
3629 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3630
|
|
3631 * minibuf.el (read-buffer): Check default is buffer object.
|
|
3632
|
|
3633 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
3634
|
|
3635 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
3636 for buttons.
|
|
3637
|
|
3638 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
3639
|
|
3640 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
3641 Patch by Jeff Miller <jmiller@smart.net>.
|
|
3642
|
|
3643 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
3644
|
438
|
3645 * gnuserv.el (gnuserv-process-filter): don't call
|
434
|
3646 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
3647
|
432
|
3648 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
3649
|
|
3650 * XEmacs 21.2.24 is released.
|
|
3651
|
|
3652 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3653
|
|
3654 * about.el (about-hackers): Update my email address.
|
|
3655
|
430
|
3656 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
3657
|
|
3658 * XEmacs 21.2.23 is released.
|
|
3659
|
|
3660 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
3661
|
|
3662 * package-get.el (package-get-download-sites): Removed several
|
|
3663 defunct download sites, added many new ones, and corrected a few
|
|
3664 incorrect directory-on-site entries. Added physical locations to
|
|
3665 site-description.
|
|
3666
|
|
3667 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3668
|
|
3669 * finder.el (finder-commentary): add DOC string and fix
|
|
3670 interactive spec
|
|
3671
|
|
3672 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3673
|
|
3674 * help.el (describe-function): Don't forget to intern the string
|
|
3675 completing-read returns.
|
|
3676 (describe-variable): Ditto.
|
|
3677
|
434
|
3678 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
430
|
3679
|
|
3680 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
3681 `hyper-apropos-help-mode' here to find symbol to customize
|
|
3682 irregardless of cursor position and simplify
|
|
3683 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
3684 `hyper-apropos-popup-menu'.
|
|
3685
|
|
3686 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3687
|
|
3688 * apropos.el (apropos-mode-map): Add return to call
|
|
3689 apropos-follow.
|
|
3690 (apropos-print): Call apropos-mode to have better
|
|
3691 command reference. Put keymap text-poperty to
|
|
3692 symbole name.
|
|
3693
|
|
3694 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
3695
|
|
3696 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
3697 the extents at point.
|
|
3698
|
|
3699 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
3700
|
|
3701 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
3702 save-match-data
|
|
3703
|
|
3704 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3705
|
|
3706 * help.el (describe-function): Use the DEFAULT argument to
|
|
3707 completing-read.
|
|
3708 (describe-variable): Ditto.
|
|
3709
|
|
3710 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3711
|
|
3712 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
3713 DEFAULT to have better mini-buffer history support.
|
|
3714 (completing-read): Pass default to read-from-minibuffer.
|
|
3715 (read-buffer): Pass default to completing-read.
|
|
3716
|
|
3717 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3718
|
|
3719 * font-lock.el (font-lock-doc-string-face): Document the
|
|
3720 `font-lock-lisp-like' property.
|
|
3721
|
|
3722 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3723
|
|
3724 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
3725
|
|
3726 * font-lock.el (font-lock-lisp-like): New function.
|
|
3727 (font-lock-fontify-syntactically-region): Use it.
|
|
3728
|
428
|
3729 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3730
|
|
3731 * XEmacs 21.2.22 is released
|
|
3732
|
|
3733 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
3734
|
|
3735 * XEmacs 21.2.21 is released.
|
|
3736
|
|
3737 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3738
|
|
3739 * minibuf.el (read-coding-system): Accept symbol and
|
|
3740 coding-system object as a default-coding-system.
|
|
3741
|
|
3742 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3743
|
|
3744 * minibuf.el (read-coding-system): Accept symbol as
|
|
3745 a default-coding-system.
|
|
3746
|
|
3747 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3748
|
|
3749 * apropos.el (apropos-documentation): Use insert instead
|
|
3750 of princ.
|
|
3751
|
|
3752 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
3753
|
|
3754 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
3755 for the linux console.
|
|
3756
|
|
3757 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
3758 stuff to work when you are not on a window system, since the GPM
|
|
3759 mouse support now allows pasting from outside of XEmacs.
|
|
3760
|
|
3761 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3762
|
|
3763 * XEmacs 21.2.20 is released
|
|
3764
|
|
3765 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3766
|
|
3767 * setup-paths.el (paths-default-info-directories): Add
|
|
3768 /usr/share/info and /usr/local/share/info.
|
|
3769
|
|
3770 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
3771
|
|
3772 * about.el: Updated Vladimir Ivanovic's info.
|
|
3773
|
|
3774 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3775
|
|
3776 * auto-show.el (auto-show-truncationp): Remove.
|
|
3777
|
|
3778 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
3779
|
|
3780 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3781
|
|
3782 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
3783 with tab if column is multiple of tab-width
|
|
3784 From dhn@qedinc.com
|
|
3785
|
|
3786 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3787
|
|
3788 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
3789 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
3790
|
|
3791 * package-get.el (package-get-package-provider): Be verbose when
|
|
3792 interactive. Patch from Robert Pluim
|
|
3793
|
|
3794 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
3795
|
|
3796 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
3797 info file suffixes.
|
|
3798
|
|
3799 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
3800
|
|
3801 * process.el (open-network-stream): Add a new optional parameter
|
|
3802 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
3803 in docstring for udp programming.
|
|
3804
|
|
3805 * code-process.el (open-network-stream): Add a new optional
|
|
3806 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
3807 explanation in docstring for udp programming.
|
|
3808
|
|
3809 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
3810
|
|
3811 * gui.el (make-gui-button): be more precise about how we call
|
|
3812 callbacks.
|
|
3813
|
|
3814 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
3815 of native gui-button.
|
|
3816
|
|
3817 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3818
|
|
3819 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
3820
|
|
3821 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
3822
|
|
3823 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
3824 abort status.
|
|
3825 (append-progress): dispatch-event rather than sit-for.
|
|
3826 (abort-progress): new function. Show the abort glyph with an
|
|
3827 appropriate message.
|
|
3828 (raw-append-progress): dispatch-event rather than sit-for.
|
|
3829 (display-progress): cope with aborts.
|
|
3830
|
|
3831 * gui.el (make-gui-button): Use native widgets for buttons
|
|
3832 unconditionally.
|
|
3833 (insert-gui-button): ditto.
|
|
3834 (gui-button-p): ditto.
|
|
3835
|
|
3836 * xbm-button.el: remove from core.
|
|
3837
|
|
3838 * xpm-button.el: remove from core.
|
|
3839
|
|
3840 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
3841
|
|
3842 * faces.el (init-device-faces): Don't initialize the random faces
|
|
3843 on the stream device.
|
|
3844
|
|
3845 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
3846
|
438
|
3847 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
428
|
3848
|
434
|
3849 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
428
|
3850
|
|
3851 * package-get.el (package-get-download-menu): Make menu really
|
|
3852 toggle download sites.
|
|
3853 (package-get-download-sites): Add autoload cookie.
|
|
3854
|
|
3855 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3856
|
|
3857 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
3858
|
|
3859 1999-09-29 Werner Fink <werner@suse.de>
|
|
3860
|
|
3861 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
3862 parameter for environment.
|
|
3863
|
|
3864 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
3865
|
438
|
3866 * modeline.el (modeline-format):
|
|
3867 Only purecopy the strings. Else
|
428
|
3868 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
3869 barfs.
|
|
3870
|
|
3871 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
3872
|
|
3873 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
3874 user setting comint-completion-addsuffix and
|
|
3875 comint-process-echoes.
|
|
3876
|
|
3877 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
3878
|
|
3879 * gutter-items.el (update-tab-in-gutter): use
|
|
3880 last-nonminibuf-window instead of selected-window.
|
|
3881
|
|
3882 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
3883
|
|
3884 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
3885 display on.
|
|
3886
|
|
3887 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
3888 some documentation.
|
|
3889
|
|
3890 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
3891
|
|
3892 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
3893 gutter is visible.
|
|
3894 (remove-buffer-from-gutter-tab): ditto.
|
|
3895
|
|
3896 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
3897
|
|
3898 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
3899 processing.
|
|
3900
|
|
3901 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3902
|
|
3903 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
3904 highlighting extents a high priority.
|
|
3905 (isearch-make-extent): Give the main highlighting extent an even
|
|
3906 higher priority.
|
|
3907
|
|
3908 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3909
|
|
3910 * packages.el (packages-compute-package-locations): Fix typo from
|
|
3911 -u rationalization.
|
|
3912
|
|
3913 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3914
|
|
3915 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
3916 `configure-doc-directory.'
|
|
3917
|
|
3918 * find-paths.el (paths-find-architecture-directory): Give
|
|
3919 precendence `default' argument (which typically comes from
|
|
3920 configure).
|
|
3921
|
|
3922 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3923
|
|
3924 * startup.el (command-line-early): Added options -user-init-file
|
|
3925 and -user-init-directory.
|
|
3926
|
|
3927 * files.el (user-init-file): Default to NIL so we can recognize
|
|
3928 when it's set.
|
|
3929
|
|
3930 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3931
|
438
|
3932 * obsolete.el (init-file-user):
|
|
3933 * startup.el:
|
|
3934 * packages.el (packages-compute-package-locations):
|
|
3935 * package-get.el (package-get-user-index-filename):
|
|
3936 * menubar-items.el (maybe-add-init-button):
|
|
3937 * info.el (Info-annotations-path):
|
|
3938 * dump-paths.el:
|
428
|
3939 Change `user-init-directory' to be an absolute path.
|
|
3940 Use `user-init-directory' where appropriate.
|
|
3941 Zap `init-file-user' and its uses.
|
|
3942
|
|
3943 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
3944
|
|
3945 * subr.el (copy-symbol): New function.
|
|
3946
|
|
3947 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3948
|
|
3949 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
3950 extents in the proper buffer.
|
|
3951 (isearch-pre-command-hook): Set this-command to the correct value
|
|
3952 in case the buffer has changed and old overriding-local-map was
|
|
3953 used.
|
|
3954 (isearch-restore-extent): Use remprop instead of setting the
|
|
3955 property to nil.
|
|
3956
|
|
3957 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3958
|
|
3959 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
3960 before the delay.
|
|
3961 (execute-extended-command): Make the message gettext-friendly.
|
|
3962
|
|
3963 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
3964
|
|
3965 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
3966 progress-glyph.
|
|
3967 (progress-text-glyph): new variable.
|
|
3968 (progress-layout-glyph): use layouts and text glyphs.
|
|
3969 (progress-area-buffer): removed.
|
|
3970 (progress-text-and-extent): new variable.
|
|
3971 (progress-displayed-p): dynamically create gutter area buffer.
|
|
3972 (clear-progress): ditto.
|
|
3973 (raw-append-progress): ditto.
|
|
3974 (append-progress): use new glyph names.
|
|
3975 (raw-append-progress): only create the extent when needed. set
|
|
3976 properties more optimally.
|
|
3977 (progress): remove args.
|
|
3978
|
|
3979 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3980
|
|
3981 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
3982 mapcar where the return value is unused.
|
|
3983 (isearch-restore-invisible-extents): Ditto.
|
|
3984 (isearch-highlight-all-cleanup): Ditto.
|
|
3985 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
3986 (isearch-highlight-all-update): Don't start over if the search
|
|
3987 string has changed and more input is pending.
|
|
3988
|
|
3989 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3990
|
|
3991 * packages.el (packages-find-package-data-path): Ditto.
|
|
3992
|
|
3993 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
3994
|
|
3995 * subr.el (mapc-internal): Don't make obsolete.
|
|
3996
|
|
3997 * cl-extra.el (mapc): Resurrect.
|
|
3998
|
|
3999 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
4000
|
438
|
4001 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
428
|
4002 alias.
|
|
4003
|
|
4004 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
4005 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
4006 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
4007 x-get-clipboard.
|
|
4008 (isearch-yank-selection): Fix docstring.
|
|
4009
|
|
4010 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
4011
|
|
4012 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
4013
|
|
4014 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
4015
|
|
4016 * cl-macs.el (extent-start-position): Fix setf method.
|
|
4017 (extent-end-position): Ditto.
|
|
4018
|
|
4019 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
4020
|
|
4021 * isearch-mode.el: End merge with FSF 20.4.
|
|
4022
|
|
4023 * isearch-mode.el (search-invisible): New variable.
|
|
4024 (isearch-hide-immediately): Ditto.
|
|
4025 (isearch-unhidden-extents): Ditto.
|
|
4026 (isearch-range-invisible): New function.
|
|
4027 (isearch-unhide-extent): Ditto.
|
|
4028 (isearch-restore-invisible-extents): Ditto.
|
|
4029 (isearch-restore-extent): Ditto.
|
|
4030
|
|
4031 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
4032 implementation.
|
|
4033 (isearch-ring-retreat-edit): Ditto.
|
|
4034 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
4035 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
4036 NO-RECURSIVE-EDIT.
|
|
4037 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
4038 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
4039 NO-RECURSIVE-EDIT.
|
|
4040 (isearch-mode): Return isearch-success.
|
|
4041 (isearch-update): Use unread-command-events instead of
|
|
4042 unread-command-event.
|
|
4043 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
4044 states.
|
|
4045 (isearch-*-char): Use FSF implementation.
|
|
4046 (isearch-whitespace-chars): Use the more robust FSF's
|
|
4047 implementation.
|
|
4048 (isearch-within-brackets): New variable.
|
|
4049 (isearch-mode): Initialize it.
|
|
4050 (isearch-edit-string): Bind it.
|
|
4051 (isearch-search-and-update): Set it.
|
|
4052 (isearch-push-state): Push it.
|
|
4053 (isearch-top-state): Pop it.
|
|
4054 (isearch-search): Set it.
|
|
4055 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
4056 handle M-SPC gracefully.
|
|
4057 (isearch-message-prefix): New argument ELLIPSIS.
|
|
4058 (isearch-message-suffix): Ditto.
|
|
4059 (isearch-message): Use the ELLIPSIS argument when calling
|
|
4060 isearch-message-prefix and isearch-message-suffix.
|
|
4061 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
4062 "overwrapped" search, FWIW.
|
|
4063
|
|
4064 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4065
|
|
4066 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
4067 search ring instead of search-last-string and search-last-regexp.
|
|
4068 (search-highlight): Renamed from isearch-highlight.
|
|
4069 (isearch-exit): Use the new name.
|
|
4070 (isearch-highlight): Ditto.
|
|
4071 (isearch-dehighlight): Ditto.
|
|
4072 (isearch-update-ring): New function.
|
|
4073 (isearch-done): Call it.
|
|
4074 (isearch-done): New argument EDIT.
|
438
|
4075 (isearch-repeat): If search string is empty, look up at the car of
|
428
|
4076 the search ring; ignore the yank pointer.
|
|
4077 (isearch-abort): Call isearch-done with NOPUSH.
|
|
4078 (isearch-cancel): New function.
|
|
4079 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
4080
|
|
4081 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
4082
|
|
4083 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
4084
|
|
4085 * x-select.el (x-get-clipboard): obsolete.
|
|
4086 (x-yank-clipboard-selection): obsolete
|
|
4087
|
|
4088 * select.el (disown-selection): need to be careful to disown the
|
|
4089 clipboard if we set it via selection.
|
|
4090 (get-clipboard): move from x-select.el
|
|
4091 (yank-clipboard-selection): ditto.
|
|
4092
|
|
4093 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4094
|
|
4095 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
4096 isearch-highlight-all-matches to nil.
|
|
4097 (isearch-fixed-case): New variable.
|
|
4098 (isearch-mode): Initialize it.
|
|
4099 (isearch-edit-string): Save it.
|
|
4100 (isearch-toggle-case-fold): Set it.
|
|
4101 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
4102 need to check isearch-fixed-case.
|
|
4103 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
4104 before the pause.
|
438
|
4105 (isearch-edit-string):
|
428
|
4106
|
|
4107 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4108
|
|
4109 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
4110 before reading the event so that the prompt is displayed properly.
|
|
4111 (isearch-message): Use isearch-nonincremental when calling
|
|
4112 isearch-message-prefix.
|
|
4113 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
4114 M-p and M-n respectively.
|
|
4115 (isearch-done): New arg NOPUSH.
|
|
4116 (isearch-edit-string): Use it.
|
|
4117 (isearch-edit-string): Don't bind isearch-string.
|
|
4118 (isearch-ring-adjust): Edit string, *then* push state.
|
|
4119
|
|
4120 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
4121
|
|
4122 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
4123 different than default.
|
|
4124
|
|
4125 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4126
|
|
4127 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4128 save-excursion.
|
|
4129 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4130 (isearch-update): Call isearch-dehighlight without arguments.
|
|
4131 (isearch-done): Ditto.
|
|
4132
|
|
4133 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
4134 upper-case letters, allow the folding to be reenabled.
|
|
4135 Previously, once disabled, the folding would remain that way until
|
|
4136 the end of isearch.
|
|
4137 (isearch-top-state): Call isearch-fix-case.
|
|
4138
|
|
4139 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4140 save-excursion.
|
|
4141 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4142
|
|
4143 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
4144
|
|
4145 * xpm-button.el:
|
|
4146 xbm-button.el: Need to exist in core because gui.el depends on
|
|
4147 them.
|
|
4148
|
|
4149 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
4150
|
|
4151 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
4152 (buffers-tab-default-buffer-line-length): new specifier for
|
|
4153 maximum viewable characters.
|
|
4154 (progress-stack): new variable for implementing widget-based
|
|
4155 progress messages.
|
|
4156 (progress-area-buffer): ditto.
|
|
4157 (progress-glyph-height): ditto.
|
|
4158 (progress-stop-callback): ditto.
|
|
4159 (progress-quit-function): new function.
|
|
4160 (progress-glyph): new variable.
|
|
4161 (progress-layout-glyph): ditto.
|
|
4162 (progress-displayed-p): new function, see message-displayed-p for
|
|
4163 details.
|
|
4164 (clear-progress): ditto.
|
|
4165 (remove-progress): ditto.
|
|
4166 (append-progress): ditto.
|
|
4167 (raw-append-progress): ditto.
|
|
4168 (display-progress): ditto.
|
|
4169 (current-progress): ditto.
|
|
4170 (current-progress-label): ditto.
|
|
4171 (progress): ditto.
|
|
4172 (lprogress): ditto.
|
|
4173
|
|
4174
|
|
4175 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4176
|
|
4177 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
4178
|
|
4179 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
4180 `isearch-yank-selection'.
|
|
4181 (isearch-mode-map): Use it.
|
|
4182 (isearch-yank-selection): Use `get-selection' instead of
|
|
4183 `get-x-selection'.
|
|
4184
|
|
4185 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4186
|
|
4187 * faces.el (isearch-secondary): Create face here.
|
|
4188
|
438
|
4189 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
428
|
4190 timers.
|
|
4191
|
|
4192 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
4193
|
|
4194 * subr.el (buffer-string): More robust backward compatibility
|
|
4195 check, courtesy William Perry.
|
|
4196
|
|
4197 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
4198
|
|
4199 * replace.el (perform-replace): Stop the search after the search
|
|
4200 limit has been reached.
|
|
4201
|
|
4202 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
4203
|
|
4204 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
4205 here if we don't have one.
|
|
4206
|
|
4207 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
4208
|
|
4209 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
4210 efficient UTF8 support
|
|
4211 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
4212 being defined
|
|
4213 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
4214 being defined
|
|
4215
|
442
|
4216 1999-08-23 Didier Verna <didier@xemacs.org>
|
428
|
4217
|
|
4218 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
4219 Some doc strings improvements, and add a star to the `interactive'
|
|
4220 calls.
|
|
4221
|
|
4222 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
4223
|
|
4224 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
4225 keywords and regexpes for javadoc syntax 1.2.
|
|
4226
|
|
4227 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
4228
|
|
4229 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
4230 format-buffers-tab-line.
|
|
4231 (buffers-tab-max-buffer-line-length): new variable.
|
|
4232 (format-buffers-tab-line): new function. truncate names if over
|
|
4233 buffers-tab-max-buffer-line-length.
|
|
4234
|
|
4235 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
4236
|
|
4237 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
4238
|
|
4239 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
4240
|
|
4241 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
4242 brute-force approach to deleting the last buffer.
|
|
4243 (buffers-tab-grouping-regexp): new customizable variable.
|
|
4244 (select-buffers-tab-buffers-by-mode): use it.
|
|
4245
|
|
4246 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
4247
|
|
4248 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
4249 deletion problem.
|
|
4250
|
442
|
4251 1999-07-30 Didier Verna <didier@xemacs.org>
|
428
|
4252
|
|
4253 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
4254 of princ to output symbols.
|
|
4255 (custom-save-face-internal): ditto.
|
|
4256 (custom-save-resets): ditto.
|
|
4257
|
442
|
4258 1999-08-09 Didier Verna <didier@xemacs.org>
|
428
|
4259
|
|
4260 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
4261 `regexp-quote' to protect the major mode name for use as a regular
|
|
4262 expression (c++ needs this for instance).
|
|
4263
|
|
4264 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
4265
|
|
4266 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
4267 cope with similar mode names.
|
|
4268
|
|
4269 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
4270 function.
|
|
4271 (select-buffers-tab-buffers-by-mode): new function.
|
|
4272 (buffers-tab-items): use it if set to only display buffers in the
|
|
4273 tab in the current buffer's group..
|
|
4274 (update-tab-in-gutter): use new api.
|
|
4275 (remove-buffer-from-gutter-tab): ditto.
|
|
4276
|
|
4277 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
4278 default to 6.
|
|
4279 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
4280 (add-tab-to-gutter): set face as default.
|
|
4281
|
|
4282 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
4283
|
|
4284 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
4285 with the target, not replace it.
|
|
4286
|
|
4287 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
4288
|
|
4289 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
4290 buffer-items.
|
|
4291 (update-tab-in-gutter): use it.
|
|
4292
|
|
4293 * gutter-items.el (record-buffer-hook): set.
|
|
4294
|
|
4295 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
4296 change.
|
|
4297 (switch-to-buffer-hook) deleted.
|
|
4298
|
|
4299 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
4300
|
|
4301 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
4302 as an argument to create-frame-hook.
|
|
4303
|
|
4304 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4305
|
|
4306 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
4307 instead of timer emulation.
|
|
4308
|
|
4309 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
4310
|
|
4311 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
4312 Emacs isearch enhancements.
|
|
4313
|
|
4314 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
4315
|
|
4316 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
4317 all devices that support tab controls.
|
|
4318 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
4319 value for kill-buffer-hook.
|
|
4320
|
|
4321 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
4322
|
|
4323 * auto-show.el (auto-show-truncationp): changed to match
|
|
4324 `window_translation_on'
|
|
4325
|
|
4326 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4327
|
|
4328 * XEmacs 21.2.19 is released
|
|
4329
|
|
4330 1999-07-28 SL Baur <steve@miho>
|
|
4331
|
|
4332 * code-files.el (insert-file-contents): Fix docstring.
|
|
4333 revert previous change.
|
|
4334
|
|
4335 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4336
|
|
4337 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
4338 contain word-across-newline plus one character so that filling
|
|
4339 Japanese and Chinese works as desired.
|
|
4340 * simple.el (do-auto-fill): Ditto.
|
|
4341
|
|
4342 1999-07-26 SL Baur <steve@miho>
|
|
4343
|
|
4344 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
4345 method.
|
|
4346 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4347
|
|
4348 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
4349
|
|
4350 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
4351 able to use cl-macs macro in early lisp.
|
|
4352
|
|
4353 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
4354
|
|
4355 * custom.el:
|
|
4356 * cus-face.el:
|
|
4357 * cus-edit.el:
|
|
4358 Massive custom Theme API changes.
|
|
4359
|
|
4360 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4361
|
|
4362 * code-files.el (insert-file-contents): Regard
|
|
4363 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
4364
|
|
4365 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4366
|
|
4367 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
4368 bootstrapping problem with C locale.
|
|
4369
|
|
4370 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
4371
|
|
4372 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
4373 gutter-items in a less than functional XEmacs.
|
|
4374 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
4375
|
|
4376 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
4377
|
|
4378 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
4379 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
4380 t.
|
|
4381
|
|
4382 1999-07-22 SL Baur <steve@miho>
|
|
4383
|
|
4384 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
4385
|
|
4386 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
4387
|
|
4388 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
4389 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
4390 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
4391 modular enough to use as an efficient scripting tool.)
|
|
4392
|
|
4393 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4394
|
|
4395 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
4396 coding-category `utf-8' and `ucs-4' if they are available.
|
|
4397
|
|
4398 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4399
|
|
4400 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
4401 (prefer-coding-system): Fix DOC-string.
|
|
4402
|
|
4403 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
4404 DOC-string too.
|
|
4405
|
|
4406 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
4407 Mule.
|
|
4408 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
4409
|
|
4410 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4411
|
|
4412 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
4413 instead of `list-coding-system'.
|
|
4414
|
|
4415 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4416
|
|
4417 * menubar-items.el (default-menubar): `select-input-method' was
|
|
4418 renamed to `set-input-method'.
|
|
4419
|
|
4420 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4421 "Set Language Environment" menu.
|
|
4422
|
|
4423 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4424 "Describe Language Support" menu.
|
|
4425
|
|
4426 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4427
|
|
4428 * mule/chinese.el ("Chinese-GB"): Rename
|
|
4429 `chinese-gb-environment-setup-function' to
|
|
4430 `setup-chinese-gb-environment-internal'.
|
|
4431
|
|
4432 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4433
|
|
4434 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
4435 `copy-coding-system'.
|
|
4436
|
|
4437 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4438
|
|
4439 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4440 Treat duplicated coding-categories.
|
|
4441
|
|
4442 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4443
|
|
4444 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
4445 `copy-coding-system'.
|
|
4446
|
|
4447 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4448
|
|
4449 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
4450 coding-system `viscii'.
|
|
4451
|
|
4452 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4453
|
|
4454 * mule/cyrillic.el:
|
|
4455 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
4456 (cyrillic-alternativnyj-decode-table): New variable.
|
|
4457 (cyrillic-alternativnyj-encode-table): New variable.
|
|
4458 - Specify `iso-8-1' as a category of coding-system
|
|
4459 `alternativnyj'.
|
|
4460 - Abolish general Cyrillic environment.
|
|
4461
|
|
4462 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4463
|
|
4464 * mule/chinese.el:
|
|
4465 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
4466 - Register `chinese-gb-environment-setup-function' as a
|
|
4467 `setup-function' of "Chinese-GB" environment.
|
|
4468
|
|
4469 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4470
|
|
4471 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
4472 optional argument `parents'.
|
|
4473
|
|
4474 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
4475 property for Thai-XTIS.
|
|
4476
|
|
4477 * mule/mule-help.el (help-with-tutorial): Use property
|
|
4478 `tutorial-coding-system' of language-info as a coding-system to
|
|
4479 read tutorial file.
|
|
4480
|
|
4481 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4482
|
|
4483 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
4484 `exit-function'.
|
|
4485
|
|
4486 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4487 `set-coding-category-system' to set up coding-system for
|
|
4488 coding-category.
|
|
4489
|
|
4490 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4491 `set-coding-category-system' to set up coding-system for
|
|
4492 coding-category.
|
|
4493
|
|
4494 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4495
|
|
4496 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
4497 Thai-XTIS environment.
|
|
4498
|
|
4499 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4500 `find-coding-system' instead of `coding-system-p'.
|
|
4501
|
|
4502 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4503
|
|
4504 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4505 Modify eol-type for XEmacs.
|
|
4506
|
|
4507 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
4508
|
|
4509 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
4510 function.
|
|
4511 (prefer-coding-system): Don't call
|
|
4512 `update-coding-systems-internal'; use function
|
|
4513 `coding-category-list' instead of variable `coding-category-list';
|
|
4514 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
4515 modify `eol-type' for XEmacs.
|
|
4516
|
|
4517 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
4518 `charset-columns'.
|
|
4519 (char-width): Likewise.
|
|
4520
|
|
4521 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4522
|
|
4523 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
4524 `tis-620'.
|
|
4525
|
|
4526 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4527 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
4528 call `update-coding-systems-internal'.
|
|
4529
|
|
4530 * mule/mule-misc.el (coding-system-get): New function.
|
|
4531 (coding-system-put): New function.
|
|
4532 (coding-system-category): New function.
|
|
4533
|
|
4534 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4535
|
|
4536 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
4537 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
4538 to avoid conflict with leim/quail/thai-xtis.
|
|
4539
|
|
4540 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
4541 to thai-xtis-chars.el.
|
|
4542
|
|
4543 * mule/thai-xtis-chars.el: New file (split from
|
|
4544 mule/thai-xtis.el).
|
|
4545
|
|
4546 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4547
|
|
4548 * mule/thai-xtis.el:
|
|
4549 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
4550 - Add syntax entries.
|
|
4551 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
4552 `tis-620'.
|
|
4553
|
|
4554 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
4555
|
|
4556 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
4557 rewritten to use write-multibyte-character.
|
|
4558
|
|
4559 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4560
|
|
4561 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
4562 of `iso-2022-7'.
|
|
4563 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
4564 ported yet.
|
|
4565 (read-input-method-name): Treat optional argument `default'.
|
|
4566
|
|
4567 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4568
|
|
4569 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
4570 all.
|
|
4571 (set-language-info-alist): Set up menus here.
|
|
4572
|
|
4573 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4574
|
|
4575 * minibuf.el (completing-read): Add new optional argument
|
|
4576 `default'.
|
|
4577 (read-coding-system): Add new optional argument
|
|
4578 `default-coding-system'.
|
|
4579
|
|
4580 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
4581
|
|
4582 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
4583 (viet-viscii-...->viet-vscii...).
|
|
4584
|
|
4585 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
4586
|
|
4587 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
4588 and menus.
|
|
4589
|
|
4590 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
4591
|
|
4592 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
4593 property.
|
|
4594
|
|
4595 1999-03-30 Dave Love <fx@gnu.org>
|
|
4596
|
|
4597 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
4598
|
|
4599 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
4600
|
|
4601 * mule/european.el (setup-slovenian-environment): New function.
|
|
4602 ("Slovenian"): New language environment.
|
|
4603
|
|
4604 1999-01-27 Dave Love <fx@gnu.org>
|
|
4605
|
|
4606 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
4607 :type (choices) and appropriate :get.
|
|
4608
|
|
4609 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
4610
|
|
4611 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
4612 input-method-alist.
|
|
4613
|
|
4614 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
4615
|
|
4616 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
4617 set-coding-priority, so that the internal array of priorities is
|
|
4618 also updated.
|
|
4619
|
|
4620 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4621
|
|
4622 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
4623 requires specific EOL conversion type, make the default coding
|
|
4624 systems use that.
|
|
4625
|
|
4626 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4627
|
|
4628 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
4629 eol-type to set-language-environment-coding-systems.
|
|
4630 (set-default-coding-systems): Copy the eol-type property for the
|
|
4631 new default values of {buffer-file,process}-coding-system from the
|
|
4632 old defaults.
|
|
4633 (set-language-environment-coding-systems): Accept an optional
|
|
4634 argument EOL-TYPE, and set the eol-type property of the default
|
|
4635 coding systems accordingly.
|
|
4636
|
|
4637 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
4638
|
|
4639 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
4640 use generate-new-buffer instead of get-buffer-create.
|
|
4641
|
|
4642 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4643
|
|
4644 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
4645
|
|
4646 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
4647
|
|
4648 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
4649
|
|
4650 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4651
|
|
4652 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
4653 Add apropos-inhibit property.
|
|
4654 (describe-specified-language-support): Likewise.
|
|
4655
|
|
4656 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4657
|
|
4658 * mule/mule-cmds.el: Doc fixes.
|
|
4659
|
|
4660 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
4661
|
|
4662 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
4663 modified.
|
|
4664
|
|
4665 1998-09-01 Dave Love <fx@gnu.org>
|
|
4666
|
|
4667 * mule/mule-cmds.el (current-language-environment): Fix
|
|
4668 setter function.
|
|
4669
|
|
4670 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
4671
|
|
4672 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
4673 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
4674 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
4675 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
4676 files using interpreted code.
|
|
4677
|
|
4678 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
4679
|
|
4680 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
4681 ("Latin-2"): Likewise.
|
|
4682
|
|
4683 1998-08-18 Per Starback <starback@update.uu.se>
|
|
4684
|
|
4685 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
4686
|
|
4687 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
4688
|
|
4689 * mule/european.el: Give proper value of `input-method' key to all
|
|
4690 lang. env.
|
|
4691
|
|
4692 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
4693 the arg INPUT-METHOD is nil correctly.
|
|
4694 (read-multilingual-string): Activate the specified input method
|
|
4695 before calling read-string. Afterward, activate the original
|
|
4696 input method.
|
|
4697
|
|
4698 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
4699
|
|
4700 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4701 (set-language-info-alist): Fix typo in doc-string.
|
|
4702
|
|
4703 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
4704
|
|
4705 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
4706
|
|
4707 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4708 (reset-language-environment): New function for the job that
|
|
4709 setup-english-environment used to do.
|
|
4710 (set-language-environment): Do more setups according to the info
|
|
4711 in language-info-alist.
|
|
4712 (read-language-name): Handle the case that the arg KEY is nil.
|
|
4713 (describe-language-environment): Handle input-method property.
|
|
4714
|
|
4715 * mule/: All files under this directory, which related with
|
|
4716 specific languages (such as mule/european.el, mule/greek.el,
|
|
4717 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
4718 (setup-XXX-environment): Just call set-language-environment. If
|
|
4719 they used to do some other jobs than what done by
|
|
4720 set-language-environment, those jobs are done in
|
|
4721 setup-XXX-environment-internal now.
|
|
4722 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
4723 the value to setup-XXX-environment-internal. Add properties
|
|
4724 input-method and features.
|
|
4725
|
|
4726 * mule/english.el (setup-english-environment): Just call
|
|
4727 reset-language-environment.
|
|
4728
|
|
4729 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
4730
|
|
4731 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4732
|
|
4733 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
4734 (input-method-use-echo-area): Doc fixes.
|
|
4735
|
|
4736 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
4737
|
|
4738 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
4739 variable.
|
|
4740 (input-method-use-echo-area): New variable.
|
|
4741
|
|
4742 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
4743
|
|
4744 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4745
|
|
4746 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
4747
|
|
4748 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
4749 (inactivate-input-method): Likewise.
|
|
4750
|
|
4751 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
4752
|
|
4753 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
4754 input method in the current buffer, but just bind
|
|
4755 current-input-method.
|
|
4756
|
|
4757 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
4758
|
|
4759 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
4760
|
|
4761 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
4762 coding-system.
|
|
4763
|
|
4764 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
4765
|
|
4766 * mule/greek.el: Add coding-priority.
|
|
4767
|
|
4768 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4769
|
|
4770 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
4771 LANG-ENV.
|
|
4772
|
|
4773 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4774
|
|
4775 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
4776 (setup-specified-language-environment): Doc fix.
|
|
4777
|
|
4778 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4779
|
|
4780 * mule/mule-cmds.el: Several doc fixes.
|
|
4781 (get-language-info, set-language-info): Rename argument.
|
|
4782 (set-language-info-alist): Likewise.
|
|
4783 (register-input-method): Rename argument.
|
|
4784 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
4785
|
|
4786 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
4787
|
|
4788 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
4789 default value while reading an input method.
|
|
4790
|
|
4791 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
4792
|
|
4793 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
4794 Use buffer-file-coding-system as default.
|
|
4795
|
|
4796 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
4797
|
|
4798 * mule/korean.el ("Korean"): Doc fix.
|
|
4799
|
|
4800 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
4801
|
|
4802 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
4803 languge environment at the head.
|
|
4804
|
|
4805 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
4806
|
|
4807 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
4808 for Japanese environment.
|
|
4809
|
|
4810 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
4811
|
|
4812 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
4813 (current-language-environment): Use defcustom.
|
|
4814 (default-input-method): Specify :type.
|
|
4815
|
|
4816 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
4817
|
|
4818 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4819 modified.
|
|
4820 (prefer-coding-system): Doc-string modified.
|
|
4821
|
|
4822 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4823
|
|
4824 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
4825 describes `coding-priority' KEY.
|
|
4826 (set-language-environment-coding-systems): New function.
|
|
4827 (select-safe-coding-system): New function.
|
|
4828 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
4829 (set-language-info-alist): New optionla arg PARENTS. Call
|
442
|
4830 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
428
|
4831 (set-language-environment-coding-systems): New function.
|
|
4832
|
|
4833 * mule/chinese.el: Remove setting up of
|
|
4834 describe-chinese-environment-map and
|
|
4835 setup-chinese-environment-map. Exclude them in args of calls to
|
|
4836 set-language-info-alist. Register coding-priority key in
|
|
4837 language-info-alist.
|
|
4838
|
|
4839 * mule/cyrillic.el: Remove setting up of
|
|
4840 describe-cyrillic-environment-map and
|
|
4841 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
4842 set-language-info-alist. Register coding-priority key in
|
|
4843 language-info-alist.
|
|
4844
|
|
4845 * mule/english.el: Register coding-priority key in
|
|
4846 language-info-alist.
|
|
4847
|
|
4848 * mule/ethiopic.el: Register coding-priority key in
|
|
4849 language-info-alist.
|
|
4850
|
|
4851 * mule/european.el: Remove setting up of
|
|
4852 describe-european-environment-map and
|
|
4853 setup-european-environment-map. Exclude them in args of calls to
|
|
4854 set-language-info-alist. Register coding-priority key in
|
|
4855 language-info-alist. Add "German" language env.
|
|
4856 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
4857 (setup-german-environment): New function.
|
|
4858
|
|
4859 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
4860 change default input method to "greek-postfix".
|
|
4861
|
|
4862 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
4863 coding-priority key in
|
|
4864
|
|
4865 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
4866
|
|
4867 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
4868 (input-method-inactivate-hook): Doc fix.
|
|
4869
|
|
4870 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
4871
|
|
4872 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
4873 select-input-method.
|
|
4874
|
|
4875 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
4876
|
|
4877 * mule/mule-cmds.el (set-language-environment): Run
|
|
4878 exit-language-environment-hook before calling `exit-function'
|
|
4879 which is specified for the language environment.
|
|
4880
|
|
4881 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
4882
|
|
4883 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4884 modified.
|
|
4885 (prefer-coding-system): Likewise.
|
|
4886 (describe-language-environment): Print aliases of each coding
|
|
4887 system.
|
|
4888 (set-language-environment-hook): New variable.
|
|
4889 (exit-language-environment-hook): New variable.
|
|
4890 (set-language-environment): Call these hooks. Before setting a
|
|
4891 new language environment, exit from the
|
|
4892 current-language-environment if necessary.
|
|
4893 (input-method-verbose-flag): The value can be nil, t,
|
|
4894 complex-only, or default.
|
|
4895 (input-method-highlight-flag): Doc-string augmented.
|
|
4896 (activate-input-method): Check if we can run the registered
|
|
4897 function to activate an input method.
|
|
4898
|
|
4899 * mule/korean.el: Set exit-function for language environment
|
|
4900 "Korean" to exit-korean-environment.
|
|
4901 (setup-korean-environment): Moved to korea-util.el.
|
|
4902
|
|
4903 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4904
|
|
4905 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
4906 current-input-method prior to default-input-method. Don't bind
|
|
4907 current-input-method by `let', instead, activate the specified
|
|
4908 input method in the current buffer temporarily.
|
|
4909
|
|
4910 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
4911
|
|
4912 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
4913
|
|
4914 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4915
|
|
4916 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
4917 decode-hz-region.
|
|
4918 (pre-write-encode-hz): Do not change the value of
|
|
4919 last-coding-system.
|
|
4920
|
|
4921 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4922
|
|
4923 * mule/mule-ccl.el: Doc fixes.
|
|
4924
|
|
4925 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
4926
|
|
4927 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
4928 (check-ccl-program): New macro.
|
|
4929
|
|
4930 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4931
|
|
4932 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
4933 (ccl-command-table): Add read-multibyte-character and
|
|
4934 write-multibyte-character.
|
|
4935 (ccl-code-table): Add ex-cmd.
|
|
4936 (ccl-extended-code-table): New variable.
|
|
4937 (ccl-embed-extended-command): New function.
|
|
4938 (ccl-compile-read-multibyte-character,
|
|
4939 ccl-compile-write-multibyte-character) New functions.
|
|
4940 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
4941 ccl-dump-write-multibyte-character): New functions.
|
|
4942
|
|
4943 1999-07-22 SL Baur <steve@miho>
|
|
4944
|
|
4945 * config.el (config-value-file): config.values is installed into
|
|
4946 doc-directory.
|
|
4947 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
4948
|
442
|
4949 1999-07-19 Didier Verna <didier@xemacs.org>
|
428
|
4950
|
|
4951 * rect.el: all functions rewritten, except when noted. Below is a
|
|
4952 list of interface changes.
|
|
4953 (apply-on-rectangle): new function. Obsoletes
|
|
4954 `operate-on-rectangle'. All functions that used to call this
|
|
4955 function now call the new one.
|
|
4956 (kill-rectangle): added optional prefix arg to fill lines.
|
|
4957 (delete-rectangle): ditto.
|
|
4958 (delete-extract-rectangle): ditto.
|
|
4959 (open-rectangle): ditto.
|
|
4960 (clear-rectangle): ditto.
|
|
4961 (delete-rectangle-line): added third arg FILL.
|
|
4962 (delete-extract-rectangle-line): ditto.
|
|
4963 (open-rectangle-line): ditto.
|
|
4964 (clear-rectangle-line): ditto.
|
|
4965
|
|
4966 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
4967
|
|
4968 * menubar-items.el (default-menubar): add gutter options.
|
|
4969
|
|
4970 * gutter-items.el: new file.
|
|
4971 (gutter): new group for custom.
|
|
4972 (gutter-visible-p): new variable.
|
|
4973 (default-gutter-position): ditto.
|
|
4974 (buffers-tab): new group for the buffers tab.
|
|
4975 (gutter-buffers-tab): widget to put in the gutter.
|
|
4976 (buffers-tab-max-size): max number of tabs.
|
|
4977 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
4978 tab is pressed.
|
|
4979 (buffers-tab-omit-function): filter buffers with this function.
|
|
4980 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
4981 inclusion in tabs.
|
|
4982 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
4983 the record.
|
|
4984 (build-buffers-tab-internal): build a list of tab items.
|
|
4985 (buffers-tab-items): ditto.
|
|
4986 (add-tab-to-gutter): put a tab in the gutter area.
|
|
4987 (update-tab-in-gutter): reset the buffers in the tab.
|
|
4988
|
|
4989 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
4990
|
|
4991 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
4992 (switch-to-buffer-hooks): new hook.
|
|
4993
|
|
4994 * toolbar.el (default-toolbar-position): fix typo.
|
|
4995
|
|
4996 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
4997
|
|
4998 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
4999
|
442
|
5000 1999-07-15 Didier Verna <didier@xemacs.org>
|
428
|
5001
|
|
5002 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
5003 prompt for a comment string.
|
|
5004 (customize-set-value): optional prefix makes this function handle
|
|
5005 variable comments.
|
|
5006 (customize-set-variable): ditto.
|
|
5007 (customize-save-variable): ditto.
|
|
5008 (customize-customized): handle custom comments.
|
|
5009 (customize-save-customized): ditto.
|
|
5010 (custom-variable-state-set): ditto.
|
|
5011 (custom-face-state-set): ditto.
|
|
5012 (customize-saved): ditto.
|
|
5013 (custom-variable-set): ditto.
|
|
5014 (custom-face-set): ditto.
|
|
5015 (custom-variable-save): ditto.
|
|
5016 (custom-face-save): ditto.
|
|
5017 (custom-variable-reset-saved): ditto.
|
|
5018 (custom-face-reset-saved): ditto.
|
|
5019 (custom-variable-reset-standard): ditto.
|
|
5020 (custom-face-reset-standard): ditto.
|
|
5021 (custom-comment-face): new face.
|
|
5022 (custom-comment-tag-face): ditto.
|
|
5023 (custom-comment): new widget.
|
|
5024 (custom-comment-create): new function.
|
|
5025 (custom-comment-delete): ditto.
|
|
5026 (custom-comment-value-set): ditto.
|
|
5027 (custom-comment-show): ditto.
|
|
5028 (custom-comment-invisible-p): ditto.
|
|
5029 (custom-variable-value-create): create a comment field widget.
|
|
5030 (custom-face-value-create): ditto.
|
|
5031 (custom-variable-menu): new entry for adding a custom comment.
|
|
5032 (custom-face-menu): ditto.
|
|
5033 (custom-save-variables): possibly save custom comments.
|
|
5034 (custom-save-faces): ditto.
|
|
5035
|
|
5036 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
5037 custom comment as fourth argument.
|
|
5038
|
|
5039 * custom.el (custom-set-variables): the arguments can now have a
|
|
5040 custom comment as fifth element.
|
|
5041
|
|
5042 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5043
|
|
5044 * XEmacs 21.2.18 is released
|
|
5045
|
|
5046 1999-07-13 SL Baur <steve@miho>
|
|
5047
|
|
5048 * lib-complete.el (read-library-name): Revert previous change.
|
|
5049 (read-library): Ditto.
|
|
5050
|
|
5051 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
5052
|
|
5053 * packages.el (packages-package-list): Capitalize docstring.
|
|
5054
|
|
5055 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
5056 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
5057 which returns a freshly consed list. #'append would create yet
|
|
5058 another fresh list, using Fmake_list in concat.
|
|
5059
|
|
5060 * packages.el (package-provide): Use setq with remassq like it
|
|
5061 says in its docstring.
|
|
5062
|
|
5063 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5064
|
|
5065 * lib-complete.el (progn-with-message): Fix typo.
|
|
5066
|
|
5067 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5068
|
|
5069 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
5070 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
5071
|
|
5072 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
5073
|
|
5074 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
5075
|
|
5076 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
5077
|
|
5078 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
5079 keys if already bound
|
|
5080
|
|
5081 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5082
|
|
5083 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
5084
|
|
5085 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5086
|
|
5087 * lib-complete.el (find-library):
|
|
5088 (find-library-other-window):
|
|
5089 (find-library-other-frame): Completely rewrote
|
|
5090 so that these functions actually work when called non-interactively.
|
|
5091 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
5092
|
|
5093 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5094
|
|
5095 * simple.el (indent-new-comment-line): Locally bound
|
|
5096 `block-comment-start' to `comstart' or else when this is called
|
|
5097 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
5098 `block-comment-start' value, ignoring any existing spacing after a
|
|
5099 comment prefix in the previous line and producing ugly comments.
|
|
5100
|
|
5101 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
5102
|
|
5103 * list-mode.el (mouse-choose-completion):
|
|
5104 (choose-completion):
|
|
5105 (completion-switch-to-minibuffer): Added.
|
|
5106 ([Tab]): [Tab] previously switched to the minibuffer
|
|
5107 but since [space] does that and since most applications in the
|
|
5108 world use [Tab] to select the next item in a list, do that in the
|
|
5109 *Completions* buffer too. This will cause the least confusion
|
|
5110 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
5111 06/23/1999.
|
|
5112
|
|
5113 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
5114
|
|
5115 * help.el (help-buffer-name): Added support for a null value
|
|
5116 of `help-buffer-prefix-string' since some buffers require no
|
|
5117 prefix.
|
|
5118
|
|
5119 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5120
|
|
5121 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
5122 in the completion-list-mode-map to bury the completions buffer
|
|
5123 even when the minibuffer is no longer active.
|
|
5124
|
|
5125 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5126
|
|
5127 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
5128 the text cursor disappear within list buffers, especially when
|
|
5129 moving from window to window, so leave it visible.
|
|
5130
|
|
5131 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
5132
|
|
5133 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
5134 report menu item (which may not be possible in this XEmacs).
|
|
5135 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
5136
|
|
5137 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
5138
|
|
5139 * subr.el (with-current-buffer): DOC string fix.
|
|
5140 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
5141
|
|
5142 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
5143
|
|
5144 * cus-face.el (custom-face-italic): insert missing args
|
|
5145
|
|
5146 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5147
|
|
5148 * packages.el (package-locations): Changed default early package
|
|
5149 hierarchies to ~/.xemacs/mule-packages and
|
|
5150 ~/.xemacs/xemacs-packages.
|
|
5151
|
|
5152 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
5153
|
|
5154 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
5155
|
|
5156 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5157
|
|
5158 * packages.el (package-locations): Changed default early package
|
|
5159 hierarchy to ~/.xemacs/packages.
|
|
5160 (package-locations): Removed `packages' as a possible name for a
|
|
5161 late package hierarchy.
|
|
5162
|
|
5163 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5164
|
|
5165 * mule/mule-category.el (word-combining-categories): Set up new
|
|
5166 variable.
|
|
5167 (word-separating-categories): Likewise.
|
|
5168
|
|
5169 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5170
|
|
5171 * XEmacs 21.2.17 is released
|
|
5172
|
|
5173 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
5174
|
|
5175 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
5176 of font size.
|
|
5177
|
|
5178 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5179
|
|
5180 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
5181 is 1.
|
|
5182
|
|
5183 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5184
|
|
5185 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
5186 8859-5 instead of ISO 8859-1.
|
|
5187
|
|
5188 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
5189
|
|
5190 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
5191 (viet-viscii-encode-table): Ditto.
|
|
5192
|
|
5193 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
5194 Make obsolete definition of char-octet.
|
|
5195
|
|
5196 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
5197
|
|
5198 * subr.el: Move no-Mule make-char ...
|
|
5199 * help-nomule.el (make-char): To here.
|
|
5200 (string-width): Make Mule compatibility alias.
|
|
5201
|
|
5202 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
5203
|
|
5204 * select.el (get-selection-no-error): really make there be no-error.
|
|
5205 (get-selection): revert to original.
|
|
5206
|
|
5207 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
5208
|
|
5209 * select.el (selection-sets-clipboard): renamed.
|
|
5210 (own-selection): use it.
|
|
5211
|
|
5212 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5213
|
|
5214 * XEmacs 21.2.16 is released
|
|
5215
|
|
5216 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5217
|
|
5218 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
5219 missing characters to avoid crash.
|
|
5220
|
|
5221 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5222
|
|
5223 * coding.el (set-terminal-coding-system): Only set the console
|
|
5224 coding system on the selected console if it is a tty.
|
|
5225
|
|
5226 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5227
|
|
5228 * cus-face.el:
|
|
5229 * cus-edit.el:
|
|
5230 * faces.el:
|
|
5231 (custom):
|
|
5232 (face-spec-set):
|
|
5233 * faces.el (frob-face-property):
|
|
5234 * font-menu.el (font-menu-set-font):
|
|
5235 Actually apply changes from 1999-03-17
|
|
5236
|
|
5237 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
5238
|
|
5239 * select.el (get-selection): abstract out non error-signalling
|
|
5240 part.
|
|
5241 (get-selection-no-error): get-selection without signalling an
|
|
5242 error.
|
|
5243 (selection-is-clipboard-p): new variable. controls whether the
|
|
5244 selection sets the clipboard.
|
|
5245 (own-selection): use it.
|
|
5246
|
|
5247 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
5248 primary selection and cutbuffer.
|
|
5249
|
|
5250 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
5251
|
|
5252 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
5253 selection functions.
|
|
5254
|
|
5255 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5256
|
|
5257 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
5258 default value.
|
|
5259 (load): Use `raw-text' instead of `no-conversion'.
|
|
5260 (insert-file-contents): Likewise.
|
|
5261
|
|
5262 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
5263 of `no-conversion'.
|
|
5264
|
|
5265 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5266
|
|
5267 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
5268
|
|
5269 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
5270
|
|
5271 * subr.el (make-char): Define it if Mule is not around.
|
|
5272
|
|
5273 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
5274
|
|
5275 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
5276
|
|
5277 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
5278 obsolete alias.
|
|
5279 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
5280
|
|
5281 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5282
|
|
5283 * XEmacs 21.2.15 is released
|
|
5284
|
|
5285 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
5286
|
|
5287 * subr.el (split-string): Avoid infinite looping
|
|
5288
|
|
5289 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5290
|
|
5291 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
5292 (ldap-default-attribute-decoder): New variable
|
|
5293 (ldap-coding-system): New variable
|
|
5294 (ldap-attribute-syntax-encoders): New variable
|
|
5295 (ldap-attribute-syntax-decoders): New variable
|
|
5296 (ldap-attribute-syntaxes-alist): New variable
|
|
5297 (ldap-encode-boolean): New function
|
|
5298 (ldap-decode-boolean): New function
|
|
5299 (ldap-encode-country-string): New function
|
|
5300 (ldap-decode-string): New function
|
|
5301 (ldap-decode-address): New function
|
|
5302 (ldap-encode-address): New function
|
|
5303 (ldap-decode-attribute): New function
|
|
5304 (ldap-search): Use some of these
|
|
5305
|
|
5306 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
5307
|
|
5308 * version.el (emacs-version): Make the patch level/beta come
|
|
5309 before the XEmacs qualifier so that it gets into (funcall
|
|
5310 emacs-version) and thus in the bug reports.
|
|
5311 (emacs-version>=): Support patch levels.
|
|
5312
|
|
5313 1999-06-03 SL Baur <steve@xemacs.org>
|
|
5314
|
|
5315 * version.el: implement x.y.z version number
|
|
5316 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5317
|
|
5318 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
5319
|
|
5320 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
5321
|
|
5322 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
5323
|
|
5324 * startup.el: Document -private and break out non-standard X options.
|
|
5325
|
|
5326 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5327
|
|
5328 * mule/mule-charset.el (charset-after): New function.
|
|
5329 (charset-direction): Synch with Mule, update docstring.
|
|
5330 (get-charset-property): New function.
|
|
5331 (put-charset-property): New function.
|
|
5332 (charset-plist): New function.
|
|
5333
|
|
5334 * mule/mule-charset.el (compose-region):
|
|
5335 (decompose-region): remove; these functions (which don't work
|
|
5336 since we don't do composite characters) have been moved to
|
|
5337 mule-util.el.
|
|
5338 (toplevel): follow coding standards
|
|
5339
|
|
5340 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5341
|
|
5342 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
5343 exist any more.
|
|
5344
|
|
5345 * code-files.el: Fix commentary to follow coding standards. Move
|
|
5346 the single line left in mule-files.el to here.
|
|
5347
|
|
5348 * mule/mule-files.el: delete.
|
|
5349
|
|
5350 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
5351
|
|
5352 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
5353 old emacs 19 interface.
|
|
5354
|
|
5355 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
5356
|
|
5357 * x-font-menu.el (x-font-menu-load-font):
|
|
5358 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
5359
|
|
5360 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
5361
|
|
5362 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
5363 group.
|
|
5364 (font-menu-this-frame-only-p): ditto.
|
|
5365 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
5366 <vroonhof@math.ethz.ch>
|
|
5367 (font-menu-submenu-name-format): ditto.
|
|
5368 (font-menu-split-long-menu): ditto, for use by the family
|
|
5369 constructor.
|
|
5370 (font-menu-family-constructor): use it.
|
|
5371
|
|
5372 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
5373
|
|
5374 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
5375 for use by the font menu.
|
|
5376
|
|
5377 * msw-font-menu.el: new file implementing mswindows specific
|
|
5378 font-menu behaviour.
|
|
5379 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
5380 (mswindows-font-menu-junk-families): ditto.
|
|
5381 (hack-font-truename): ditto.
|
|
5382 (mswindows-font-regexp-ascii): ditto.
|
|
5383 (mswindows-reset-device-font-menus): ditto.
|
|
5384 (mswindows-font-menu-font-data): ditto.
|
|
5385 (mswindows-font-menu-load-font): ditto.
|
|
5386
|
|
5387 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
5388 (x-font-menu-font-data): ditto.
|
|
5389 (x-font-menu-load-font): ditto.
|
|
5390
|
|
5391 * font-menu.el: new file implementing generic font menu behaviour.
|
|
5392 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
5393 made device independent.
|
|
5394 (font-menu-this-frame-only-p): ditto.
|
|
5395 (font-menu-preferred-resolution): ditto.
|
|
5396 (font-menu-size-scaling): new variable used to determine whether
|
|
5397 sizes are in points or tenths of a point.
|
|
5398 (vassoc): moved from x-font-menu.el.
|
|
5399 (device-fonts-cache): ditto.
|
|
5400 (device-fonts-cache): ditto.
|
|
5401 (flush-device-fonts-cache): ditto.
|
|
5402 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
5403 device independent. Most functionality deferred to
|
|
5404 device-dependent versions.
|
|
5405 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
5406 made device independent.
|
|
5407 (font-menu-size-constructor): ditto.
|
|
5408 (font-menu-weight-constructor): ditto.
|
|
5409 (font-menu-set-font): ditto.
|
|
5410 (font-menu-change-face): ditto.
|
|
5411 (font-menu-load-font): new device method.
|
|
5412 (font-menu-font-data): ditto.
|
|
5413
|
|
5414 * x-font-menu.el: The above functions deleted.
|
|
5415
|
|
5416 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
5417
|
|
5418 * update-elc.el:
|
|
5419 * make-docfile.el:
|
|
5420 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
5421
|
|
5422 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
5423
|
|
5424 * x-select.el (x-select-convert-to-text):
|
|
5425 (x-selected-text-type):
|
|
5426 (x-get-selection):
|
|
5427 (xselect-convert-to-string):
|
|
5428 (xselect-convert-to-compound-text):
|
|
5429 (xselect-convert-to-length):
|
|
5430 (xselect-convert-to-targets):
|
|
5431 (xselect-convert-to-delete):
|
|
5432 (xselect-convert-to-filename):
|
|
5433 (xselect-convert-to-charpos):
|
|
5434 (xselect-convert-to-lineno):
|
|
5435 (xselect-convert-to-colno):
|
|
5436 (xselect-convert-to-sourceloc):
|
|
5437 (xselect-convert-to-os):
|
|
5438 (xselect-convert-to-host):
|
|
5439 (xselect-convert-to-user):
|
|
5440 (xselect-convert-to-class):
|
|
5441 (xselect-convert-to-name):
|
|
5442 (xselect-convert-to-integer):
|
|
5443 (xselect-convert-to-atom):
|
|
5444 (xselect-convert-to-identity): functions renamed from x-* and
|
|
5445 moved to select.el.
|
|
5446 (x-get-secondary-selection): use rename get-selection.
|
|
5447 (x-get-clipboard): ditto.
|
|
5448 (x-own-selection): moved to select.el.
|
|
5449 (x-valid-simple-selection-p): ditto.
|
|
5450 (x-dehilight-selection): ditto.
|
|
5451 (x-own-clipboard): ditto.
|
|
5452 (x-disown-selection): ditto.
|
|
5453
|
|
5454 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
5455 (x-insert-selection): ditto.
|
|
5456 (x-set-point-and-move-selection): use renamed function.
|
|
5457
|
|
5458 * select.el (selected-text-type): moved and renamed from
|
|
5459 x-select.el.
|
|
5460 (selection-owner-p): moved to C.
|
|
5461 (selection-exists-p): ditto.
|
|
5462 (get-cutbuffer): new device method.
|
|
5463 (get-selection): generalised and moved from x-select.el.
|
|
5464 (own-selection): moved x-own-selection functionality into here.
|
|
5465 (dehilight-selection): renamed and moved from x-select.el.
|
|
5466 (own-clipboard): functionality moved from x-select.el using new
|
|
5467 generic C builtins.
|
|
5468 (disown-clipboard): ditto.
|
|
5469 (select-convert-to-text):
|
|
5470 (select-convert-to-string):
|
|
5471 (select-convert-to-compound-text):
|
|
5472 (select-convert-to-length):
|
|
5473 (select-convert-to-targets):
|
|
5474 (select-convert-to-delete):
|
|
5475 (select-convert-to-filename):
|
|
5476 (select-convert-to-charpos):
|
|
5477 (select-convert-to-lineno):
|
|
5478 (select-convert-to-colno):
|
|
5479 (select-convert-to-sourceloc):
|
|
5480 (select-convert-to-os):
|
|
5481 (select-convert-to-host):
|
|
5482 (select-convert-to-user):
|
|
5483 (select-convert-to-class):
|
|
5484 (select-convert-to-name):
|
|
5485 (select-convert-to-integer):
|
|
5486 (select-convert-to-atom):
|
|
5487 (select-convert-to-identity): new functions renamed from x-* and
|
|
5488 moved from x-select.el.
|
|
5489
|
|
5490 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
5491 into here and use as the default window-system mouse yank.
|
|
5492 (insert-selection): generalised and moved from x-mouse.el.
|
|
5493 (own-clipboard): moved to C.
|
|
5494
|
|
5495 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
5496 (mswindows-own-selection): generalised and moved to select.el.
|
|
5497 (mswindows-disown-selection): generalised and moved to C.
|
|
5498 (mswindows-selection-owner-p): ditto.
|
|
5499
|
|
5500 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5501
|
|
5502 * XEmacs 21.2.14 is released
|
|
5503
|
|
5504 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5505
|
|
5506 * about.el: update contact info for jason and slb.
|
|
5507
|
|
5508 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5509
|
|
5510 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
5511 support from Emacs/Mule romanian.el.
|
|
5512
|
|
5513 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5514
|
|
5515 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
5516
|
|
5517 * cus-edit.el: idem ditto.
|
|
5518
|
|
5519 * faces.el: Added suport for adding device tags to various functions.
|
|
5520 (custom): New device tag.
|
|
5521 (face-spec-set): Call reset face with tags argument. No longer do
|
|
5522 x-init-global-faces hack.
|
|
5523
|
|
5524 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
5525 frob-face-property-1 over.
|
|
5526
|
|
5527 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
5528 properties to custom.
|
|
5529
|
|
5530 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
5531
|
|
5532 * mule/european.el (setup-czech-environment): Add czech support.
|
|
5533 From David Sauer <davids@orfinet.cz>
|
|
5534
|
|
5535 1999-03-15 SL Baur <steve@xemacs.org>
|
|
5536
|
|
5537 * check-features.el: Turn hard errors into warnings.
|
|
5538
|
|
5539 1999-03-21 SL Baur <steve@xemacs.org>
|
|
5540
|
|
5541 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
5542 xemacs-beta, default to t.
|
|
5543
|
|
5544 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
5545
|
|
5546 * loadup.el: Define Installation-string before loading anything.
|
|
5547
|
|
5548 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5549
|
|
5550 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
5551 From Anders Stenman <stenman@isy.liu.se>
|
|
5552
|
|
5553 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5554
|
|
5555 * wid-edit.el (widget-glyph-find): Ditto.
|
|
5556
|
|
5557 * packages.el (locate-library): Ditto.
|
|
5558
|
|
5559 * loadup.el (really-early-error-handler): Ditto.
|
|
5560
|
|
5561 * lib-complete.el (read-library): Ditto.
|
|
5562
|
|
5563 * faces.el (set-face-stipple): Ditto.
|
|
5564
|
|
5565 * code-files.el (load): Use new calling style of locate-file.
|
|
5566
|
|
5567 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5568
|
|
5569 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
5570 dead.
|
|
5571
|
|
5572 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5573
|
|
5574 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
5575 Installation.el.
|
|
5576
|
|
5577 * loadup.el (Installation-string): Define it here.
|
|
5578
|
|
5579 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5580
|
|
5581 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
5582 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
5583 the dumping process won't find it.
|
|
5584
|
434
|
5585 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
428
|
5586
|
|
5587 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
5588 subr so that we can use `replace-in-string' in Installation.el to
|
|
5589 get rid of C-m chars under the native Windows build.
|
|
5590
|
|
5591 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
5592
|
|
5593 * make-docfile.el: canonicalize file and directory names.
|
|
5594
|
|
5595 * device.el (call-device-method): new function for calling device
|
|
5596 specific methods.
|
|
5597 (define-device-method): new function for defining device methods.
|
|
5598 (define-device-method*): ditto.
|
|
5599
|
|
5600 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
5601
|
|
5602 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
5603
|
|
5604 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5605
|
|
5606 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
5607 (cyrillic-koi8-r-encode-table): Likewise.
|
|
5608 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
5609 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
5610
|
|
5611 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
5612 from vietnamese.el].
|
|
5613
|
|
5614 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
5615 mule/mule-misc.el.
|
|
5616
|
|
5617 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5618
|
|
5619 * mule/thai-xtis.el:
|
|
5620 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
5621 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
5622
|
|
5623 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5624
|
|
5625 * mule/ethiopic.el: fixed.
|
|
5626
|
|
5627 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5628
|
|
5629 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
5630
|
|
5631 * mule/thai-xtis.el: New file.
|
|
5632
|
|
5633 * mule/vietnamese.el: New file.
|
|
5634
|
|
5635 * mule/ethiopic.el: New file.
|
|
5636
|
|
5637 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
5638
|
|
5639 * bytecomp.el (byte-compile-close-variables): Leave
|
|
5640 debug-issue-ebola-notices alone.
|
|
5641
|
|
5642 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5643
|
|
5644 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
5645 at the top of the buffer since it is the most important thing to
|
|
5646 customize
|
|
5647 (ldap-get-host-parameter): New defun
|
|
5648 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
5649 distinguished names of entries
|
|
5650
|
|
5651 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
5652
|
|
5653 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
5654
|
|
5655 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
5656
|
|
5657 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
5658
|
|
5659 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
5660
|
|
5661 * format.el (format-alist): Disable image stuff.
|
|
5662
|
|
5663 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
5664
|
|
5665 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
5666 suffixes rather than the other way around.
|
|
5667 (widget-image-conversion): Renamed to
|
|
5668 `widget-image-file-name-suffixes'.
|
|
5669
|
|
5670 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
5671
|
|
5672 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
5673 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
5674 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
5675 (charset-iso-final-char): Rename from charset-final.
|
|
5676 (charset-width): Rename from charset-columns.
|
|
5677 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
5678
|
|
5679 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
5680 mule-charset.el
|
|
5681
|
|
5682 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
5683
|
|
5684 * x-faces.el (x-make-font-bold-italic): honor
|
|
5685 *try-oblique-before-italic-fonts*
|
|
5686
|
|
5687 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
5688
|
|
5689 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
5690
|
|
5691 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
5692
|
|
5693 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
5694 name.
|
|
5695
|
|
5696 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
5697
|
|
5698 * cl-extra.el (equalp): Would bug out for lists.
|
|
5699
|
|
5700 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
5701
|
|
5702 * about.el (about-hackers): Change cgw's email address
|
|
5703
|
|
5704 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5705
|
|
5706 * XEmacs 21.2.13 is released
|
|
5707
|
|
5708 1999-03-12 SL Baur <steve@xemacs.org>
|
|
5709
|
|
5710 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
5711 behavior.
|
|
5712
|
442
|
5713 1999-01-18 Didier Verna <didier@xemacs.org>
|
428
|
5714
|
|
5715 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
5716 multiple elements in the splash buffer body.
|
|
5717
|
|
5718 * startup.el (splash-frame-timeout): new constant: interval
|
|
5719 between splash buffer elements.
|
|
5720 (command-line-1): handle splash buffer with multiple elements (use
|
|
5721 a timeout).
|
|
5722 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
5723 Rewrote a cleaner and more readable version. This can now be array,
|
|
5724 in which case each element is displayed in turn in the splash buffer.
|
|
5725 (splash-frame-static-body): new constant. Persistent information
|
|
5726 across all splash buffer elements (preserves the possibility to give
|
|
5727 it in different languages.
|
|
5728 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
5729 to circulate through all splash frame elements and display them in
|
|
5730 sequence.
|
|
5731 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
5732 the case of multiple elements in the splash buffer body. Now
|
|
5733 returns a timeout id if multiple elements to display, or nil.
|
|
5734
|
|
5735 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5736
|
|
5737 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
5738 so they can be overridden by x-init-face-from-resources.
|
|
5739 Additionally specify the font name also with an x tag.
|
|
5740
|
|
5741 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
5742
|
|
5743 * package-get.el (package-get-base): autoload.
|
|
5744
|
|
5745 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
5746 custom menu to only be activated when package-base is available.
|
|
5747
|
|
5748 * package-get.el (package-get-custom): don't load
|
|
5749 package-get-custom as it is auto-generated. Fix group definition.
|
|
5750
|
442
|
5751 1999-03-05 Didier Verna <didier@xemacs.org>
|
428
|
5752
|
|
5753 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
5754 instead of `symbol-name' (Thanks Kyle).
|
|
5755
|
|
5756 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
5757 princ to write symbols.
|
|
5758
|
|
5759 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5760
|
|
5761 * XEmacs 21.2.12 is released
|
|
5762
|
|
5763 1999-03-05 SL Baur <steve@xemacs.org>
|
|
5764
|
|
5765 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
5766 From Neal Becker <nbecker@fred.net>
|
|
5767
|
|
5768 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
5769
|
|
5770 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
5771 calls to font-lock during buffer reversion.
|
|
5772
|
442
|
5773 1999-02-12 Didier Verna <didier@xemacs.org>
|
428
|
5774
|
|
5775 * info.el (Info-build-node-completions): unconditionally widen the
|
|
5776 tag table buffer.
|
|
5777
|
|
5778 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
5779
|
|
5780 * x-faces.el (x-init-face-from-resources):
|
|
5781 Only set fonts in the 'x locale.
|
|
5782
|
434
|
5783 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
428
|
5784
|
|
5785 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
5786 `package-admin-delete-binary-package' returning nil since it's
|
|
5787 normal. Reindent function.
|
|
5788 (pui-add-required-packages): Handle case where packages selected
|
|
5789 for installation have never been installed.
|
|
5790
|
|
5791 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
5792
|
|
5793 * menubar-items.el (default-menubar):
|
|
5794 Implement the ``Mule->Set coding system of process'' menu item.
|
|
5795
|
|
5796 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
5797
|
|
5798 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
5799 files
|
|
5800 - Change some `if's to `when's
|
|
5801
|
|
5802 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5803
|
|
5804 * XEmacs 21.2.11 is released
|
|
5805
|
|
5806 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5807
|
|
5808 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
5809 against window close (Fix Bug #460).
|
|
5810 (ask-user-about-lock-dbox): Idem.
|
|
5811
|
|
5812 1999-02-25 SL Baur <steve@xemacs.org>
|
|
5813
|
|
5814 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
5815 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
5816
|
|
5817 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
5818
|
|
5819 * about.el (xemacs-hackers): change andy's email address.
|
|
5820 (about-url-alist): change andy's web page address.
|
|
5821 (about-xemacs): add piper.
|
|
5822
|
|
5823 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5824
|
|
5825 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5826 of mule-base into lisp/mule.
|
|
5827
|
|
5828 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5829
|
|
5830 * mule/arabic.el:
|
|
5831 mule/canna-leim.el:
|
|
5832 mule/chinese.el:
|
|
5833 mule/cyrillic.el:
|
|
5834 mule/english.el:
|
|
5835 mule/european.el:
|
|
5836 mule/greek.el:
|
|
5837 mule/hebrew.el:
|
|
5838 mule/japanese.el:
|
|
5839 mule/kinsoku.el:
|
|
5840 mule/korean.el:
|
|
5841 mule/misc-lang.el:
|
|
5842 mule/mule-category.el:
|
|
5843 mule/mule-ccl.el:
|
|
5844 mule/mule-charset.el:
|
|
5845 mule/mule-cmds.el:
|
|
5846 mule/mule-coding.el:
|
|
5847 mule/mule-files.el:
|
|
5848 mule/mule-help.el:
|
|
5849 mule/mule-init.el:
|
|
5850 mule/mule-misc.el:
|
|
5851 mule/mule-tty-init.el:
|
|
5852 mule/mule-x-init.el:
|
|
5853 mule/viet-chars.el: Remerge from mule-base.
|
|
5854
|
|
5855 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5856 of mule-base into lisp/mule.
|
|
5857
|
434
|
5858 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
5859
|
|
5860 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
5861 of hard-wired "-c" (for WindowsNT).
|
|
5862
|
|
5863 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
5864
|
|
5865 * menubar-items.el (default-menubar): Remove obsolete
|
|
5866 "Gopher" item
|
|
5867
|
|
5868 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5869
|
|
5870 * package-admin.el (package-admin-get-install-dir): First fall
|
|
5871 back to the location of xemacs-base for non-mule packages.
|
|
5872
|
|
5873 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
5874
|
|
5875 * paths.el:
|
|
5876 - improved automounter tmp directory support.
|
|
5877 - support 4 (!) empirically discovered automounter conventions
|
|
5878
|
|
5879 1999-02-12 SL Baur <steve@xemacs.org>
|
|
5880
|
|
5881 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
5882
|
|
5883 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5884
|
|
5885 * XEmacs 21.2.10 is released
|
|
5886
|
|
5887 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5888
|
|
5889 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
5890 a local file name in the search entry.
|
|
5891
|
|
5892 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5893
|
|
5894 * XEmacs 21.2.9 is released
|
|
5895
|
442
|
5896 1999-01-19 Didier Verna <didier@xemacs.org>
|
428
|
5897
|
|
5898 * replace.el (replace-search-function): new variable containing a
|
|
5899 function to perform a search-forward.
|
|
5900 (replace-re-search-function): new variable containing a function
|
|
5901 to perform a re-search-forward.
|
|
5902 (perform-replace): use them.
|
|
5903
|
442
|
5904 1999-01-25 Didier Verna <didier@xemacs.org>
|
428
|
5905
|
|
5906 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
5907 (cut-copy-clear-internal): ditto.
|
|
5908
|
|
5909 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
5910
|
|
5911 * about.el (about-url-alist): Update my entry.
|
|
5912 (xemacs-hackers): Ditto.
|
|
5913
|
434
|
5914 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
5915
|
|
5916 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
5917 * minibuf.el (minibuffer-completion-table): ditto.
|
|
5918 * cl-macs.el (return-from): ditto.
|
|
5919
|
442
|
5920 1999-01-04 Didier Verna <didier@xemacs.org>
|
428
|
5921
|
|
5922 * replace.el (delete-non-matching-lines): temporarily disable
|
|
5923 case-folding when called interactively with a regexp containing
|
|
5924 uppercase characters.
|
|
5925 (delete-matching-lines): ditto.
|
|
5926 (count-matches): ditto.
|
|
5927 (list-matching-lines): ditto.
|
|
5928
|
|
5929 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
5930
|
|
5931 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
5932 abort if current window is split horizontally, not if others are
|
|
5933 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
5934 some comments (it's still complex).
|
|
5935
|
|
5936 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
5937
|
|
5938 * package-get.el: changed address for doc.ic.ac.uk to
|
|
5939 sunsite.doc.ic.ac.uk
|
|
5940
|
|
5941 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5942
|
|
5943 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
5944 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
5945
|
|
5946 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
5947
|
|
5948 * dump-paths.el: Calculate module-directory and set
|
|
5949 module-load-path to the load path for modules.
|
|
5950
|
|
5951 * loadup.el: Get bootstrap value of module-load-path from the
|
|
5952 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
5953 - Display the module load path if we're debugging paths.
|
|
5954
|
|
5955 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
5956 - Added function paths-find-module-directory.
|
|
5957 - Added function paths-construct-module-load-path. Uses new
|
|
5958 environment variable EMACSMODULEPATH.
|
|
5959
|
|
5960 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
5961
|
|
5962 * font.el (font-default-object-for-device):
|
|
5963 Oops! This `or' can't be replaced by `unless'.
|
|
5964 Fixed inability to run w3, among other things.
|
|
5965
|
|
5966 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
5967
|
|
5968 * package-admin.el: Change initialization of
|
|
5969 package-admin-install-function dependent on system type.
|
|
5970 Change package-admin-install-function-mswindows to use
|
|
5971 "minitar".
|
|
5972
|
|
5973 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
5974
|
|
5975 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
5976 in the minibuffer.
|
|
5977
|
|
5978 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
5979
|
|
5980 * XEmacs 21.2.8 is released.
|
|
5981
|
|
5982 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
5983
|
|
5984 * XEmacs 21.2.7 is released.
|
|
5985
|
|
5986 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5987
|
|
5988 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
5989
|
|
5990 * package-get.el (package-get-download-menu): Use
|
|
5991 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
5992
|
|
5993 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
5994 (pui-help-string): idem.
|
|
5995 (list-packages-mode): New major mode.
|
|
5996 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
5997 (pui-install-selected-packages): Add suport for removing packages.
|
|
5998 (pui-toggle-package-delete-key): New function.
|
|
5999 (pui-popup-context-sensitive): New kludge.
|
|
6000 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
6001 (package-ui-add-site): New function.
|
|
6002
|
442
|
6003 1998-12-01 Didier Verna <didier@xemacs.org>
|
428
|
6004
|
|
6005 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
6006
|
|
6007 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6008
|
|
6009 * ldap.el: Custom-ized
|
|
6010 (toplevel): Do not provide `ldap' which is provided by C level
|
|
6011 LDAP code
|
|
6012 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
6013
|
|
6014 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6015
|
|
6016 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
6017
|
|
6018 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
6019
|
|
6020 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
6021 (sound-extension-list): name changed from sound-ext-list.
|
|
6022 (load-default-sounds): use new names.
|
|
6023 (load-sound-file): use new names.
|
|
6024
|
|
6025 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
6026
|
|
6027 * XEmacs 21.2.6 is released
|
|
6028
|
|
6029 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
6030
|
|
6031 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
6032 errors.
|
|
6033
|
|
6034 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6035
|
|
6036 * wid-edit.el (widget-echo-this-extent): Set
|
|
6037 help-echo-owns-message to t.
|
|
6038
|
|
6039 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
6040
|
|
6041 * package-get.el (package-get-download-menu): use toggles for
|
|
6042 each site in the download site menu.
|
|
6043
|
|
6044 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6045
|
|
6046 * package-get.el (package-get): If we cannot find a package
|
|
6047 because package-get-remote is not set, give a more helpful
|
|
6048 error message.
|
|
6049
|
|
6050 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
6051
|
|
6052 * package-get.el (package-get-remote-filename): use an EFS path
|
|
6053 with user anonymous if no user is specified.
|
|
6054
|
|
6055 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6056
|
|
6057 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
6058 calling reset-face on the default face.
|
|
6059
|
|
6060 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6061
|
|
6062 * package-admin.el (package-admin-default-install-function):
|
|
6063 Behave as advertised. Make sure the pkg-dir is proper for
|
|
6064 default-directory.
|
|
6065 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
6066 proper for default-directory.
|
|
6067 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
6068 is proper for default-directory.
|
|
6069
|
|
6070 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6071
|
|
6072 * XEmacs 21.2.5 is released
|
|
6073
|
|
6074 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
6075
|
|
6076 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
6077 bytecompile time.
|
|
6078
|
|
6079 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
6080
|
|
6081 * x-win-xfree86.el:
|
|
6082 * x-win-sun.el (x-win-init-sun):
|
|
6083 * x-win-sun.el:
|
|
6084 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
6085 * x-iso8859-1.el:
|
|
6086 * x-init.el (init-post-x-win):
|
|
6087 * x-init.el (init-pre-x-win):
|
|
6088 * x-init.el (x-initialize-compose):
|
|
6089 * x-init.el:
|
|
6090 * x-compose.el:
|
|
6091 * winnt.el:
|
|
6092 * widget.el:
|
|
6093 * wid-edit.el (widget-glyph-click):
|
|
6094 * wid-edit.el (widget-glyph-find):
|
|
6095 * wid-edit.el (widget-type):
|
|
6096 * view-less.el (view-buffer-other-window):
|
|
6097 * very-early-lisp.el:
|
|
6098 * version.el:
|
|
6099 * toolbar.el:
|
|
6100 * toolbar-items.el:
|
|
6101 * term/sun.el (suntool-map):
|
|
6102 * term/sun-mouse.el:
|
|
6103 * term/internal.el:
|
|
6104 * syntax.el (modify-syntax-entry):
|
|
6105 * symbol-syntax.el:
|
|
6106 * subr.el:
|
|
6107 * startup.el (lock-directory):
|
|
6108 * simple.el (set-comment-column):
|
|
6109 * simple.el (backward-delete-char-untabify):
|
|
6110 * shadow.el (find-emacs-lisp-shadows):
|
|
6111 * shadow.el:
|
|
6112 * setup-paths.el (paths-construct-info-path):
|
|
6113 * select.el (cut-copy-clear-internal):
|
|
6114 * process.el (call-process-region):
|
|
6115 * process.el (start-process-shell-command):
|
|
6116 * process.el:
|
|
6117 * paths.el (rmail-spool-directory):
|
|
6118 * paragraphs.el (use-hard-newlines):
|
|
6119 * package-get.el (package-get-dependencies):
|
|
6120 * package-admin.el (package-admin-delete-binary-package):
|
|
6121 * obsolete.el (truncate-string):
|
|
6122 * obsolete.el (store-substring):
|
|
6123 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
6124 * mouse.el (mouse-yank-at-point):
|
|
6125 * modeline.el:
|
|
6126 * modeline.el (mouse-drag-modeline):
|
|
6127 * minibuf.el (read-directory-name-internal):
|
|
6128 * minibuf.el (read-file-name-internal):
|
|
6129 * minibuf.el (read-file-name-internal-1):
|
|
6130 * minibuf.el (read-file-name-2):
|
|
6131 * minibuf.el (exact-minibuffer-completion-p):
|
|
6132 * minibuf.el (read-from-minibuffer):
|
|
6133 * minibuf.el:
|
|
6134 * menubar.el (check-menu-syntax):
|
|
6135 * map-ynp.el (map-y-or-n-p):
|
|
6136 * make-docfile.el (docfile-out-of-date):
|
|
6137 * loadup.el ((member "run-temacs" command-line-args)):
|
|
6138 * loadup.el ((member "no-site-file" command-line-args)):
|
|
6139 * loadup.el (really-early-error-handler):
|
|
6140 * loadup.el:
|
|
6141 * loadhist.el:
|
|
6142 * loaddefs.el:
|
|
6143 * lisp-mnt.el (lm-verify):
|
|
6144 * lib-complete.el (lib-complete:cache-completions):
|
|
6145 * lib-complete.el (library-all-completions):
|
|
6146 * itimer.el (itimer-run-expired-timers):
|
|
6147 * info.el (Info-mode):
|
|
6148 * info.el (Info-insert-file-contents):
|
|
6149 * info.el (Info-rebuild-dir):
|
|
6150 * info.el (Info-build-dir-anew):
|
|
6151 * info.el (Info-parse-dir-entries):
|
|
6152 * info.el (Info-dir-outdated-p):
|
|
6153 * info.el (Info-insert-dir):
|
|
6154 * info.el (info-xref):
|
|
6155 * info.el:
|
|
6156 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
6157 * hyper-apropos.el (hyper-describe-face):
|
|
6158 * hyper-apropos.el (hyper-apropos-mode):
|
|
6159 * hyper-apropos.el:
|
|
6160 * help.el (list-processes):
|
|
6161 * help.el:
|
|
6162 * gnuserv.el:
|
|
6163 * font.el (mswindows-font-create-name):
|
|
6164 * font.el (font-default-font-for-device):
|
|
6165 * font.el (x-font-create-object):
|
|
6166 * font.el (font-registry):
|
|
6167 * font.el:
|
|
6168 * font-lock.el (font-lock-keywords):
|
|
6169 * font-lock.el:
|
|
6170 * finder.el (finder-compile-keywords):
|
|
6171 * find-paths.el (paths-find-recursive-path):
|
|
6172 * fill.el (set-justification-center):
|
|
6173 * fill.el (fill-region-as-paragraph):
|
|
6174 * files.el (insert-directory):
|
|
6175 * files.el (wildcard-to-regexp):
|
|
6176 * files.el (recover-file):
|
|
6177 * files.el (basic-save-buffer):
|
|
6178 * files.el (delete-auto-save-file-if-necessary):
|
|
6179 * files.el (file-relative-name):
|
|
6180 * files.el (backup-extract-version):
|
|
6181 * files.el (backup-buffer):
|
|
6182 * files.el (set-visited-file-name):
|
|
6183 * files.el (set-auto-mode):
|
|
6184 * files.el (interpreter-mode-alist):
|
|
6185 * files.el:
|
|
6186 * files.el (find-file-noselect):
|
|
6187 * files.el (abbreviate-file-name):
|
|
6188 * files.el (parse-colon-path):
|
|
6189 * files.el (directory-abbrev-alist):
|
|
6190 * etags.el (visit-tags-table-buffer):
|
|
6191 * easymenu.el (easy-menu-define):
|
|
6192 * dragdrop.el (experimental-dragdrop-drag):
|
|
6193 * dragdrop.el (dragdrop-drop-do-functions):
|
|
6194 * dragdrop.el (dragdrop-drop-at-point):
|
|
6195 * disass.el (disassemble-1):
|
|
6196 * disass.el (disassemble-internal):
|
|
6197 * disass.el (disassemble):
|
|
6198 * disass.el:
|
|
6199 * derived.el (derived-mode-init-mode-variables):
|
|
6200 * derived.el (define-derived-mode):
|
|
6201 * custom.el (defgroup):
|
|
6202 * cus-edit.el (custom-quote):
|
|
6203 * config.el:
|
|
6204 * code-process.el (open-network-stream):
|
|
6205 * code-process.el (start-process):
|
|
6206 * code-process.el (call-process-region):
|
|
6207 * code-process.el (call-process):
|
|
6208 * code-process.el:
|
|
6209 * code-files.el (insert-file-contents):
|
|
6210 * code-files.el:
|
|
6211 * code-files.el (buffer-file-coding-system-for-read):
|
|
6212 * cmdloop.el (yes-or-no-p-minibuf):
|
|
6213 * cl.el:
|
|
6214 * cl-macs.el:
|
|
6215 * cl-extra.el:
|
|
6216 * callers-of-rpt.el (make-caller-report):
|
|
6217 * callers-of-rpt.el:
|
|
6218 * bytecomp.el (batch-byte-recompile-directory):
|
|
6219 * bytecomp.el (batch-byte-compile-1):
|
|
6220 * bytecomp.el (batch-byte-compile):
|
|
6221 * bytecomp.el (display-call-tree):
|
|
6222 * bytecomp.el (byte-compile-insert):
|
|
6223 * bytecomp.el (byte-compile-two-args-19->20):
|
|
6224 * bytecomp.el (byte-compile-variable-ref):
|
|
6225 * bytecomp.el (byte-compile-form):
|
|
6226 * bytecomp.el (byte-compile-top-level-body):
|
|
6227 * bytecomp.el (byte-compile-out-toplevel):
|
|
6228 * bytecomp.el (byte-compile-byte-code-maker):
|
|
6229 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
6230 * bytecomp.el (byte-compile-file-form):
|
|
6231 * bytecomp.el (byte-compile-keep-pending):
|
|
6232 * bytecomp.el (byte-compile-insert-header):
|
|
6233 * bytecomp.el (byte-compile-from-buffer):
|
|
6234 * bytecomp.el (byte-compile-file):
|
|
6235 * bytecomp.el (byte-recompile-file):
|
|
6236 * bytecomp.el (byte-compile-close-variables):
|
|
6237 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
6238 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
6239 * bytecomp.el (byte-compiler-legal-options):
|
|
6240 * bytecomp.el (byte-compile-lapcode):
|
|
6241 * bytecomp.el (byte-optimize-log):
|
|
6242 * bytecomp.el ((fboundp 'defsubst)):
|
|
6243 * bytecomp.el:
|
|
6244 * bytecomp-runtime.el:
|
|
6245 * byte-optimize.el (byte-optimize-apply):
|
|
6246 * byte-optimize.el (car):
|
|
6247 * byte-optimize.el (byte-optimize-form):
|
|
6248 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
6249 * byte-optimize.el:
|
|
6250 * build-report.el (build-report-insert-installation-file):
|
|
6251 * build-report.el (build-report):
|
|
6252 * auto-show.el:
|
|
6253 * apropos.el (apropos-documentation):
|
|
6254 - mega patch
|
|
6255 - clean up byte-compile warnings
|
|
6256 - remove unused variables
|
|
6257 - Use common lisp style hashtable functions
|
|
6258 - byte compiler cleanup
|
|
6259 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
6260 - remove old backquote syntax usage
|
|
6261 - move some cl functionality into C for speed.
|
|
6262 - remove last remaining VMS support
|
|
6263 - spelling fixes
|
|
6264 - implement last, butlast, nbutlast, copy-list in C.
|
|
6265 - new macro ignore-file-errors, similar to ignore-errors
|
|
6266 (ignore-file-errors (delete-file "foo"))
|
|
6267 - get frequent garbage collection during loadup.el by tweaking
|
|
6268 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
6269 - default delete-key-deletes-forward to `t'.
|
|
6270
|
|
6271 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
6272
|
|
6273 * XEmacs 21.2-beta4 is released.
|
|
6274
|
|
6275 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6276
|
|
6277 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
6278 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
6279 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
6280
|
|
6281 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
6282 (add-menu-button): Add 'in-menu' argument.
|
|
6283 (add-menu-item-1): Add in-menu support to helper function.
|
|
6284
|
|
6285 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
6286
|
|
6287 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
6288
|
|
6289 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6290
|
|
6291 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
6292 of Dec 4, 1997.
|
|
6293
|
|
6294 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
6295
|
|
6296 * process.el (shell-command-on-region): Report if the command
|
|
6297 succeeded or failed.
|
|
6298
|
|
6299 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
6300
|
|
6301 * subr.el (buffer-substring-no-properties): Comment out.
|
|
6302
|
434
|
6303 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
428
|
6304
|
|
6305 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
6306 into font instances first, like `x-frob-font-size' does.
|
|
6307 (mswindows-find-larger-font): ditto
|
|
6308
|
|
6309 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
6310
|
|
6311 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
6312 to `package-get'.
|
|
6313
|
|
6314 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6315
|
|
6316 * package-get.el (host-name): New widget type.
|
|
6317 (package-get-remote): Better customization using new type.
|
|
6318 (package-get-download-sites): idem dito.
|
|
6319
|
|
6320 (package-get-custom): Do not use package-get-all untill we have
|
|
6321 runtime dependencies.
|
|
6322
|
|
6323 (package-get-remove-copy): Default to 't' we no longer need this
|
|
6324 kludge as we do not currently use depenencies.
|
|
6325
|
|
6326 (package-get-was-current): New variable.
|
|
6327 (package-get-require-base): New 'force-current' argument.
|
|
6328 (package-get-update-base): idem
|
|
6329 (package-get-package-provider): idem
|
|
6330 (package-get-locate-index-file): New 'no-remote' argument.
|
|
6331 (package-get-locate-file): idem.
|
|
6332
|
|
6333 (package-get-maybe-save-index): New function.
|
|
6334 (package-get-update-base): Use it.
|
|
6335
|
|
6336 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
6337
|
|
6338 * package-get.el (package-get-remote): default to nil; by default,
|
|
6339 don't go out to the net via EFS. They must select a download site.
|
|
6340 (package-get-download-sites): new variable.
|
|
6341 (package-get-download-menu): new function.
|
|
6342 (package-get-locate-index-file): new function.
|
|
6343 (package-get-update-base): use it.
|
|
6344
|
|
6345 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
6346 and "Add Download Site" menus under Options | Manage Packages.
|
|
6347
|
|
6348 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
6349
|
|
6350 * package-get.el (package-get): bugfix code checking installed version
|
|
6351 for case where package is not currently installed.
|
|
6352 (package-get-require-signed-base-updates): new variable.
|
|
6353 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
6354 deemed not a goot thing. Use the variable
|
|
6355 package-get-allow-unsigned-base-updates instead.
|
|
6356
|
|
6357 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
6358
|
|
6359 * package-get.el (package-get): Don't install an older version than
|
|
6360 we already have unless explicitly told to. Issue a warning.
|
|
6361
|
|
6362 * package-ui.el (pui-add-required-packages): when adding
|
|
6363 dependencies, don't add packages that are up to date.
|
|
6364 (pui-package-symbol-char): Don't consider a package out of date
|
|
6365 if you have a newer version installed than the latest version in
|
|
6366 package-get-base.
|
|
6367
|
|
6368 * package-get.el (package-get-base-filename): document that it may
|
|
6369 be a path relative to package-get-remote; new default value.
|
|
6370 (package-get-locate-file): new function.
|
|
6371 (package-get-update-base): use it to expand package-get-base-filename.
|
|
6372 (package-get-save-base): new function to save the package-get database
|
|
6373 to file.
|
|
6374 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
6375 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
6376 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
6377 (package-get-file-installed-p): removed; no longer needed.
|
|
6378 (package-get-create-custom): ditto.
|
|
6379 (toplevel): remove code to build and load package-get-custom.el
|
|
6380 (package-get-custom-add-entry): new function.
|
|
6381
|
|
6382 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
6383
|
|
6384 * wid-edit.el (widget-button-click): Don't switch window.
|
|
6385
|
|
6386 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6387
|
|
6388 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
6389
|
|
6390 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
6391
|
|
6392 * etags.el (find-tag-default): Run find-tag-hook using
|
|
6393 run-hooks rather than funcall
|
|
6394
|
|
6395 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
6396
|
|
6397 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
6398 and the current local map as the parents to isearch-mode-map.
|
|
6399
|
|
6400 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
6401
|
|
6402 * XEmacs 21.2-beta3 is released.
|
|
6403
|
|
6404 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6405
|
|
6406 * package-get.el (package-get-update-base): use
|
|
6407 insert-file-contents-internal, not insert-file-contents-literally.
|
|
6408
|
|
6409 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6410
|
|
6411 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
6412 dump time.
|
|
6413
|
|
6414 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6415
|
|
6416 * package-get.el (package-get-update-base-entry): new function.
|
|
6417 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
6418 cleanup, and use package-get-update-base-from-buffer.
|
|
6419 (package-get-update-base-from-buffer): new function.
|
|
6420 (package-get-update-base-entries): new; helper for above.
|
|
6421 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
6422
|
|
6423 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6424
|
|
6425 * files.el (set-auto-mode): Don't play games loading package-get
|
|
6426 database; package-get-package-provider will handle it all.
|
|
6427
|
|
6428 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
6429
|
|
6430 * package-get.el (package-get-base-filename): new variable.
|
|
6431 (package-get-require-base): new function.
|
|
6432 (package-get-pgp-signed-begin-line): new variable.
|
|
6433 (package-get-pgp-signature-begin-line): ditto.
|
|
6434 (package-get-pgp-signature-end-line): ditto.
|
|
6435 (package-get-load-base): new function.
|
|
6436 (package-get-interactive-package-query):
|
|
6437 (package-get-update-all):
|
|
6438 (package-get-dependencies):
|
|
6439 (package-get-package-provider):
|
|
6440 (package-get-custom): use package-get-require-base.
|
|
6441 [package-get-custom loading]: disable for now.
|
|
6442
|
|
6443 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
6444
|
|
6445 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6446
|
|
6447 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
6448
|
|
6449 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6450
|
|
6451 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
6452 to with Customize. Move all the package stuff to a new Item in Options.
|
|
6453
|
|
6454 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
6455
|
|
6456 * package-get.el (package-get): Use new
|
|
6457 package-admin-get-install-dir.
|
|
6458
|
|
6459 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
6460 Conserve package location and put mule packages where mule-base is.
|
|
6461
|
|
6462 * package-get.el : Customized
|
|
6463
|
|
6464 * package-ui.el (pui): Customized
|
|
6465 (pui-package-install-dest-dir): New variable.
|
|
6466 (pui-install-selected-packages): Use it
|
|
6467
|
|
6468 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
6469
|
|
6470 * package-get.el (package-get-interactive-package-query): Move
|
|
6471 dependency on package-get-base to run-time.
|
|
6472 (package-get-update-all): Ditto.
|
|
6473 (package-get-dependencies): Ditto.
|
|
6474 (package-get-package-provider): Ditto.
|
|
6475 (package-get-custom): Ditto.
|
|
6476
|
|
6477 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
6478
|
|
6479 * events.el: Remove 'ascii-character property from 'backspace
|
|
6480 and 'delete symbols
|
|
6481
|
|
6482 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
6483
|
|
6484 * package-get-base.el: removed.
|
|
6485
|
442
|
6486 1998-09-23 Didier Verna <didier@xemacs.org>
|
428
|
6487
|
|
6488 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
6489 (no-upper-case-p): new function.
|
|
6490 (with-search-caps-disable-folding): new macro.
|
|
6491 (with-interactive-search-caps-disable-folding): new macro.
|
|
6492 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
6493 the character is uppercase.
|
|
6494 (zap-up-to-char): ditto.
|
|
6495
|
|
6496 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
6497
|
|
6498 * isearch-mode.el (isearch-fix-case): ditto.
|
|
6499 make obsolete `with-caps-disable-folding' and
|
|
6500 `isearch-no-upper-case-p'.
|
|
6501
|
|
6502 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
6503 (tags-search): ditto.
|
|
6504 (tags-query-replace): ditto.
|
|
6505
|
|
6506 * info.el (Info-search): ditto.
|
|
6507
|
|
6508 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6509
|
|
6510 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
6511
|
|
6512 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
6513
|
|
6514 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
6515 check for "." and ".." before symlink check. expand files and
|
|
6516 directories with respect to DIRECTORY, not default-directory.
|
|
6517
|
|
6518 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
6519
|
|
6520 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
6521
|
|
6522 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
6523
|
|
6524 * package-ui.el (pui-add-required-packages): new function, select
|
|
6525 dependent packages.
|
|
6526 (pui-display-keymap): bind it.
|
|
6527 (pui-help-string): document it.
|
|
6528 (pui-install-selected-packages): package-get-all -> package-get.
|
|
6529
|
|
6530 * package-get.el (package-get-dependencies): new function.
|
|
6531
|
|
6532 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6533
|
|
6534 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
6535 regexps.
|
|
6536
|
|
6537 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6538
|
|
6539 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
6540 function.
|
|
6541 (default-mouse-track-normalize-point): Use it.
|
|
6542
|
|
6543 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6544
|
|
6545 * package-admin.el (package-admin-delete-binary-package):
|
|
6546 General cleanup. Remove unnessary use of progn and
|
|
6547 save-excursion.
|
|
6548 (package-admin-delete-binary-package): Do NOT mess with file
|
|
6549 modes. That is evil.
|
|
6550 (package-admin-delete-binary-package): Wrap all deleting in
|
|
6551 condition-case. The data in MANIFEST is untrustworthy.
|
|
6552 (package-admin-delete-binary-package): Let the OS worry about non
|
|
6553 empty directories.
|
|
6554
|
|
6555 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
6556
|
|
6557 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
6558 processing.
|
|
6559 (lm-report-bug): Fix mail address to send bug reports to.
|
|
6560
|
|
6561 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
6562
|
|
6563 * XEmacs 21.2-beta2 is released.
|
|
6564
|
|
6565 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6566
|
|
6567 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
6568
|
|
6569 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6570
|
|
6571 * info.el (Info-mode): Document page turning by double clicks in
|
|
6572 docstring so `M-x describe-mode' will display it.
|
|
6573
|
|
6574 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6575
|
|
6576 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
6577 widths to calculate a border region where double clicking does
|
|
6578 page turning, and return `nil' by default so other hooks, such as
|
|
6579 region highlighting, will be run.
|
|
6580
|
|
6581 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
6582
|
|
6583 * sound.el (default-sound-directory-list): Initialize with all the
|
|
6584 "sounds" directories in `data-directory-list'. It used to just be
|
|
6585 the first one.
|
|
6586
|
|
6587 * packages.el (locate-data-directory-list): Created. This gives
|
|
6588 the list of matching directories, unlike `locate-data-directory',
|
|
6589 which just gives the first one.
|
|
6590
|
|
6591 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6592
|
|
6593 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
6594 make a binding in the local keymap until help-char handling is
|
|
6595 improved.
|
|
6596
|
|
6597 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
6598 binding.
|
|
6599 (help-print-help-form): New helper function.
|
|
6600
|
|
6601 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
6602
|
|
6603 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
6604 move extent to another buffer; no need to create a new extent.
|
|
6605 (isearch-fix-case): New function.
|
|
6606 (isearch-search-and-update): Use it.
|
|
6607
|
|
6608 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6609
|
|
6610 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
6611 the keymap, not minor-mode-map-alist.
|
|
6612 (isearch-done): Restore overriding-local-map.
|
|
6613
|
|
6614 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
6615
|
|
6616 * bytecomp.el (byte-compile-buffer-substring):
|
|
6617 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
6618 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
6619 - new code not only works, but is more readable, too.
|
|
6620
|
|
6621 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6622
|
|
6623 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
6624 specify a default font at this late stage. Do try to force
|
|
6625 creation of the default face font so that if it fails we get
|
|
6626 an error now instead of a crash at frame creation.
|
|
6627
|
|
6628 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
6629 mswindows-make-font-unitalic: Canonical default weight
|
|
6630 changed from "Normal" to "Regular".
|
|
6631
|
|
6632 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
6633 not being passed into call to mswindows-find-smaller-font.
|
|
6634
|
|
6635 1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
6636
|
|
6637 * package-get.el (package-get-remote): Fix the path where to find
|
|
6638 the packages on xemacs.org.
|
|
6639
|
|
6640 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
6641
|
|
6642 * about.el (about-maintainer-info): Update Ben's entry.
|
|
6643
|
|
6644 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
6645
|
|
6646 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
6647 - `member' was being called on lists of length 2000!
|
|
6648 - Replace with hashtables.
|
|
6649 - Replace hand-coded loops with (dolist)
|
|
6650 - Fix comment typo
|
|
6651
|
|
6652 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
6653
|
|
6654 * packages.el: Added new function, `package-delete-name', to
|
|
6655 delete existing packages from the installed package database
|
|
6656 (`packages-package-list'). Also added the "pkginfo" directory
|
|
6657 to `packages-special-base-regexp', so that the pkginfo directory
|
|
6658 would not get added to `late-packages'.
|
|
6659
|
|
6660 * package-admin.el: Added ability to delete an installed package
|
|
6661 (added low-level function, `package-admin-delete-package').
|
|
6662 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
6663 delete the package. When installing a package, will also
|
|
6664 create a MANIFEST.* file if one is not provided by the
|
|
6665 package. If the MANIFEST.* doesn't exist when deleting a
|
|
6666 package, the functions will fall back to attempting to delete
|
|
6667 any package-specific lisp directory.
|
|
6668
|
|
6669 * package-get.el: Moved some functions to package-admin.el.
|
|
6670 Added interactive function `package-get-delete-package', for
|
|
6671 use by users for deleting a package.
|
|
6672
|
442
|
6673 Also modified to not require the presence of efs.
|
428
|
6674
|
|
6675 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6676
|
|
6677 * files.el (find-file-noselect): Handle all signals, kill the
|
|
6678 buffer and resignal.
|
|
6679
|
|
6680 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
6681
|
|
6682 * cl-macs.el (glyph-image): Add setf method.
|
|
6683
|
|
6684 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
6685
|
|
6686 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
6687 .tar.gz files first, in preference over .tgz files.
|
|
6688
|
|
6689 * package-ui.el: Fix display of package version numbers.
|
|
6690
|
|
6691 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6692
|
|
6693 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
6694 argument.
|
|
6695
|
|
6696 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
6697
|
|
6698 * list-mode.el: `display-completion-list': added new/optional
|
|
6699 keyword `:completion-string', which allows the programmer to
|
|
6700 change the "Possible completions are:" prompt.
|
|
6701
|
|
6702 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
6703 visual package browser/installer:
|
|
6704
|
|
6705 Options->Customize->List Packages
|
|
6706
|
|
6707 * package-admin.el: Added hooks for installing under both Unix
|
|
6708 and MS Windows. Does additional error checking. No longer
|
|
6709 calls "add-big-package.sh" to install packages under Unix; now
|
|
6710 calls gunzip & tar directly.
|
|
6711
|
|
6712 * package-get.el: Added ability to install packages from files
|
|
6713 on a local disk/CDROM. Now deletes any existing package lisp
|
|
6714 directory. Does completion on available packages when
|
|
6715 querying for package names. Will also search for .tgz files
|
|
6716 in addition for .tar.gz files. Tries to reload
|
|
6717 auto-autoloads, as a convenience when loading new packages,
|
|
6718 and also tries to add any new package paths to `load-path'.
|
|
6719 Changed all occurences of `concat' to use `expand-file-name'.
|
|
6720
|
|
6721 * package-ui.el: New file which implements the main visual
|
|
6722 package browser/installer, which is started via a menu pick or
|
|
6723 M-x pui-list packages.
|
|
6724
|
|
6725 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6726
|
|
6727 * startup.el (load-init-file): spelling fix.
|
|
6728
|
|
6729 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6730
|
|
6731 * startup.el (normal-top-level): Load auto-autoload files
|
|
6732 covariantly with their precedence.
|
|
6733
|
|
6734 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6735
|
|
6736 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
6737 option, there is currently no custom equivalent.. Customize-faces
|
|
6738 is "Edit faces".
|
|
6739
|
|
6740 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
6741 default face.
|
|
6742
|
|
6743 * faces.el (face-spec-update-all-matching): New function.
|
|
6744
|
|
6745 * cus-face.el (custom-set-face-update-spec): New function.
|
|
6746 Interface to customize faces from elisp.
|
|
6747
|
|
6748 (custom-face-value-create): Show the customized settings if set
|
|
6749 but not saved.
|
|
6750
|
|
6751 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6752
|
|
6753 (custom-face-value-create): Show the customized settings if set
|
|
6754 but not saved.
|
|
6755
|
|
6756 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
6757
|
|
6758 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
6759 query-replace-regexp.
|
|
6760
|
|
6761 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
6762
|
|
6763 * minibuf.el (read-file-name-internal-1): use
|
|
6764 user-name-completion-1 instead of user-name-completion.
|
|
6765
|
|
6766 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6767
|
|
6768 * loadup.el:
|
|
6769 * make-docfile.el:
|
|
6770 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
6771 global variable) no more.
|
|
6772
|
|
6773 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
6774 (now defunct as a global variable) a parameter.
|
|
6775
|
|
6776 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
6777
|
|
6778 * about.el (about-hackers): new email
|
|
6779
|
|
6780 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
6781
|
|
6782 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
6783
|
442
|
6784 1998-07-17 Didier Verna <didier@xemacs.org>
|
428
|
6785
|
|
6786 * faces.el (set-face-property):
|
|
6787 (set-face-dim-p):
|
|
6788 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
6789 tty-specific.
|
|
6790 (face-equal): the dim property is now a common one.
|
|
6791
|
|
6792 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
6793 Renamed the `stipple' attribute to `background-pixmap'.
|
|
6794 (custom-face-background-pixmap): make custom-face-stipple an
|
|
6795 obsolete alias for this.
|
|
6796
|
|
6797 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6798
|
|
6799 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
6800 used.
|
|
6801
|
|
6802 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
6803
|
|
6804 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6805
|
|
6806 * packages.el (packages-data-path-depth): Added and used.
|
|
6807
|
|
6808 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
6809
|
|
6810 * about.el:
|
|
6811 - Change .xpm to .png, delete "zcat" section.
|
|
6812 - cosmetic fix in the 'marcpa' entry.
|
|
6813
|
|
6814 * etc/photos
|
|
6815 - convert all .xpm.Z to .png
|
|
6816 - rename mrb to martin
|
|
6817 - rename mcook-m to mcookm
|
|
6818
|
|
6819 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
6820
|
|
6821 * x-init.el (x-initialize-compose): Add support for
|
|
6822 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
6823
|
|
6824 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
6825
|
|
6826 * setup-paths.el (paths-construct-exec-path): Made the
|
|
6827 last-packages really be last.
|
|
6828 (paths-construct-data-directory-list): Ditto.
|
|
6829
|
|
6830 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
6831
|
|
6832 * startup.el(startup-splash-frame-body):
|
|
6833 Update Copyright notice in splash screen
|
|
6834
|
|
6835 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6836
|
|
6837 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
6838
|
|
6839 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6840
|
|
6841 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
6842 aginst destroyed extents
|
|
6843
|
|
6844 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
6845
|
|
6846 * package-get.el (package-get): add `install-dir' argument.
|
|
6847
|
|
6848 1998-07-20 John Jones <jj@asu.edu>
|
|
6849
|
|
6850 * package-get.el: calls to package-get-update-all will only
|
|
6851 update packages which are already installed.
|
|
6852
|
|
6853 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
6854
|
|
6855 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
6856 writable.
|
|
6857
|
|
6858 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
6859
|
|
6860 * about.el (about-hackers): Correct my email.
|
|
6861
|
|
6862 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
6863
|
|
6864 * about.el (about-hackers): new email-address.
|
|
6865
|
|
6866 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
6867
|
|
6868 * minibuf.el (read-number): Don't let `input-error' condition
|
|
6869 escape.
|
|
6870
|
|
6871 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6872
|
|
6873 * about.el (about-hackers): use my `email-for-life' address.
|
|
6874
|
|
6875 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
6876
|
|
6877 * XEmacs 21.2-beta1 is released.
|
|
6878
|
|
6879 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6880
|
|
6881 * ldap.el (ldap-search): Doc string change
|
|
6882
|
|
6883 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
6884
|
|
6885 * menubar-items.el (default-menubar): Removed references to
|
|
6886 `data-directory', and use `locate-data-file' instead, and made
|
|
6887 then greyed out if they don't exist.
|
|
6888
|
|
6889 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6890
|
|
6891 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
6892 since the latter does not accept integer args anymore
|
|
6893
|
|
6894 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
6895
|
|
6896 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
6897 macros replaced.
|
|
6898
|
|
6899 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6900
|
|
6901 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
6902 * update-elc.el: Ditto.
|
|
6903 * loadup.el (really-early-error-handler): Ditto.
|
|
6904
|
|
6905 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
6906 very-early-lisp.el.
|
|
6907
|
|
6908 * very-early-lisp.el: New file.
|
|
6909
|
|
6910 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6911
|
|
6912 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
6913
|
|
6914 * obsolete.el (eval-current-buffer): Make compatible.
|
|
6915 (byte-code-function-p): Ditto.
|
|
6916 (send-string): Removed.
|
|
6917 (send-region): Removed.
|
|
6918 (screen-scrollbar-width): Removed.
|
|
6919 (set-screen-scrollbar-width): Removed.
|
|
6920 (set-screen-left-margin-width): Removed.
|
|
6921 (set-screen-right-margin-width): Removed.
|
|
6922 (screen-left-margin-width): Removed.
|
|
6923 (screen-right-margin-width): Removed.
|
|
6924 (set-buffer-left-margin-width): Removed.
|
|
6925 (set-buffer-right-margin-width): Removed.
|
|
6926 (buffer-left-margin-width): Removed.
|
|
6927 (buffer-right-margin-width): Removed.
|
|
6928 (x-set-frame-icon-pixmap): Removed.
|
|
6929 (x-set-screen-icon-pixmap): Removed.
|
|
6930 (pixel-name): Removed.
|
|
6931 (make-pixmap): Removed.
|
|
6932 (make-cursor): Removed.
|
|
6933 (pixmap-width): Removed.
|
|
6934 (pixmap-contributes-to-line-height-p): Removed.
|
|
6935 (set-pixmap-contributes-to-line-height): Removed.
|
|
6936
|
|
6937 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
6938
|
|
6939 * obsolete.el (popup-menu-up-p): removed.
|
|
6940 (read-no-blanks-input): Removed.
|
|
6941 (wholenump): Removed.
|
|
6942 (ring-mod): Removed (what was ring-mod?).
|
|
6943 (current-time-seconds): Removed.
|
|
6944 (run-special-hook-with-args): Removed.
|
|
6945 (dot): Removed.
|
|
6946 (dot-marker): Removed.
|
|
6947 (dot-min): Removed.
|
|
6948 (dot-max): Removed.
|
|
6949 (window-dot): Removed.
|
|
6950 (set-window-dot): Removed.
|
|
6951
|
|
6952 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
6953 `dot-min'.
|
|
6954
|
|
6955 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
6956
|
|
6957 * code-files.el (insert-file-contents): Rename
|
|
6958 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
6959 (write-region): Ditto.
|
|
6960
|
|
6961 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
6962
|
|
6963 * about.el: Fix typos, update release date.
|
|
6964
|
|
6965 * Symbols that have been obsolete for at least 3 years removed.
|
|
6966
|
|
6967 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
6968 screen- functions.
|
|
6969 (toplevel): remove setf methods for screen functions.
|
|
6970 * cl-macs.el (extent-data): defsetf removed.
|
|
6971 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
6972 many places to remove.
|
|
6973 (comment-indent-hook): Ditto.
|
|
6974 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
6975 (buffer-dedicated-screen): Ditto.
|
|
6976 (deiconify-screen): Ditto.
|
|
6977 (delete-screen): Ditto.
|
|
6978 (event-screen): Ditto.
|
|
6979 (find-file-other-screen): Ditto.
|
|
6980 (find-file-read-only-other-screen): Ditto.
|
|
6981 (live-screen-p): Ditto.
|
|
6982 (screen-height): Ditto.
|
|
6983 (screen-iconified-p): Ditto.
|
|
6984 (screen-list): Ditto.
|
|
6985 (screen-live-p): Ditto.
|
|
6986 (screen-name): Ditto.
|
|
6987 (screen-parameters): Ditto.
|
|
6988 (screen-pixel-height): Ditto.
|
|
6989 (screen-pixel-width): Ditto.
|
|
6990 (screen-root-window): Ditto.
|
|
6991 (screen-selected-window): Ditto.
|
|
6992 (screen-totally-visible-p): Ditto.
|
|
6993 (screen-visible-p): Ditto.
|
|
6994 (screen-width): Ditto.
|
|
6995 (screenp): Ditto.
|
|
6996 (get-screen-for-buffer): Ditto.
|
|
6997 (get-screen-for-buffer-noselect): Ditto.
|
|
6998 (get-other-screen): Ditto.
|
|
6999 (iconify-screen): Ditto.
|
|
7000 (lower-screen): Ditto.
|
|
7001 (mail-other-screen): Ditto.
|
|
7002 (make-screen): Ditto.
|
|
7003 (make-screen-invisible): Ditto.
|
|
7004 (make-screen-visible): Ditto.
|
|
7005 (modify-screen-parameters): Ditto.
|
|
7006 (new-screen): Ditto.
|
|
7007 (next-screen): Ditto.
|
|
7008 (next-multiscreen-window): Ditto.
|
|
7009 (other-screen): Ditto.
|
|
7010 (previous-screen): Ditto.
|
|
7011 (previous-multiscreen-window): Ditto.
|
|
7012 (raise-screen): Ditto.
|
|
7013 (redraw-screen): Ditto.
|
|
7014 (select-screen): Ditto.
|
|
7015 (selected-screen): Ditto.
|
|
7016 (set-buffer-dedicated-screen): Ditto.
|
|
7017 (set-screen-height): Ditto.
|
|
7018 (set-screen-position): Ditto.
|
|
7019 (set-screen-size): Ditto.
|
|
7020 (set-screen-width): Ditto.
|
|
7021 (show-temp-buffer-in-current-screen): Ditto.
|
|
7022 (switch-to-buffer-other-screen): Ditto.
|
|
7023 (visible-screen-list): Ditto.
|
|
7024 (window-screen): Ditto.
|
|
7025 (x-set-screen-pointer): Ditto.
|
|
7026 (x-set-frame-pointer): Ditto.
|
|
7027 (screen-title-format): Ditto.
|
|
7028 (screen-icon-title-format): Ditto.
|
|
7029 (terminal-screen): Ditto.
|
|
7030 (delete-screen-hook): Ditto.
|
|
7031 (create-screen-hook): Ditto.
|
|
7032 (mouse-enter-screen-hook): Ditto.
|
|
7033 (mouse-leave-screen-hook): Ditto.
|
|
7034 (map-screen-hook): Ditto.
|
|
7035 (unmap-screen-hook): Ditto.
|
|
7036 (default-screen-alist): Ditto.
|
|
7037 (default-screen-name): Ditto.
|
|
7038 (x-screen-defaults): Ditto.
|
|
7039 (x-create-screen): Ditto.
|
|
7040 * obsolete.el: meta-flag removed.
|
|
7041 baud-rate removed.
|
|
7042 sleep-for-millisecs removed.
|
|
7043 extent-data removed.
|
|
7044 set-extent-data removed.
|
|
7045 set-extent-attribute removed.
|
|
7046 extent-glyph removed.
|
|
7047 extent-layout removed.
|
|
7048 set-extent-layout removed.
|
|
7049 list-faces-display removed.
|
|
7050 list-faces removed.
|
|
7051 trim-versions-without-asking removed.
|
|
7052 after-write-file-hooks removed.
|
|
7053 truename removed.
|
|
7054 auto-fill-hook removed.
|
|
7055 blink-paren-hook removed.
|
|
7056 select-screen-hook, deselect-screen-hook removed.
|
|
7057 auto-raise-screen, auto-lower-screen removed.
|
|
7058
|
|
7059 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
7060
|
|
7061 * XEmacs 21.0-pre5 is released.
|
|
7062
|
|
7063 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
7064
|
|
7065 * about.el (about-hackers): Credits update.
|
|
7066
|
|
7067 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7068
|
|
7069 * register.el (insert-register): Don't activate the region.
|
|
7070
|
|
7071 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
7072
|
|
7073 * select.el: Restore x-* symbols for backwards compatibility:
|
|
7074 x-copy-primary-selection, x-kill-primary-selection,
|
|
7075 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
7076 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
7077
|
|
7078 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
7079
|
|
7080 * XEmacs 21.0-pre4 is released.
|
|
7081
|
|
7082 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7083
|
|
7084 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
7085 reporting bugs.
|
|
7086 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
7087 `expand-file-name' rather than `concat'.
|
|
7088
|
|
7089 * help.el (print-messages): New function.
|
|
7090
|
|
7091 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7092
|
|
7093 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
7094
|
|
7095 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7096
|
|
7097 * about.el: Tweaked my entry in about-hackers.
|
|
7098
|
|
7099 * find-paths.el (paths-emacs-root-p):
|
|
7100 Relaxed emacs-root checking of an in-place installation to
|
442
|
7101 also accommodate the flat layout used on MS Windows.
|
428
|
7102
|
|
7103 1998-06-29 John Jones <jj@asu.edu>
|
|
7104
|
|
7105 * package-get.el: calls to package-get-update-all will only
|
|
7106 update packages which are already installed.
|
|
7107
|
|
7108 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
7109
|
|
7110 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
7111 are handled by the gui-element face fallbacks now.
|
|
7112
|
|
7113 * x-faces.el: default gui-element face to "background" as well as
|
|
7114 the default face.
|
|
7115
|
|
7116 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
7117 and default face settings since these are set as fallbacks now in
|
|
7118 the appropriate domain.
|
|
7119
|
|
7120 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
7121
|
|
7122 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
7123 corresponding to `page-delim' goes first and the hack in
|
|
7124 `forward-paragraph' will work.
|
|
7125 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
7126
|
|
7127 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7128
|
|
7129 * subr.el (remove-hook): When checking the hook value
|
|
7130 with functionp, don't apply car to it.
|
|
7131
|
|
7132 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7133
|
|
7134 * package-get.el (package-get-remote-filename):
|
|
7135 Don't use file-name-as-directory because the local directory
|
|
7136 separator conventions might not be the same as ftp's.
|
|
7137
|
|
7138 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7139
|
|
7140 * ldap.el (ldap-host-parameters-alist): New name of
|
|
7141 `ldap-host-parameters-plist'
|
|
7142
|
434
|
7143 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
7144
|
|
7145 * package-get.el: Using (require 'package-get-base), now that it
|
|
7146 provides itself. Consequently removed all instances of (load
|
|
7147 "package-get-base.el").
|
|
7148
|
|
7149 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7150
|
|
7151 * subr.el (remove-hook): Don't treat the hook value as a
|
|
7152 list unless it is both consp and not functionp.
|
|
7153
|
|
7154 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
7155
|
|
7156 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
7157 * auto-show.el: Ditto.
|
|
7158 * bytecomp.el: Ditto.
|
|
7159 * faces.el: Ditto.
|
|
7160 * x-scrollbar.el: Ditto.
|
|
7161 * x-misc.el: Ditto.
|
|
7162 * tty-init.el: Ditto.
|
|
7163 * toolbar-items.el: Ditto.
|
|
7164 * symbol-syntax.el: Ditto.
|
|
7165 * specifier.el: Ditto.
|
|
7166 * objects.el: Ditto.
|
|
7167 * hyper-apropos.el: Ditto.
|
|
7168 * glyphs.el: Ditto.
|
|
7169
|
|
7170 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
7171
|
|
7172 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
7173 vertical-divider-always-visible-p.
|
|
7174 (default-mouse-motion-handler): Ditto.
|
|
7175
|
|
7176 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
7177
|
|
7178 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
7179 global value.
|
|
7180
|
|
7181 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
7182
|
|
7183 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
7184
|
|
7185 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7186
|
|
7187 * font.el: Split font-family-mappings into X and
|
|
7188 mswindows-specific versions.
|
|
7189 mswindows-font-create-[object|name]: Treat supplied size
|
|
7190 as a pointsize. Added underline and strikethru handling.
|
|
7191
|
|
7192 * msw-faces.el: changed default mswindows charset to western.
|
|
7193
|
|
7194 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7195 was inserted to get round bugs in the mswindows C font code.
|
|
7196
|
|
7197 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
7198
|
|
7199 * about.el (about-hackers): Credits update.
|
|
7200
|
|
7201 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
7202 TUTORIAL.
|
|
7203
|
|
7204 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
7205 to ISO-8859-2.
|
|
7206
|
|
7207 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7208
|
|
7209 * font.el: Split font-family-mappings into X and
|
|
7210 mswindows-specific versions.
|
|
7211 mswindows-font-create-[object|name]: Treat supplied size
|
|
7212 as a pointsize. Added underline and strikethru handling.
|
|
7213
|
|
7214 * msw-faces.el: changed default mswindows charset to western.
|
|
7215
|
|
7216 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7217 was inserted to get round bugs in the mswindows C font code.
|
|
7218
|
|
7219 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7220
|
|
7221 * minibuf.el: make read-color-completion-table call
|
|
7222 (mswindows-color-list for mswindows devices.
|
|
7223
|
|
7224 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
7225
|
|
7226 * lisp/font-lock.el
|
|
7227 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
7228 Let declaration items contain non-word symbol characters.
|
|
7229
|
434
|
7230 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
428
|
7231
|
|
7232 * package-get.el (package-get-package-provider): Added autoload
|
|
7233 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
7234 it. Fixed some (interactive ...) with multiple argument specs
|
|
7235 again. Cosmetic indentation changes.
|
|
7236
|
|
7237 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
7238
|
|
7239 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
7240 that you want to use later.
|
|
7241
|
|
7242 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7243
|
|
7244 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
7245 to x-kill-primary-selection with kill-primary-selection
|
|
7246
|
|
7247 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
7248
|
|
7249 * simple.el (what-cursor-position): Make cursor position reported
|
|
7250 use value of column-number-start-at-one
|
|
7251
|
|
7252 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
7253
|
|
7254 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
7255
|
|
7256 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
7257
|
|
7258 * startup.el (startup-splash-frame): Remove
|
|
7259 `xemacs-startup-logo-function'.
|
|
7260
|
|
7261 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
7262
|
|
7263 * about.el (about-hackers): Update credits list.
|
|
7264
|
|
7265 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
7266
|
|
7267 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
7268 extensions to be found by load-sound-file
|
|
7269
|
|
7270 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7271
|
|
7272 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
7273 (Info-auto-generate-directory): New variable
|
|
7274 (Info-save-auto-generated-dir): New variable
|
|
7275 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
7276 (Info-build-dir-anew): Second parameter removed. Use
|
|
7277 `Info-save-auto-generated-dir'
|
|
7278 (Info-rebuild-dir): Ditto
|
|
7279
|
|
7280 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
7281
|
|
7282 * list-mode.el (next-list-mode-item): Would not recognize
|
|
7283 border between directly neighbored items.
|
|
7284
|
|
7285 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7286
|
|
7287 * package-get.el: add autoloads for some functions.
|
|
7288
|
|
7289 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7290
|
|
7291 * specifier.el (let-specifier): Tiny docfixes.
|
|
7292
|
|
7293 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7294
|
|
7295 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
7296
|
|
7297 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
7298
|
|
7299 * wid-edit.el (widget-specify-secret): New function.
|
|
7300 (widget-after-change): Use it.
|
|
7301 (widget-specify-field): Use it.
|
|
7302
|
|
7303 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
7304
|
|
7305 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
7306 `doit'; reuse result of `window-pixel-edges'.
|
|
7307
|
|
7308 * modeline.el (drag-modeline-event-lag): Rename to
|
|
7309 drag-divider-event-lag.
|
|
7310
|
|
7311 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
7312
|
|
7313 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
7314 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
7315 arguments.
|
|
7316
|
|
7317 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7318
|
|
7319 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
7320 `completion-ignore-case' in completions buffer under Windows.
|
|
7321
|
|
7322 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7323
|
|
7324 * about.el (about-maintainer-glyph): Fix support for not
|
|
7325 compressed images.
|
|
7326
|
|
7327 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7328
|
|
7329 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
7330
|
|
7331 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
7332 `cancel-mode-internal' function is fetched.
|
|
7333
|
|
7334 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7335
|
|
7336 * files.el (save-some-buffers-1): Fixed return value.
|
|
7337
|
|
7338 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
7339
|
|
7340 * dragdrop.el: added experimental
|
|
7341
|
|
7342 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
7343
|
|
7344 * startup.el (after-init-hook, init-file-user,
|
|
7345 user-init-directory, load-user-init-file): Purge references
|
|
7346 to "~/.xemacs/init.el" from docstrings.
|
|
7347
|
|
7348 (load-user-init-file) Use paths-construct-path to construct
|
|
7349 paths to user init files. Go directly to ~/.emacs, do not
|
|
7350 search ~/.xemacs/, do not load `default-custom-file'.
|
|
7351
|
|
7352 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7353
|
|
7354 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
7355 general *sh.
|
|
7356 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
7357
|
|
7358 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
7359
|
|
7360 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
7361 menu.
|
|
7362
|
|
7363 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
7364
|
|
7365 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
7366 in xpm-color-symbols instead of default.
|
|
7367
|
|
7368 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
7369
|
|
7370 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
7371
|
|
7372 * startup.el (xemacs-startup-logo-function): New variable.
|
|
7373 (startup-splash-frame): Use it.
|
|
7374
|
|
7375 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
7376
|
|
7377 * files.el (save-some-buffers): Would wait 1 second.
|
|
7378 (save-some-buffers-1): Delete other windows here instead of in
|
|
7379 `save-some-buffers'.
|
|
7380 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
7381
|
442
|
7382 1998-06-02 Didier Verna <didier@xemacs.org>
|
428
|
7383
|
|
7384 * cus-face.el (custom-face-attributes): generalized the use of
|
|
7385 toggle buttons for boolean attributes.
|
|
7386 Re-ordered the items a bit.
|
|
7387
|
|
7388 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
7389
|
|
7390 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
7391 to find the sounds directory.
|
|
7392
|
|
7393 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7394
|
|
7395 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
7396 otherwise. load-default sounds without extensions.
|
|
7397
|
|
7398 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
7399
|
|
7400 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
7401 if send-pr is not bound.
|
|
7402
|
|
7403 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
7404
|
|
7405 * files.el: grok idl files in auto-mode-alist.
|
|
7406 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
7407
|
|
7408 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
7409 calling `upcase'.
|
|
7410
|
|
7411 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
7412
|
|
7413 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
7414
|
|
7415 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7416
|
|
7417 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
7418 instead of XEmacs one when dumping InfoDock.
|
|
7419
|
|
7420 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7421
|
|
7422 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
7423 for `modeline-visible-p'
|
|
7424
|
|
7425 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
7426
|
|
7427 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7428
|
|
7429 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
7430 since it's not used anymore. doc string fixes.
|
|
7431
|
|
7432 * package-get.el (package-get-file-installed-p): new function. use
|
|
7433 instead of file-installed-p which is in an external package.
|
|
7434
|
|
7435 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
7436
|
|
7437 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
7438 favor of select-window/switch-to-buffer
|
|
7439
|
|
7440 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
7441
|
|
7442 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
7443
|
|
7444 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
7445
|
|
7446 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
7447 (offix-start-drag-region) moved to dragdrop.el
|
|
7448 (offix-start-drag) moved to dragdrop.el
|
|
7449 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
7450 (offix-start-drag-region) moved from frame.el
|
|
7451 (offix-start-drag) moved from frame.el
|
|
7452 (cde-start-drag-region) cde drag regions
|
|
7453 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
7454
|
|
7455 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
7456
|
|
7457 * dragdrop.el: created dragdrop-drag prototypes
|
|
7458 (cde-start-drag-region) fixed typo
|
|
7459
|
|
7460 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
7461
|
|
7462 * simple.el (after-init-hook): Remove reader macro.
|
|
7463
|
|
7464 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
7465 macros. Update DOC string.
|
|
7466
|
|
7467 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7468
|
|
7469 * mouse.el (drag-window-divider): Ditto.
|
|
7470
|
|
7471 * modeline.el (mouse-drag-modeline): Use it.
|
|
7472
|
|
7473 * lisp-mode.el (let-specifier): Specify indentation.
|
|
7474
|
|
7475 * specifier.el (let-specifier): Renamed from
|
|
7476 `with-specifier-instance'.
|
|
7477
|
|
7478 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
7479
|
|
7480 * x-faces.el:
|
|
7481 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
7482 to faces. Predicate x-get-resource on the presence of x.
|
|
7483
|
442
|
7484 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
428
|
7485 faces as specfier defaults.
|
|
7486
|
|
7487 * package-get.el: don't use package-admin-add-single-file-package.
|
|
7488
|
|
7489 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7490
|
|
7491 * toolbar-items.el: Fixup tooltips.
|
|
7492 (toolbar-gnus): Don't use obsolete variable
|
|
7493 toolbar-news-frame-properties.
|
|
7494 (toolbar-news-reader): Default to `gnus' instead of
|
|
7495 `not-configured'.
|
|
7496
|
|
7497 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
7498 Windows.
|
|
7499
|
|
7500 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
7501
|
|
7502 * package-get.el: rename -installedp -> -installed-p.
|
|
7503
|
|
7504 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7505
|
|
7506 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
7507 attributes, and assinged it to continuation, truncation and
|
|
7508 hscroll glyphs.
|
|
7509
|
|
7510 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
7511 and made continuation, truncation and hscroll glyphs arrow
|
|
7512 characters out of that font.
|
|
7513
|
|
7514 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7515
|
|
7516 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
7517 directory-sep-char being \.
|
|
7518 (minibuffer-electric-tilde): Ditto.
|
|
7519 (read-file-name-map): Ditto.
|
|
7520
|
|
7521 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7522
|
|
7523 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
7524 on X devices.
|
|
7525 (default-mouse-track-deal-with-down-event): Avoid
|
|
7526 `x-disown-selection'; use `disown-selection' instead.
|
|
7527
|
|
7528 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7529
|
|
7530 * select.el:
|
|
7531 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
7532 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
7533 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
7534 (x-copy-primary-selection).
|
|
7535 (own-clipboard): new function.
|
|
7536
|
|
7537 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
7538 functions in select.el. remove old ones.
|
|
7539 (mswindows-own-clipboard): new function.
|
|
7540
|
|
7541 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7542
|
|
7543 * gnuserv.el: allow connections from mswindows type devices.
|
|
7544
|
|
7545 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
7546
|
|
7547 * msw-glyphs.el: change image type used from cursor to resource.
|
|
7548
|
|
7549 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7550
|
|
7551 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
7552 for {top,bottom}-{left,right} values in addition to
|
|
7553 {top,bottom}_{left,right}.
|
|
7554 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
7555
|
|
7556 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
7557
|
|
7558 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
7559
|
|
7560 * specifier.el (with-specifier-instance): Added docstring.
|
|
7561
|
|
7562 * mouse.el (drag-window-divider): Ditto.
|
|
7563
|
|
7564 * modeline.el (mouse-drag-modeline): Use it.
|
|
7565
|
|
7566 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
7567 level.
|
|
7568
|
|
7569 * specifier.el (with-specifier-instance): New macro.
|
|
7570
|
|
7571 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
7572
|
|
7573 * package-get.el (package-get-create-custom): new function to
|
|
7574 auto-generate package-get-custom.el from package-get-base.el.
|
|
7575 * (package-get-ever-installedp): new function.
|
|
7576 * (package-get-custom): new function to get all packages specified
|
|
7577 by customize.
|
|
7578
|
|
7579 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
7580
|
|
7581 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
7582
|
|
7583 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
7584
|
|
7585 * cl-extra.el: Reverse previous float change.
|
|
7586
|
|
7587 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
7588
|
|
7589 * x-faces.el:
|
|
7590 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
7591 required by w3 under mswindows as well X.
|
|
7592
|
|
7593 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7594
|
|
7595 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
7596 clause, one more overlookef fsfism.
|
|
7597 (nt-quote-args-functions-alist): End sentences with double space.
|
|
7598
|
|
7599 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7600
|
|
7601 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
7602 recaching default-toolbar specifier.
|
|
7603 (pop-window-configuration): Ditto.
|
|
7604 (unpop-window-configuration): Ditto.
|
|
7605
|
|
7606 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7607
|
|
7608 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
7609
|
|
7610 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7611
|
|
7612 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
7613 (nt-quote-args-prefix-quote): Added function.
|
|
7614 (nt-quote-args-backslash-quote): Added function.
|
|
7615 (nt-quote-args-double-quote): Added function.
|
|
7616 (nt-quote-args-functions-alist): New variable.
|
|
7617 (nt-quote-process-args): Added function. This is the main quoting
|
|
7618 work horse called from process-nt.c
|
|
7619
|
|
7620 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7621
|
|
7622 * winnt.el: Removed duplicate definitions for backspace,
|
|
7623 delete, M-backspace and C-M-backspace.
|
|
7624 (file-name-buffer-file-type-alist): Removed this variable.
|
|
7625 (find-buffer-file-type): Removed function.
|
|
7626 (find-file-binary): Removed function.
|
|
7627 (find-file-text): Removed function.
|
|
7628 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
7629 (save-to-unix-hook): Removed function.
|
|
7630 (revert-from-unix-hook): Removed function.
|
|
7631 (using-unix-filesystems): Removed function.
|
|
7632 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
7633 warning.
|
|
7634 (x-set-selection): Removed function.
|
|
7635 (x-get-selection): Removed function.
|
|
7636 Removed commented FSFisms.
|
|
7637 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
7638 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
7639 comint-process-echoes setting to t.
|
|
7640
|
|
7641 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7642
|
|
7643 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
7644 and used following the interface change of
|
|
7645 `paths-find-recursive-path'.
|
|
7646
|
|
7647 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
7648 regexp instead of a list of base names.
|
|
7649 (paths-version-control-filename-regexp):
|
|
7650 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
7651 Introduced and used following the interface change of
|
|
7652 `paths-find-recursive-path'.
|
|
7653
|
|
7654 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7655
|
|
7656 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
7657 on X devices, rather than on all non-TTY devices.
|
|
7658
|
|
7659 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7660
|
|
7661 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
7662
|
|
7663 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
7664
|
434
|
7665 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
428
|
7666
|
|
7667 * itimer.el (activate-itimer): Fixed usage of integers
|
|
7668 as argument to `concat'.
|
|
7669
|
|
7670 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7671
|
|
7672 * itimer.el (start-itimer): replace the use of `concat' with
|
|
7673 `format'
|
|
7674
|
|
7675 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
7676
|
|
7677 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
7678 From Bob Weiner <weiner@altrasoft.com>
|
|
7679
|
|
7680 * loadhist.el (symbol-file): Supply prompt string when used
|
|
7681 interactively.
|
|
7682 From Bob Weiner <weiner@altrasoft.com>
|
|
7683
|
|
7684 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7685
|
|
7686 * loadup.el (really-early-error-handler): Ditto.
|
|
7687
|
|
7688 * update-elc.el: Ditto.
|
|
7689
|
|
7690 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7691
|
|
7692 * make-docfile.el: Ditto.
|
|
7693
|
|
7694 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
7695 instead of decode-path.
|
|
7696
|
|
7697 * files.el (parse-colon-path): Update docstring reference.
|
|
7698
|
|
7699 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7700
|
|
7701 * msw-init.el:
|
|
7702 * x-init.el:
|
|
7703 Bind cut'n'paste keys to non window-system specific functions.
|
|
7704
|
|
7705 * msw-select.el: New function mswindows-clear-clipboard.
|
|
7706 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
7707 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
7708
|
|
7709 * select.el: on mswindows devices delete-primary-selection
|
|
7710 calls mswindows-clear-clipboard.
|
|
7711
|
|
7712 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
7713
|
|
7714 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
7715
|
|
7716 * cmdloop.el (read-char): Don't inhibit quit.
|
|
7717 (read-char-exclusive): Ditto.
|
|
7718 (read-char): Signal quit if quit-char was pressed.
|
|
7719 (read-char-exclusive): Ditto.
|
|
7720 (read-quoted-char): Return a character, not integer.
|
|
7721
|
|
7722 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
7723 selection code.
|
|
7724 (default-popup-menu): Fix code.
|
|
7725
|
|
7726 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
7727
|
|
7728 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
7729
|
|
7730 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
7731
|
|
7732 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
7733
|
|
7734 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7735
|
|
7736 * device.el (device-pixel-width):
|
|
7737 (device-pixel-height):
|
|
7738 (device-mm-width):
|
|
7739 (device-mm-height):
|
|
7740 (device-bitplanes):
|
|
7741 (device-color-cells): Swapped parameters to device-system-metric
|
|
7742 according to the interface change.
|
|
7743
|
|
7744 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7745
|
|
7746 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
7747 function event-over-vertical-divider-p.
|
|
7748 Do not set E-W arrow cursor over the divider if
|
|
7749 vertical-divider-draggable-p is nil in the window.
|
|
7750 ([top-level]): Use new name for the variable
|
|
7751 vertical-divider-map.
|
|
7752 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
7753 Variable name typo fixes.
|
|
7754
|
|
7755 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7756
|
|
7757 * keymap.el (kbd): Define here; handle string constants and
|
|
7758 others...
|
|
7759
|
|
7760 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
7761
|
|
7762 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
7763 in Emacs 18.
|
|
7764
|
442
|
7765 1998-05-13 Didier Verna <didier@xemacs.org>
|
428
|
7766
|
|
7767 * mouse.el (drag-window-divider): give the vertical divider a
|
|
7768 pressed look when dragging it.
|
|
7769
|
|
7770 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
7771
|
|
7772 * faces.el: predicate some more face operations on x or mswindows
|
|
7773 not just x.
|
|
7774
|
|
7775 * modeline.el: enable modeline coloring for mswindows.
|
|
7776
|
|
7777 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7778
|
|
7779 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
7780 FSF Emacs.
|
|
7781 (next-history-element): Used `minibuffer-default'.
|
|
7782
|
|
7783 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
7784
|
|
7785 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
7786 arguments still look a bit strange
|
|
7787 (dragdrop-compare-mods) created
|
|
7788 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
7789 modifiers
|
|
7790
|
|
7791 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7792
|
|
7793 * setup-paths.el (paths-default-info-directories): Replace
|
|
7794 path-separator with directory-sep-char.
|
|
7795
|
|
7796 * files.el (path-separator): Don't define it here.
|
|
7797
|
|
7798 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7799
|
|
7800 * update-elc.el: Ditto.
|
|
7801
|
|
7802 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7803
|
|
7804 * make-docfile.el: Ditto.
|
|
7805
|
|
7806 * loadup.el (really-early-error-handler): Ditto.
|
|
7807
|
|
7808 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
7809 instead of decode-path-internal.
|
|
7810
|
|
7811 * files.el (parse-colon-path): Update docstring.
|
|
7812
|
|
7813 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
7814
|
|
7815 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
7816
|
|
7817 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
7818 get-buffer-window-list.
|
|
7819
|
|
7820 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7821
|
|
7822 * disass.el: Fix maintainer keyword.
|
|
7823
|
|
7824 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
7825 (byte-compile-buffer): Ditto.
|
|
7826
|
|
7827 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
7828 value is returned, not the name.
|
|
7829 (lisp-imenu-generic-expression): Enable it.
|
|
7830 (lisp-mode-variables): Ditto.
|
|
7831 (lisp-indent-offset): Change defconst to defvar.
|
|
7832 (lisp-indent-function): Ditto.
|
|
7833 (lisp-body-indent): Ditto.
|
|
7834
|
|
7835 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7836
|
|
7837 * modeline.el: Use zap-last-kbd-macro-event.
|
|
7838
|
|
7839 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
7840 nil, don't attempt to do anything with messages.
|
|
7841 (eval-last-sexp): Use `letf' for clarity.
|
|
7842
|
|
7843 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7844
|
|
7845 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
7846
|
|
7847 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
7848
|
|
7849 * buff-menu.el:
|
|
7850 * lisp-mode.el:
|
|
7851 * obsolete.el:
|
|
7852 Change empty docstrings into no doc strings at all.
|
|
7853 Fix bogus FSF-format docstrings.
|
|
7854 * etags.el: Fix docstring.
|
|
7855
|
|
7856 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7857
|
|
7858 * package-get.el (package-get): Use internal md5
|
|
7859
|
|
7860 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
7861
|
|
7862 * about.el (about-xemacs): Correct abuse of concat.
|
|
7863
|
|
7864 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
7865
|
|
7866 * info.el (Info-mode): Use easymenu.
|
|
7867
|
|
7868 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7869
|
|
7870 * apropos.el (apropos): Don't use concat with integers.
|
|
7871
|
|
7872 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
7873 was seen gracefully.
|
|
7874
|
|
7875 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
7876 defun.
|
|
7877 (apropos-describe-plist): Ditto.
|
|
7878
|
|
7879 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
7880 (describe-key): Use it as defun.
|
|
7881 (describe-mode): Ditto.
|
|
7882 (describe-bindings): Ditto.
|
|
7883 (describe-prefix-bindings): Ditto.
|
|
7884 (describe-installation): Ditto.
|
|
7885 (view-lossage): Ditto.
|
|
7886 (describe-function): Ditto.
|
|
7887 (describe-variable): Ditto.
|
|
7888 (describe-syntax): Ditto.
|
|
7889
|
|
7890 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
7891
|
|
7892 * dragdrop.el: changed order of require/provide
|
|
7893 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
7894 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
7895 (dragdrop-function-widget) this one needs more work...
|
|
7896
|
|
7897 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
7898
|
|
7899 * about.el: another small change in my entry
|
|
7900 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
7901 plus customizations
|
|
7902 changed interface to handler functions. now called with event
|
|
7903 and object
|
|
7904
|
|
7905 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7906
|
|
7907 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
7908 E-W arrow pointer displayed over draggable dividers.
|
|
7909
|
|
7910 * mouse.el (default-mouse-motion-handler): Show it when
|
|
7911 appropriate.
|
|
7912 (drag-window-divider): Added.
|
|
7913 ([top-level]): Initialized window-divider-map with a keymap
|
|
7914 binding the above function to left button down event.
|
|
7915
|
|
7916 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
7917 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
7918 E-W double arrow.
|
|
7919
|
|
7920 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
7921
|
|
7922 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
7923
|
|
7924 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7925
|
|
7926 * simple.el (count-words-buffer): Don't query for buffer.
|
|
7927 (count-lines-buffer): Ditto.
|
|
7928
|
|
7929 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7930
|
|
7931 * help.el (where-is): add optional insert argument.
|
|
7932
|
|
7933 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7934
|
|
7935 * help.el (describe-key-briefly): New argument INSERT.
|
|
7936
|
|
7937 * simple.el (eval-expression): New optional argument; synch with
|
|
7938 FSF 20.3.
|
|
7939
|
|
7940 * keydefs.el (global-map): Add new register bindings.
|
|
7941
|
|
7942 * register.el: Synched with FSF 20.3.
|
|
7943
|
|
7944 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7945
|
|
7946 * window-xemacs.el (recenter): all arguments are optional.
|
|
7947
|
|
7948 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7949
|
|
7950 * device.el: (device-pixel-width): Reflected name/parameters
|
|
7951 change to device-system-metric.
|
|
7952 (device-pixel-height): Ditto.
|
|
7953 (device-mm-width): Ditto.
|
|
7954 (device-mm-height): Ditto.
|
|
7955 (device-bitplanes): Ditto.
|
|
7956 (device-color-cells): Ditto.
|
|
7957
|
|
7958 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7959
|
|
7960 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
7961
|
|
7962 * cl.el (most-positive-fixnum): Document.
|
|
7963 (most-negative-fixnum): Ditto.
|
|
7964
|
|
7965 * cus-dep.el: Updated comment.
|
|
7966
|
|
7967 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
7968 constant.
|
|
7969
|
|
7970 * cus-load.el (custom-put): Removed.
|
|
7971
|
|
7972 * files.el (after-find-file): Just resignal quit instead of
|
|
7973 signaling "canceled".
|
|
7974
|
|
7975 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7976
|
|
7977 * frame.el (other-frame): Use `focus-frame' instead of
|
|
7978 select-frame kludges.
|
|
7979
|
|
7980 * lisp-mode.el: Update lisp-indent-function for
|
|
7981 save-selected-frame and with-selected-frame.
|
|
7982
|
|
7983 * frame.el (save-selected-frame): New macro.
|
|
7984 (with-selected-frame): Ditto.
|
|
7985 (other-frame): Use `set-frame-focus'.
|
|
7986
|
|
7987 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
7988
|
|
7989 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
7990 (dragdrop-drop-url-default) default handler for URL drops created
|
|
7991 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
7992 (dragdrop-drop-functions) default custom for handling drops created
|
|
7993 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
7994
|
|
7995 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7996
|
|
7997 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
7998
|
|
7999 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
8000
|
|
8001 * about.el: changed some text in my entry
|
|
8002 * dragdrop.el: added customs
|
|
8003
|
|
8004 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
8005
|
|
8006 * mouse.el: killed global drop key bindings
|
|
8007 (mouse-offix-drop) removed
|
|
8008 * dragdrop.el: created
|
|
8009 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
8010
|
|
8011 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8012
|
|
8013 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
8014 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
8015
|
|
8016 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
8017 obsolete comment.
|
|
8018
|
|
8019 * scrollbar.el (scrollbars-visible-p): Use new
|
|
8020 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
8021
|
|
8022 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8023
|
|
8024 * device.el (device-pixel-height):
|
|
8025 (device-pixel-width):
|
|
8026 (device-mm-width):
|
|
8027 (device-mm-height):
|
|
8028 (device-bitplanes):
|
|
8029 (device-color-cells): Moved these 6 functions from device.c; they
|
|
8030 all use single (device-system-metrics) call.
|
|
8031
|
|
8032 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
8033
|
|
8034 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
8035 were renamed.
|
|
8036
|
|
8037 * menubar-items.el:
|
|
8038 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
8039 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
8040
|
|
8041 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
8042 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
8043
|
|
8044 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
8045
|
|
8046 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
8047 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
8048
|
|
8049 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
8050
|
|
8051 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
8052
|
|
8053 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
8054
|
|
8055 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
8056
|
|
8057 * startup.el (startup-splash-frame): Change ID logo name.
|
|
8058
|
|
8059 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8060
|
|
8061 * files.el (after-find-file): If the user presses C-g on
|
|
8062 directory-creation prompt, kill the buffer.
|
|
8063
|
|
8064 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
8065
|
|
8066 * simple.el (count-words-region): Reverse previous change.
|
|
8067
|
|
8068 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
8069
|
|
8070 * replace.el (query-replace): Just call perform-replace.
|
|
8071 (query-replace-regexp): Ditto.
|
|
8072 (perform-replace): Move region handling here.
|
|
8073 (perform-replace): Use the new arg to match-data.
|
|
8074
|
|
8075 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8076
|
|
8077 * x-init.el: Install X specific display table that
|
|
8078 displays char 0240 as a space to avoid whatever it is
|
|
8079 that screws up display of that character code.
|
|
8080
|
|
8081 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
8082
|
|
8083 * help.el (function-arglist): If no arguments are documented for a
|
|
8084 subr, print nothing rather than incorrect output.
|
|
8085
|
|
8086 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
8087
|
|
8088 * cmdloop.el (command-error): Update bail-out error message to use
|
|
8089 `emacs-program-name'.
|
|
8090
|
|
8091 * lib-complete.el: Remove reader macro cruft.
|
|
8092
|
|
8093 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
8094 cruft.
|
|
8095
|
|
8096 * simple.el (count-words-region): Drop interactive-p check on the
|
|
8097 message.
|
|
8098
|
|
8099 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8100
|
|
8101 * font.el
|
|
8102 * msw-faces.el
|
|
8103 Correct spelling of mswindows-font-canonicalize-name.
|
|
8104
|
|
8105 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8106
|
|
8107 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
8108 `ldap-host-parameters-plist'
|
|
8109 (ldap-search): Adapt to previous change
|
|
8110
|
|
8111 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8112
|
|
8113 * about.el (about-hackers): Update Bob Weiner bio.
|
|
8114 (about-maintainer-info): Ditto.
|
|
8115
|
|
8116 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
8117
|
|
8118 * simple.el (display-warning-minimum-level): Docfix.
|
|
8119
|
|
8120 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
8121
|
|
8122 * widget.el (:default-get): New keyword.
|
|
8123 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
8124 (group, widget-group-default-get): Define it.
|
|
8125 (menu-choice, widget-choice-default-get): Define it.
|
|
8126 (widget-default-get): New function.
|
|
8127 (widget-choice-action): Call it.
|
|
8128 (widget-editable-list-entry-create): Call it.
|
|
8129
|
|
8130 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8131
|
|
8132 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
8133 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
8134 lookup through `byte-boolean-vars'.
|
|
8135
|
|
8136 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8137
|
|
8138 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
8139 resource-provided values into ghost specs for scrollbar-height and
|
|
8140 scrollbar-width.
|
|
8141
|
|
8142 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8143
|
|
8144 * byte-optimize.el: Don't attempt to optimize /=.
|
|
8145
|
|
8146 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
8147 (byte-compile-/=): Ditto.
|
|
8148
|
|
8149 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8150
|
|
8151 * apropos.el: Use `with-displaying-help-buffer'.
|
|
8152 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
8153 Use `with-displaying-help-buffer'.
|
|
8154 (apropos-follow): Do not give special treatment to buffer cursor
|
|
8155 was in prior to a mouse click.
|
|
8156 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
8157 (apropos-print-doc): Set correct buffer for setting text
|
|
8158 properties.
|
|
8159
|
|
8160 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
8161
|
|
8162 * help.el (help-buffer-prefix-string): New variable.
|
|
8163 (help-buffer-name): Use it.
|
|
8164
|
|
8165 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
8166 mode menu.
|
|
8167
|
|
8168 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
8169
|
|
8170 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
8171
|
|
8172 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8173
|
|
8174 * files.el (find-file-noselect): Update docstring.
|
|
8175 (find-file-noselect): Signal an error if found an unreadable file.
|
|
8176 (file-chase-links): Save the match data.
|
|
8177 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
8178 (interpreter-mode-alist): Change defconst to defvar.
|
|
8179 (inhibit-first-line-modes-regexps): Ditto.
|
|
8180 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
8181 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
8182 (change-major-mode-with-file-name): New user-option.
|
|
8183 (set-visited-file-name): Synched with FSF.
|
|
8184 (file-name-extension): New function, from FSF 20.3.
|
|
8185 (file-relative-name): Synched with FSF.
|
|
8186 (save-some-buffers): Support the C-r feature.
|
|
8187 (recover-session): Synched with FSF.
|
|
8188 (kill-some-buffers): Ditto.
|
|
8189 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
8190
|
|
8191 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
8192
|
|
8193 * files.el (insert-file): Undo previous change and reenable use of
|
|
8194 format.el.
|
|
8195
|
|
8196 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8197
|
|
8198 * window-xemacs.el (recenter): Define.
|
|
8199
|
|
8200 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8201
|
|
8202 * font.el (mswindows-font-create-name)
|
|
8203 (mswindows-font-create-object): new functions for mswindows type
|
|
8204 fonts.
|
|
8205
|
|
8206 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
8207 strings are parsed as well as font objects.
|
|
8208
|
|
8209 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8210
|
|
8211 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
8212 kbd-macro being recorded.
|
|
8213 (add-minor-mode): Simplify docstring.
|
|
8214 (modeline-minor-mode-menu): Remove stuff.
|
|
8215
|
|
8216 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8217
|
|
8218 * code-process.el (call-process): dynamically decide process
|
|
8219 coding type.
|
|
8220
|
|
8221 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
8222
|
|
8223 * modeline.el: Add line-number-mode, column-number-mode to
|
|
8224 the modeline minor-mode menu. Button2 on the line number does
|
|
8225 goto-line.
|
|
8226
|
|
8227 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8228
|
|
8229 * mouse.el: move x-selection-owner-p type things to
|
|
8230 selection-owner-p.
|
|
8231
|
|
8232 * msw-init.el: copy zmacs stuff from x-init.el
|
|
8233
|
|
8234 * msw-select.el (mswindows-own-selection)
|
|
8235 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
8236 functions. Very simple minded implementation of selectio
|
|
8237 ownership.
|
|
8238
|
|
8239 * select.el (own-selection) (disown-selection)
|
|
8240 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
8241 (valid-simple-selection-p): functions moved from x-select.el for
|
|
8242 generalized selection.
|
|
8243
|
|
8244 * x-select.el: see select.el changes.
|
|
8245
|
|
8246 * x-toolbar.el: use new selection functions.
|
|
8247
|
|
8248 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8249
|
|
8250 * packages.el (packages-find-package-directories): Fixed bug that
|
|
8251 would pick up multiple site-package directories.
|
|
8252 (package-locations): Added "xemacs-packages" as a late package
|
|
8253 location.
|
|
8254
|
|
8255 * find-paths.el: Now uses `emacs-program-name' and
|
|
8256 `emacs-program-version'.
|
|
8257 Additions to enforce version-specific directories in
|
|
8258 `paths-find-version-directory'.
|
|
8259
|
|
8260 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
8261
|
|
8262 * default.el: Removed.
|
|
8263 * site-start.el: Removed.
|
|
8264
|
442
|
8265 1998-04-29 Didier Verna <didier@xemacs.org>
|
428
|
8266
|
|
8267 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
8268 to nil.
|
|
8269
|
|
8270 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
8271
|
|
8272 * find-paths.el (paths-program-name): Rename.
|
|
8273 (paths-emacs-root-p): Ditto.
|
|
8274 (paths-find-site-directory): Ditto.
|
|
8275
|
|
8276 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
8277
|
|
8278 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
8279 `emacs-lisp-byte-compile-and-load'.
|
|
8280
|
|
8281 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8282
|
|
8283 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
8284 `ldap-open'
|
|
8285
|
|
8286 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
8287
|
|
8288 * select.el (kill-primary-selection) (selection-owner-p)
|
|
8289 (copy-primary-selection) (yank-clipboard-selection)
|
|
8290 (selection-exists-p) (delete-primary-selection): new file and
|
|
8291 functions that do the right thing for the selected device.
|
|
8292
|
|
8293 * x-menubar.el: use generalised selection functions.
|
|
8294
|
|
8295 * dumped-lisp.el: dump select.el.
|
|
8296
|
|
8297 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
8298
|
|
8299 * find-paths.el (paths-progname): New variable.
|
|
8300 (paths-emacs-root-p): Use it.
|
|
8301 (paths-find-site-directory): Ditto.
|
|
8302
|
|
8303 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
8304
|
|
8305 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
8306 `infodock' if InfoDock.
|
|
8307
|
|
8308 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
8309
|
|
8310 * find-paths.el (construct-emacs-version): Simplify, include
|
|
8311 program name in the return value.
|
|
8312 * (paths-find-version-directory): Use it.
|
|
8313
|
|
8314 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8315
|
|
8316 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
8317 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
8318 name for files with no @direntry
|
|
8319 (Info-batch-rebuild-dir): New function
|
|
8320 (Info-suffixed-file): Check for regular files instead of simple
|
|
8321 file existence (could catch directories before)
|
|
8322
|
|
8323 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8324
|
|
8325 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
8326 temacs doesn't have.
|
|
8327
|
|
8328 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
8329 into root searching.
|
|
8330
|
|
8331 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
8332
|
|
8333 * subr.el: Remove definition of `not'.
|
|
8334
|
|
8335 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8336
|
|
8337 * msw-glyphs.el: enable graphics support.
|
|
8338
|
442
|
8339 1998-04-23 Didier Verna <didier@xemacs.org>
|
428
|
8340
|
|
8341 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
8342 option.
|
|
8343
|
|
8344 * misc doc string updates related to the options menu.
|
|
8345
|
|
8346 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
8347
|
|
8348 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
8349
|
|
8350 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8351
|
|
8352 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
8353 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
8354 gets us one step further towards making --no-autoloads work.
|
|
8355
|
|
8356 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
8357 lisp-directory is non-nil.
|
|
8358
|
|
8359 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
8360 against nil lisp-directory.
|
|
8361
|
|
8362 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
8363 to the list of variables that cause a warning when nil.
|
|
8364
|
|
8365 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
8366 no toolbar icon directory.
|
|
8367
|
|
8368 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
8369
|
|
8370 * help.el (view-lossage): Recognize it.
|
|
8371
|
|
8372 * simple.el (log-message): Mark multiline messages.
|
|
8373
|
|
8374 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8375
|
|
8376 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
8377
|
|
8378 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
8379
|
|
8380 * package-get.el (package-get-all): add `\n' separator to
|
|
8381 interactive specification so that both variables are read
|
|
8382
|
442
|
8383 1998-04-22 Didier Verna <didier@xemacs.org>
|
428
|
8384
|
|
8385 * x-menubar.el: ported the options menu to Custom.
|
|
8386 Moved the "read only" toggle button to the buffers menu.
|
|
8387 Corrected some missing ;;;###autoload or defcustom.
|
|
8388
|
|
8389 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
8390 the scrollbar-visible specifier for options menu handling.
|
|
8391
|
|
8392 * toolbar.el (toolbar-visible-p)
|
|
8393 (toolbar-captioned-p)
|
|
8394 (default-toolbar-position): defcustom wrappers around
|
|
8395 the toolbar specifiers for options menu handling.
|
|
8396
|
|
8397 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
8398 defcustom it for options menu handling.
|
|
8399
|
440
|
8400 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
428
|
8401 font-lock-mode for options menu handling.
|
|
8402
|
|
8403 * cus-start.el: added Custom properties to overwrite-mode for
|
|
8404 options menu handling.
|
|
8405
|
|
8406 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8407
|
|
8408 * about.el: shameless self-promotion.
|
|
8409
|
|
8410 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
8411
|
|
8412 * simple.el (raw-append-message): Slightly optimize.
|
|
8413 (remove-message): Use `push' for clarity.
|
|
8414 (append-message): Ditto.
|
|
8415 (display-warning): Dito.
|
|
8416 (raw-append-message): Send the message to the appropriate device.
|
|
8417
|
|
8418 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8419
|
|
8420 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
8421 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
8422
|
|
8423 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8424
|
|
8425 * setup-paths.el: Changed `directory-sep-char' to
|
|
8426 `path-separator', following a change in GNU Emacs.
|
|
8427
|
|
8428 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8429
|
|
8430 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
8431 (Info-build-dir-anew): Add a final newline.
|
|
8432 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
8433 is `always'
|
|
8434 (Info-rebuild-dir): Ditto
|
|
8435
|
|
8436 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
8437
|
|
8438 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
8439
|
|
8440 * simple.el (count-words-buffer): Retain zmacs region.
|
|
8441 (count-words-region): Ditto.
|
|
8442 * simple.el: (what-line): Expanded line counts.
|
|
8443 (count-lines): New parameter to conditionalize whether collapsed
|
|
8444 lines get counted.
|
|
8445 From Bob Weiner <weiner@altrasoft.com>
|
|
8446
|
|
8447 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
8448
|
|
8449 * packages.el (package-locations): infodock-packages must override
|
|
8450 mule-packages and packages.
|
|
8451
|
|
8452 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
8453
|
|
8454 * wid-edit.el:
|
|
8455 remove rude messages from widget-activation-widget-mapper
|
|
8456 and widget-activation-glyph-mapper
|
|
8457
|
|
8458 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8459
|
|
8460 * toolbar.el: Remove (featurep 'x) test from
|
|
8461 toolbar-make-button-list
|
|
8462
|
|
8463 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
8464
|
|
8465 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
8466 only if in the same frame.
|
|
8467
|
|
8468 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8469
|
|
8470 * packages.el (package-locations): Added site-packages hierarchy.
|
|
8471
|
|
8472 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
8473 used.
|
|
8474
|
|
8475 * packages.el, setup-paths.el: Set various path searching depths
|
|
8476 to 1.
|
|
8477
|
|
8478 * packages.el (packages-hierarchy-depth):
|
|
8479 (packages-load-path-depth): Introduced and used.
|
|
8480
|
|
8481 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
8482
|
|
8483 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
8484 parameter.
|
|
8485
|
|
8486 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8487
|
|
8488 * setup-paths.el (paths-construct-info-path): Removed
|
|
8489 dependency on behavior of (file-name-as-directory "").
|
|
8490
|
|
8491 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8492
|
|
8493 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
8494 lisp objects
|
|
8495
|
|
8496 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8497
|
|
8498 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
8499
|
|
8500 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
8501
|
|
8502 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
8503 properties for an extent based on the :help-echo widget
|
|
8504 property, since help-echo and balloon-help cause an EXTENT to
|
|
8505 get passed in, where :help-echo functions are expecting a WIDGET
|
|
8506
|
|
8507 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8508
|
|
8509 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
8510 mswindows-init-scrollbar-metrics when appropriate.
|
|
8511
|
|
8512 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8513
|
|
8514 * dumped-lisp.el: dump x-toolbar for window system
|
|
8515
|
|
8516 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
8517 have support and xpm.
|
|
8518
|
|
8519 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
8520
|
|
8521 * files.el (toggle-read-only): Fix docstring.
|
442
|
8522 From Didier Verna <didier@xemacs.org>
|
428
|
8523
|
|
8524 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8525
|
|
8526 * startup.el (normal-top-level): Load autoload-file-name without
|
|
8527 specifying an extension---some people only auto-autoload.el.gz.
|
|
8528
|
|
8529 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8530
|
|
8531 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
8532 nil.
|
|
8533
|
|
8534 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8535
|
|
8536 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
8537 This shouldn't cause any of the originally anticipated problems as
|
|
8538 the current paths architecture will not define the various
|
|
8539 configure-xxx variables if they're not specified on the configure
|
|
8540 command line.
|
|
8541
|
|
8542 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
8543 mentionings of "/" as a path separator.
|
|
8544 Used paths-construct-path throughout.
|
|
8545
|
|
8546 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
8547 from directory components.
|
|
8548
|
|
8549 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
8550 instead of decode-path-internal.
|
|
8551
|
|
8552 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
8553 and associates.
|
|
8554 (paths-decode-directory-path) Created.
|
|
8555
|
|
8556 * setup-paths.el: Changed configure-exec-path to
|
|
8557 configure-exec-directory.
|
|
8558
|
|
8559 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8560
|
|
8561 * packages.el (packages-find-packages): Fixed decoding of
|
|
8562 EMACSPACKAGEPATH.
|
|
8563
|
|
8564 * startup.el: -no-packages -> -no-early-packages.
|
|
8565
|
|
8566 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
8567 files.
|
|
8568
|
|
8569 * startup.el (normal-top-level): Fixed loading of core
|
|
8570 auto-autoload.
|
|
8571
|
|
8572 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
8573
|
|
8574 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
8575 for site-directory and lisp-directory variables.
|
|
8576
|
|
8577 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
8578 inhibit-package-autoloads and fixed handling of it.
|
|
8579
|
|
8580 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
8581 handling of former inhibit-package-init, now
|
|
8582 inhibit-early-packages, to make -vanilla etc. work.
|
|
8583
|
|
8584 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8585
|
|
8586 * code-process.el (start-process): Fallback to 'undecided instead
|
|
8587 of 'binary for process input coding stream.
|
|
8588
|
|
8589 * process.el (start-process): Docstring fix.
|
|
8590
|
|
8591 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8592
|
|
8593 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
8594 in Info-dir-file-attributes
|
|
8595 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
8596 (Info-rebuild-dir): Ditto.
|
|
8597
|
|
8598 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8599
|
|
8600 * obsolete.el: Added obsoleteness declarations for
|
|
8601 `site-directory' and `Info-default-directory-list'.
|
|
8602
|
|
8603 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8604
|
|
8605 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
8606 executable at the end of the symlink chain for determining the
|
|
8607 Emacs root.
|
|
8608
|
|
8609 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8610
|
|
8611 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
8612 to cater to gone default in configure.
|
|
8613
|
|
8614 * find-paths.el (paths-uniq-append): Added.
|
|
8615
|
|
8616 * packages.el: Rewritten package path construction once again.
|
|
8617
|
|
8618 * dump-paths.el, startup.el: Removed package-path as a global
|
|
8619 variable.
|
|
8620
|
|
8621 * package-admin.el (package-admin-add-single-file-package):
|
|
8622 (package-admin-add-binary-package): Changed package-path to
|
|
8623 late-packages.
|
|
8624
|
|
8625 * packages.el (packages-split-path): Split path at "/" rather than
|
|
8626 nil according to change in emacs.c.
|
|
8627
|
|
8628 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8629
|
|
8630 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
8631 order so that directories come out right.
|
|
8632 (paths-find-lock-directory): Fixed bug: It used to think
|
|
8633 configure-lock-directory is a path.
|
|
8634
|
|
8635 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
8636
|
|
8637 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
8638 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
8639 eases the use of toolbar-add/kill-item functions.
|
|
8640
|
|
8641 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8642
|
|
8643 * code-files.el (file-coding-system-alist): Commented out
|
|
8644 loaddefs.el magical treatment.
|
|
8645
|
|
8646 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8647
|
|
8648 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
8649 `conservative' and made it the default
|
|
8650 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
8651 strings, and multi-section dir files. Issue warning when dir
|
|
8652 is rebuilt as temporary
|
|
8653 (Info-build-dir-anew): Issue warning when dir is built as
|
|
8654 temporary
|
|
8655
|
|
8656 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8657
|
|
8658 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
8659 standard keys left, right, C-b and C-f.
|
|
8660
|
|
8661 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
8662
|
|
8663 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
8664
|
|
8665 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
8666
|
|
8667 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
8668
|
|
8669 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
8670
|
|
8671 * package-get-base.el: Updated.
|
|
8672
|
|
8673 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
8674
|
|
8675 * isearch-mode.el (isearch-just-started): New variable.
|
|
8676 (isearch-mode): Set it.
|
|
8677 (isearch-repeat): Advance one character forward only if the search
|
|
8678 was successful, and was not just started.
|
|
8679 (isearch-repeat): Clear isearch-just-started.
|
|
8680
|
|
8681 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8682
|
|
8683 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
8684 if running -batch.
|
|
8685
|
|
8686 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
8687
|
|
8688 * subr.el (listify-key-sequence): Removed.
|
|
8689
|
|
8690 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
8691
|
|
8692 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
8693 (byte-compile-output-file-form): Use it.
|
|
8694 (byte-compile-output-docform): Ditto.
|
|
8695 (byte-compile-compiled-obj-to-list): Ditto.
|
|
8696
|
|
8697 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8698
|
|
8699 * msw-glyphs.el: set frame icon if xpm support.
|
|
8700
|
|
8701 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8702
|
|
8703 * help.el: Code that pretty prints variable values
|
|
8704 removed.
|
|
8705
|
|
8706 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8707
|
|
8708 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
8709 directory.
|
|
8710 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8711
|
|
8712 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8713
|
|
8714 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
8715 its default value set to nil.
|
|
8716
|
|
8717 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
8718
|
|
8719 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
8720
|
|
8721 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8722
|
|
8723 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
8724 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
8725 does not exist or is older than some info files in directory
|
|
8726
|
|
8727 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8728
|
|
8729 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
8730 for last packages, mainly for using a 20.4 package base.
|
|
8731
|
|
8732 * packages.el (late-packages): Typo fix. It was called
|
|
8733 early-packages.
|
|
8734
|
|
8735 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
8736 relative symlinks correctly.
|
|
8737 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
8738 configuration-time root.
|
|
8739
|
|
8740 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
8741 find its roots.
|
|
8742
|
|
8743 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
8744
|
|
8745 * faces.el: Fix docstrings.
|
|
8746 * glyphs.el: Fix docstrings.
|
|
8747 * mouse.el: Fix docstrings.
|
|
8748
|
|
8749 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
8750
|
|
8751 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
8752
|
|
8753 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
8754 macros using backquote to make them infinitely more readable.
|
|
8755
|
|
8756 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
8757
|
|
8758 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
8759 InfoDock support until we can clean this up.
|
|
8760
|
|
8761 * help.el (describe-bindings-1): Return the value of the bindings
|
|
8762 help buffer created.
|
|
8763 (describe-bindings): Ditto.
|
|
8764
|
|
8765 * simple.el (set-variable): Restore previous behavior of not
|
|
8766 bombing if the variable to set is not boundp.
|
|
8767
|
|
8768 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8769
|
|
8770 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
8771 non-local files to be loaded off the package-lisp variable.
|
|
8772
|
|
8773 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8774
|
|
8775 * x-faces.el: Global X resources should override
|
|
8776 specs for all device classes (color, grayscale, mono);
|
|
8777 code currently doesn't override any of them. Fixed by
|
|
8778 calling remove-specifier with '(x default) as the tag
|
|
8779 set and allowing inexact matches.
|
|
8780
|
|
8781 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8782
|
442
|
8783 * faces.el: Separated face initializations based on
|
428
|
8784 device classes into device type specific (tag set,
|
|
8785 instantiator) pairs.
|
|
8786
|
|
8787 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
8788
|
|
8789 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
8790 choice.
|
|
8791 (widget-choice-value-create): Respect it.
|
|
8792 From Richard Stallman <rms@gnu.org>
|
|
8793
|
|
8794 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8795
|
|
8796 * setup-paths.el (paths-construct-info-path): Always append
|
|
8797 existing directories from configure-time info path.
|
|
8798
|
|
8799 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
8800 Info-directory-list.
|
|
8801
|
|
8802 * info.el: Removed Info-default-directory-list which was broken by
|
|
8803 design.
|
|
8804 Removed bogus initialization of Info-directory-list---startup.el
|
|
8805 can do a much better job.
|
|
8806 Added autoload of Info-directory-list.
|
|
8807
|
|
8808 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
8809 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
8810 be exclusive; now it's merely given precedence, just like in the
|
|
8811 old days.
|
|
8812
|
|
8813 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8814
|
|
8815 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
8816 finding; it used to default too early.
|
|
8817
|
|
8818 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
8819
|
|
8820 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
8821 for paths that weren't split.
|
|
8822
|
|
8823 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
8824
|
|
8825 * finder.el (finder-compile-keywords): trap on errors.
|
|
8826
|
|
8827 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8828
|
|
8829 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
8830 fourth argument of t so that only the specs exactly
|
|
8831 matching the tag lists are removed.
|
|
8832
|
|
8833 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
8834
|
|
8835 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
8836
|
|
8837 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
8838
|
|
8839 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
8840 specified, use it for generating the completions.
|
|
8841
|
|
8842 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8843
|
|
8844 * update-elc.el: Now respects inhibit-package-init and
|
|
8845 inhibit-site-lisp.
|
|
8846 Now does path construction with loadup-paths.
|
|
8847
|
|
8848 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
8849 inhibit-package-init and inhibit-site-lisp.
|
|
8850
|
|
8851 * packages.el (packages-find-package-path): Extended package path
|
|
8852 by version-specific hierarchies.
|
|
8853 (packages-find-packages): Now respects inhibit flag and
|
|
8854 inhibit-site-lisp.
|
|
8855 Moved path setup to loadup-paths.
|
|
8856
|
|
8857 * make-docfile.el: Now respects inhibit-package-init and
|
|
8858 inhibit-site-lisp.
|
|
8859 Now does path construction with loadup-paths.
|
|
8860
|
|
8861 * loadup.el: Now respects inhibit-package-init and
|
|
8862 inhibit-site-lisp.
|
|
8863
|
|
8864 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
8865
|
|
8866 * loadup-paths.el: New file: setup load-path to encompass
|
|
8867 packages.
|
|
8868
|
|
8869 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8870
|
|
8871 * auto-show.el: load-gc renamed to pureload.
|
|
8872 * site-load.el: Ditto.
|
|
8873 * packages.el (toplevel): Ditto.
|
|
8874 * loadup.el (really-early-error-handler): Ditto.
|
|
8875 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
8876 * cus-face.el (custom-declare-face): Ditto.
|
|
8877
|
|
8878 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8879
|
|
8880 * <Today>: The Big Path Searching Overhaul.
|
|
8881
|
|
8882 * find-paths.el: New file: find and assemble paths in the
|
|
8883 installation hierarchy.
|
|
8884
|
|
8885 * setup-paths.el: New file: global layout of paths and directories
|
|
8886 within the XEmacs hierarchy.
|
|
8887
|
|
8888 * packages.el: Replaced everything related to path searching and
|
|
8889 startup by code in terms of find-paths.
|
|
8890
|
|
8891 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
8892 the new path searching engine.
|
|
8893
|
|
8894 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
8895 and setup-paths.
|
|
8896
|
|
8897 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8898
|
|
8899 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
8900 setup-paths.el.
|
|
8901
|
|
8902 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8903
|
|
8904 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
8905 compiles identically in any configuration.
|
|
8906 Removed irrelevant commentary.
|
|
8907
|
|
8908 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8909
|
|
8910 * simple.el (set-variable): Allow setting specifiers.
|
|
8911
|
|
8912 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
8913
|
|
8914 * lisp.el (forward-sexp): Revert previous change.
|
|
8915
|
|
8916 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
8917
|
|
8918 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
8919 `delete-device' to delete the stream console to match the usage in
|
|
8920 Fkill_emacs.
|
|
8921
|
|
8922 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
8923
|
|
8924 * files.el (cdpath-previous): New variable.
|
|
8925 (cd): Use it.
|
|
8926 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
8927
|
|
8928 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8929
|
|
8930 * keydefs.el: Changed keybindings of forward-char,
|
|
8931 backward, scroll-up and scroll-down to point to their
|
|
8932 -command counterparts.
|
|
8933
|
|
8934 * simple.el: New functions: forwarc-char-command,
|
|
8935 backwrad-char-command, scroll-up-command,
|
|
8936 scroll-down-command which work liek their counterparts
|
|
8937 except that they honor the variable
|
|
8938 signal-error-on-buffer-boundary.
|
|
8939
|
|
8940 Definition of signal-error-on-buffer-boundary received
|
|
8941 from src/cmds.c.
|
|
8942
|
|
8943 defvar declaration added for word-across-newline to avoid
|
|
8944 byte-compiler warning about the free variable reference.
|
|
8945
|
|
8946 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8947
|
|
8948 * winnt.el: Removed "%t" from the beginning of
|
|
8949 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
8950
|
|
8951 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
8952
|
|
8953 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
8954 of `when' with `if'.
|
|
8955
|
|
8956 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8957
|
|
8958 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
8959 mswindows. Must be reworked along with glyphs.el, or
|
|
8960 merged into it, after there is images support.
|
|
8961
|
|
8962 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
8963 'mswindows.
|
|
8964
|
|
8965 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
8966
|
|
8967 * faces.el: fix for text cursor initialization.
|
|
8968 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
8969 From Andy Piper <andyp@parallax.co.uk>
|
|
8970
|
|
8971 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
8972
|
|
8973 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
8974 if there is an existing package that handles it and warn the user
|
|
8975 about that mode.
|
|
8976
|
|
8977 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8978
|
|
8979 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
8980 Installation" menu item when Installation-string is not bound.
|
|
8981
|
|
8982 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
8983
|
|
8984 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
8985 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
8986
|
|
8987 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8988
|
|
8989 * msw-faces.el:
|
|
8990 * faces.el: Fix face initialization.
|
|
8991
|
|
8992 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
8993
|
|
8994 * files.el (backup-enable-predicate): fix breakage introduced
|
|
8995 by TMPDIR patch.
|
|
8996
|
|
8997 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8998
|
|
8999 * x-faces.el (x-init-face-from-resources): The
|
|
9000 TTY face property retrieval functions don't return
|
|
9001 specifiers, so use face-property instead.
|
|
9002
|
|
9003 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
9004
|
|
9005 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
9006
|
|
9007 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9008
|
|
9009 * x-menubar.el: Expanded documentation for
|
|
9010 option-save-faces. Changed Options -> Browse Faces
|
|
9011 menu entry to invoke customize-face.
|
|
9012
|
|
9013 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9014
|
|
9015 * faces.el: Most face initialization moved out of
|
|
9016 init-other-random-faces to the top level so that the
|
|
9017 initialization happens before Xemacs is dumped. Much
|
|
9018 of the fascist "face-differs-from-default-p or FROB!"
|
|
9019 code has been retired in favor of letting the user do
|
|
9020 what they want to do. Face initialization code changed
|
|
9021 to use `default' specifier tag so that the settings can
|
|
9022 be overridden later if the user wishes it.
|
|
9023
|
|
9024 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
9025
|
|
9026 * about.el (about-hackers): Update contributors list.
|
|
9027
|
|
9028 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9029
|
|
9030 * specifier.el: Define new specifier tag `default'.
|
|
9031
|
|
9032 * modeline.el: Initialize faces using `default' tag.
|
|
9033
|
|
9034 * x-faces.el (x-init-face-from-resources): Remove
|
|
9035 specifier specs containing the `default' tag before
|
|
9036 adding new specs.
|
|
9037
|
|
9038 1998-03-02 John Jones <jj@asu.edu>
|
|
9039
|
|
9040 * package-get.el (package-get-all): fixed arguments on call to
|
|
9041 package-admin-add-single-file-package.
|
|
9042 * package-get.el (package-get-installedp): fixed to match
|
|
9043 advertised behavior.
|
|
9044 * package-get.el: added function package-get-update-all which
|
|
9045 installs newest versions of all the current packages (if they are
|
|
9046 not already installed).
|
|
9047
|
|
9048 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9049
|
|
9050 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
9051 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
9052 still nil, as happens for example when finding a compressed
|
|
9053 file with "jka-compr".
|
|
9054
|
|
9055 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9056
|
|
9057 * faces.el: in make-face-* type functions do the operation for all
|
|
9058 window systems, not just the first one found.
|
|
9059
|
|
9060 * font.el: call mswindows-list-fonts for mswindows.
|
|
9061
|
|
9062 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
9063
|
|
9064 * code-process.el (call-process-region):
|
|
9065 * process.el (call-process-region):
|
|
9066 * package-get.el (package-get-dir):
|
|
9067 * files.el (backup-enable-predicate):
|
|
9068 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
9069 Use temp-directory in place of `/tmp'.
|
|
9070
|
|
9071 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
9072
|
|
9073 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
9074
|
|
9075 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
9076 Emacs.
|
|
9077
|
|
9078 * files.el (insert-directory): Modified to use special
|
|
9079 dired-in-C enhancements if present.
|
|
9080
|
|
9081 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9082
|
|
9083 * code-files.el: make default coding no-conversion.
|
|
9084
|
|
9085 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
9086
|
|
9087 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
9088 the load-path.
|
|
9089
|
|
9090 * update-elc.el: Strip directory when testing for files not to
|
|
9091 bytecompile.
|
|
9092
|
|
9093 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9094
|
|
9095 * lisp-mode.el: Use recommended form for menus.
|
|
9096
|
|
9097 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
9098
|
|
9099 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
9100 entry.
|
|
9101
|
|
9102 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9103
|
|
9104 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
9105 (get-frame-for-buffer-noselect): Always return frames
|
|
9106 in the not-this-window-p cond clause.
|
|
9107
|
|
9108 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
9109
|
|
9110 * help.el (describe-installation): New function.
|
|
9111
|
|
9112 * x-menubar.el (default-menubar): Add describe-installation to
|
|
9113 Help menu.
|
|
9114
|
|
9115 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
9116 should not be bytecompiled.
|
|
9117
|
|
9118 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
9119 XEmacs.
|
|
9120
|
|
9121 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
9122 entry.
|
|
9123
|
|
9124 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
9125 coding.
|
|
9126 From Andy Piper <andyp@parallax.co.uk>
|
|
9127
|
|
9128 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9129
|
|
9130 * ldap.el: Do not require ldap-internal at compile time.
|
|
9131
|
|
9132 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9133
|
|
9134 * code-files.el: new file. a virtual copy of mule-files.el
|
|
9135 but without charset
|
|
9136 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
9137 changing the eol type for the current buffer.
|
|
9138
|
|
9139 * code-process.el: new file. a copy of
|
|
9140 mule-process.el. mule-process.el will disappear when things have
|
|
9141 settled.
|
|
9142
|
|
9143 * coding.el: new file. a virtual copy of mule-files.el but
|
|
9144 without charset dependencies. (coding-system-base) new function
|
|
9145 for getting the parent coding system of a coding system with eol
|
|
9146 type set.
|
|
9147
|
|
9148 * dumped-lisp.el: add above files for the non-mule case.
|
|
9149
|
|
9150 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9151
|
|
9152 * window-xemacs.el (display-buffer): If no explicit
|
|
9153 frame is specified, search for a window that displays
|
|
9154 the buffer on the currently selected frame, before
|
|
9155 searching other frames.
|
|
9156
|
|
9157 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9158
|
|
9159 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
9160 is non-nil, use window on the selected frame if it is not
|
|
9161 also the selected window. When defaulting, search for
|
|
9162 windows on the currently selected fgrame before searching
|
|
9163 other frames.
|
|
9164
|
442
|
9165 1998-02-25 Didier Verna <didier@xemacs.org>
|
428
|
9166
|
|
9167 * modeline.el (modeline-swap-buffers): originally named
|
|
9168 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
9169 decided in `mouse-drag-modeline'.
|
|
9170 (mouse-drag-modeline): A button release event is considered a
|
|
9171 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
9172 stay unchanged.
|
|
9173
|
|
9174 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
9175
|
|
9176 * x-menubar.el: Put redo on the menubar.
|
|
9177 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9178
|
|
9179 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9180
|
|
9181 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
9182 temp-buffer-show-function is set, use it to display current set of
|
|
9183 warnings in the "*Compile-Log-Show*" buffer.
|
|
9184
|
|
9185 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
9186 is set, use it to display current set of warnings in the
|
|
9187 "*Warnings-Show*" buffer.
|
|
9188
|
|
9189 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9190
|
|
9191 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
9192 Common Lisp.
|
|
9193
|
|
9194 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9195
|
|
9196 * menubar.el: Allow button descriptors at least 2 long.
|
|
9197
|
|
9198 * x-menubar.el (default-menubar): Use recommended forms.
|
|
9199 (file-menu-filter): Remove.
|
|
9200 (edit-menu-filter): Remove.
|
|
9201
|
|
9202 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9203
|
|
9204 * about.el (about-hackers): Updated.
|
|
9205
|
|
9206 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9207
|
|
9208 * help.el (help-max-help-buffers): new variable
|
|
9209 (help-register-and-maybe-prune-excess): new function
|
|
9210 (help-buffer-name): use help-max-help-buffers.
|
|
9211 (with-displaying-help-buffer): use
|
|
9212 help-register-and-maybe-prune-excess.
|
|
9213
|
|
9214 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
9215 one line, let it.
|
|
9216
|
|
9217 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
9218
|
|
9219 * (with-displaying-help-buffer): there is no need to kill the buffer
|
442
|
9220 if it exists, because with-output-to-temp-buffer will clear it.
|
428
|
9221 further, killing the buffer violates the rule that
|
|
9222 temp-buffer-show-function, if set, has the full responsibility of
|
|
9223 showing the temp buffer. killing the buffer fucks with the window
|
|
9224 configuration, hosing temp-buffer-show-function.
|
|
9225
|
|
9226
|
442
|
9227 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9228
|
|
9229 * modeline.el (mouse-drag-modeline):
|
|
9230 - Always scroll the modeline that was originally clicked on.
|
|
9231 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
9232 as horizontal reference for modeline dragging. This allows us to
|
|
9233 keep on dragging the modeline even if the motion event occurs in
|
|
9234 another window.
|
|
9235
|
442
|
9236 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9237
|
|
9238 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
9239 glyph on the modeline to indicate that dragging the mouse has an
|
|
9240 effect both horizontally and vertically.
|
|
9241
|
|
9242 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9243
|
|
9244 * about.el (about-xemacs): Get rid of redundant visible version
|
|
9245 number.
|
|
9246
|
|
9247 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
9248
|
|
9249 * about.el (about-hackers): Update credits.
|
|
9250
|
|
9251 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9252
|
|
9253 * prim/register.el (view-register): Show register type file-query.
|
|
9254
|
|
9255 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9256
|
|
9257 * mode-motion.el (mode-motion-highlight-internal):
|
|
9258 save-excursion inside save-window-exucrsion form to
|
|
9259 hide buffer point changes from save-window-excursion.
|
|
9260 Prevents display flickering when the mouse pointer
|
|
9261 moves.
|
|
9262
|
442
|
9263 1998-02-17 Didier Verna <didier@xemacs.org>
|
428
|
9264
|
|
9265 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
9266 function to handle correctly the case of a toolbar one side of the
|
|
9267 window: scrolling will not necessarily happen.
|
|
9268
|
|
9269 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9270
|
|
9271 * files.el (after-find-file): Restore missing argument
|
|
9272 to format that provides filename for "... consider M-x
|
|
9273 recover-file" message. Also call `message' with "%s"
|
|
9274 as the first arg instead of an arbitrary string.
|
|
9275
|
|
9276 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
9277
|
|
9278 * about.el (about-hackers): Various additions.
|
|
9279
|
|
9280 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
9281
|
|
9282 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
9283 line out when copying on-the-same line autoloads.
|
|
9284
|
|
9285 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
9286 is installed.
|
|
9287
|
|
9288 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
9289
|
|
9290 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
9291 * x11/x-win-sun.el (x-win-init-sun):
|
|
9292 * x11/x-init.el (x-initialize-compose):
|
|
9293 * prim/simple.el:
|
|
9294 (backward-or-forward-kill-sexp):
|
|
9295 (backward-or-forward-kill-sentence):
|
|
9296 (backward-or-forward-kill-word):
|
|
9297 (backward-or-forward-delete-char):
|
|
9298 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
9299 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
9300 x-keysym-on-keyboard-p to detect backspace.
|
|
9301 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
9302 Clean up symbols used with dead keys, checking Linux and solaris
|
|
9303 keysyms.
|
|
9304 Simplify x-win-*.el using above methods.
|
|
9305 Change documentation for x-keysym-*-p functions.
|
|
9306
|
|
9307 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
9308
|
|
9309 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
9310 Vinnie Shelton.
|
|
9311 From Vinnie Shelton <acs@acm.org>
|
|
9312
|
|
9313 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9314
|
|
9315 * simple.el (count-words-region): Ditto.
|
|
9316
|
|
9317 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9318
|
|
9319 * simple.el (count-words-buffer): Document. Don't print anything
|
|
9320 if non-interactive.
|
|
9321
|
|
9322 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
9323
|
|
9324 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
9325 multiple files in InfoDock.
|
|
9326
|
|
9327 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
9328
|
|
9329 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
9330 from version.el in InfoDock.
|
|
9331
|
|
9332 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
9333 specially.
|
|
9334
|
|
9335 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9336
|
|
9337 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
9338 variable name in docstring.
|
|
9339
|
|
9340 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
9341
|
|
9342 * menubar.h: Include "gui.h".
|
|
9343
|
|
9344 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
9345
|
|
9346 * site-load.el: Fix documentation.
|
|
9347
|
|
9348 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9349
|
|
9350 * package-get-base.el (package-get-base): Updated.
|
|
9351
|
|
9352 * keymap.el: PC-ize.
|
|
9353
|
|
9354 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9355
|
|
9356 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
9357 from' on a fresh line.
|
|
9358
|
|
9359 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
9360
|
|
9361 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
9362 object.
|
|
9363
|
|
9364 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9365
|
|
9366 * undo-stack.el: PC-ize.
|
|
9367
|
|
9368 * cmdloop.el: PC-ize.
|
|
9369
|
|
9370 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
9371
|
|
9372 * bytecomp-runtime.el: PC-ize.
|
|
9373
|
|
9374 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
9375
|
|
9376 * cus-dep.el: Spelling fix.
|
|
9377
|
|
9378 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
9379 entries follow).
|
|
9380
|
|
9381 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9382
|
|
9383 * text-mode.el (text-mode-hook-identify): New function,
|
|
9384 put on text-mode-hook. Set text-mode-variant here.
|
|
9385 (text-mode): Don't set it here.
|
|
9386
|
|
9387 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9388
|
|
9389 * text-mode.el (text-mode-hook): New defvar.
|
|
9390 (text-mode-variant): New variable.
|
|
9391 (text-mode): Set that variable locally.
|
|
9392 (toggle-text-mode-auto-fill): New command.
|
|
9393
|
|
9394 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9395
|
|
9396 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
9397
|
|
9398 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9399
|
|
9400 * text-mode.el (paragraph-indent-text-mode):
|
|
9401 Renamed from spaced-text-mode.
|
|
9402 (text-mode-map): Bind TAB to indent-relative.
|
|
9403 (indented-text-mode-map): Variable deleted.
|
|
9404 (indented-text-mode): Now an alias for text-mode.
|
|
9405
|
|
9406 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
9407
|
|
9408 * loadup.el: test-atoms debugging stuffs removed.
|
|
9409
|
442
|
9410 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
428
|
9411
|
|
9412 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
9413
|
|
9414 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
9415
|
|
9416 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
9417 (describe-distribution): Ditto.
|
|
9418 (describe-copying): Ditto.
|
|
9419 (describe-project): Ditto.
|
|
9420 (view-emacs-news): Ditto.
|
|
9421
|
|
9422 * help-nomule.el (help-with-tutorial): Made it use
|
|
9423 `locate-data-file' to find tutorial.
|
|
9424
|
|
9425 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
9426
|
|
9427 * about.el: Corrected my email address.
|
|
9428
|
|
9429 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
9430 'mouse-offix-drop'.
|
|
9431
|
|
9432 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
9433
|
|
9434 * loadup.el (running-xemacs): Spelling fix.
|
|
9435
|
|
9436 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
9437
|
|
9438 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9439 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9440
|
|
9441 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
9442
|
|
9443 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
9444
|
|
9445 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
9446
|
|
9447 * package-info.el (pi-last-mod-date): New function.
|
|
9448 (pi-author-version): New function.
|
|
9449 (batch-update-package-info): Use them.
|
|
9450
|
|
9451 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
9452
|
|
9453 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
9454 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
9455 with `get-frame-for-buffer-default-to-current'.
|
|
9456
|
|
9457 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
9458
|
|
9459 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
9460 (byte-compile-output-docform): Ditto.
|
|
9461 (byte-compile-compiled-obj-to-list): Ditto.
|
|
9462
|
|
9463 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9464
|
|
9465 * startup.el (command-line-1): Removed code that ran
|
|
9466 buffer-menu.
|
|
9467
|
|
9468 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
9469
|
|
9470 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
9471
|
|
9472 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9473
|
|
9474 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
9475 `device-on-window-system-p' instead of explicitly checking for X,
|
|
9476 so that the same logic works for MS Windows.
|
|
9477 (suspend-or-iconify-emacs): Ditto.
|
|
9478
|
|
9479 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9480
|
|
9481 * about.el (about-maintainer-info): Andy Piper is back.
|
|
9482 (xemacs-hackers): Updated Andy Piper's email address.
|
|
9483 (about-hackers): Added Jonathan Harris.
|
|
9484 (about-hackers): Updated Tibor Polgar's email address.
|
|
9485
|
|
9486 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9487
|
|
9488 * about.el: Add xemacs.org email manager.
|
|
9489
|
|
9490 * package-get-base.el (package-get-base): Updated with most recent
|
|
9491 package updates.
|
|
9492
|
|
9493 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9494
|
|
9495 * help.el (function-arglist): Use `indirect-function' instead of
|
|
9496 `symbol-function' so that aliases are treated correctly.
|
|
9497
|
|
9498 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9499
|
|
9500 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
9501 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
9502 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
9503 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
9504 (describe-key): Use `princ' "%s" to print object.
|
|
9505 (describe-function-1): Use `princ' "%s" to print object.
|
|
9506 Commented out alias lines removed.
|
|
9507 (help-pretty-print-limit): New variable to control pretty-printing
|
|
9508 of variable values.
|
|
9509 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
9510 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
9511 list of length less than `help-pretty-print-limit'.
|
|
9512 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
9513
|
|
9514 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9515
|
|
9516 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
9517 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
9518
|
|
9519 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9520
|
|
9521 * info.el (Info-default-directory-list): Made the documentation
|
|
9522 more explanitory.
|
|
9523
|
|
9524 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
9525
|
|
9526 * lisp/packages.el:
|
|
9527 * lisp/package-admin.el:
|
|
9528 * lisp/build-report.el:
|
|
9529 Fix typos.
|
|
9530
|
|
9531 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9532
|
|
9533 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
9534 warnings in Java buffers without final newline and editing the
|
|
9535 last line.
|
|
9536
|
|
9537 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
9538
|
|
9539 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9540 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9541 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
9542
|
|
9543 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
9544 From Oliver Graf <ograf@fga.de>
|
|
9545
|
|
9546 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
9547
|
|
9548 * loadup.el (load-gc): rewrite as defun.
|
|
9549 Print something sensical if a required dump-time file isn't found.
|
|
9550
|
|
9551 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
9552
|
|
9553 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
9554 bug strikes a menudescriptor.
|
|
9555
|
|
9556 * package-get-base.el (package-get-base): Updated.
|
|
9557
|
|
9558 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
9559 from the Makefile.
|
|
9560
|
|
9561 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
9562
|
|
9563 * files.el (save-some-buffers): Don't play games with deleting
|
|
9564 other windows if we are in the minibuffer window.
|
|
9565
|
|
9566 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9567
|
|
9568 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
9569 (add-minor-mode): Document :active property to TOGGLE.
|
|
9570
|
|
9571 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9572
|
|
9573 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
9574 `:included' predicate in the `toggle-sym' plist.
|
|
9575 (add-minor-mode): Document the :included property, format
|
|
9576 docstring some more.
|
|
9577 (modeline-minor-mode-menu): Documentation string added.
|
|
9578
|
|
9579 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9580
|
|
9581 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
9582 labels from the symbol-names by thwacking off the overly redundant
|
|
9583 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
9584 resultant strings. Also shortened the menu's title by eliminating
|
|
9585 the redundant buffer name.
|
|
9586 (add-minor-mode): Beautified the docstring, added mention of the
|
|
9587 `:menu-tag' property of TOGGLE.
|
|
9588 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
9589 `toggle-sym' to beatify the mode-life menus.
|
|
9590 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
9591 `auto-fill-function'.
|
|
9592
|
442
|
9593 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9594
|
|
9595 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
9596 menus to :style 'toggle.
|
|
9597
|
|
9598 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
9599
|
|
9600 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
9601
|
|
9602 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9603
|
|
9604 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
9605 only recognize first hyperlink.
|
|
9606 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
9607 `hyper-apropos-insert-face'.
|
|
9608 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
9609
|
|
9610 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9611
|
|
9612 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
9613 mail.
|
|
9614 (toolbar-mail-reader): Add support for `send'.
|
|
9615 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
9616
|
442
|
9617 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9618
|
|
9619 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
9620 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
9621 will function properly.
|
|
9622
|
|
9623 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
9624
|
|
9625 * simple.el: make the backwards delete function called by
|
|
9626 `backward-or-forward-delete-char' user configurable.
|
|
9627
|
|
9628 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9629
|
|
9630 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
9631 compiled function got loaded from.
|
|
9632
|
|
9633 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9634
|
|
9635 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
9636
|
|
9637 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
9638
|
|
9639 * startup.el (load-init-file): Load autoloads earlier.
|
|
9640 (startup-splash-frame): Handle InfoDock logo.
|
|
9641
|
|
9642 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
9643 InfoDock.
|
|
9644 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
9645
|
|
9646 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
9647 doesn't have this function.
|
|
9648
|
|
9649 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
9650
|
|
9651 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
9652
|
|
9653 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
9654 version of version.el.
|
|
9655 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
9656
|
|
9657 * x-menubar.el (default-menubar): Guard reference to
|
|
9658 `gnuserv-frame'.
|
|
9659 (default-menubar): Guard references to `font-lock-mode'.
|
|
9660 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
9661 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
9662
|
|
9663 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
9664
|
|
9665 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
9666 loading auto-autoloads files.
|
|
9667
|
|
9668 * loaddefs.el: Disable dumping autoloads.
|
|
9669
|
|
9670 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
9671
|
|
9672 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
9673
|
|
9674 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
9675
|
|
9676 * finder.el (finder-by-keyword): Autoload.
|
|
9677
|
|
9678 * help.el: Conditionalize hyperbole setup.
|
|
9679
|
|
9680 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9681
|
|
9682 * packages.el (package-require): Update to reflect new data format.
|
|
9683
|
442
|
9684 1998-01-02 Didier Verna <didier@xemacs.org>
|
428
|
9685
|
|
9686 * x-menubar.el (default-menubar): make the tutorials available
|
|
9687 through the menubar. (Plus some compilation warnings cleanup).
|
|
9688
|
|
9689 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9690
|
|
9691 * check-features.el: New file. Perform sanity check after build.
|
|
9692
|
|
9693 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
9694 files to tooltalk package.
|
|
9695 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
9696 package.
|
|
9697
|
|
9698 * package-admin.el (package-admin-xemacs): Use better default for
|
|
9699 location of XEmacs binary.
|
|
9700
|
|
9701 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9702
|
|
9703 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
9704 tag with sexp and add value tag with value `t'.
|
|
9705
|
|
9706 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
9707
|
|
9708 * package-get.el: Changes to work with real data.
|
|
9709 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9710
|
|
9711 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
9712 being.
|
|
9713
|
|
9714 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
9715 of possibly out-of-date packges.elc.
|
|
9716 * make-docfile.el ("packages.el"): Ditto.
|
|
9717
|
|
9718 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
9719
|
|
9720 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
9721 the main tarball shadowing anything past it.
|
|
9722
|
|
9723 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
9724
|
|
9725 * packages.el (package-provide): Delete a previous provide.
|
|
9726
|
|
9727 * package-info.el: New file.
|
|
9728
|
|
9729 * package-get.el: New file.
|
|
9730 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9731 (package-get): Fix md5 computation to work with Mule.
|
|
9732
|
|
9733 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9734
|
|
9735 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
9736
|
|
9737 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
9738
|
|
9739 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
9740
|
|
9741 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
9742 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9743
|
|
9744 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
9745
|
|
9746 * startup.el (load-init-file): Reload new or changed autoloads
|
|
9747 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
9748
|
|
9749 * packages.el (packages-new-autoloads): New function.
|
|
9750 (packages-reload-autoloads): New function.
|
|
9751 (packages-reload-dumped-lisp): New (stub) function.
|
|
9752
|
|
9753 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
9754
|
|
9755 * loadhist.el (file-provides): Extend to handle variant
|
|
9756 extensions.
|
|
9757
|
|
9758 * replace.el (query-replace): Fix typo.
|
|
9759
|
|
9760 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9761
|
|
9762 * make-docfile.el: list-autoloads-path has been renamed.
|
|
9763 * update-elc.el: list-autoloads has been renamed.
|
|
9764
|
|
9765 * packages.el (packages-list-autoloads): Renamed.
|
|
9766 (packages-list-autoloads-path): Ditto.
|
|
9767
|
|
9768 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
9769
|
|
9770 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
9771 for an error in an auto-autoload.el file.
|
|
9772
|
|
9773 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9774
|
|
9775 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
9776 tag with const.
|
|
9777 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9778
|
|
9779 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
9780
|
|
9781 * loadhist.el (unload-feature): Remove autoload.
|
|
9782
|
|
9783 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
9784
|
|
9785 * loadhist.el: Unpackaged.
|
|
9786
|
|
9787 * help.el (describe-symbol-find-file): Rename
|
|
9788 `describe-function-find-file' and make old name obsolete.
|
|
9789 (describe-function-1): Use it.
|
|
9790 (describe-function-1): Guard reference to
|
|
9791 `compiled-function-annotation'.
|
|
9792
|
|
9793 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9794
|
|
9795 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
9796 argument.
|
|
9797 (help-mode-quit): New optional arg to control whether it kills or
|
|
9798 buries. Tidied up.
|
|
9799 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
9800 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
9801 (help-pretty-print-value): Rename back from
|
|
9802 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
9803 use it, otherwise use dumped `cl-prettyprint'.
|
|
9804 (describe-variable): Use `help-pretty-print-value' again.
|
|
9805 (find-func): Removed reference to "find-func" at end.
|
|
9806
|
|
9807 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9808
|
|
9809 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
9810 GUI XEmacs. Rename? x-menubar is rather window system
|
|
9811 independant, except for a couple of items.
|
|
9812
|
|
9813 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
9814
|
|
9815 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
9816 entries as they will no longer be distributed with XEmacs.
|
|
9817
|
|
9818 * format.el (format-alist): Fix image/tiff regexps.
|
|
9819 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9820
|
|
9821 * help.el (help-maybe-pretty-print-value): Rename.
|
|
9822 (describe-variable): Use it.
|
|
9823 (describe-variable): Add trailing linefeed.
|
|
9824
|
|
9825 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9826
|
|
9827 * help.el (describe-function-1): Don't output anything for
|
|
9828 arglist of autoload functions.
|
|
9829
|
|
9830 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9831
|
|
9832 * help.el (describe-function-1): Don't output anything for
|
|
9833 arglist of autoload functions.
|
|
9834
|
|
9835 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9836
|
|
9837 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
9838 `describe-function-at-point', `describe-variable-at-point',
|
|
9839 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
9840 `help-prev-section'.
|
|
9841 (help-next-section): New function.
|
|
9842 (help-prev-section): New function.
|
|
9843 (help-mode-quit): Changed to kill the help buffer.
|
|
9844 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
9845 correctly.
|
|
9846 (help-buffer-name): New function to generate the name of help
|
|
9847 buffers.
|
|
9848 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
9849 argument giving the name of the help buffer.
|
|
9850 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
9851 (describe-mode): Ditto.
|
|
9852 (describe-bindings): Ditto.
|
|
9853 (describe-prefix-bindings): Ditto.
|
|
9854 (view-lossage): Ditto.
|
|
9855 (with-syntax-table): New macro.
|
|
9856 (function-called-at-point): Use `ignore-errors' and
|
|
9857 `with-syntax-table'.
|
|
9858 (function-at-point): Ditto.
|
|
9859 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
9860 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
9861 function's arglist as string.
|
|
9862 (function-documentation): Extracted from `describe-function-1'.
|
|
9863 Returns function's docstring.
|
|
9864 (describe-function-1): Remove all the "stream" garbage, including
|
|
9865 the stream argument. Use `function-arglist' and
|
|
9866 `function-documentation'.
|
|
9867 (describe-function-arglist): Just use `function-arglist'.
|
|
9868 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
9869 (help-pretty-print-value): New function to help with
|
|
9870 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
9871 `pp-internal'.
|
|
9872 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
9873 Formatting improved. Display file where variable is defined, if
|
|
9874 known. Use `help-pretty-print-value'.
|
|
9875 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
9876 (list-processes): Remove "stream" garbage.
|
|
9877
|
|
9878 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
9879
|
|
9880 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
9881 call a dumped routine instead.
|
|
9882
|
|
9883 * x-win-xfree86.el: Wrap file in defun.
|
|
9884 * x-win-sun.el: Ditto.
|
|
9885
|
|
9886 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
9887
|
|
9888 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
9889 advises functions and does other evil things.
|
|
9890
|
|
9891 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
9892
|
|
9893 * format.el (format-alist): Add `image/tiff'.
|
|
9894 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9895
|
|
9896 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
9897
|
|
9898 * about.el (about-hackers): More names added.
|
|
9899
|
|
9900 * make-docfile.el: Remove superfluous package path search.
|
|
9901
|
|
9902 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
9903
|
|
9904 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
9905
|
|
9906 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
9907 ignored shadows.
|
|
9908
|
|
9909 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
9910
|
|
9911 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
9912 get trailing slashes when added to the load-path.
|
|
9913
|
|
9914 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
9915 are.
|
|
9916
|
|
9917 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9918
|
|
9919 * x-faces.el: Added support for foregroundToolBarColor
|
|
9920 to xpm-color-symbols.
|
|
9921
|
|
9922 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9923
|
|
9924 * etags.el (tags-remove-duplicates): Removed.
|
|
9925 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
9926
|
|
9927 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
9928 correctly.
|
|
9929 (get*): Defalias to `get'.
|
|
9930
|
|
9931 * cl.el (eql): Compare integers with `eq'.
|
|
9932 (cl-map-extents): Check for `map-extents' first.
|
|
9933
|
442
|
9934 1997-12-17 Didier Verna <didier@xemacs.org>
|
428
|
9935
|
|
9936 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
9937 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
9938
|
|
9939 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
9940
|
|
9941 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9942
|
|
9943 * widget.el (define-widget): Check the arguments.
|
|
9944
|
|
9945 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
9946 (custom-variable-value-create): Use `signal' to signal error.
|
|
9947 (custom-variable-reset-saved): Ditto.
|
|
9948 (custom-variable-reset-standard): Ditto.
|
|
9949 (custom-face-reset-saved): Ditto.
|
|
9950
|
|
9951 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
9952 (widget-default-format-handler): Ditto.
|
|
9953 (widget-checklist-add-item): Ditto.
|
|
9954 (widget-radio-add-item): Ditto.
|
|
9955 (widget-editable-list-entry-create): Ditto.
|
|
9956 (widget-sexp-prompt-value): Ditto.
|
|
9957
|
|
9958 * custom.el (custom-declare-variable): Signal errors better.
|
|
9959 (custom-handle-keyword): Ditto.
|
|
9960 (custom-declare-group): Ditto.
|
|
9961
|
|
9962 * window-xemacs.el (windows): Ditto.
|
|
9963
|
|
9964 * menubar.el (menu): Ditto.
|
|
9965
|
|
9966 * keydefs.el (keyboard): Ditto.
|
|
9967
|
|
9968 * minibuf.el (minibuffer): Ditto.
|
|
9969
|
|
9970 * process.el (execute): Ditto.
|
|
9971
|
|
9972 * fill.el (fill): Ditto.
|
|
9973
|
|
9974 * modeline.el (modeline): Ditto.
|
|
9975
|
|
9976 * help.el (help): Ditto.
|
|
9977
|
|
9978 * faces.el (faces): Ditto.
|
|
9979
|
|
9980 * files.el (files): Ditto.
|
|
9981
|
|
9982 * x-init.el (x): Ditto.
|
|
9983
|
|
9984 * lisp-mode.el (lisp): Ditto.
|
|
9985
|
|
9986 * process.el (processes): Ditto.
|
|
9987
|
|
9988 * mouse.el (mouse): Ditto.
|
|
9989
|
|
9990 * abbrev.el (abbrev): Moved from cus-edit.
|
|
9991
|
|
9992 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
9993 as variable declaration.
|
|
9994
|
|
9995 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9996
|
|
9997 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
9998 (find-menu-item): Cosmetic changes.
|
|
9999
|
|
10000 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
10001
|
|
10002 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
10003
|
|
10004 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
10005
|
|
10006 * startup.el (set-default-load-path): Only search package-path
|
|
10007 when not running temacs.
|
|
10008
|
|
10009 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
10010 files.
|
|
10011
|
|
10012 * loadup.el: Correct commentary. Reformatting.
|
|
10013 (really-early-error-handler): Use absolute path to the
|
|
10014 first dumped-lisp.el file.
|
|
10015 (really-early-error-handler): Print full path name of
|
|
10016 each dumped lisp file (inherited from InfoDock).
|
|
10017
|
|
10018 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
10019 dumped-lisp.el files.
|
|
10020
|
|
10021 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
10022 package-path is searched.
|
|
10023 * update-elc.el: Ditto.
|
|
10024
|
|
10025 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
10026 `condition-case' for indentation.
|
|
10027
|
|
10028 * about.el (about-xemacs): Update release date.
|
|
10029
|
|
10030 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10031
|
|
10032 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
10033 anywhere but at the last clause.
|
|
10034 (ecase): Disallow `t' and `otherwise'.
|
|
10035
|
|
10036 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10037
|
|
10038 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
10039 from stuff moved out of `custom-buffer-create-internal'.
|
|
10040 (custom-novice): New variable. Default t.
|
|
10041 (custom-display-global-buttons): Ditto. Default `top'.
|
|
10042 (custom-buffer-create-internal): Only display help if
|
|
10043 `custom-novice' is non-nil. Display global buttons according to
|
|
10044 `custom-display-global-buttons'.
|
|
10045
|
|
10046 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10047
|
|
10048 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
10049 (find-menu-item): Cosmetic changes.
|
|
10050
|
|
10051 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10052
|
|
10053 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
10054 look.
|
|
10055
|
|
10056 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10057
|
|
10058 * format.el (format-deannotate-region): Bug fix.
|
|
10059 Deannotating a region containing unknown tags would fail
|
|
10060 (causing decoding of text/enriched to fail at user level)
|
|
10061
|
|
10062 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10063
|
|
10064 * minibuf.el (read-directory-name): Support sixth
|
|
10065 arg, HISTORY, as already documented.
|
|
10066
|
|
10067 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10068
|
|
10069 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
10070 to `ecase'.
|
|
10071
|
|
10072 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
10073
|
|
10074 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
10075 skk-activate.
|
|
10076
|
|
10077 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
10078
|
|
10079 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|