491
|
1 2001-04-30 Ben Wing <ben@xemacs.org>
|
|
2
|
|
3 * printer.el:
|
|
4 * printer.el (printer-page-header):
|
|
5 * printer.el (Print-context): New.
|
|
6 * printer.el (printer-page-footer):
|
|
7 * printer.el (generate-header-element): New.
|
|
8 * printer.el (generate-header-line): New.
|
|
9 * printer.el (print-context-property):
|
|
10 * printer.el (generic-print-buffer):
|
|
11 * printer.el (generic-print-region):
|
|
12 Implement headers and footers. Implement calling Print dialog box
|
|
13 (#### but it doesn't quite work yet).
|
|
14
|
487
|
15 2001-04-28 Ben Wing <ben@xemacs.org>
|
|
16
|
|
17 * about.el (xemacs-hackers):
|
|
18 * about.el (about-url-alist):
|
|
19 * about.el (about-personal-info):
|
|
20 * about.el (about-hacker-contribution):
|
|
21 More contributions.
|
|
22
|
|
23 * simple.el (handle-post-motion-command):
|
|
24 Fix spurious setting of zmacs-region-stays to t after a non-shift
|
|
25 motion command.
|
|
26
|
|
27 * etags.el (find-tag-internal):
|
|
28 Sync up with FSF 20.7, to fix bugs handling some etags line formats.
|
|
29
|
|
30 * gtk-init.el (init-post-gtk-win):
|
|
31 * msw-init.el (init-post-mswindows-win):
|
|
32 * x-init.el:
|
|
33 * x-init.el (x-activate-region-as-selection): Removed.
|
|
34 * x-init.el (init-post-x-win):
|
|
35 * keydefs.el (global-map):
|
|
36 * simple.el:
|
|
37 * startup.el (command-line):
|
|
38 * toolbar-items.el:
|
|
39 * toolbar-items.el (init-x-toolbar-list): Removed.
|
|
40 * toolbar-items.el (init-toolbar-list): New.
|
|
41 * toolbar-items.el (init-x-toolbar): Removed.
|
|
42 * toolbar-items.el (init-toolbar): New.
|
|
43 * toolbar-items.el (x-init-toolbar-from-resources): Removed.
|
|
44 * toolbar.el:
|
|
45 Move non-window-system specific code that was duplicated in
|
|
46 all window systems into the generic code.
|
|
47
|
|
48 * gutter.el:
|
|
49 * gutter.el (init-gutter): Removed. (unused)
|
|
50
|
|
51 * mouse.el:
|
|
52 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
53 * mouse.el (mouse-track-activate-rectangular-selection): New.
|
|
54 * select.el:
|
|
55 * select.el (disown-selection):
|
|
56 * select.el (activate-region-as-selection):
|
|
57 * select.el (primary-selection-extent):
|
|
58 * select.el (valid-simple-selection-p):
|
|
59 Clean up the rectangle code w.r.t. selections. You'll now get
|
|
60 the right text copied into the primary selection (but not the
|
|
61 clipboard yet, unfortunately -- that really requires defining
|
|
62 our own rectangle type).
|
|
63
|
484
|
64 2001-04-25 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
65
|
|
66 * faces.el (make-face-bold):
|
|
67 * faces.el (make-face-italic):
|
|
68 * faces.el (make-face-bold-italic):
|
|
69 * faces.el (make-face-unbold):
|
|
70 * faces.el (make-face-unitalic):
|
|
71 * faces.el (make-face-smaller):
|
|
72 * faces.el (make-face-larger):
|
|
73 Call frob-face-property each for mswindows and msprinter.
|
|
74
|
483
|
75 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
76
|
|
77 * about.el (about-finish-buffer): Make sure the last change works
|
|
78 even if EVENT is nil.
|
|
79
|
482
|
80 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
81
|
|
82 * about.el (about-mailto-link): Use compose-mail for sending mail.
|
|
83 (about-finish-buffer): Kill/bury the buffer where the user
|
|
84 clicked, not the one that happens to be the current buffer at the
|
|
85 time.
|
|
86
|
481
|
87 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
88
|
|
89 * about.el (about-personal-info): Update my bio.
|
|
90 (about-hacker-contribution): Ditto.
|
|
91
|
480
|
92 2001-04-23 Didier Verna <didier@xemacs.org>
|
|
93
|
|
94 * cus-edit.el (custom-variable-pre-save): New.
|
|
95 * cus-edit.el (custom-variable-post-save): New.
|
|
96 * cus-edit.el (custom-variable-save): use them.
|
|
97 * cus-edit.el (custom-face-pre-save): New.
|
|
98 * cus-edit.el (custom-face-post-save): New.
|
|
99 * cus-edit.el (custom-face-save): use them.
|
|
100 * cus-edit.el (custom-group-pre-save): New.
|
|
101 * cus-edit.el (custom-group-post-save): New.
|
|
102 * cus-edit.el (custom-group-save): use them.
|
|
103 * cus-edit.el (Custom-save): use the pre/post functions above,
|
|
104 call `custom-save-all' only once.
|
|
105 * cus-edit.el (custom-variable-pre-reset-standard): New.
|
|
106 * cus-edit.el (custom-variable-post-reset-standard): New.
|
|
107 * cus-edit.el (custom-variable-reset-standard): use them.
|
|
108 * cus-edit.el (custom-face-pre-reset-standard): New.
|
|
109 * cus-edit.el (custom-face-post-reset-standard): New.
|
|
110 * cus-edit.el (custom-face-reset-standard): use them.
|
|
111 * cus-edit.el (custom-group-pre-reset-standard): New.
|
|
112 * cus-edit.el (custom-group-post-reset-standard): New.
|
|
113 * cus-edit.el (Custom-reset-standard): use them.
|
|
114 * cus-edit.el (custom-face-reset-saved): use the pre/post
|
|
115 functions above, call `custom-save-all' only once.
|
|
116
|
479
|
117 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
118
|
|
119 * about.el:
|
|
120 * about.el (about-headline-face): New.
|
|
121 * about.el (about-link-face): New.
|
|
122 * about.el (about-current-release-maintainers): New.
|
|
123 * about.el (about-other-current-hackers): New.
|
|
124 * about.el (about-once-and-future-hackers): New.
|
|
125 * about.el (about-lookup-url): New.
|
|
126 * about.el (about-get-buffer):
|
|
127 * about.el (about-mailto-link): New.
|
|
128 * about.el (about-finish-buffer):
|
|
129 * about.el (about-xemacs):
|
|
130 * about.el (about-features): Removed.
|
|
131 * about.el (about-advantages): New.
|
|
132 * about.el (about-maintainer-info): Removed.
|
|
133 * about.el (about-personal-info): New.
|
|
134 * about.el (about-hacker-contribution): New.
|
|
135 * about.el (about-maintainer):
|
|
136 * about.el (about-show-linked-info):
|
|
137 * about.el (about-hackers):
|
|
138 Major revamping. Rewriting of most of the text, improve the
|
|
139 link handling, separate info on contributors into personal
|
|
140 and contribution info, add new contributors, update personal
|
|
141 info, etc. etc.
|
480
|
142
|
479
|
143 * menubar-items.el (default-menubar):
|
|
144 Help menubar entry for News now says more accurately
|
|
145 "What's New in XEmacs".
|
480
|
146
|
479
|
147 * mouse.el:
|
|
148 * mouse.el (mouse-track-cleanup-hook):
|
|
149 * mouse.el (mouse-track):
|
|
150 Don't set-buffer to a dead buffer when calling mouse-track
|
|
151 cleanup hooks.
|
|
152
|
476
|
153 2001-04-18 Didier Verna <didier@xemacs.org>
|
|
154
|
|
155 * cus-edit.el (Custom-reset-standard): reset to standard settings
|
|
156 not only when the buffer's :custom-state is 'modified, but also
|
|
157 when it is 'set or 'saved.
|
|
158
|
472
|
159 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
160
|
|
161 * XEmacs 21.5.0 "alfalfa" is released.
|
|
162
|
470
|
163 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
164
|
|
165 * startup.el (load-user-init-file): define `custom-file' before
|
|
166 loading the user's init file.
|
|
167
|
464
|
168 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
169
|
|
170 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
171 we get them working.
|
|
172
|
|
173 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
174
|
|
175 * help.el:
|
|
176 * help.el (Help-princ-face):
|
|
177 * help.el (Help-prin1-face):
|
|
178 * help.el (frob-help-extents):
|
|
179 * help.el (describe-function-1):
|
|
180 * help.el (describe-variable):
|
|
181 Avoid using font-lock faces, which may not be defined.
|
|
182 Instead, use hyper-apropos faces, and make sure they're
|
|
183 defined as necessary by using `require'. (It's not so safe
|
|
184 to do this for font-lock.) In any case, we will eventually
|
|
185 be merging this functionality into hyper-apropos.
|
|
186
|
|
187 * loaddefs.el (completion-ignored-extensions):
|
|
188 Fix documentation.
|
470
|
189
|
464
|
190 * menubar-items.el (menu-truncate-list): Removed.
|
|
191 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
192 * menubar-items.el (default-menubar):
|
|
193 Fix errors if grep or compile command is too long. Rename helper
|
|
194 function to be less visible.
|
|
195
|
|
196 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
197
|
|
198 * byte-optimize.el (byte-optimize-minus):
|
|
199 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
200
|
|
201 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
202
|
|
203 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
204 Mule is available.
|
|
205
|
|
206 * mule/latin.el: New file.
|
|
207
|
|
208 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
209
|
|
210 * auto-save.el:
|
|
211 * auto-save.el (auto-save-directory):
|
|
212 * auto-save.el (make-auto-save-file-name):
|
|
213 * auto-save.el (auto-save-file-name-p): New.
|
|
214
|
|
215 Merge in improvements from other definition of
|
|
216 make-auto-save-file-name in files.el.
|
470
|
217
|
464
|
218 * auto-save.el (auto-save-original-name):
|
|
219 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
220 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
221 * auto-save.el (auto-save-slashify-name): Removed.
|
|
222 * auto-save.el (auto-save-reserved-chars): New.
|
|
223 * auto-save.el (auto-save-escape-name): New.
|
|
224 * auto-save.el (auto-save-unhex): New.
|
|
225 * auto-save.el (auto-save-unescape-name): New.
|
|
226
|
|
227 Change algorithm for encoding filenames in auto-save names to be
|
|
228 entirely safe with all filesystems and all possible characters in
|
|
229 a filename, and 100% reversible. (Essentially, uses
|
|
230 quoted-printable as the encoding.)
|
470
|
231
|
464
|
232 * auto-save.el (recover-all-files):
|
|
233
|
|
234 Use insert-directory rather than calling ls directly -- fixes
|
|
235 things under Windows.
|
|
236
|
|
237 * files.el:
|
|
238 * files.el (convert-standard-filename): Substitute FSF's
|
|
239 definition for this (we had nothing here before).
|
470
|
240
|
464
|
241 * files.el (backup-buffer): Warning fix.
|
470
|
242
|
464
|
243 * files.el (make-backup-file-name):
|
|
244 * files.el (find-backup-file-name):
|
|
245 Fix error in calling sequence to auto-save-file-name-p.
|
470
|
246
|
464
|
247 * files.el (recover-file):
|
|
248 Use insert-directory rather than calling ls directly -- fixes
|
|
249 things under Windows.
|
|
250
|
|
251 * files.el (make-auto-save-file-name): Removed.
|
|
252 * files.el (auto-save-file-name-p): Removed.
|
|
253 auto-save is always dumped so no sense in having a definition
|
|
254 that will always be overwritten with another.
|
470
|
255
|
464
|
256 * files.el (insert-directory):
|
|
257 * win32-native.el:
|
|
258 * win32-native.el (debug-mswindows-process-command-lines):
|
|
259 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
260 * win32-native.el (make-auto-save-file-name): Removed.
|
|
261
|
|
262
|
462
|
263 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
264
|
|
265 * XEmacs 21.2.46 "Urania" is released.
|
|
266
|
|
267 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
268
|
|
269 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
270 sample.init.el and adjust accelerators.
|
|
271
|
|
272 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
273
|
|
274 * build-report.el (build-report): Improve docstring.
|
|
275
|
|
276 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
277
|
|
278 * ChangeLog: Log GTK merge.
|
|
279
|
|
280 * gutter-items.el:
|
|
281 * mwheel.el:
|
|
282 * sound.el:
|
|
283 * startup.el:
|
|
284 Revert gratuitous whitespace changes.
|
|
285
|
|
286 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
287
|
|
288 * help.el:
|
|
289 * help.el (key-or-menu-binding):
|
|
290 * help.el (Help-find-file): New.
|
|
291 * help.el (describe-beta):
|
|
292 * help.el (describe-copying):
|
|
293 * help.el (describe-project):
|
|
294 * help.el (view-emacs-news):
|
|
295 * help.el (view-sample-init-el): New.
|
|
296 * help.el (Help-princ-face): New.
|
|
297 * help.el (Help-prin1-face): New.
|
|
298 * help.el (help-symbol-function-context-menu):
|
|
299 * help.el (help-symbol-variable-context-menu):
|
|
300 * help.el (help-symbol-function-and-variable-context-menu):
|
|
301 * help.el (frob-help-extents):
|
|
302 * help.el (describe-function-1):
|
|
303 * help.el (describe-variable):
|
|
304
|
|
305 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
306 View files in view-mode rather than Fundamental.
|
|
307 Remove separators from context menus -- now handled in generic code.
|
|
308 Add `Find Tag' to context menu.
|
470
|
309
|
462
|
310 * menubar.el (popup-mode-menu):
|
|
311
|
|
312 Rewrite code that outputs the popup menu to (a) put more specific
|
|
313 entries first, (b) be more robust, (c) output the proper context
|
|
314 menu separators automatically (the context menu functionality is
|
|
315 new and currently used only by Help).
|
|
316
|
|
317 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
318
|
|
319 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
320 this function when converting from the 21.1 GTK branch. Now
|
|
321 supports file, password, question, and color built-in dialogs.
|
|
322
|
|
323 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
324
|
|
325 * keydefs.el:
|
|
326 * keydefs.el (global-map):
|
|
327 Add commented-out change of M-k (for 21.5).
|
470
|
328
|
462
|
329 * menubar-items.el (default-menubar):
|
|
330 Fix items to control kill-line behavior; add items for
|
|
331 shifted motion.
|
470
|
332
|
462
|
333 * simple.el:
|
|
334 * simple.el (kill-whole-line):
|
|
335 * simple.el (historical-kill-line): Removed.
|
|
336 * simple.el (kill-line): Removed.
|
|
337 * simple.el (kill-entire-line): New.
|
|
338 * simple.el (kill-line-1): New.
|
|
339 * simple.el (backward-kill-line):
|
|
340 Undo kill-whole-line == always changes. Add new function
|
|
341 kill-entire-line to unconditionally delete the current line.
|
|
342 Add comments describing the lamentable state of affairs of
|
|
343 the kill-line functions and variables.
|
|
344
|
|
345 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
346
|
|
347 * simple.el:
|
|
348 * simple.el (beginning-of-buffer):
|
|
349 * simple.el (end-of-buffer):
|
|
350 * simple.el (mark-ring-unrecorded-commands):
|
|
351 * simple.el (signal-error-on-buffer-boundary):
|
|
352 * simple.el (shifted-motion-keys-select-region):
|
|
353 * simple.el (unshifted-motion-keys-deselect-region):
|
|
354 * simple.el (motion-keys-for-shifted-motion): New.
|
|
355 * simple.el (handle-pre-motion-command):
|
|
356 * simple.el (handle-post-motion-command):
|
|
357 * simple.el (forward-char-command):
|
|
358 * simple.el (backward-char-command):
|
|
359 * simple.el (scroll-up-command):
|
|
360 * simple.el (scroll-down-command):
|
|
361 * simple.el (next-line):
|
|
362 * simple.el (previous-line):
|
|
363 * simple.el (backward-block-of-lines):
|
|
364 * simple.el (forward-block-of-lines):
|
|
365 * simple.el (backward-word):
|
|
366 * simple.el (mark-word):
|
|
367
|
|
368 Augment documentation of the most common motion commands to make
|
|
369 note of the shifted-motion support. Improve the support to (a)
|
|
370 properly document how it works and why it's done in the fashion it
|
|
371 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
372
|
|
373 Correct error in the customize specification of
|
|
374 mark-ring-unrecorded-commands.
|
|
375
|
|
376 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
377
|
|
378 * font-lock.el:
|
|
379 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
380 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
381 * font-lock.el (font-lock-pre-idle-hook):
|
|
382 * font-lock.el (font-lock-after-change-function):
|
|
383 * font-lock.el (font-lock-fontify-pending-extents):
|
|
384 * font-lock.el (font-lock-lisp-like):
|
|
385
|
|
386 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
387 behavior) when making lots of buffer changes between redisplays,
|
|
388 such as when saving the Options.
|
|
389
|
|
390 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
391
|
|
392 * device.el:
|
|
393 * dragdrop.el:
|
|
394 * dumped-lisp.el:
|
|
395 * faces.el:
|
|
396 * frame.el:
|
|
397 * gnuserv.el:
|
|
398 * loadup.el:
|
|
399 * menubar-items.el:
|
|
400 * minibuf.el:
|
|
401 The Great GTK Merge.
|
|
402
|
|
403 * ChangeLog.GTK:
|
|
404 * dialog-gtk.el:
|
|
405 * gdk.el:
|
|
406 * generic-widgets.el:
|
|
407 * glade.el:
|
|
408 * gnome-widgets.el:
|
|
409 * gnome.el:
|
|
410 * gtk-compose.el:
|
|
411 * gtk-extra.el:
|
|
412 * gtk-faces.el:
|
|
413 * gtk-ffi.el:
|
|
414 * gtk-file-dialog.el:
|
|
415 * gtk-font-menu.el:
|
|
416 * gtk-glyphs.el:
|
|
417 * gtk-init.el:
|
|
418 * gtk-iso8859-1.el:
|
|
419 * gtk-marshal.el:
|
|
420 * gtk-mouse.el:
|
|
421 * gtk-package.el:
|
|
422 * gtk-password-dialog.el:
|
|
423 * gtk-select.el:
|
|
424 * gtk-widget-accessors.el:
|
|
425 * gtk-widgets.el:
|
|
426 * gtk.el:
|
|
427 widgets-gtk.el:
|
|
428 The Great GTK Merge: new files.
|
|
429
|
|
430 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
431
|
|
432 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
433 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
434
|
|
435 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
436
|
|
437 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
438
|
460
|
439 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
440
|
|
441 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
442
|
470
|
443 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
444
|
|
445 * about.el (xemacs-hackers): update my entry.
|
|
446 * about.el (about-maintainer-info): ditto.
|
|
447 * about.el (about-hackers): ditto.
|
460
|
448
|
|
449 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
450
|
|
451 * about.el (about-maintainer-info): More vanity info about
|
|
452 yours truly.
|
|
453
|
|
454 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
455
|
|
456 * build-report.el (build-report-destination): xemacs-build-reports
|
|
457 has moved to SourceForge, where mailing list name length is
|
|
458 restricted, hence the name change to
|
|
459 xemacs-buildreports@xemacs.org.
|
|
460 * build-report.el (build-report-keep-regexp): Update default.
|
|
461 * build-report.el (build-report-delete-regexp): Ditto.
|
|
462 * build-report.el (build-report-make-output-files): Ditto.
|
|
463
|
|
464 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
465
|
|
466 * lisp-mode.el: Add indentation specifications for following
|
|
467 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
468 with-open-file, with-open-stream, print-unreadable-object.
|
|
469
|
|
470 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
471
|
|
472 * font-lock.el (font-lock-set-defaults-1):
|
|
473 Move initialization of `font-lock-cache-position' so that it's set
|
|
474 even if font-lock-keywords is already defined.
|
|
475
|
|
476 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
477
|
|
478 * autoload.el (generate-file-autoloads-1):
|
|
479 Use `emacs-lisp-mode-syntax-table' instead of
|
|
480 `lisp-mode-syntax-table'.
|
|
481 * lisp-mode.el (lisp-mode-syntax-table):
|
|
482 Get rid of old checks for `parse-partial-sexp' version.
|
|
483 Make `|' (pipe) string delimiter instead of punctuation.
|
|
484
|
|
485 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
486
|
|
487 * window.el (save-selected-window):
|
|
488 Use gensym for better macro hygiene.
|
|
489
|
|
490 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
491
|
|
492 * dump-paths.el:
|
|
493 * startup.el (startup-setup-paths): Set and use
|
|
494 `mule-lisp-directory'.
|
|
495 (startup-setup-paths-warning): Ditto.
|
|
496
|
|
497 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
498 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
499
|
|
500 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
501
|
|
502 * font-lock.el: Syntax table improvements used. A few random
|
|
503 changes are not specified below.
|
|
504 (font-lock-fontify-string-delimiters):
|
|
505 (font-lock-syntactic-keywords):
|
|
506 (font-lock-cache-state nil):
|
|
507 (font-lock-cache-position):
|
|
508 New variables.
|
|
509 (font-lock-set-syntax):
|
|
510 (font-lock-apply-syntactic-highlight):
|
|
511 (font-lock-fontify-syntactic-anchored-keywords):
|
|
512 (font-lock-fontify-syntactic-keywords-region):
|
|
513 (font-lock-eval-keywords):
|
|
514 New functions.
|
|
515 (font-lock-remove-face):
|
|
516 (font-lock-fontify-syntactically-region):
|
|
517 Use syntax properties.
|
|
518
|
458
|
519 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
520
|
|
521 * XEmacs 21.2.44 "Thalia" is released.
|
|
522
|
|
523 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
524
|
|
525 * startup.el (normal-top-level): Work even if no installation root
|
|
526 is found.
|
|
527
|
|
528 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
529
|
|
530 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
531 (set-progress-abort-instantiator): new function.
|
|
532 (abort-progress-feedback): use it.
|
|
533
|
|
534 * gutter.el (set-gutter-dirty-p): new function.
|
|
535
|
|
536 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
537
|
|
538 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
539
|
|
540 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
541
|
|
542 * sound.el (sound-extension-list): give a better default value.
|
|
543 * sound.el (load-sound-file): improve the doc string, also find
|
|
544 files given by absolute names, pass a real extension list to
|
|
545 `locate-file'.
|
|
546
|
456
|
547 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
548
|
|
549 * XEmacs 21.2.43 "Terspichore" is released.
|
|
550
|
|
551 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
552
|
|
553 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
554 messages from gnuserv.
|
|
555
|
454
|
556 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
557
|
|
558 * XEmacs 21.2.42 "Poseidon" is released.
|
|
559
|
|
560 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
561
|
|
562 * package-get.el (package-get-custom): call
|
|
563 package-net-update-installed-db.
|
|
564
|
|
565 * package-ui.el (pui-install-selected-packages): call
|
|
566 package-net-update-installed-db.
|
|
567
|
|
568 * package-net.el (package-net-update-installed-db): use
|
|
569 packages-package-list so that we reflect reality.
|
|
570
|
|
571 * packages.el (packages-package-list): Make docstring reflect
|
|
572 reality.
|
|
573
|
|
574 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
575
|
|
576 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
577 isn't installed.
|
|
578
|
|
579 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
580
|
|
581 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
582 deactivate native widgets.
|
|
583 (widget-glyph-insert-glyph): record instantiator.
|
|
584 (widget-push-button-value-create): use it.
|
|
585
|
|
586 * gui.el (gui-button-action): new function. Make button's domain
|
|
587 buffer current when calling.
|
|
588 (make-gui-button): update to use gui-button-action.
|
|
589
|
|
590 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
591
|
|
592 * menubar-items.el (default-menubar): add an entry for modeline
|
|
593 horizontal scrolling in Options -> Display.
|
|
594
|
|
595 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
596
|
|
597 * package-get.el (package-get-require-signed-base): Set to nil
|
|
598 by default.
|
|
599
|
452
|
600 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
601
|
|
602 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
603
|
|
604 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
605
|
|
606 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
607 catch lisp/mule/.
|
|
608
|
|
609 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
610
|
|
611 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
612 (maybe-unmigrate-user-init-file):
|
|
613 (unmigrate-user-init-file): Created.
|
|
614 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
615 .emacs.
|
|
616 Some doc fixes wrt init file location.
|
|
617
|
|
618 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
619
|
|
620 * faces.el (face-frob-from-locale-first): new variable.
|
|
621 (frob-face-font-2): Honor tags arg while trying to use
|
|
622 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
623 first try to set face inheriting from frobbed-face.
|
|
624
|
|
625 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
626
|
|
627 * about.el (xemacs-hackers): update my entry.
|
|
628 * about.el (about-url-alist): ditto.
|
|
629 * about.el (about-maintainer-info): ditto.
|
|
630 * about.el (about-hackers): ditto.
|
|
631
|
|
632 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
633
|
|
634 The byte compiler has been badly broken for a year,
|
|
635 by the patch of 1999-12-06.
|
|
636 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
637 Bug was: the byte compiler was making this erroneous optimization:
|
|
638 (progn (or (foo)) (bar)) ==> (bar)
|
|
639
|
|
640 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
641
|
|
642 * setup-paths.el (paths-core-load-path-depth): Split
|
|
643 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
644 recurse into core.
|
|
645 * setup-paths.el (paths-construct-load-path): Use.
|
|
646
|
|
647 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
648
|
|
649 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
650 (package-net-win32-binary-size): ditto. add much needed
|
|
651 commentary.
|
|
652
|
|
653 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
654 for buffers-tab-max-size.
|
|
655
|
450
|
656 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
657
|
|
658 * XEmacs 21.2.40 is released.
|
|
659
|
|
660 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
661
|
|
662 * mule/hebrew.el: Fix comments and typos.
|
|
663 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
664
|
|
665 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
666
|
|
667 * ChangeLog.1: move ancient log from fill.el.
|
|
668
|
|
669 * dump-paths.el:
|
|
670 paragraphs.el:
|
|
671 mule/mule-category.el:
|
|
672 Miscellaneous typo fixes and slight doc clarifications.
|
|
673
|
|
674 * mule/mule-ccl.el: Correct file name in header.
|
|
675
|
448
|
676 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
677
|
|
678 * XEmacs 21.2.39 is released.
|
|
679
|
|
680 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
681
|
|
682 * byte-optimize.el (byte-optimize-cond):
|
|
683 (byte-optimize-cond-1): New.
|
|
684 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
685 Optimizes (cond (x nil)) ==> nil.
|
|
686 Provide better diagnostic on malformed expr like (cond foo).
|
|
687
|
|
688 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
689
|
|
690 * mule/mule-coding.el:
|
|
691 mule/mule-cmds.el (reset-language-environment,
|
|
692 set-language-environment-coding-systems):
|
|
693 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
694
|
|
695 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
696
|
|
697 * package-admin.el: Allow package removal from
|
|
698 early-package-load-path.
|
|
699
|
|
700 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
701
|
|
702 * about.el (about-maintainer-info): Update my entry.
|
|
703
|
|
704 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
705
|
|
706 * packages.el (locate-library): Add support for bzip2
|
|
707 compressed .el files.
|
|
708
|
|
709 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
710
|
|
711 * package-net.el: new file.
|
|
712
|
|
713 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
714
|
|
715 * font-lock.el: Add missing C++ keywords.
|
|
716
|
|
717 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
718
|
|
719 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
720 starting in column 0, as documented in (Info-goto-node
|
|
721 "(xemacs)Comments"). Update docstring accordingly.
|
|
722
|
446
|
723 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
724
|
|
725 * XEmacs 21.2.38 is released.
|
|
726
|
|
727 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
728
|
|
729 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
730 spurious '+' operation detected by Martin.
|
|
731
|
|
732
|
|
733 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
734
|
|
735 * cl-extra.el (coerce):
|
|
736 Implement char to integer coercion.
|
|
737 Remove extraneous (numberp) test.
|
|
738
|
|
739 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
740 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
741 (byte-optimize-predicate):
|
|
742 Warn if evaluating constant expression signals an error.
|
|
743 (byte-optimize-form): Small simplification.
|
|
744
|
|
745 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
746
|
|
747 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
748
|
|
749 * byte-optimize.el:
|
|
750 (byte-optimize-minus):
|
|
751 (byte-optimize-plus):
|
|
752 (byte-optimize-mult):
|
|
753 (byte-optimize-quo):
|
|
754 Use (car (last x)) instead of (last x) to get last elt!
|
|
755 Use `byte-optimize-predicate' to optimize `%'.
|
|
756 Move optimizations for special numeric args to bytecomp.el.
|
|
757 * bytecomp.el (byte-compile-associative): Remove.
|
|
758 (byte-compile-max): New.
|
|
759 (byte-compile-min): New.
|
|
760 Properly handle erroneous calls: (max) (min).
|
|
761 (byte-compile-plus): New.
|
|
762 (byte-compile-minus):
|
|
763 It's easiest to handle 0, +1 and -1 args here.
|
|
764 (byte-compile-mult): New.
|
|
765 It's easiest to handle 1, -1 and 2 args here.
|
|
766 (byte-compile-quo):
|
|
767 It's easiest to handle 0, +1 and -1 args here.
|
|
768 Issue byte-compiler warning when dividing by zero.
|
|
769
|
|
770 Byte-compiler arithmetic improvements.
|
|
771 Better optimize these expressions in the obvious way:
|
|
772 (+ x y 1) --> varref x varref y add add1
|
|
773 (+ x y -1) --> varref x varref y add sub1
|
|
774 (- x y 0) --> (- x y)
|
|
775 (- 0 x y) --> (- (- x) y)
|
|
776 (% 42 19) --> compile-time constant
|
|
777 (/ 42 19) --> compile-time constant
|
|
778 (* (foo) 2) --> foo call dup plus
|
|
779
|
|
780 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
781 unless (declaim (optimize (safety 3)))
|
|
782 or (setq byte-compile-delete-errors nil).
|
|
783
|
|
784 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
785
|
|
786 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
787 docstrings.
|
|
788
|
|
789 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
790
|
|
791 * startup.el (command-line-do-help): Add documentation of
|
|
792 portable dumper switches.
|
|
793
|
|
794 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
795
|
|
796 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
797
|
|
798 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
799
|
|
800 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
801
|
|
802 * byte-optimize.el (byte-optimize-char-before):
|
|
803 (byte-optimize-backward-char):
|
|
804 (byte-optimize-backward-word):
|
|
805 Fix incorrect optimizations for these sorts of expressions:
|
|
806 (let ((x nil)) (backward-char x))
|
|
807
|
|
808 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
809
|
|
810 * byte-optimize.el:
|
|
811 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
812 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
813 Make backward-word and backward-char as efficient as forward versions.
|
|
814
|
|
815 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
816 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
817 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
818 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
819 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
820 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
821 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
822
|
|
823 * simple.el (backward-word):
|
|
824 * simple.el (mark-word):
|
|
825 * simple.el (kill-word):
|
|
826 * simple.el (backward-kill-word):
|
|
827 Make COUNT argument optional, for consistency with forward-char et al.
|
|
828
|
|
829 * abbrev.el (abbrev-string-to-be-defined):
|
|
830 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
831 * abbrev.el (inverse-add-abbrev):
|
|
832 * abbrev.el (expand-region-abbrevs):
|
|
833 * buff-menu.el (Buffer-menu-execute):
|
|
834 * indent.el (move-to-left-margin):
|
|
835 * indent.el (indent-relative):
|
|
836 * indent.el (move-to-tab-stop):
|
|
837 * info.el (Info-reannotate-node):
|
|
838 * lisp-mode.el (lisp-indent-line):
|
|
839 * lisp.el (end-of-defun):
|
|
840 * lisp.el (move-past-close-and-reindent):
|
|
841 * misc.el (copy-from-above-command):
|
|
842 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
843 * page.el (forward-page):
|
|
844 * paragraphs.el (forward-paragraph):
|
|
845 * paragraphs.el (end-of-paragraph-text):
|
|
846 * picture.el (picture-forward-column):
|
|
847 * picture.el (picture-self-insert):
|
|
848 * rect.el (extract-rectangle-line):
|
|
849 * simple.el (newline):
|
|
850 * simple.el (fixup-whitespace):
|
|
851 * simple.el (backward-delete-char-untabify):
|
|
852 * simple.el (transpose-chars):
|
|
853 * simple.el (transpose-preceding-chars):
|
|
854 * simple.el (do-auto-fill):
|
|
855 * simple.el (indent-new-comment-line):
|
|
856 * simple.el (blink-matching-open):
|
|
857 * view-less.el (cleanup-backspaces):
|
|
858 * wid-edit.el (widget-transpose-chars):
|
|
859 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
860 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
861
|
|
862 * info.el (Info-fontify-node):
|
|
863 * simple.el (backward-delete-function):
|
|
864 Use canonical delete-backward-char instead of backward-delete-char.
|
|
865
|
|
866 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
867
|
|
868 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
869 no buffers.
|
|
870
|
|
871 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
872
|
|
873 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
874 buffer tabs.
|
|
875
|
|
876 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
877
|
|
878 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
879 (proclaim inline...) was shadowing compiler-macros.
|
|
880
|
|
881 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
882
|
|
883 * bytecomp.el (byte-compile-eval): New.
|
|
884 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
885 Keeps this promise made in Lispref:
|
|
886 "If a file being compiled contains a `defmacro' form, the macro is
|
|
887 defined temporarily for the rest of the compilation of that file."
|
|
888
|
|
889 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
890
|
|
891 * cl.el (floatp-safe):
|
|
892 (plusp):
|
|
893 (minusp):
|
|
894 (oddp):
|
|
895 (evenp):
|
|
896 (cl-abs):
|
|
897 Use a better parameter name than `x'.
|
|
898
|
|
899 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
900 to require PLACE, but accept any form for compatibility.
|
|
901
|
|
902 * abbrev.el (define-abbrev): Use check-type.
|
|
903 * font-menu.el (font-menu-change-face): Use check-type.
|
|
904 * menubar.el (relabel-menu-item): Use check-type.
|
|
905 * itimer.el: Fix typo.
|
|
906
|
|
907 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
908
|
|
909 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
910
|
444
|
911 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
912
|
|
913 * XEmacs 21.2.37 is released.
|
|
914
|
|
915 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
916
|
|
917 * code-cmds.el: Provide the feature.
|
|
918
|
|
919 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
920
|
|
921 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
922
|
|
923 * code-cmds.el: New file
|
|
924 * mule/mule-cmds.el:
|
|
925 * mule/mule-misc.el
|
|
926 (coding-keymap): New keymap. Define coding system keyboard
|
|
927 commands on file-coding builds too.
|
446
|
928 (coding-system-change-eol-conversion):
|
|
929 (universal-coding-system-argument):
|
|
930 (set-default-coding-systems):
|
444
|
931 (prefer-coding-system): Moved from mule-cmds.el
|
|
932 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
933
|
|
934 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
935
|
|
936 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
937
|
|
938 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
939
|
|
940 * package-get.el (package-get-download-sites): Add a pre-release
|
|
941 site for experimental packages.
|
|
942
|
|
943 * auto-autoloads.el: Regenerated.
|
|
944
|
|
945 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
946
|
|
947 * gutter-items.el (buffers-tab-omit-function): reference
|
|
948 buffers-tab-select-visible-buffers.
|
|
949 (buffers-tab-filter-functions): new variable, by default uses
|
|
950 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
951 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
952 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
953 of buffers-menu-omit-invisible-buffers.
|
|
954 (buffers-tab-items): rewrite to use
|
|
955 buffers-tab-filter-functions. Rewrite docstring.
|
|
956 (gutter-buffers-tab-extent): delete.
|
|
957 (add-tab-to-gutter): always build a new extent when adding the
|
|
958 tabs.
|
|
959 (update-tab-in-gutter): make gutter dirty when orientation
|
|
960 changes.
|
|
961
|
|
962 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
963
|
|
964 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
965 Only do loadhist recording if defvar form includes a value.
|
|
966
|
|
967 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
968
|
|
969 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
970 `eval-when-compile' should not compile its body.
|
|
971
|
|
972 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
973
|
|
974 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
975 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
976 some Japanese English. Remove some ancient FSF comments, and
|
|
977 improve docstrings. Use symbols not vectors for tables.
|
|
978
|
|
979 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
980
|
|
981 * keymap.el:
|
|
982 (local-key-binding):
|
|
983 (global-key-binding):
|
|
984 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
985
|
|
986 * lisp.el:
|
|
987 (backward-sexp): Slightly simpler code.
|
|
988 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
989 (forward-list): Slightly simpler code.
|
|
990 (backward-list): Slightly simpler code.
|
|
991 (down-list): Make arg optional, like FSF Emacs.
|
|
992 (up-list): Make arg optional, like FSF Emacs.
|
|
993 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
994 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
995 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
996
|
|
997 * font-menu.el (font-menu-change-face):
|
|
998 Take continuable errors into account.
|
|
999
|
|
1000 * abbrev.el:
|
|
1001 * abbrev.el (clear-abbrev-table):
|
|
1002 * abbrev.el (define-abbrev-table):
|
|
1003 * abbrev.el (define-abbrev):
|
|
1004 * abbrev.el (insert-abbrev-table-description):
|
|
1005 * apropos.el (apropos-documentation-check-doc-file):
|
|
1006 * apropos.el (apropos-documentation-check-elc-file):
|
|
1007 * buff-menu.el (list-buffers):
|
|
1008 * buff-menu.el (list-buffers-noselect):
|
|
1009 * bytecomp.el (byte-recompile-directory):
|
|
1010 * bytecomp.el (batch-byte-compile):
|
|
1011 * cl-macs.el (typep):
|
|
1012 * code-files.el (find-coding-system-magic-cookie):
|
|
1013 * code-files.el (insert-file-contents):
|
|
1014 * cus-edit.el (customize-set-variable):
|
|
1015 * cus-edit.el (customize-save-variable):
|
|
1016 * cus-face.el (custom-set-face-font-size):
|
|
1017 * cus-face.el (custom-set-face-update-spec):
|
|
1018 * cus-face.el (custom-reset-faces):
|
|
1019 * custom.el (custom-check-theme):
|
|
1020 * custom.el (copy-upto-last):
|
|
1021 * fill.el (canonically-space-region):
|
|
1022 * fill.el (fill-paragraph):
|
|
1023 * fill.el (fill-region):
|
|
1024 * fill.el (find-space-insertable-point):
|
|
1025 * fill.el (justify-current-line):
|
|
1026 * faces.el (face-spec-update-all-matching):
|
|
1027 * faces.el (set-face-stipple):
|
|
1028 * files-nomule.el (insert-file-contents):
|
|
1029 * files.el (insert-file-contents-literally):
|
|
1030 * files.el (hack-local-variables-last-page):
|
|
1031 * files.el (basic-save-buffer):
|
|
1032 * files.el (insert-directory):
|
|
1033 * font-menu.el (font-menu-change-face):
|
|
1034 * font.el (font-spatial-to-canonical):
|
|
1035 * format.el (format-encode-region):
|
|
1036 * format.el (format-insert-file):
|
|
1037 * format.el (format-replace-strings):
|
|
1038 * gutter.el (set-gutter-element):
|
|
1039 * help.el (key-or-menu-binding):
|
|
1040 * help.el (describe-bindings):
|
|
1041 * help.el (with-syntax-table):
|
|
1042 * indent.el (indent-rigidly):
|
|
1043 * indent.el (delete-to-left-margin):
|
|
1044 * info.el:
|
|
1045 * info.el (Info-extract-dir-entry-from):
|
|
1046 * info.el (Info-build-dir-anew):
|
|
1047 * info.el (Info-rebuild-dir):
|
|
1048 * info.el (Info-batch-rebuild-dir):
|
|
1049 * info.el (Info-read-subfile):
|
|
1050 * info.el (Info-build-node-completions):
|
|
1051 * info.el (Info-extract-menu-node-name):
|
|
1052 * isearch-mode.el (isearch-range-invisible):
|
|
1053 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
1054 * itimer.el (itimerp):
|
|
1055 * itimer.el (itimer-live-p):
|
|
1056 * keymap.el:
|
|
1057 * keymap.el (substitute-key-definition):
|
|
1058 * keymap.el (read-command-or-command-sexp):
|
|
1059 * keymap.el (local-key-binding):
|
|
1060 * keymap.el (global-key-binding):
|
|
1061 * keymap.el (global-set-key):
|
|
1062 * keymap.el (local-set-key):
|
|
1063 * ldap.el:
|
|
1064 * ldap.el (ldap-add-entries):
|
|
1065 * ldap.el (ldap-delete-entries):
|
|
1066 * lisp.el (backward-sexp):
|
|
1067 * lisp.el (mark-sexp):
|
|
1068 * lisp.el (forward-list):
|
|
1069 * lisp.el (backward-list):
|
|
1070 * lisp.el (down-list):
|
|
1071 * lisp.el (backward-up-list):
|
|
1072 * lisp.el (up-list):
|
|
1073 * lisp.el (kill-sexp):
|
|
1074 * lisp.el (backward-kill-sexp):
|
|
1075 * menubar.el (add-menu-button):
|
|
1076 * menubar.el (add-submenu):
|
|
1077 * menubar.el (delete-menu-item):
|
|
1078 * menubar.el (relabel-menu-item):
|
|
1079 * mouse.el (narrow-window-to-region):
|
|
1080 * obsolete.el (define-obsolete-variable-alias):
|
|
1081 * obsolete.el (store-substring):
|
|
1082 * package-admin.el:
|
|
1083 * package-admin.el (package-admin-install-function):
|
|
1084 * package-admin.el (package-admin-install-function-mswindows):
|
|
1085 * package-admin.el (package-admin-default-install-function):
|
|
1086 * package-get.el (package-get-update-base-entries):
|
|
1087 * packages.el (packages-load-package-dumped-lisps):
|
|
1088 * packages.el (packages-collect-package-dumped-lisps):
|
|
1089 * printer.el (generic-print-buffer):
|
|
1090 * printer.el (generic-print-region):
|
|
1091 * replace.el (occur-mode-mouse-goto):
|
|
1092 * replace.el (perform-replace):
|
|
1093 * select.el (get-selection-no-error):
|
|
1094 * simple.el:
|
|
1095 * simple.el (newline):
|
|
1096 * simple.el (open-line):
|
|
1097 * simple.el (edit-and-eval-command):
|
|
1098 * simple.el (goto-line):
|
|
1099 * simple.el (undo):
|
|
1100 * simple.el (kill-region):
|
|
1101 * simple.el (copy-region-as-kill):
|
|
1102 * simple.el (kill-ring-save):
|
|
1103 * simple.el (set-mark):
|
|
1104 * simple.el (next-line):
|
|
1105 * simple.el (previous-line):
|
|
1106 * simple.el (line-move):
|
|
1107 * simple.el (set-goal-column):
|
|
1108 * simple.el (comment-region):
|
|
1109 * subr.el:
|
|
1110 * subr.el (putf):
|
|
1111 * syntax.el (modify-syntax-entry):
|
|
1112 * syntax.el (map-syntax-table):
|
|
1113 * view-less.el (view-file):
|
|
1114 * view-less.el (view-buffer):
|
|
1115 * view-less.el (view-file-other-window):
|
|
1116 * window-xemacs.el (backward-other-window):
|
|
1117 * window.el:
|
|
1118 * window.el (one-window-p):
|
|
1119 * window.el (walk-windows):
|
|
1120 * window.el (window-list):
|
|
1121 * x-mouse.el (x-mouse-kill):
|
|
1122 * x-select.el (x-get-cutbuffer):
|
|
1123 * x-select.el (x-store-cutbuffer):
|
|
1124 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
1125 * term/sun-mouse.el (window-line-end):
|
|
1126 * term/sun-mouse.el (sun-select-region):
|
|
1127 * term/sun.el (kill-region-and-unmark):
|
|
1128 * mule/mule-category.el:
|
|
1129 * mule/mule-category.el (modify-category-entry):
|
|
1130 * mule/mule-category.el (char-category-list):
|
|
1131 * mule/mule-coding.el (coding-system-force-on-output):
|
|
1132 * mule/mule-misc.el (coding-system-put):
|
|
1133 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
1134
|
|
1135 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1136
|
|
1137 * cus-face.el: Typo fixes and tiny clarifications.
|
|
1138 * custom.el: ditto
|
|
1139
|
|
1140 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1141
|
|
1142 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
1143 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
1144 if auto-save-list-file-prefix is non-nil.
|
|
1145
|
|
1146 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1147
|
|
1148 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
1149
|
|
1150 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1151
|
|
1152 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
1153 get symbol at point-min.
|
|
1154
|
|
1155 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1156
|
|
1157 * info.el (Info-emacs-info-file-name): defconst it.
|
|
1158 * info.el (Info-footnote-tag): defcustom it.
|
|
1159 * info.el (Info-no-description-string): ditto.
|
|
1160 * info.el (Info-find-node): adapt to new semantics of
|
|
1161 'Info-suffixed-file (don't do the case variants stuff).
|
|
1162 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
1163 * info.el (Info-directory-files): New. Return the list of info
|
|
1164 files in a directory.
|
|
1165 * info.el (Info-dir-outdated-p): use it.
|
|
1166 * info.el (Info-parse-dir-entries): ditto.
|
|
1167 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
1168 with a ".info.*" extension.
|
|
1169 * info.el (Info-set-mode-line): ditto.
|
|
1170 * info.el (Info-read-subfile): adapt to new semantics of
|
|
1171 'Info-suffixed-file (append 'exact argument).
|
|
1172 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
1173 string independently of the case.
|
|
1174 * info.el (Info-suffixed-file): use it (match all possible case
|
|
1175 for the file name).
|
|
1176 * info.el (Info-insert-file-contents): code cleanup.
|
|
1177 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
1178 columns.
|
|
1179 * info.el (Info-batch-rebuild-dir): ditto.
|
|
1180 * info.el (Info-read-node-name-1): ditto.
|
|
1181 * info.el (Info-search): ditto.
|
|
1182 * info.el (Info-fontify-node): ditto.
|
|
1183
|
|
1184
|
|
1185 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1186
|
|
1187 * process.el (shell-command): when called from a program, avoid
|
|
1188 'push-mark's "mark-set" message.
|
|
1189
|
|
1190 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
1191
|
|
1192 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
1193 by a symbol, not by a vector.
|
|
1194 * mule/vietnamese.el (vscii): Likewise.
|
|
1195 (viscii): Likewise.
|
|
1196 * mule/cyrillic.el (koi8-r): Likewise.
|
|
1197
|
|
1198 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
1199 by a symbol, not by a vector.
|
|
1200 (chinese-big5-2): Likewise.
|
|
1201 * mule/ethiopic.el (ethiopic): Likewise.
|
|
1202 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
1203 (vietnamese-viscii-upper): Likewise.
|
|
1204
|
|
1205 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1206
|
|
1207 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
1208
|
|
1209 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1210
|
|
1211 * byte-optimize.el (byte-optimize-car): New function.
|
|
1212 (byte-optimize-cdr): Ditto.
|
|
1213
|
|
1214 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1215
|
|
1216 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
1217 Optimize constant concatenation.
|
|
1218 Add keymapp as a side effect free function. It is a built-in.
|
|
1219 (byte-after-unbind-pos): Remove byte-equal.
|
|
1220
|
|
1221 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1222
|
|
1223 * update-elc-2.el: Quote regexps correctly.
|
|
1224
|
|
1225 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
1226
|
|
1227 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
1228 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
1229 check the type of the buffer magnification
|
|
1230 (ccl-compile-write-string): Encode a string with binary
|
|
1231 coding system.
|
|
1232 (ccl-compile-write-repeat): Likewise.
|
|
1233
|
|
1234 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1235
|
|
1236 * buff-menu.el:
|
|
1237 * bytecomp.el:
|
|
1238 * coding.el:
|
|
1239 * faces.el:
|
|
1240 * files.el:
|
|
1241 * fill.el:
|
|
1242 * float-sup.el:
|
|
1243 * font-lock.el:
|
|
1244 * help.el:
|
|
1245 * iso8859-1.el:
|
|
1246 * loaddefs.el:
|
|
1247 * menubar-items.el:
|
|
1248 * menubar.el:
|
|
1249 * modeline.el:
|
|
1250 * msw-font-menu.el:
|
|
1251 * paragraphs.el:
|
|
1252 * paths.el:
|
|
1253 * replace.el:
|
|
1254 * simple.el:
|
|
1255 * sound.el:
|
|
1256 * startup.el:
|
|
1257 * version.el:
|
|
1258 * x-faces.el:
|
|
1259 * x-font-menu.el:
|
|
1260 Remove purecopy.
|
|
1261
|
|
1262 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
1263
|
|
1264 * simple.el (do-auto-fill): Use the function pointer to by
|
|
1265 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
1266 fixes an issue with cc-mode comment continuation.
|
|
1267
|
|
1268 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
1269
|
|
1270 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
1271 * mwheel.el (mwheel-install): Add (interactive).
|
|
1272 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
1273 (turn-off-font-lock): Add (interactive).
|
|
1274
|
|
1275 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1276
|
|
1277 * packages.el (packages-special-base-regexp): Add `man'.
|
|
1278
|
|
1279 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
1280
|
|
1281 * wid-edit.el (widget-specify-active): map over extents in current
|
|
1282 buffer like `widget-specify-inactive' does. Mapping over the
|
|
1283 inactive extent object does not work since the current extent is
|
|
1284 ignored by `map-extents'.
|
|
1285
|
442
|
1286 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
1287
|
|
1288 * XEmacs 21.2.36 is released.
|
|
1289
|
|
1290 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
1291
|
|
1292 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
1293 Optimize the compiled-function-constants vector by byte-code
|
|
1294 reference counts.
|
|
1295
|
|
1296 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1297
|
|
1298 * build-report.el (build-report-delete-regexp): quote value in
|
|
1299 defcustom
|
|
1300
|
|
1301 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1302
|
|
1303 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
1304 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
1305 warning.
|
|
1306
|
|
1307 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1308
|
|
1309 * build-report.el: Requires cl and custom now.
|
|
1310 build-report-version is determined by XEmacs version -- remove
|
|
1311 build-report-version*.
|
|
1312 * build-report.el (build-report-version): Removed.
|
|
1313 * build-report.el (build-report-installation-version-regexp): New.
|
|
1314 * build-report.el (build-report-version-file-regexp): New.
|
|
1315 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
1316 * build-report.el (build-report-destination): Offer
|
|
1317 xemacs-build-reports and xemacs-beta.
|
|
1318 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
1319 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
1320 * build-report.el (build-report-make-output-dir): New.
|
|
1321 * build-report.el (build-report-installation-file): Replace use of
|
|
1322 `concat' with `expand-file-name'.
|
|
1323 * build-report.el (build-report-make-output-file): Removed.
|
|
1324 * build-report.el (build-report-make-output-files): New.
|
|
1325 * build-report.el (build-report-subject): Identify as
|
|
1326 user-variable with "*...".
|
|
1327 * build-report.el (build-report-prompts): Ditto.
|
|
1328 * build-report.el (build-report-version-file): New.
|
|
1329 * build-report.el (build-report-file-encoding): Identify as
|
|
1330 user-variable with "*...".
|
|
1331 * build-report.el (build-report-make-output-get): New.
|
|
1332 * build-report.el (build-report-insert-header): Report
|
|
1333 emacs-version and system-configuration instead of
|
|
1334 build-report-version.
|
|
1335 * build-report.el (build-report-insert-make-output): Add file
|
|
1336 argument.
|
|
1337 * build-report.el (build-report-insert-installation-file):
|
|
1338 Re-indent.
|
|
1339 * build-report.el (build-report-keep): Change docstring,
|
|
1340 re-indent.
|
|
1341 * build-report.el (build-report-delete): Ditto.
|
|
1342 * build-report.el (build-report-installation-data): New.
|
|
1343 * build-report.el (build-report-version-file-data): New.
|
|
1344
|
|
1345 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
1346
|
|
1347 * byte-optimize.el (byte-optimize-lapcode):
|
|
1348 Fix the optimization of using the first 5 elements of the
|
|
1349 constants vector for variables.
|
|
1350 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
1351
|
|
1352 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1353
|
|
1354 * *: Spelling mega-patch
|
|
1355
|
|
1356 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1357
|
|
1358 * easymenu.el: doc fixes.
|
|
1359 (easy-menu-do-define): Use backquote.
|
444
|
1360 (easy-menu-change):
|
|
1361 (easy-menu-add):
|
442
|
1362 `when' seems much clearer than `if' here.
|
|
1363 (easy-menu-remove):
|
444
|
1364 (easy-menu-add-item):
|
|
1365 (easy-menu-item-present-p):
|
|
1366 (easy-menu-remove-item):
|
442
|
1367 Wrap using (when (featurep 'menubar) ...)
|
|
1368
|
|
1369 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1370
|
|
1371 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1372 Revert Ben's change to this function below so that the compile log
|
|
1373 is displayed properly for users of the "popper" package.
|
|
1374
|
|
1375 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
1376
|
|
1377 * window.el (save-selected-window): Use backquote.
|
|
1378
|
444
|
1379 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
442
|
1380 Renamed from `byte-compile-file-form-defvar'.
|
|
1381 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
1382 Only cons onto current-load-list in top-level forms.
|
|
1383 Else this leaks a cons cell every time a defun is called.
|
|
1384 Renamed from `byte-compile-defvar', for clarity.
|
|
1385 Warn when docstring of defvar is not a string.
|
|
1386 Use consistent error messages.
|
|
1387 Better comments.
|
|
1388
|
|
1389 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
1390
|
|
1391 * simple.el (set-variable):
|
|
1392 Remove unneeded defvar by rearranging order of let* forms.
|
|
1393
|
|
1394 * mule/mule-ccl.el (ccl-get-next-code):
|
444
|
1395 * menubar-items.el (bookmark-menu-filter):
|
|
1396 (language-environment-menu-filter):
|
|
1397 (tutorials-menu-filter):
|
442
|
1398 * toolbar-items.el (toolbar-compile):
|
|
1399 * byte-optimize.el (disassemble-offset):
|
|
1400 Use (declare (special ...)) instead of `defvar'.
|
|
1401
|
|
1402 * cl-macs.el (cl-do-proclaim):
|
|
1403 Fix (declare (special ...)) warning suppression syntax.
|
|
1404
|
|
1405 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
1406
|
|
1407 * info.el (Info-tag-table-marker):
|
|
1408 (Info-tag-table-buffer):
|
|
1409 (Info-find-file-node):
|
|
1410 (Info-read-subfile):
|
|
1411 (Info-build-node-completions):
|
|
1412 (Info-search):
|
|
1413 (Info-mode):
|
|
1414 Multiple info buffer support.
|
|
1415
|
|
1416 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
1417
|
|
1418 * ldap.el (ldap-decode-entry): New defun
|
|
1419 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
1420 entries properly
|
|
1421
|
|
1422 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
1423
|
|
1424 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
1425 Use `eq', not `=', to compare symbols.
|
|
1426
|
|
1427 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
1428
|
|
1429 * bytecomp.el (byte-compile-report-error):
|
|
1430 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1431 if stack-trace-on-error is set, send out a backtrace when
|
|
1432 an error is encountered that stops byte compilation. this
|
|
1433 should make it much much easier to track down those curious
|
|
1434 problems. also undo the kludge of using a separate "*Show*"
|
|
1435 buffer for display when there's a temp-buffer-show-function;
|
|
1436 we can avoid this by just being a little smarter.
|
444
|
1437
|
442
|
1438 * dialog-items.el:
|
|
1439 * dialog-items.el (search-dialog-regexp): New.
|
|
1440 * dialog-items.el (search-dialog-callback):
|
|
1441 * dialog-items.el (make-search-dialog):
|
|
1442 add a regexp option to the dialog and clean up a bit.
|
444
|
1443
|
442
|
1444 * dialog.el:
|
|
1445 * dialog.el (yes-or-no-p-dialog-box):
|
|
1446 * dialog.el (get-dialog-box-response):
|
|
1447 * dialog.el (make-dialog-box):
|
|
1448 * dialog.el (dialog-box-finish): New.
|
|
1449 * dialog.el (dialog-box-cancel): New.
|
|
1450 * dialog.el (internal-make-dialog-box-exit): New.
|
|
1451 implement [properly!] the :modal property of the new dialog box
|
|
1452 interface. this is the first time xemacs has ever had *proper*
|
|
1453 modal dialog boxes, giving the standard window-system feedback.
|
|
1454 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
1455 and makes the dialog box flash three times.)
|
444
|
1456
|
442
|
1457 * dragdrop.el: header keyword frobbing.
|
444
|
1458
|
442
|
1459 * dumped-lisp.el (preloaded-file-list):
|
|
1460 renamed winnt.el to win32-native.el.
|
444
|
1461
|
442
|
1462 * faces.el (face-property):
|
|
1463 * faces.el (set-face-property):
|
|
1464 * faces.el (frob-face-property):
|
|
1465 * faces.el (frob-face-font-2):
|
|
1466 * faces.el (make-face-bold):
|
|
1467 * faces.el (make-face-italic):
|
|
1468 * faces.el (make-face-bold-italic):
|
|
1469 * faces.el (make-face-unbold):
|
|
1470 * faces.el (make-face-unitalic):
|
|
1471 * faces.el (make-face-smaller):
|
|
1472 * faces.el (make-face-larger):
|
|
1473 clean up the implementation of these so that window-system-specific
|
|
1474 methods are called only on objects belonging to that window system.
|
|
1475 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
1476 on font object of device type `stream', which is not good and
|
|
1477 explains the subtle errors Adrian was getting when byte-compiling
|
|
1478 something that required 'term. (Adrian, now you can use stack-trace-
|
|
1479 on-error to find the exact place where things are going wrong instead
|
|
1480 of having to laboriously binary-search your way through.)
|
444
|
1481
|
442
|
1482 * finder.el (finder-known-keywords):
|
|
1483 cleaned up -- properly sorted, clarified the meanings of many of
|
|
1484 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
1485 user, services. the last two try to distinguish between a package
|
|
1486 that's used directly by the user, and a package that provides
|
|
1487 support services to other packages.
|
444
|
1488
|
442
|
1489 * font-lock.el (lisp-font-lock-keywords-2):
|
|
1490 update list of lisp control structures to include everything,
|
|
1491 including new ones i introduced.
|
444
|
1492
|
442
|
1493 * gutter.el: header keyword frobbing.
|
444
|
1494
|
442
|
1495 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
1496 recent isearch element was not doing so! you got the second-most-
|
|
1497 recent instead.
|
|
1498
|
|
1499 * lisp-mode.el (construct-lisp-mode-menu):
|
|
1500 more menubar cleanups.
|
|
1501 * lisp-mode.el (with-selected-window):
|
|
1502 make it indent properly.
|
444
|
1503
|
442
|
1504 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
1505 rearranged the options menu the most, e.g. splitting up the
|
|
1506 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
1507 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
1508 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
1509 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
1510 Added stuff to the Cmds menu, e.g. Change Case.
|
|
1511
|
|
1512 NB please don't complain about these periodic menubar changes.
|
|
1513 Anything like this is necessarily incremental in its construction
|
|
1514 -- By constant use you gradually become more and more aware of
|
|
1515 better and better ways to group menu items. When we eventually
|
|
1516 move the options menu to a property sheet, the existing structure
|
|
1517 will probably be preserved fairly well.
|
444
|
1518
|
442
|
1519 * minibuf.el (next-history-element): fix problems with pressing
|
|
1520 down arrow in repeat-complex-command.
|
|
1521
|
|
1522 * modeline.el:
|
|
1523 * modeline.el (modeline-3d-p): New.
|
|
1524 added custom variable for controlling the 3d modeline. the
|
|
1525 corresponding Options item has been present for a long time,
|
|
1526 but commented out with "fix me!" comments. it's fixed now.
|
444
|
1527
|
442
|
1528 * obsolete.el (add-menu):
|
|
1529 remove bogus gettexts.
|
444
|
1530
|
442
|
1531 * process.el (shell-quote-argument):
|
|
1532 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
1533 For bash under Windows native, see below.
|
444
|
1534
|
442
|
1535 * simple.el:
|
|
1536 * simple.el (display-warning-buffer):
|
|
1537 Fixed the handling of warning display to eliminate the annoying
|
|
1538 *Show* buffer, like was done for byte-compiler output above.
|
444
|
1539
|
442
|
1540 * simple.el (debug-print): New.
|
|
1541 Simple function for sending debug messages to the console and/or
|
|
1542 other debug places.
|
|
1543
|
|
1544 * subr.el (replace-in-string):
|
|
1545 Rewrite this function to avoid N^2 behavior with large strings --
|
|
1546 catastrophic with the new Windows selection code! (Apparently the
|
|
1547 author of this function didn't realize there was a fun
|
|
1548 replace-match that could make his life much easier, because we
|
|
1549 duplicated the entire logic. The new version is smaller, easier
|
|
1550 to understand, much more robust, and has extended features --
|
|
1551 those of replace-match.)
|
444
|
1552
|
442
|
1553 * window.el:
|
|
1554 * window.el (with-selected-window): New.
|
|
1555 An obvious complement to the existing `with-selected-frame' and
|
|
1556 `with-current-buffer'.
|
|
1557
|
|
1558 * win32-native.el: Renamed from winnt.el.
|
|
1559 Added a great deal of stuff for properly handling process quoting,
|
|
1560 somewhat modeled on Kirill's original model (which i later threw
|
|
1561 away). We should now finally have correctly working process arg
|
|
1562 quoting/dequoting so that the final app gets exactly what we
|
|
1563 intended. Because the mechanism is in Lisp, it's easily
|
|
1564 extendible. (For those running bash and running the native
|
|
1565 version, I tried hard to do what I thought was correct. But more
|
|
1566 thought is needed, and ideally the volunteer work of people with
|
|
1567 these configurations that they generally run on.)
|
444
|
1568
|
442
|
1569 * x-font-menu.el (x-font-menu-font-data):
|
|
1570 Put in defvar's to fix byte-compiler warnings.
|
|
1571
|
|
1572 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1573
|
|
1574 * select.el (selection-coercion-alist): Initialise.
|
|
1575 * select.el (select-coerce-to-text): New.
|
|
1576 * select.el (select-coerce): New.
|
|
1577 New functions to perform type and value coercion.
|
|
1578
|
|
1579 * select.el (select-buffer-killed-default): Keep data if it was
|
|
1580 on the clipboard.
|
|
1581
|
|
1582 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
1583
|
|
1584 * menubar-items.el (default-menubar): Fix typo.
|
|
1585 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
1586
|
|
1587 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1588
|
|
1589 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
1590 edge checking code.
|
|
1591
|
|
1592 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1593
|
|
1594 * paths.el (gnus-local-domain): Removed.
|
|
1595 (gnus-local-organization): Ditto.
|
|
1596 (gnus-startup-file): Ditto.
|
|
1597
|
|
1598 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1599
|
|
1600 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
1601
|
|
1602 2000-07-31 Andy Piper <andy@xemacs.org>
|
444
|
1603
|
442
|
1604 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
1605
|
|
1606 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1607
|
|
1608 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
1609 browse-url.
|
|
1610 * help.el (xemacs-www-page): Ditto.
|
|
1611 (xemacs-www-faq): Ditto.
|
|
1612 * menubar-items.el (default-menubar): Ditto.
|
|
1613
|
|
1614 * wid-edit.el (widget-url-link-action): Ditto.
|
|
1615 From: Kenichi OKADA <okada@opaopa.org>.
|
|
1616
|
|
1617 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
1618
|
|
1619 * finder.el (finder-commentary): Add autoload cookie.
|
|
1620
|
|
1621 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1622
|
|
1623 * files.el (insert-file-contents-literally): Fix second let
|
|
1624 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
1625 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
1626
|
|
1627 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1628
|
|
1629 * files.el (insert-file-contents-literally): Use binary coding
|
|
1630 system (from Morioka san).
|
|
1631 (insert-file-contents-literally): Make file-name-handler method.
|
|
1632
|
|
1633 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
1634
|
|
1635 * cl-macs.el (get-selection): Add defsetf.
|
|
1636
|
|
1637 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
1638
|
|
1639 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
1640 function x-own-selection with own-selection.
|
|
1641 (ow-find): replace obsolete functions x-get-selection and
|
|
1642 x-get-clipboard with get-selection and get-clipboard.
|
|
1643 (init-post-x-win): replace obsolete function x-disown-selection
|
|
1644 with disown-selection.
|
|
1645
|
|
1646 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
1647
|
|
1648 * startup.el (load-user-init-file): Only try to load init file if
|
|
1649 it exists.
|
|
1650
|
|
1651 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
1652
|
|
1653 * dialog-items.el: sync with Ben's patch.
|
444
|
1654
|
442
|
1655 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
1656 comment.
|
|
1657 (progress-text-glyph): deleted.
|
|
1658 (progress-layout-glyph): make completely minimal.
|
|
1659 (progress-gauge-glyph): ditto.
|
|
1660 (progress-display-style): fix to handle dynamic instantiator
|
|
1661 changes.
|
|
1662 (progress-text-instantiator): new.
|
|
1663 (progress-layout-instantiator): new.
|
|
1664 (progress-gauge-instantiator): new.
|
|
1665 (set-progress-display-instantiator): renamed and changed from
|
|
1666 set-progress-display-style.
|
|
1667 (progress-abort-glyph): use instantiator not glyph.
|
|
1668 (append-progress-display): use set-progress-display-instantiator
|
|
1669 and set-glyph-image.
|
|
1670 (abort-progress-display): ditto.
|
|
1671 (raw-append-progress-display): ditto.
|
|
1672
|
|
1673 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
1674
|
|
1675 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
1676
|
|
1677 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
1678
|
|
1679 * autoload.el:
|
|
1680 Fixed comments.
|
|
1681
|
|
1682 * cmdloop.el:
|
|
1683 * cmdloop.el (yes-or-no-p):
|
|
1684 * cmdloop.el (y-or-n-p):
|
|
1685 Make these functions use should-use-dialog-box-p and not be
|
|
1686 overridden in dialog.el.
|
|
1687
|
|
1688 * cus-dep.el:
|
|
1689 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
1690 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
1691 * cus-dep.el (Custom-make-one-dependency): New.
|
|
1692 New entry point for use in Makefiles, to avoid excessive
|
|
1693 invocations.
|
|
1694
|
|
1695 * cus-edit.el (custom-variable-reset-saved):
|
|
1696 * cus-edit.el (custom-variable-reset-standard):
|
|
1697 * cus-edit.el (custom-save-resets):
|
|
1698 Fix bytecompiler warnings.
|
|
1699
|
|
1700 * dialog.el:
|
|
1701 * dialog.el (yes-or-no-p-dialog-box):
|
|
1702 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
1703 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
1704 * dialog.el (get-dialog-box-response):
|
|
1705 * dialog.el (message-or-box):
|
|
1706 * dialog.el (make-dialog-box):
|
|
1707 * dialog.el (popup-dialog-box): New.
|
|
1708 Avoid yes-or-no-p bogosities.
|
|
1709 Create a general function `make-dialog-box' to encapsulate all
|
|
1710 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
1711
|
|
1712 * dumped-lisp.el (preloaded-file-list):
|
|
1713 Add dialog-items. Clean up. Group files by types.
|
|
1714
|
|
1715 * easymenu.el (easy-menu-add):
|
|
1716 * easymenu.el (easy-menu-remove):
|
|
1717 Account for accelerators.
|
|
1718
|
|
1719 * extents.el:
|
|
1720 * extents.el (extent-list): New args, like in map-extents.
|
|
1721 * extents.el (extent-at-event): New.
|
|
1722 * extents.el (extents-at-event): New.
|
|
1723
|
|
1724 * font-lock.el:
|
|
1725 * font-lock.el (font-lock-mode):
|
|
1726 * font-lock.el (font-lock-default-fontify-buffer):
|
|
1727 * font-lock.el (font-lock-default-unfontify-region):
|
|
1728 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
1729 * font-lock.el (font-lock-fontify-keywords-region):
|
|
1730 Use new progress-feedback names.
|
|
1731
|
|
1732 * font-lock.el (java-font-lock-identifier-regexp):
|
|
1733 * font-lock.el (java-font-lock-class-name-regexp):
|
|
1734 Fix bytecompiler warnings.
|
|
1735
|
|
1736 * gutter-items.el:
|
|
1737 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
1738 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
1739 * gutter-items.el (progress-display-popup-period): Removed.
|
|
1740 * gutter-items.el (progress-feedback-popup-period): New.
|
|
1741 * gutter-items.el (set-progress-display-style): Removed.
|
|
1742 * gutter-items.el (set-progress-feedback-style): New.
|
|
1743 * gutter-items.el (progress-display-style): Removed.
|
|
1744 * gutter-items.el (progress-feedback-style): New.
|
|
1745 * gutter-items.el (progress-stack):
|
|
1746 * gutter-items.el (progress-displayed-p): Removed.
|
|
1747 * gutter-items.el (progress-feedbacked-p): New.
|
|
1748 * gutter-items.el (clear-progress-display): Removed.
|
|
1749 * gutter-items.el (clear-progress-feedback): New.
|
|
1750 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
1751 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
1752 * gutter-items.el (remove-progress-display): Removed.
|
|
1753 * gutter-items.el (remove-progress-feedback): New.
|
|
1754 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
1755 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
1756 * gutter-items.el (append-progress-display): Removed.
|
|
1757 * gutter-items.el (append-progress-feedback): New.
|
|
1758 * gutter-items.el (abort-progress-display): Removed.
|
|
1759 * gutter-items.el (abort-progress-feedback): New.
|
|
1760 * gutter-items.el (raw-append-progress-display): Removed.
|
|
1761 * gutter-items.el (raw-append-progress-feedback): New.
|
|
1762 * gutter-items.el (display-progress-display): Removed.
|
|
1763 * gutter-items.el (display-progress-feedback): New.
|
|
1764 * gutter-items.el (current-progress-display): Removed.
|
|
1765 * gutter-items.el (current-progress-feedback): New.
|
|
1766 * gutter-items.el (current-progress-display-label): Removed.
|
|
1767 * gutter-items.el (current-progress-feedback-label): New.
|
|
1768 * gutter-items.el (progress-display): Removed.
|
|
1769 * gutter-items.el (progress-feedback): New.
|
|
1770 Replace "progress-display" with "progress-feedback" globally.
|
|
1771
|
|
1772 * gutter-items.el (lprogress-display): Removed.
|
|
1773 * gutter-items.el (progress-feedback-with-label): New.
|
|
1774 Rename lprogress-display ==> progress-feedback-with-label.
|
|
1775
|
|
1776 * gutter-items.el (search-dialog-direction): Removed.
|
|
1777 * gutter-items.el (search-dialog-text): Removed.
|
|
1778 * gutter-items.el (search-dialog-callback): Removed.
|
|
1779 * gutter-items.el (make-search-dialog): Removed.
|
|
1780 Move to dialog-items.el.
|
|
1781
|
|
1782 * help.el:
|
|
1783 * help.el (help-mode-quit):
|
|
1784 * help.el (mode-for-help): New.
|
|
1785 * help.el (help-sticky-window): New.
|
|
1786 * help.el (help-window-config): New.
|
|
1787 * help.el (with-displaying-help-buffer):
|
|
1788 * help.el (function-at-event): New.
|
|
1789 * help.el (help-symbol-regexp): New.
|
|
1790 * help.el (help-symbol-run-function-1): New.
|
|
1791 * help.el (help-symbol-run-function): New.
|
|
1792 * help.el (help-symbol-function-context-menu): New.
|
|
1793 * help.el (help-symbol-variable-context-menu): New.
|
|
1794 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
1795 * help.el (frob-help-extents): New.
|
|
1796 * help.el (describe-function-1):
|
|
1797 * help.el (variable-at-point):
|
|
1798 * help.el (variable-at-event): New.
|
|
1799 * help.el (describe-variable):
|
444
|
1800 Major overhaul.
|
|
1801 - Make functions and variables be mousable.
|
|
1802 - Middle button hyperlinks.
|
442
|
1803 - New context-menu entries.
|
|
1804
|
|
1805 * keydefs.el:
|
444
|
1806 * keydefs.el (global-map):
|
442
|
1807 New key bindings to move lines up and down.
|
|
1808
|
|
1809 * lisp-mode.el:
|
|
1810 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
1811 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
1812 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
1813 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
1814 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
1815 Make popup and menubar menus be different. Popup menu uses
|
|
1816 clicked location and automatically assumes symbol under the mouse
|
|
1817 for various commands.
|
|
1818
|
|
1819 * menubar-items.el:
|
|
1820 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
1821 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
1822
|
|
1823 * menubar-items.el (global-popup-menu): Removed.
|
|
1824 * menubar-items.el (mode-popup-menu): Removed.
|
|
1825 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
1826 * menubar-items.el (popup-mode-menu): Removed.
|
|
1827 * menubar-items.el (popup-buffer-menu): Removed.
|
|
1828 * menubar-items.el (popup-menubar-menu): Removed.
|
|
1829 Move to menubar.el.
|
444
|
1830
|
442
|
1831 * menubar.el:
|
|
1832 * menubar.el (global-popup-menu): New.
|
|
1833 * menubar.el (mode-popup-menu): New.
|
|
1834 * menubar.el (activate-popup-menu-hook): New.
|
|
1835 * menubar.el (last-popup-menu-event): New.
|
|
1836 * menubar.el (popup-mode-menu): New.
|
|
1837 * menubar.el (popup-buffer-menu): New.
|
|
1838 * menubar.el (popup-menubar-menu): New.
|
|
1839 * menubar.el (menu-call-at-event): New.
|
|
1840 Move non-content functions here. Add support for context menu
|
|
1841 items on extents.
|
|
1842
|
444
|
1843 * minibuf.el (minibuffer-history-uniquify):
|
442
|
1844 Typo fix.
|
|
1845
|
444
|
1846 * minibuf.el (read-file-name-1):
|
442
|
1847 Call new file dialog box if it exists.
|
|
1848
|
|
1849 * minibuf.el (mouse-rfn-setup-vars):
|
|
1850 Clean up "chop" action.
|
|
1851
|
|
1852 * mouse.el:
|
|
1853 * mouse.el (button2): Now bound to mouse-track.
|
|
1854 * mouse.el (click-inside-extent-p):
|
|
1855 * mouse.el (point-inside-extent-p):
|
|
1856 * mouse.el (point-inside-selection-p):
|
|
1857 * mouse.el (mouse-drag-or-yank): Removed.
|
|
1858 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
1859 * mouse.el (mouse-eval-sexp):
|
|
1860 * mouse.el (mouse-track-activate-strokes): New.
|
|
1861 * mouse.el (mouse-track-do-activate): New.
|
|
1862 * mouse.el (mouse-track):
|
|
1863 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
1864 * mouse.el (default-mouse-track-cleanup-hook):
|
|
1865 * mouse.el (default-mouse-track-drag-hook):
|
|
1866 * mouse.el (default-mouse-track-drag-up-hook):
|
|
1867 * mouse.el (default-mouse-track-click-hook):
|
|
1868 Merge drag-n-drop into mouse-track.
|
|
1869 Add general "activate" support to replace specific button2 kludges.
|
|
1870 Use "button modifier" support in mouse-track.
|
|
1871
|
|
1872 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
1873
|
|
1874 * package-ui.el:
|
|
1875 * package-ui.el (pui-menu):
|
|
1876 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
1877 Fix bytecompiler warnings.
|
|
1878 Clean up popup code a bit.
|
|
1879
|
|
1880 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
1881
|
|
1882 * simple.el:
|
|
1883 * simple.el (transpose-lines):
|
|
1884 * simple.el (transpose-line-up): New.
|
|
1885 * simple.el (transpose-line-down): New.
|
|
1886 * simple.el (transpose-subr):
|
|
1887 * simple.el (transpose-subr-1): Removed.
|
|
1888 Clean up, add functions to move lines up and down.
|
|
1889
|
|
1890 * startup.el (mail-host-address):
|
|
1891 * startup.el (user-mail-address):
|
|
1892 Customize.
|
|
1893
|
|
1894 * subr.el:
|
|
1895 * subr.el (set-symbol-value-in-buffer): New.
|
|
1896 * subr.el (error):
|
|
1897 * subr.el (check-argument-type):
|
|
1898 * subr.el (defined-error-p): New.
|
|
1899 Add structured error support.
|
|
1900
|
|
1901 * toolbar-items.el (toolbar-compile):
|
|
1902 Use new make-dialog-box.
|
|
1903
|
|
1904 * update-elc.el:
|
|
1905
|
|
1906 * userlock.el (ask-user-about-lock-dbox):
|
|
1907 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
1908 * userlock.el (ask-user-about-lock):
|
|
1909 * userlock.el (ask-user-about-supersession-threat):
|
|
1910 Use new make-dialog-box.
|
|
1911 Add safety checks; use should use-dialog-box-p.
|
|
1912
|
|
1913 * window-xemacs.el:
|
|
1914 * window-xemacs.el (__buffer-dedicated-frame):
|
|
1915 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
1916 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
1917 Move dedicated-frame stuff into lisp.
|
|
1918
|
|
1919 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1920
|
|
1921 * printer.el (generic-print-region): Do not require that
|
|
1922 `printer-name' be set.
|
|
1923 (printer-name): Commentary clarification.
|
|
1924
|
|
1925 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
1926
|
|
1927 * XEmacs 21.2.35 is released.
|
|
1928
|
|
1929 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1930
|
|
1931 * select.el (selection-coercible-types): Initialise.
|
|
1932
|
|
1933 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1934
|
|
1935 * select.el (own-clipboard): Bug fix.
|
|
1936
|
|
1937 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
1938
|
|
1939 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
1940 continuing.
|
|
1941
|
|
1942 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
1943
|
|
1944 * startup.el (load-init-file): Remove silly call to
|
|
1945 `load-user-custom-file`.
|
|
1946 (maybe-migrate-user-init-file): Minor fixes.
|
|
1947
|
|
1948 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
1949
|
444
|
1950 * apropos.el (apropos-documentation-check-doc-file):
|
442
|
1951 `doc' variable should be let-bound, as was presumably intended.
|
|
1952
|
444
|
1953 * cus-edit.el (custom-variable-reset-saved):
|
|
1954 (custom-variable-reset-standard):
|
442
|
1955 Remove unused variable comment-widget. Twice.
|
|
1956
|
444
|
1957 * toolbar.el (toolbar-blank-press-function):
|
442
|
1958 Add a real defvar with initial value nil and proper docstring.
|
|
1959 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
1960
|
|
1961 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
1962 Add defvar for pending-delete-mode.
|
|
1963
|
|
1964 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
1965
|
444
|
1966 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
442
|
1967 Use let* since the second form referred to the first.
|
|
1968
|
|
1969 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1970
|
|
1971 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
1972 instead of removed `mswindows-get-clipboard'.
|
|
1973
|
|
1974
|
|
1975 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1976
|
|
1977 * select.el (select-convert-from-text): New.
|
|
1978 * select.el (select-convert-from-length): New.
|
|
1979 * select.el (select-convert-from-integer): New.
|
|
1980 * select.el (select-convert-from-identity): New.
|
|
1981 * select.el (select-convert-from-filename): New.
|
|
1982 * select.el (selection-converter-in-alist): Use them.
|
|
1983 New converter functions for X.
|
|
1984
|
|
1985 * select.el (get-selection): Removed comment.
|
|
1986
|
|
1987 * select.el (own-selection): Removed append code - I thought
|
|
1988 I'd already done this, but apparently not...
|
|
1989
|
|
1990 * select.el: Changed comment about TIMESTAMP.
|
|
1991
|
|
1992 * select.el (select-convert-in): New.
|
|
1993 * select.el (select-convert-out): New.
|
|
1994 New functions that get used by select.c.
|
|
1995
|
|
1996 * select.el (select-buffer-killed-default): New.
|
|
1997 * select.el (select-buffer-killed-text): New.
|
|
1998 * select.el (selection-buffer-killed-alist): New.
|
|
1999 New list and functions that get called if a relevant selection
|
|
2000 exists and a buffer gets killed.
|
|
2001
|
|
2002 * select.el (select-convert-to-targets):
|
|
2003 * select.el (select-convert-to-identity): Removed.
|
|
2004 * select.el (select-convert-from-identity): Removed.
|
|
2005 * select.el (select-converter-out-alist):
|
|
2006 Removed _EMACS_INTERNAL selection type.
|
|
2007
|
|
2008 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
2009 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
2010 Removed this X-specific nonesense. Use the generic support
|
|
2011 in select.el instead.
|
|
2012
|
|
2013 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
2014
|
444
|
2015 * mule/mule-category.el (defined-category-hashtable):
|
442
|
2016 Use make-hash-table instead of make-hashtable
|
|
2017
|
|
2018 * buff-menu.el: Byte-compiler warning fix.
|
|
2019
|
444
|
2020 * isearch-mode.el (isearch-highlight-all-cleanup):
|
442
|
2021 Remove unused variable `isearch-highlight-all-start'.
|
|
2022
|
|
2023 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
2024
|
|
2025 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
2026
|
444
|
2027 * cus-dep.el (Custom-make-dependencies):
|
442
|
2028 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
2029
|
|
2030 * autoload.el (autoload-package-name): Warning suppression.
|
|
2031 Move defvar prior to first use.
|
|
2032
|
|
2033 * custom.el: Add autoload for custom-declare-face.
|
|
2034 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
444
|
2035 * cl.el (cl-hack-byte-compiler):
|
442
|
2036 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
2037 to work properly.
|
|
2038
|
|
2039 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
2040
|
|
2041 * startup.el (load-home-init-file): Added variable.
|
|
2042 (maybe-migrate-user-init-file): Added.
|
|
2043 (load-user-init-file): Load custom file if different from init
|
|
2044 file.
|
|
2045
|
|
2046 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
2047 "startup."
|
|
2048
|
|
2049 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
2050 Moved `custom-file'-related code to cus-file.el.
|
|
2051
|
|
2052 * cus-file.el: New file.
|
|
2053
|
|
2054 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
2055
|
|
2056 * packages.el (packages-find-package-directories): Added support
|
|
2057 for external package hierarchies with in-place installations.
|
|
2058
|
|
2059 * find-paths.el (paths-root-in-place-p): Added.
|
|
2060 (paths-find-emacs-directory): Added support for external
|
|
2061 directories with in-place installations.
|
|
2062 (paths-find-site-directory): Ditto.
|
|
2063
|
|
2064 * startup.el (find-user-init-file): Also look for
|
|
2065 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
2066
|
|
2067 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
2068
|
|
2069 * select.el (own-selection):
|
|
2070 * select.el (own-clipboard): Changed `append' parameter to
|
|
2071 `how-to-use' parameter.
|
|
2072 * select.el (own-selection): Removed icky append code.
|
|
2073 * select.el (own-selection, get-selection): Removed extra type
|
|
2074 checking.
|
|
2075 * select.el (selection-appender-alist):
|
|
2076 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
2077 * select.el (select-append-to-*): New.
|
|
2078 * select.el (select-convert-from-*): New. New functions to append
|
|
2079 data and convert data from external type.
|
|
2080
|
|
2081 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
2082
|
|
2083 * font-lock.el: Javadoc enhancements.
|
|
2084
|
|
2085 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
2086
|
|
2087 * printer.el (generic-print-region): Compose job name from buffer
|
|
2088 name.
|
|
2089
|
|
2090 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2091
|
|
2092 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
2093 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
2094 to avoid unnecessary progress gauges.
|
|
2095
|
|
2096 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
2097
|
|
2098 * custom-load.el (faces):
|
|
2099
|
|
2100 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
2101 dir is a regex.
|
|
2102
|
|
2103 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
2104 coding systems so that jka-compr works.
|
|
2105
|
|
2106 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
2107
|
|
2108 * font-lock.el: Undo previous change. Unfortunately, some
|
|
2109 files actually use the variables directly in their init code
|
|
2110 without quoting them.
|
|
2111
|
|
2112 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
2113
|
|
2114 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
2115
|
|
2116 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
2117 only when necessary.
|
|
2118
|
|
2119 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
444
|
2120
|
442
|
2121 * cl-macs.el: fix cl-transform-function-property kludge
|
|
2122 so that it does not require a random feature.
|
|
2123
|
|
2124 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2125
|
|
2126 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
2127 as in Linux kernel "Rules.make".
|
|
2128
|
|
2129 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2130
|
|
2131 * build-report.el (build-report): Add autoload cookie.
|
|
2132
|
|
2133 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
2134
|
|
2135 * package-ui.el (defgroup pui): Correct a misspelling
|
|
2136 (pui-toggle-package-delete): Change `seleted' to `selected'
|
444
|
2137
|
442
|
2138 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2139
|
444
|
2140 * package-get.el (package-get-update-base):
|
442
|
2141 (package-get): Use insert-file-contents-literally always.
|
|
2142 (package-get-maybe-save-index):
|
|
2143 Force coding system for writing to binary.
|
|
2144
|
|
2145 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
2146
|
|
2147 * code-process.el (call-process-region): If there is no coding
|
|
2148 system for the process on process-coding-system-alist use the
|
|
2149 coding system of the buffer containing the region.
|
|
2150
|
|
2151 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
2152
|
|
2153 * cmdloop.el (command-error):
|
|
2154 If debug-on-error and noninteractive, output backtrace.
|
|
2155
|
|
2156 * files.el (file-relative-name):
|
|
2157 Remove MSDOS references.
|
|
2158
|
|
2159 * simple.el (line-number): New function, due to non-obvious
|
|
2160 behavior/usage of count-lines.
|
|
2161
|
|
2162 * simple.el (count-lines): document non-obvious usage to get
|
|
2163 line number.
|
|
2164
|
|
2165 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
2166
|
|
2167 * faces.el ((featurep 'xpm)):
|
|
2168 * x-faces.el (x-init-face-from-resources):
|
|
2169 * x-faces.el (x-init-frame-faces):
|
|
2170 * x-misc.el (x-init-specifier-from-resources):
|
|
2171 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
2172 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
2173 * x-mouse.el (x-init-pointer-shape):
|
|
2174 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
2175 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
2176 rather than errors on bogus arguments.
|
|
2177
|
|
2178 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
2179
|
|
2180 * compat.el: new file. provides a clean, non-intrusive way to
|
|
2181 define compatibility functions.
|
|
2182
|
|
2183 * process.el (shell-quote-argument): temporary fix for lack
|
|
2184 of nt-quote-process-args. #### I need to put back the overall
|
|
2185 structure of that mechanism but redo the guts of it using the
|
|
2186 extra intelligence in the C code.
|
|
2187
|
|
2188 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2189
|
|
2190 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
2191 `package-get' does in package-get.el, instead of using external
|
|
2192 "md5sum" program.
|
|
2193
|
|
2194 * package-get.el (package-get): Insert package file literally to
|
|
2195 make checksum calculation work.
|
|
2196
|
|
2197 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2198
|
|
2199 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
2200 (file-coding-system-alist): Removed reference to
|
|
2201 convert-mbox-coding-system.
|
|
2202
|
|
2203 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
2204
|
|
2205 * XEmacs 21.2.34 is released.
|
|
2206
|
|
2207 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2208
|
|
2209 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
2210
|
|
2211 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2212
|
|
2213 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
2214 and fboundp
|
|
2215
|
|
2216 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2217
|
|
2218 * packages.el: It's ok to use built-in macros, but not lisp
|
|
2219 defined ones.
|
|
2220
|
|
2221 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
2222
|
|
2223 * font-lock.el:
|
|
2224 * font-lock.el (font-lock-message-threshold):
|
|
2225 * font-lock.el (font-lock-mode):
|
|
2226 * font-lock.el (font-lock-default-fontify-buffer):
|
|
2227 * font-lock.el (font-lock-always-fontify-immediately):
|
|
2228 * font-lock.el (font-lock-old-extent): Removed.
|
|
2229 * font-lock.el (font-lock-old-len): Removed.
|
|
2230 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
2231 * font-lock.el (font-lock-pending-extent-table): New.
|
|
2232 * font-lock.el (font-lock-range-table): New.
|
|
2233 * font-lock.el (font-lock-after-change-function):
|
|
2234 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
2235 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
2236 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
2237 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
2238 Rewrite deferral code to handle any number of changes, merging
|
|
2239 them properly. Remove hacked-up code for revert-buffer, now
|
|
2240 unnecessary.
|
444
|
2241
|
442
|
2242 * menubar-items.el (default-menubar):
|
|
2243 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
2244 unless necessary; doing this turns off font-lock.
|
|
2245
|
|
2246 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2247
|
|
2248 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
2249
|
|
2250 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2251
|
|
2252 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
2253 matching to process -*-texinfo-*- -*-.
|
|
2254
|
|
2255 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
2256
|
|
2257 * minibuf.el (minibuf-directory-files): new function.
|
|
2258 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
2259 (read-directory-name-internal): ditto.
|
|
2260 (mouse-file-display-completion-list): ditto.
|
|
2261 (mouse-directory-display-completion-list): ditto.
|
|
2262 (read-file-name-internal): remove "./" from completion list unless
|
|
2263 explicitly matched, for consistency.
|
|
2264
|
|
2265 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
2266
|
|
2267 * gutter-items.el (gutter-buffers-tab):
|
|
2268 * gutter-items.el (add-tab-to-gutter):
|
|
2269 * gutter-items.el (update-tab-in-gutter):
|
|
2270 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
2271 * gutter-items.el (append-progress-display):
|
|
2272 * gutter-items.el (abort-progress-display):
|
|
2273 * gutter-items.el (raw-append-progress-display):
|
|
2274 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
2275 to fix problems with multiple windows in a frame.
|
444
|
2276
|
442
|
2277 * menubar-items.el (tutorials-menu-filter):
|
|
2278 Fix typo.
|
444
|
2279
|
442
|
2280 * startup.el (early-error-handler):
|
|
2281 Display message box under windows; otherwise, message will disappear
|
|
2282 before it can be viewed.
|
444
|
2283
|
442
|
2284 * update-elc.el:
|
|
2285 Fix bug in NEEDTODUMP processing.
|
|
2286
|
|
2287 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2288
|
|
2289 * startup.el (lock-directory): Removed.
|
|
2290 (superlock-file): Ditto.
|
|
2291 (startup-set-paths): Remove lockdir.
|
|
2292 (startup-setup-paths-warning): Remove lock-directory.
|
|
2293
|
|
2294 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
2295 (paths-find-superlock-file): Ditto.
|
|
2296
|
|
2297 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2298
|
|
2299 * faces.el (set-face-property):
|
|
2300 * faces.el (set-face-font):
|
|
2301 * faces.el (set-face-foreground):
|
|
2302 * faces.el (set-face-background):
|
|
2303 * faces.el (set-face-background-pixmap):
|
|
2304 * faces.el (set-face-underline-p):
|
|
2305 * faces.el (set-face-strikethru-p):
|
|
2306 * faces.el (set-face-highlight-p):
|
|
2307 * faces.el (set-face-dim-p):
|
|
2308 * faces.el (set-face-blinking-p):
|
|
2309 * faces.el (set-face-reverse-p):
|
|
2310 doc string changes.
|
444
|
2311
|
442
|
2312 * glyphs.el:
|
|
2313 * glyphs.el (make-image-specifier):
|
|
2314 * glyphs.el (glyph-property):
|
|
2315 * glyphs.el (set-glyph-image):
|
|
2316 * glyphs.el (make-glyph):
|
|
2317 * glyphs.el (make-pointer-glyph):
|
|
2318 * glyphs.el (make-icon-glyph):
|
|
2319 * glyphs.el (widget-image-instance-p): New.
|
|
2320 authorship info, lots of doc changes. New predicate, inadvertently
|
|
2321 omitted. the general principle with specifier docs is now that
|
|
2322 the description of instantiators should go with the make-foo-specifier
|
|
2323 fun's doc string, rather than in foo-specifier-p. this follows
|
|
2324 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
2325 of a place to look. sometimes the make-foo-specifier function needs
|
|
2326 to be created in the process.
|
444
|
2327
|
442
|
2328 * gutter.el:
|
|
2329 * gutter.el (make-gutter-specifier): New.
|
|
2330 * gutter.el (make-gutter-size-specifier): New.
|
|
2331 * gutter.el (make-gutter-visible-specifier): New.
|
|
2332 specifier doc updates according to the conventions specified before.
|
|
2333
|
|
2334 * objects.el:
|
|
2335 * objects.el (make-font-specifier):
|
|
2336 * objects.el (make-color-specifier):
|
|
2337 * objects.el (make-face-boolean-specifier): New.
|
|
2338 specifier doc updates according to the conventions specified before.
|
|
2339
|
|
2340 * specifier.el:
|
|
2341 * specifier.el (set-specifier):
|
|
2342 * specifier.el (make-integer-specifier): New.
|
|
2343 * specifier.el (make-boolean-specifier): New.
|
|
2344 * specifier.el (make-natnum-specifier): New.
|
|
2345 * specifier.el (make-generic-specifier): New.
|
|
2346 * specifier.el (make-display-table-specifier): New.
|
|
2347 specifier doc updates according to the conventions specified before.
|
|
2348
|
|
2349 * toolbar.el:
|
|
2350 * toolbar.el (make-toolbar-specifier): New.
|
|
2351 specifier doc updates according to the conventions specified before.
|
|
2352
|
|
2353 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2354
|
|
2355 * process.el (call-process-internal): Revert to previous version
|
|
2356 because Mike's change clashed with a change I did not long before.
|
|
2357 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
2358 Thanks very much Mike for pointing out the bug and submitting a
|
|
2359 patch!
|
|
2360
|
|
2361 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
2362
|
|
2363 * process.el (call-process-internal): Send the correct input buffer
|
|
2364 (call-process-internal): Return the exit status of the process
|
|
2365
|
|
2366 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2367
|
|
2368 * winnt.el:
|
|
2369 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
2370 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
2371 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
2372 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
2373 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
2374 * winnt.el (nt-quote-process-args): Removed.
|
|
2375 Remove all stuff for argument quoting. We borrow the code instead
|
|
2376 from Emacs 20.6, which is much more careful in its quoting
|
|
2377 (e.g. in handling runs of the escape character) and avoids most of
|
|
2378 the need for this Lisp mechanism by checking to see whether we're
|
|
2379 running a Cygwin or normal program and doing the appropriate
|
|
2380 quoting. If we end up needing such a mechanism, we should add
|
|
2381 it by extending the variable `mswindows-quote-process-args' so it
|
|
2382 can take an alist of regexps.
|
|
2383
|
|
2384 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2385
|
|
2386 * keydefs.el:
|
|
2387 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
2388 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
2389 the window without moving point.
|
444
|
2390
|
442
|
2391 * simple.el:
|
|
2392 * simple.el (scroll-up-one): New.
|
|
2393 * simple.el (scroll-down-one): New.
|
|
2394 Functions for use with C-M-up/down.
|
|
2395
|
|
2396 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
2397
|
|
2398 * XEmacs 21.2.33 is released.
|
|
2399
|
|
2400 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
2401
|
444
|
2402 * dialog.el (yes-or-no-p-dialog-box):
|
442
|
2403 Fix docstring.
|
444
|
2404 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
442
|
2405 1. Visit two files in two different frames.
|
|
2406 2. do File->Revert Buffer in one of those frames.
|
|
2407 3. Dialog box appears.
|
|
2408 4. Arrange things so that the mouse passes over the *other*
|
|
2409 frame, then to the dialog box, and click on "Yes".
|
|
2410 5. The file contents end up in the *wrong* buffer!
|
|
2411 Add TODO comment.
|
444
|
2412
|
442
|
2413 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2414
|
|
2415 * help.el (describe-installation): correct typo introduced
|
|
2416 in last patch: boundp -> fboundp.
|
|
2417
|
|
2418 * etags.el (buffer-tag-table-list):
|
|
2419 canonicalize filenames to Unix format so that tag-table-alist
|
|
2420 searching works under Windows.
|
444
|
2421
|
442
|
2422 * autoload.el:
|
|
2423 Bowdlerize the supposedly objectionable words
|
|
2424 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
444
|
2425
|
442
|
2426 * gutter-items.el (set-progress-display-style):
|
|
2427 * gutter-items.el (search-dialog-callback):
|
|
2428 * gutter-items.el (make-search-dialog):
|
|
2429 Change to new callback-ex api.
|
|
2430
|
|
2431 2000-04-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
2432
|
|
2433 * help.el: (describe-installation): decode-coding-string is not
|
|
2434 defined in a non MULE environment.
|
|
2435
|
|
2436 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2437
|
|
2438 * gutter-items.el (buffer-list-changed-hook):
|
|
2439 use it, not record-buffer-hook.
|
|
2440
|
|
2441 * subr.el (record-buffer-hook): Removed.
|
|
2442
|
|
2443 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
2444
|
|
2445 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
2446 use NORECORD option. Andy will not like this, but the existing
|
|
2447 gutter behavior is just wrong, as per this comment:
|
|
2448
|
|
2449 ;; this used to add the norecord flag to both calls below.
|
|
2450 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
2451 ;; that the current buffer is at the front of the buffers list.
|
|
2452 ;; for example, select an item and then do M-C-l
|
|
2453 ;; (switch-to-other-buffer). Things get way confused.
|
|
2454 ;;
|
|
2455 ;; Andy, if you want to maintain the current look, you must
|
|
2456 ;; *uncouple* the gutter order and buffers order.
|
|
2457
|
|
2458 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
2459
|
|
2460 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
2461 xemacs.mak.
|
|
2462
|
|
2463 * autoload.el (batch-update-one-directory): new function, used in
|
|
2464 xemacs.mak.
|
|
2465
|
|
2466 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
2467 loadup during update-elc is much much much faster. also do this
|
|
2468 when quick-building.
|
|
2469
|
|
2470 add commented-out code for profiling loadup.
|
444
|
2471
|
442
|
2472
|
|
2473 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
2474 is required in order to build xemacs.
|
|
2475
|
|
2476 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
2477
|
|
2478 * loadup.el: don't garbage collect during loadup if quick-build
|
|
2479 compile-time option is set.
|
|
2480
|
|
2481 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
2482
|
|
2483 * update-elc.el: compute whether any dumped .el or .elc files
|
|
2484 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
2485 if so.
|
444
|
2486
|
442
|
2487 * update-elc.el (update-elc-files-to-compile): always change
|
|
2488 NOBYTECOMPILE in the src directory rather than current dir,
|
|
2489 so it will work under NT.
|
|
2490
|
|
2491 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
2492 the form of this file is identical between Unix and Windows.
|
|
2493 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
2494 Added comment.
|
|
2495 (update-autoloads-from-directory): updated doc string.
|
|
2496 updated doc strings in a few other places.
|
|
2497
|
|
2498 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2499
|
|
2500 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
2501 byte-recompile-directory.
|
|
2502
|
|
2503 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2504
|
|
2505 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
2506 add-one-shot-hook.
|
|
2507 * gutter-items.el (clear-progress-display): Adjust number of
|
|
2508 arguments.
|
|
2509
|
|
2510 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2511
|
|
2512 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
2513
|
|
2514 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
2515
|
|
2516 * printer.el: New file.
|
444
|
2517
|
442
|
2518 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
444
|
2519
|
442
|
2520 * help.el (describe-installation): Fix decoding for Windows.
|
444
|
2521
|
442
|
2522 * menubar-items.el:
|
|
2523 * menubar-items.el (default-menubar):
|
|
2524 * menubar-items.el (tutorials-menu-filter): New.
|
|
2525 * menubar-items.el (popup-menubar-menu):
|
|
2526 Add authorship. Redo Help menu and Tutorials filter.
|
444
|
2527
|
442
|
2528 * menubar.el: Correct comment.
|
444
|
2529
|
442
|
2530 * modeline.el (modeline-buffer-identification): Correct doc string.
|
444
|
2531
|
442
|
2532 * simple.el:
|
|
2533 * simple.el (printing): Removed.
|
|
2534 * simple.el (printer-name): Removed.
|
|
2535 * simple.el (generic-print-buffer): Removed.
|
|
2536 * simple.el (generic-print-region): Removed.
|
|
2537 Move generic print code to printer.el.
|
|
2538
|
|
2539 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
2540
|
|
2541 * simple.el (generic-print-region): New.
|
|
2542 make this function actually work.
|
|
2543 (generic-print-buffer): call generic-print-region.
|
|
2544
|
|
2545 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
2546
|
|
2547 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
2548 by using the new widget-callback-current-channel.
|
|
2549 (search-dialog-callback): ditto.
|
|
2550
|
|
2551 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
2552
|
|
2553 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
2554 (default-gutter-position-changed-hook): ditto.
|
|
2555 (gutter-element-visibility-changed-hook): ditto.
|
|
2556 (set-gutter-element): ditto.
|
|
2557 (remove-gutter-element): ditto.
|
444
|
2558 (set-gutter-element-visible-p): ditto.
|
442
|
2559 (gutter-element-visible-p): ditto.
|
|
2560 (init-gutter): ditto.
|
|
2561
|
|
2562 * dialog.el (make-dialog-box): renamed and moved from
|
|
2563 gutter-items.el
|
|
2564
|
|
2565 * gutter-items.el: move various functions elsewhere.
|
|
2566
|
|
2567 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2568
|
|
2569 * menubar-items.el: Fixed place of parenthesis.
|
|
2570
|
|
2571 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
2572
|
|
2573 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
2574 without constantly being prompted for the tag.
|
|
2575 * simple.el: Added a number of section headings, to clarify the
|
|
2576 organization of this file.
|
444
|
2577 * simple.el (activate-region):
|
|
2578 * simple.el (region-exists-p):
|
|
2579 * simple.el (region-active-p):
|
442
|
2580 Moved these three function down to the other side of
|
|
2581 the case-changing functions, so they join the rest of
|
|
2582 the region code.
|
|
2583 * simple.el (printing): New.
|
|
2584 * simple.el (printer-name): New.
|
|
2585 * simple.el (generic-print-buffer): New.
|
|
2586 New functions, a very simple prototype for a unified
|
|
2587 printing interface.
|
444
|
2588
|
442
|
2589 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
2590 other problems with BUFFER specs.
|
444
|
2591
|
442
|
2592 * menubar-items.el:
|
|
2593 Fixed up File->Print to use new printing functions.
|
|
2594 Various corrections and expansions to Grep/Compile menus.
|
|
2595 New options for Printing.
|
|
2596 New options for SMTP Mail, the way to send mail under
|
|
2597 MS Windows. (There's also a package patch to make SMTP
|
|
2598 Mail be the default under MSWin.)
|
|
2599
|
|
2600 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
2601
|
|
2602 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
2603 did not work. Needed to quote mouse-track-rectangle-p.
|
|
2604
|
|
2605 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2606
|
|
2607 * cl-compat.el (keywordp): Removed.
|
|
2608
|
|
2609 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
2610
|
|
2611 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
2612 (progress-gauge-glyph): use dynamic sizing.
|
|
2613 (set-progress-display-style): new function. Set progress glyphs
|
|
2614 appropriately depending on the style.
|
|
2615 (progress-display-style): new variable. Custom version of
|
|
2616 set-progress-display-style.
|
|
2617 (progress-abort-glyph): switch to dynamic sizes.
|
|
2618 (search-dialog-text): make the edit field active.
|
|
2619
|
|
2620 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
2621
|
|
2622 * gutter-items.el (make-search-dialog): need to make the search
|
|
2623 dialog visible after creation.
|
|
2624
|
|
2625 * menubar-items.el (default-menubar): use the search dialog for
|
|
2626 searching. Remove some extraneous search menu items.
|
|
2627
|
|
2628 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
2629 well as strings.
|
|
2630 (make-gutter-only-dialog-frame): allow the user to create the
|
|
2631 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
2632 (search-dialog-direction): new variable.
|
|
2633 (search-dialog-text): new variable.
|
|
2634 (search-dialog-callback): new function. Callback for the search
|
|
2635 dialog action.
|
|
2636 (make-search-dialog): new function. Create a user-friendly search
|
|
2637 dialog.
|
|
2638
|
|
2639 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2640
|
|
2641 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
2642 under Windows.
|
|
2643
|
|
2644 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
2645
|
|
2646 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
2647 progress more accurately.
|
|
2648
|
|
2649 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
2650
|
|
2651 * finder.el (finder-compile-keywords): Process readable files only.
|
|
2652 Because error in process of .#finder-inf.el when compile xemacs
|
|
2653 with --with-clash-detection option.
|
|
2654
|
|
2655 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
2656
|
|
2657 * gutter-items.el (append-progress-display): don't delay after a
|
|
2658 successful font-lock.
|
|
2659 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
2660 create gutter-only dialogs.
|
|
2661
|
|
2662 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
2663
|
|
2664 * process.el (call-process-internal): Handle a null BUFFER
|
|
2665 parameter correctly.
|
|
2666
|
|
2667 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
2668
|
|
2669 * gutter-items.el (abort-progress-display): put strings in the
|
|
2670 gutter not extents.
|
|
2671 (progress-layout-glyph): signal special 'quit callback.
|
|
2672 (progress-display-quit-function): deleted.
|
|
2673 (progress-display-stop-callback): deleted.
|
|
2674 (progress-display-dispatch-command-events): deleted.
|
|
2675 (append-progress-display): remove calls to
|
|
2676 progress-display-dispatch-command-events.
|
|
2677 (raw-append-progress-display): ditto.
|
|
2678
|
|
2679 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2680
|
|
2681 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
2682 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
2683 an error predicate. Correctly handle PIXMAP being either relative
|
|
2684 or absolute file name.
|
|
2685
|
|
2686 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
2687
|
|
2688 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
2689 (abort-progress-display): ditto. Don't delete the created extent.
|
|
2690 (raw-append-progress-display): ditto.
|
|
2691 (progress-display-dispatch-non-command-events): new
|
|
2692 function. Encapsulates what we want to do when no command input is
|
|
2693 required.
|
|
2694 (progress-display-dispatch-command-events): likewise, but disable
|
|
2695 for now since it causes too many problems.
|
|
2696 (append-progress-display): use them.
|
|
2697 (raw-append-progress-display): ditto.
|
|
2698 (default-gutter-position-changed-hook): set this rather than
|
|
2699 default-gutter-position-changed.
|
|
2700 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
2701 rather than one.
|
|
2702 (raw-append-progress-display): trap errors in pending input since
|
|
2703 allowing them to signal will hose the gauge well and
|
|
2704 truly. Ideally we would like to delay these until we are more able
|
|
2705 to cope.
|
|
2706 (append-progress-display): ditto.
|
|
2707
|
|
2708 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
444
|
2709
|
442
|
2710 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
2711 in process.el.
|
|
2712
|
|
2713 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2714
|
444
|
2715 * mule\mule-cmds.el (set-language-info-alist):
|
442
|
2716 Fix to correspond to new menu arrangement.
|
|
2717
|
|
2718 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2719
|
|
2720 * process.el:
|
|
2721 * process.el (call-process-internal): New.
|
|
2722 New implementation of call-process. Only enabled under NT, so far.
|
|
2723 stderr handling not implemented yet in CVS'd C code.
|
|
2724
|
|
2725 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
2726
|
|
2727 * lisp-mode.el:
|
|
2728 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
2729 * lisp-mode.el (lisp-interaction-mode):
|
|
2730 Put back Lisp Interaction menubar for Jan V's sake.
|
444
|
2731
|
442
|
2732 * simple.el:
|
|
2733 * simple.el (mark-ring):
|
|
2734 * simple.el (dont-record-current-mark): New.
|
|
2735 * simple.el (in-shifted-motion-command): New.
|
|
2736 * simple.el (mark-ring-unrecorded-commands): New.
|
|
2737 * simple.el (mark-ring-max):
|
|
2738 * simple.el (set-mark-command):
|
|
2739 * simple.el (push-mark):
|
|
2740 * simple.el (handle-pre-motion-command):
|
|
2741 Implement scheme for not recording unimportant marks.
|
444
|
2742
|
442
|
2743 * subr.el:
|
|
2744 * subr.el (function-allows-args): New.
|
|
2745 New function function-allows-args.
|
|
2746
|
|
2747 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
2748
|
|
2749 * XEmacs 21.2.32 is released.
|
|
2750
|
|
2751 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
2752
|
|
2753 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
2754 selected-window if required to do so.
|
|
2755 (buffers-tab-items): ditto.
|
|
2756 (add-tab-to-gutter): ditto.
|
|
2757 (create-frame-hook): use force-selection.
|
|
2758 (default-gutter-position-changed): lambdify.
|
|
2759 (update-tab-hook): deleted since it was only used in one place.
|
|
2760
|
|
2761 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
2762
|
|
2763 * files.el (find-file-noselect): undo change that shouldn't have
|
|
2764 gone in.
|
|
2765
|
|
2766 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
2767
|
|
2768 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
2769 of selected-window trickery.
|
|
2770
|
|
2771 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
2772 frames tabs.
|
|
2773 (progress-display-stop-callback): progress -> progress-display
|
|
2774 (progress-display-quit-function): ditto.
|
|
2775 (clear-progress-display): ditto.
|
|
2776 (remove-progress-display): ditto.
|
|
2777 (append-progress-display): ditto.
|
|
2778 (abort-progress-display): ditto.
|
|
2779 (raw-append-progress-display): ditto.
|
|
2780 (display-progress-display): ditto.
|
|
2781 (current-progress-display-label): ditto.
|
|
2782 (current-progress-display): ditto.
|
|
2783 (lprogress-display): ditto and save the buffer
|
|
2784 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
2785 changed which confuses font-lock.
|
|
2786
|
|
2787 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
2788 errors, not just quit.
|
|
2789 (font-lock-mode): progress -> display-progress
|
|
2790 (font-lock-default-fontify-buffer): ditto.
|
|
2791 (font-lock-fontify-syntactically-region): ditto.
|
|
2792 (font-lock-fontify-keywords-region): ditto.
|
|
2793
|
|
2794 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2795
|
|
2796 * cl.el (gensym): Move to here from cl-macs.el.
|
|
2797 (gentemp): Ditto.
|
|
2798
|
|
2799 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
2800
|
|
2801 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
2802 progress management.
|
|
2803 (font-lock-default-fontify-buffer): ditto.
|
|
2804 (font-lock-fontify-syntactically-region): ditto.
|
|
2805 (font-lock-fontify-keywords-region): ditto.
|
|
2806 (font-lock-revert-cleanup): fix reverting.
|
|
2807 (font-lock-revert-setup): ditto.
|
|
2808
|
|
2809 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
2810 echo area for progress gauges if non-nil.
|
|
2811 (clear-progress): remove echo area stuff and defer to
|
|
2812 clear-message.
|
|
2813 (append-progress): dispatch non-command events after each progress
|
|
2814 increment. Remove echo area stuff.
|
|
2815 (abort-progress): remove echo area stuff and defer to
|
|
2816 display-message.
|
|
2817 (raw-append-progress): ditto. Dispatch non-command events after
|
|
2818 gutter redisplay.
|
|
2819 (display-progress): defer echo area stuff to display-message.
|
|
2820
|
|
2821 * gutter-items.el (clear-progress):
|
|
2822 (abort-progress): indentation changes.
|
|
2823 (display-progress): don't clear progress.
|
|
2824 (append-progress): compare messages with equal.
|
|
2825 (raw-append-progress): use dispatch-non-command-events to flush
|
|
2826 widget creation events.
|
|
2827
|
|
2828 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
2829
|
|
2830 * abbrev.el:
|
|
2831 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
2832 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
2833 Changes for use with the menubar.
|
|
2834
|
|
2835 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
2836
|
|
2837 * alist.el (vassoc): moved here from font-menu.el.
|
|
2838
|
|
2839 * custom.el (defface): typo fix.
|
|
2840
|
|
2841 * dialog.el (yes-or-no-p-dialog-box):
|
|
2842 * dialog.el (message-box):
|
|
2843 * files.el (save-some-buffers-1):
|
|
2844 Put accelerators in the button names.
|
|
2845
|
|
2846 * font-lock.el (font-lock-comment-face):
|
|
2847 * font-lock.el (font-lock-keyword-face):
|
|
2848 * font-lock.el (font-lock-function-name-face):
|
|
2849 Fixed some of the colors under MS Windows because the existing
|
|
2850 default colors were hardly different from black and needed to be
|
|
2851 made lighter.
|
|
2852
|
|
2853 * font-menu.el:
|
|
2854 * font-menu.el (font-menu-split-long-menu):
|
|
2855 * font-menu.el (font-menu-family-constructor):
|
|
2856 * font-menu.el (font-menu-size-constructor):
|
|
2857 * font-menu.el (font-menu-weight-constructor):
|
|
2858 * font-menu.el (font-menu-set-font):
|
|
2859 vassoc moved to alist.el.
|
|
2860 Accelerators added to all menus.
|
|
2861 Unused bound var new-props removed.
|
444
|
2862
|
442
|
2863 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
2864 more consistent order and fixed a number of cases where key
|
|
2865 combinations involving up, down, left, right and so on were
|
|
2866 defined but the corresponding keypad combinations were not
|
444
|
2867 defined.
|
442
|
2868
|
|
2869 * lisp-mode.el:
|
|
2870 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
2871 * lisp-mode.el (emacs-lisp-mode):
|
|
2872 * lisp-mode.el (lisp-interaction-mode):
|
|
2873 * lisp-mode.el (flet):
|
|
2874 Added accelerators onto the menus.
|
|
2875 Made all the different versions of the let function be indented
|
|
2876 the same way.
|
|
2877 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
2878 to have the menubar and popup menus different.
|
|
2879 Cleaned up the menu; added items for find-function &c and some
|
|
2880 indenting, and removed debug-on-*.
|
|
2881
|
|
2882 * list-mode.el (list-mode-hook):
|
|
2883 * list-mode.el (list-mode):
|
|
2884 * list-mode.el (completion-setup-hook):
|
|
2885 * list-mode.el (display-completion-list):
|
|
2886 Added support for the :window-height keyword, which is required
|
|
2887 because of other changes that I made for the file dialog box. I
|
|
2888 also made the hook variables list-mode-hook and
|
|
2889 completion-setup-hook and also minibuffer-setup-hook in
|
|
2890 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
2891
|
|
2892 * map-ynp.el (map-y-or-n-p):
|
|
2893 Added accelerators to the dialog buttons.
|
|
2894
|
|
2895 * menubar-items.el (menu-truncate-list):
|
|
2896 New internal function.
|
|
2897 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
2898 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
2899 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
2900 New exported functions, for use in auto-generating accelerator specs.
|
|
2901
|
|
2902 * menubar-items.el:
|
|
2903 * menubar-items.el (default-menubar):
|
|
2904 * menubar-items.el (maybe-add-init-button):
|
|
2905 * menubar-items.el (bookmark-menu-filter):
|
|
2906 * menubar-items.el (slow-format-buffers-menu-line):
|
|
2907 * menubar-items.el (build-buffers-menu-internal):
|
|
2908 * menubar-items.el (language-environment-menu-filter):
|
|
2909 * menubar-items.el (default-popup-menu):
|
|
2910 * menubar-items.el (popup-buffer-menu):
|
|
2911 * menubar-items.el (popup-menubar-menu):
|
|
2912 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
2913 done working on the menubar, and there will be more patches to
|
|
2914 come. A basic summary of what I've done:
|
|
2915
|
|
2916 a) I added accelerators to all of the menu items. For menus that
|
|
2917 are auto-generated, such as the buffers menu, the accelerators are
|
|
2918 automatically added to the beginning of each line using the
|
|
2919 numbers 1 through 9, then zero, and then letters starting with A,
|
|
2920 but omitting the letters that are already in use for the fixed
|
|
2921 menu items at the top of the buffers menu. To facilitate adding
|
|
2922 accelerators of this kind, I created some new functions
|
|
2923 (*-accelerator-spec), which are also being used by other filters
|
|
2924 that auto generate lists of things such as ftp sites to download
|
|
2925 packages. If people really don't like these accelerators
|
|
2926 appearing at the beginning of the menu items, a variable can be
|
|
2927 added to optionally turn them off, but I think this is rather
|
|
2928 pointless because other menu items have accelerators and many or
|
|
2929 most of the menu users will use the accelerators if the support is
|
|
2930 there.
|
|
2931
|
|
2932 b) I combined the top level Tools and Apps menus into a single
|
|
2933 Tools menu, because the distinction between the two is not
|
|
2934 obvious, and the items on the menus are not used often enough that
|
444
|
2935 putting some of them onto submenus is a problem.
|
442
|
2936
|
|
2937 c) I created two new top level menus called View and Cmds because
|
|
2938 there were too many items on the File and Edit menus, and I'm going
|
|
2939 to be adding more items to these menus. In contrast to the Tools
|
|
2940 menu, the items on these menus may be used quite often during an
|
|
2941 editing session, and so should be available with fewer
|
444
|
2942 keystrokes.
|
442
|
2943
|
|
2944 d) I added a number of options to the options menu, including one
|
|
2945 for controlling whether the alt key can be used to traverse to
|
|
2946 menu items using the accelerators, one for controlling behavior of
|
|
2947 control-k, one for controlling how the kill and yank functions
|
|
2948 interact with the clipboard, a few additional buffers-menu
|
|
2949 options, and various other things. I also did a bit of
|
|
2950 rearranging, for example, combining the keyboard and mouse options
|
|
2951 into a single keyboard and mouse submenu to facilitate the
|
444
|
2952 accelerators on that level.
|
442
|
2953
|
|
2954 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
2955 to take two arguments instead of one, the second argument being
|
|
2956 the line number for use in creating an accelerator. I added a
|
|
2957 hack to support existing functions with one argument (although I
|
444
|
2958 doubt that very many of these exist), for backward compatibility.
|
442
|
2959
|
|
2960 f) I moved the top level mule menu to be a submenu of the edit
|
|
2961 menu. I think that most of the items on this menu are fairly
|
|
2962 useless and there are certainly not enough frequently used items
|
444
|
2963 to justify this being its own top level menu.
|
442
|
2964
|
|
2965 g) I combined most of the items in big-menubar.el into the main menu.
|
|
2966 If people think the main menu is too big, it would be possible to
|
|
2967 create different configurations, some smaller.
|
|
2968
|
|
2969 * menubar.el (check-menu-syntax):
|
|
2970 Deleted some syntax checks that were no longer valid, partly
|
|
2971 because of changes that were already made a long time ago, and
|
|
2972 partly because of a change I made where I allow the name of the
|
|
2973 menu item to be an evaluated expression rather than just a string,
|
|
2974 similar to all of the other parameters of a menu item.
|
|
2975
|
|
2976 * minibuf.el:
|
|
2977 * minibuf.el (read-file-name-1):
|
|
2978 * minibuf.el (mouse-read-file-name-1):
|
|
2979 I made a number of changes to improve the appearance
|
|
2980 and functioning of the file dialog box. They include:
|
|
2981
|
|
2982 a) Fixing the problem where closing the dialog box by clicking on
|
|
2983 the close button of the window didn't properly exit the
|
444
|
2984 minibuffer.
|
442
|
2985
|
|
2986 b) Fixing the problem that if you typed part of a file name, and
|
|
2987 then clicked on a completion with the mouse, the file was not
|
444
|
2988 correctly selected.
|
442
|
2989
|
|
2990 c) Changing the title of the dialog box to reflect the operation
|
|
2991 being done in accordance with user interface conventions, rather
|
444
|
2992 than the name of the dialog box buffer, which is rather useless.
|
442
|
2993
|
|
2994 d) Remove the words "possible completions are" which didn't
|
444
|
2995 belong.
|
442
|
2996
|
|
2997 e) Fix things so that the completions scroll off the end of the
|
|
2998 completions windows only to the right, rather than both to the
|
|
2999 right and down, which is in accordance with Windows user interface
|
444
|
3000 conventions.
|
442
|
3001
|
|
3002 * msw-init.el (init-post-mswindows-win):
|
|
3003 Added a binding for meta-F4, which is the standard windows binding
|
|
3004 for exiting a program.
|
|
3005
|
|
3006 * select.el (get-selection-no-error):
|
|
3007 * select.el (own-selection):
|
|
3008 * select.el (own-clipboard):
|
|
3009 Added an optional argument called append to the functions
|
|
3010 own-selection and own-clipboard. This adds support for appending
|
|
3011 text to the existing selection and allows the function
|
|
3012 own-clipboard to be used as the value of the variable
|
|
3013 interprogram- cut-function.
|
|
3014
|
|
3015 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
3016
|
|
3017 * simple.el (historical-kill-line): New.
|
|
3018
|
|
3019 * simple.el (kill-line):
|
|
3020 * simple.el (interprogram-cut-function):
|
|
3021 * simple.el (interprogram-paste-function):
|
|
3022 * simple.el (handle-pre-motion-command):
|
|
3023 * simple.el (next-line):
|
|
3024 * simple.el (previous-line):
|
|
3025 a) Expanded the variable kill-whole-line, so that function
|
|
3026 kill-line can be set to delete the entire line always, not just
|
|
3027 when cursor is at the beginning of the line. This is controlled
|
|
3028 by setting the variable kill-whole-line to the symbol 'always.
|
|
3029 This behavior, as well as the existing kill-whole-line behavior,
|
|
3030 now only take effect when kill-line is called interactively,
|
|
3031 although this is a departure from a previous behavior in the case
|
|
3032 of setting this variable kill-whole-line to t. It is almost
|
|
3033 certainly what has always been intended, and most likely the old
|
|
3034 way of doing things introduced bugs. I also created a function
|
|
3035 called historical-kill-line, which ignores the kill-whole-line
|
|
3036 setting and always gives the historical behavior of only killing
|
|
3037 to the end of the line. I bound this function to shift- control-k
|
|
3038 so that the kill to end of line behavior is available, even when
|
|
3039 kill-whole-line has been set to change control-k into the simple
|
|
3040 delete-whole-line behavior. (This can be set using the options
|
|
3041 menu.)
|
|
3042
|
|
3043 b) I changed things so that kill and yank now interact with the
|
|
3044 clipboard by default under windows. This was done by changing the
|
|
3045 default value of interprogram-cut- function and
|
|
3046 interprogram-paste-function. You can get the old behavior by
|
|
3047 setting these to nil, and there is an option on the options menu
|
|
3048 to do this.
|
|
3049
|
|
3050 c) I added support for selecting text using shifted motion keys.
|
|
3051 This support is on by default and can be controlled by the
|
|
3052 variable shifted-motion-keys-select-region. There is also a
|
|
3053 variable called unshifted-motion-keys-deselect-region that
|
|
3054 controls more specifically how the shifted motion key behavior
|
|
3055 works. I did not put an option on the options menu to turn this
|
|
3056 off, because I can't imagine why this would be useful.
|
|
3057
|
|
3058 * simple.el (forward-block-of-lines):
|
|
3059 * simple.el (backward-block-of-lines):
|
|
3060 * simple.el (block-movement-size):
|
|
3061 New.
|
|
3062
|
|
3063 * simple.el (uncapitalized-title-words):
|
|
3064 * simple.el (uncapitalized-title-word-regexp):
|
|
3065 * simple.el (capitalize-string-as-title):
|
|
3066 * simple.el (capitalize-region-as-title):
|
|
3067 New.
|
444
|
3068
|
442
|
3069
|
|
3070 * subr.el (add-hook):
|
|
3071 * subr.el (make-local-hook): New.
|
|
3072 * subr.el (remove-local-hook): New.
|
|
3073 * subr.el (add-one-shot-hook): New.
|
|
3074 * subr.el (add-local-one-shot-hook): New.
|
|
3075 Added some functions to make using hooks easier.
|
|
3076 These include:
|
|
3077
|
|
3078 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
3079 to use local hooks.
|
|
3080
|
|
3081 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
3082 make it possible to add a "one-shot" hook, which is to say a hook
|
|
3083 that runs only once, and automatically removes itself after the
|
|
3084 first time it has run.
|
|
3085
|
|
3086 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
3087
|
|
3088 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
3089
|
|
3090 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3091
|
|
3092 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
3093 Moved from menubar-items.el.
|
|
3094 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
3095
|
|
3096 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
3097
|
|
3098 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
3099 to buffers tab spec.
|
|
3100
|
|
3101 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3102
|
|
3103 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
3104
|
|
3105 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
3106
|
|
3107 * startup.el (command-line-1): remove unused variable
|
|
3108 `first-file-buffer'.
|
|
3109
|
|
3110 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3111
|
|
3112 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
3113 which is also used for Web server log files.
|
|
3114
|
|
3115 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
3116
|
|
3117 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
3118
|
|
3119 2000-03-02 SL Baur <steve@beopen.com>
|
|
3120
|
|
3121 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
3122 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
3123 non-deletion of buffer after execution problem.
|
|
3124 (with-output-to-string): Use unique buffer name.
|
|
3125
|
|
3126 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
3127
|
|
3128 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
3129 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
3130
|
|
3131 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
3132
|
|
3133 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
3134
|
|
3135 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
3136
|
|
3137 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
3138 .emacs" button from all menubars.
|
|
3139
|
|
3140 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
3141
|
|
3142 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
3143 region rectangle replacement (from Jan Vroonhof).
|
|
3144 (replace-rectangle): new function.
|
|
3145
|
|
3146 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3147
|
|
3148 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
3149 set-terminal-coding-system and set-keyboard-coding-system.
|
|
3150 * coding.el (set-terminal-coding-system): Use
|
|
3151 set-console-tty-output-coding-system.
|
|
3152 (set-keyboard-coding-system): Use
|
|
3153 set-console-tty-input-coding-system.
|
|
3154
|
|
3155 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3156
|
|
3157 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
3158
|
|
3159 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
3160
|
|
3161 * gutter-items.el (update-tab-hook): new function to be used for
|
|
3162 hooks.
|
|
3163 (create-frame-hook): add update-tab-hook.
|
|
3164 (record-buffer-hook): ditto.
|
|
3165 (default-gutter-position-changed): ditto.
|
|
3166 (default-gutter-position): updating the buffers tab is now handled
|
|
3167 by a hook.
|
|
3168 (default-gutter-position-changed-hook): new variable.
|
|
3169 (gutter-element-visibility-changed-hook): ditto.
|
|
3170 (set-gutter-element-visible-p): call it.
|
|
3171 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
3172 as duplicable before using.
|
|
3173 (remove-gutter-element): ditto.
|
|
3174 (set-gutter-element-visible-p): ditto.
|
|
3175 (init-gutter): new function.
|
|
3176 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
3177 setting specifiers directly.
|
|
3178 (clear-progress): ditto.
|
|
3179 (abort-progress): ditto.
|
|
3180 (gutter-buffers-tab-visible-p): renamed from
|
|
3181 default-gutter-visible-p
|
|
3182
|
|
3183 * specifier.el (modify-specifier-instances): new function from Jan
|
|
3184 Vroonhof.
|
|
3185
|
|
3186 * x-init.el (init-post-x-win): call init-gutter.
|
|
3187
|
|
3188 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
3189
|
|
3190 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
3191 variables.
|
|
3192
|
|
3193 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
3194
|
|
3195 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
3196 elements to the specified gutter.
|
|
3197 (remove-gutter-element): new function. Remove gutter elements from
|
|
3198 the specified gutter.
|
|
3199 (set-gutter-element-visible-p): new function. Set gutter element
|
|
3200 visibility for the provided gutter-visible specifier.
|
|
3201
|
|
3202 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
3203
|
|
3204 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
3205 dynamically.
|
|
3206
|
|
3207 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
3208
|
|
3209 * gutter-items.el (add-tab-to-gutter):
|
|
3210 * package-get.el (package-get-interactive-package-query):
|
|
3211 * package-ui.el (pui-directory-exists):
|
|
3212 (pui-install-selected-packages):
|
|
3213 (pui-list-packages):
|
|
3214 Use #'(lambda ...) instead of '(lambda ...).
|
|
3215
|
|
3216 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
3217
|
|
3218 * startup.el (load-user-init-file): Check to make sure user
|
|
3219 has an init-file before calling load().
|
|
3220
|
|
3221 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3222
|
|
3223 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
3224
|
|
3225 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
3226
|
|
3227 * XEmacs 21.2.31 is released.
|
|
3228
|
|
3229 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
3230
|
|
3231 * loadup.el (really-early-error-handler):
|
|
3232 * update-elc.el:
|
|
3233 * make-docfile.el:
|
|
3234 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
3235
|
|
3236 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
3237
|
|
3238 * XEmacs 21.2.30 is released.
|
|
3239
|
|
3240 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
3241
|
|
3242 * byte-optimize.el (byte-optimize-plus):
|
|
3243 (byte-optimize-minus):
|
|
3244 (byte-optimize-multiply):
|
|
3245 Optimize (- 0) to 0, not (-)
|
|
3246 Optimize (+ 5 3.0) to 8.0
|
|
3247 Optimize (* 5 3.0) to 15.0
|
|
3248 Improve readability.
|
|
3249
|
|
3250 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3251
|
|
3252 * modeline.el: (modeline-scrolling-method): change modeline
|
|
3253 mswindows cursor appearance according to the value.
|
|
3254
|
|
3255 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
3256 and 'gui-element face colors and 'gui-element face font to Windows
|
|
3257 defaults.
|
|
3258
|
|
3259 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
3260
|
|
3261 * font-lock.el: Javadoc enhancements
|
|
3262
|
|
3263 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3264
|
|
3265 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
3266 (ldap-verbose): New option
|
|
3267 (ldap-search-entries): Renamed from the previous ldap-search
|
|
3268 Conditionalize message display on ldap-verbose
|
|
3269 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
3270 defuns
|
|
3271 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
3272 ldap-search-basic or ldap-search-entries
|
|
3273
|
|
3274
|
|
3275 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
3276 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
3277 Jan Vroonhof <jan@xemacs.org>
|
|
3278
|
|
3279 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
3280 When for-effect is true, didn't call `byte-optimize-form'
|
|
3281 in and/or subforms without last.
|
|
3282
|
|
3283 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3284
|
|
3285 * package-get.el (package-get-download-sites): Use correct custom
|
|
3286 type.
|
|
3287
|
|
3288 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3289
|
|
3290 * files.el (write-file): Ask for coding system when compiled with
|
|
3291 file-coding.
|
|
3292
|
|
3293 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
3294
|
|
3295 * buffer.el (switch-to-buffer): give norecord argument to
|
|
3296 set-window-buffer instead of explicitly recording.
|
|
3297
|
|
3298 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
3299 we have to pick a window.
|
|
3300
|
|
3301 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3302
|
|
3303 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
3304 unexist function to help-map.
|
|
3305 (describe-coding-system): Don't use already assigend `C'.
|
|
3306
|
|
3307 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3308
|
|
3309 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
3310 work in custom.
|
|
3311
|
|
3312 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
3313
|
|
3314 * about.el: Ienaga's e-mail address change.
|
|
3315
|
|
3316 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
3317
|
|
3318 * etags.el (find-tag): force new window -- even if buf already
|
|
3319 visible -- when other-window is t
|
|
3320
|
|
3321 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
3322
|
|
3323 * XEmacs 21.2.29 is released.
|
|
3324
|
|
3325 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
3326
|
|
3327 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
3328 just defalias it.
|
|
3329 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
3330 byte-compiler level, using define-compiler-macro.
|
|
3331
|
|
3332 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
3333
|
|
3334 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
3335
|
|
3336 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3337
|
|
3338 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
3339 a regular expression that matches against the tagname
|
|
3340 part of the tag entry first instead of only looking in
|
|
3341 the context area.
|
|
3342
|
|
3343 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3344
|
|
3345 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
3346 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
3347
|
440
|
3348 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3349
|
|
3350 * XEmacs 21.2.28 is released.
|
|
3351
|
|
3352 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3353
|
|
3354 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
3355 Make arglist match docstring.
|
|
3356 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
3357 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
3358 * byte-optimize.el: remove references to `get*'.
|
|
3359
|
|
3360 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
3361
|
|
3362 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
3363
|
|
3364 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
3365
|
|
3366 * byte-optimize.el: Byte-optimize (length "foo")
|
|
3367
|
|
3368 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
3369
|
|
3370 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
3371 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
3372
|
|
3373 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3374
|
|
3375 * wid-edit.el (widget-match-inline): An atom never matches a
|
442
|
3376 list.
|
440
|
3377
|
|
3378 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3379
|
|
3380 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
3381 'win tag.
|
|
3382
|
|
3383 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3384
|
|
3385 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
3386 intelligent about buffer naming when we have duplicates.
|
|
3387
|
|
3388 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3389
|
|
3390 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
3391 updated when it becomes visible.
|
|
3392
|
|
3393 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3394
|
|
3395 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
3396 system under MULE and file-coding.
|
|
3397
|
|
3398 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
3399
|
442
|
3400 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
3401 (dontusethis-set-value-terminal-coding-system-handler):
|
|
3402 (dontusethis-set-value-keyboard-coding-system-handler):
|
440
|
3403 Never undefine coding system aliases. Emergency fix for gnus.
|
|
3404
|
|
3405 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3406
|
|
3407 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
3408 of hard-coded "/".
|
|
3409
|
|
3410 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3411
|
|
3412 * startup.el (user-init-file-base-list): New variable, replacing
|
|
3413 user-init-file-base.
|
|
3414 (find-user-init-file): New function.
|
|
3415 (command-line-early): Use it.
|
|
3416 (load-user-init-file): Ditto.
|
|
3417
|
|
3418 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3419
|
|
3420 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
3421 calling valid-image-instantiator-format-p
|
|
3422
|
|
3423 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3424
|
|
3425 * isearch-mode.el (isearch-mode): The variable is
|
|
3426 isearch-unhidden-extents, not isearch-opened-extents.
|
|
3427
|
|
3428 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3429
|
|
3430 * minibuf.el (next-history-element): Modify error message if a
|
|
3431 default value is available.
|
|
3432
|
|
3433 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
3434
|
|
3435 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
3436 .elc files in binary - might contain non-Latin1.
|
|
3437
|
|
3438 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3439
|
|
3440 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
3441 for windows-nt.
|
|
3442
|
442
|
3443 * version.el:
|
|
3444 * startup.el (user-init-file-base):
|
|
3445 * process.el (call-process-region):
|
|
3446 * files.el (make-backup-file-name):
|
|
3447 (backup-file-name-p):
|
|
3448 (file-relative-name):
|
|
3449 (abbreviate-file-name):
|
|
3450 (set-auto-mode):
|
440
|
3451 * code-process.el (call-process-region): Removed unnecessary
|
|
3452 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
3453 support out of the universe.
|
|
3454
|
|
3455 * process.el:
|
442
|
3456 * code-process.el:
|
440
|
3457 * bytecomp.el (byte-compile-file): Removed reference to
|
|
3458 buffer-file-type, and commented usage of binary-process-output
|
|
3459 NTEmacs variables.
|
|
3460
|
|
3461 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3462
|
|
3463 * help.el (function-arglist): Add case for macro.
|
|
3464
|
|
3465 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3466
|
|
3467 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
3468 printers.
|
|
3469 (custom-display): Added a menu for printer/display tags.
|
|
3470
|
|
3471 * frame.el (frame-type):
|
|
3472 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
3473 removed 'pc -- it is not going to be implemented ever.
|
|
3474 (call-device-method): Fixed docstring typo.
|
|
3475 Defined specifier tags 'printer and 'display.
|
|
3476
|
|
3477 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3478
|
|
3479 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
3480 last-command-event-time) instead of (consp
|
|
3481 'last-command-event-time).
|
|
3482
|
|
3483 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3484
|
|
3485 * msw-glyphs.el: Removed obsolete commentary.
|
|
3486
|
|
3487 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3488
|
|
3489 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
3490 better default value.
|
|
3491
|
|
3492 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3493
|
|
3494 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
3495 (read-string): Ditto.
|
|
3496 (eval-minibuffer): Ditto.
|
|
3497 (read-command): Ditto.
|
|
3498 (read-function): Ditto.
|
|
3499 (read-variable): Ditto.
|
|
3500 (read-number): Ditto.
|
|
3501 (read-shell-command): Ditto.
|
|
3502 (read-number): Record history.
|
|
3503
|
|
3504 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3505
|
|
3506 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
3507
|
|
3508 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3509
|
|
3510 * faces.el (startup-initialize-custom-faces): New function.
|
|
3511 Reset all faces created during auto-autoloads loading time
|
|
3512 by defface.
|
|
3513 * startup.el (command-line): Call it.
|
|
3514
|
|
3515 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3516
|
|
3517 * about.el (about-hackers): Add myself to contributors list.
|
|
3518
|
|
3519 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3520
|
|
3521 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
3522 a call to load-user-init-file, as the function managed to lose its
|
|
3523 formal parameter a few betas ago.
|
|
3524
|
438
|
3525 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3526
|
|
3527 * XEmacs 21.2.27 is released.
|
|
3528
|
|
3529 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3530
|
|
3531 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
3532 Make shell-command-to-string the standard function, and
|
|
3533 exec-to-string the (deprecated) alias.
|
|
3534
|
|
3535 * startup.el: typo fix.
|
|
3536
|
|
3537 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
3538
|
|
3539 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
3540
|
|
3541 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3542
|
|
3543 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
3544 buffers after visible buffers.
|
|
3545 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
3546
|
|
3547 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3548
|
|
3549 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
3550 followed by whitespace or right parenthesis.
|
|
3551
|
|
3552 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3553
|
|
3554 * info.el (Info-directory-list): Warn against using Customize with
|
|
3555 Info-directory-list.
|
|
3556
|
|
3557 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3558
|
|
3559 * minibuf.el (read-file-name): doc fix.
|
|
3560
|
|
3561 * autoload.el (update-file-autoloads): doc fix.
|
|
3562
|
|
3563 * about.el (about-hackers): Change my E-mail address.
|
|
3564
|
|
3565 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
3566
|
|
3567 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
3568 read a filename in the standard way.
|
|
3569
|
|
3570 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
3571
|
|
3572 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
3573 (gutter-buffers-tab-extent): new variable.
|
|
3574 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
3575 orientation has changed.
|
|
3576 (add-tab-to-gutter): cope with different orientations.
|
|
3577
|
|
3578 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
3579
|
|
3580 * info.el (Info-following-node-name): backward-skip dots as well
|
|
3581 as spaces (dots at the end of a node name aren't part of it).
|
|
3582 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
3583 some in the node name.
|
|
3584 (Info-index): allow dots to be part of a node name.
|
|
3585
|
|
3586 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
3587
|
|
3588 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
3589 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
3590
|
|
3591 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3592
|
|
3593 * info.el (Info-search): Show default value.
|
|
3594
|
|
3595 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3596
|
|
3597 * info.el (Info-read-node-completion-table): New variable.
|
|
3598 (Info-read-node-name-1): New function.
|
|
3599 (Info-read-node-name): Use it.
|
|
3600 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
3601 (Info-menu): Ditto.
|
|
3602
|
|
3603 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3604
|
|
3605 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
3606 window configuration.
|
|
3607 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
3608 (hyper-apropos-read-variable-symbol): Ditto.
|
|
3609 (hyper-apropos-read-function-symbol): Ditto.
|
|
3610
|
|
3611 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3612
|
|
3613 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
3614 comint-exec-hook to use coding-system-for-read and
|
|
3615 coding-system-for-write so that C-x RET c works.
|
|
3616
|
|
3617 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3618
|
|
3619 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
3620 (previous-matching-history-element): Increment
|
|
3621 minibuffer-max-depth by 1.
|
|
3622 (next-matching-history-element): Ditto.
|
|
3623
|
|
3624 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
3625
|
|
3626 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
3627 tab.
|
|
3628 (buffers-tab-face): use it.
|
|
3629
|
|
3630 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
3631
|
|
3632 * modeline.el (modeline-scrolling-method): change modeline X
|
|
3633 cursor appearance according to the value.
|
|
3634
|
|
3635 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
3636
|
|
3637 * about.el (about-hackers): Moved my entry to contributor list.
|
|
3638 (xemacs-hackers): Added myself.
|
|
3639 (about-maintainer-info): Added description of myself.
|
|
3640
|
|
3641
|
|
3642 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
3643
|
|
3644 * modeline.el (modeline-scrolling-method): new variable.
|
|
3645 (mouse-drag-modeline): add reference to it in the docstring.
|
|
3646 (mouse-drag-modeline): handle it.
|
|
3647
|
|
3648 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
3649
|
|
3650 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
3651 calls.
|
|
3652 (remove-buffer-from-gutter-tab): ditto.
|
|
3653
|
|
3654 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3655
|
|
3656 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
3657 (custom-face-edit): Fix grammatical error in help message.
|
|
3658
|
|
3659 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3660
|
|
3661 * movemail.el: Added.
|
|
3662
|
|
3663 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
3664
|
|
3665 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
3666
|
|
3667 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
3668 the modeline horizontal scrolling facility.
|
|
3669
|
436
|
3670 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
3671
|
|
3672 * XEmacs 21.2.26 is released.
|
|
3673
|
|
3674 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
3675
|
|
3676 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
3677 does not agree with native widgets which can only be displayed
|
|
3678 once per window. The reasons for caching are diminished now that
|
|
3679 we don't hog resources when creating buttons.
|
|
3680 (widget-push-button-cache) deleted.
|
|
3681
|
434
|
3682 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
3683
|
|
3684 * XEmacs 21.2.25 is released.
|
|
3685
|
|
3686 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3687
|
|
3688 * hyper-apropos.el (hyper-apropos): Toggle
|
|
3689 hyper-apropos-programming-apropos correctly.
|
|
3690 Set REGEXP when user accepts default value.
|
|
3691
|
|
3692 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3693
|
|
3694 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
3695 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
3696
|
|
3697 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3698
|
|
3699 * mule/mule-category.el (undefined-category-designator):
|
|
3700 Return char instead of character. Search for undefined one.
|
|
3701 (describe-category): Use with-displaying-help-buffer.
|
|
3702
|
|
3703 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
3704
|
438
|
3705 * byte-optimize.el (byte-optimize-plus):
|
434
|
3706 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
3707
|
|
3708 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
3709
|
|
3710 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
3711
|
|
3712 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
3713 Remove performance penalty for using (char-before) instead of (char-after).
|
|
3714
|
|
3715 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3716
|
|
3717 * mule/mule-category.el (char-category-list): Return character
|
|
3718 instead of integer.
|
|
3719
|
|
3720 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3721
|
|
3722 * minibuf.el (read-buffer): Check default is buffer object.
|
|
3723
|
|
3724 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
3725
|
|
3726 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
3727 for buttons.
|
|
3728
|
|
3729 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
3730
|
|
3731 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
3732 Patch by Jeff Miller <jmiller@smart.net>.
|
|
3733
|
|
3734 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
3735
|
438
|
3736 * gnuserv.el (gnuserv-process-filter): don't call
|
434
|
3737 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
3738
|
432
|
3739 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
3740
|
|
3741 * XEmacs 21.2.24 is released.
|
|
3742
|
|
3743 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3744
|
|
3745 * about.el (about-hackers): Update my email address.
|
|
3746
|
430
|
3747 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
3748
|
|
3749 * XEmacs 21.2.23 is released.
|
|
3750
|
|
3751 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
3752
|
|
3753 * package-get.el (package-get-download-sites): Removed several
|
|
3754 defunct download sites, added many new ones, and corrected a few
|
|
3755 incorrect directory-on-site entries. Added physical locations to
|
|
3756 site-description.
|
|
3757
|
|
3758 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3759
|
|
3760 * finder.el (finder-commentary): add DOC string and fix
|
|
3761 interactive spec
|
|
3762
|
|
3763 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3764
|
|
3765 * help.el (describe-function): Don't forget to intern the string
|
|
3766 completing-read returns.
|
|
3767 (describe-variable): Ditto.
|
|
3768
|
434
|
3769 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
430
|
3770
|
|
3771 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
3772 `hyper-apropos-help-mode' here to find symbol to customize
|
|
3773 irregardless of cursor position and simplify
|
|
3774 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
3775 `hyper-apropos-popup-menu'.
|
|
3776
|
|
3777 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3778
|
|
3779 * apropos.el (apropos-mode-map): Add return to call
|
|
3780 apropos-follow.
|
|
3781 (apropos-print): Call apropos-mode to have better
|
|
3782 command reference. Put keymap text-poperty to
|
|
3783 symbole name.
|
|
3784
|
|
3785 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
3786
|
|
3787 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
3788 the extents at point.
|
|
3789
|
|
3790 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
3791
|
|
3792 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
3793 save-match-data
|
|
3794
|
|
3795 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3796
|
|
3797 * help.el (describe-function): Use the DEFAULT argument to
|
|
3798 completing-read.
|
|
3799 (describe-variable): Ditto.
|
|
3800
|
|
3801 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3802
|
|
3803 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
3804 DEFAULT to have better mini-buffer history support.
|
|
3805 (completing-read): Pass default to read-from-minibuffer.
|
|
3806 (read-buffer): Pass default to completing-read.
|
|
3807
|
|
3808 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3809
|
|
3810 * font-lock.el (font-lock-doc-string-face): Document the
|
|
3811 `font-lock-lisp-like' property.
|
|
3812
|
|
3813 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3814
|
|
3815 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
3816
|
|
3817 * font-lock.el (font-lock-lisp-like): New function.
|
|
3818 (font-lock-fontify-syntactically-region): Use it.
|
|
3819
|
428
|
3820 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3821
|
|
3822 * XEmacs 21.2.22 is released
|
|
3823
|
|
3824 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
3825
|
|
3826 * XEmacs 21.2.21 is released.
|
|
3827
|
|
3828 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3829
|
|
3830 * minibuf.el (read-coding-system): Accept symbol and
|
|
3831 coding-system object as a default-coding-system.
|
|
3832
|
|
3833 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3834
|
|
3835 * minibuf.el (read-coding-system): Accept symbol as
|
|
3836 a default-coding-system.
|
|
3837
|
|
3838 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3839
|
|
3840 * apropos.el (apropos-documentation): Use insert instead
|
|
3841 of princ.
|
|
3842
|
|
3843 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
3844
|
|
3845 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
3846 for the linux console.
|
|
3847
|
|
3848 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
3849 stuff to work when you are not on a window system, since the GPM
|
|
3850 mouse support now allows pasting from outside of XEmacs.
|
|
3851
|
|
3852 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3853
|
|
3854 * XEmacs 21.2.20 is released
|
|
3855
|
|
3856 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3857
|
|
3858 * setup-paths.el (paths-default-info-directories): Add
|
|
3859 /usr/share/info and /usr/local/share/info.
|
|
3860
|
|
3861 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
3862
|
|
3863 * about.el: Updated Vladimir Ivanovic's info.
|
|
3864
|
|
3865 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3866
|
|
3867 * auto-show.el (auto-show-truncationp): Remove.
|
|
3868
|
|
3869 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
3870
|
|
3871 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3872
|
|
3873 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
3874 with tab if column is multiple of tab-width
|
|
3875 From dhn@qedinc.com
|
|
3876
|
|
3877 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3878
|
|
3879 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
3880 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
3881
|
|
3882 * package-get.el (package-get-package-provider): Be verbose when
|
|
3883 interactive. Patch from Robert Pluim
|
|
3884
|
|
3885 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
3886
|
|
3887 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
3888 info file suffixes.
|
|
3889
|
|
3890 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
3891
|
|
3892 * process.el (open-network-stream): Add a new optional parameter
|
|
3893 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
3894 in docstring for udp programming.
|
|
3895
|
|
3896 * code-process.el (open-network-stream): Add a new optional
|
|
3897 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
3898 explanation in docstring for udp programming.
|
|
3899
|
|
3900 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
3901
|
|
3902 * gui.el (make-gui-button): be more precise about how we call
|
|
3903 callbacks.
|
|
3904
|
|
3905 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
3906 of native gui-button.
|
|
3907
|
|
3908 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3909
|
|
3910 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
3911
|
|
3912 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
3913
|
|
3914 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
3915 abort status.
|
|
3916 (append-progress): dispatch-event rather than sit-for.
|
|
3917 (abort-progress): new function. Show the abort glyph with an
|
|
3918 appropriate message.
|
|
3919 (raw-append-progress): dispatch-event rather than sit-for.
|
|
3920 (display-progress): cope with aborts.
|
|
3921
|
|
3922 * gui.el (make-gui-button): Use native widgets for buttons
|
|
3923 unconditionally.
|
|
3924 (insert-gui-button): ditto.
|
|
3925 (gui-button-p): ditto.
|
|
3926
|
|
3927 * xbm-button.el: remove from core.
|
|
3928
|
|
3929 * xpm-button.el: remove from core.
|
|
3930
|
|
3931 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
3932
|
|
3933 * faces.el (init-device-faces): Don't initialize the random faces
|
|
3934 on the stream device.
|
|
3935
|
|
3936 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
3937
|
438
|
3938 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
428
|
3939
|
434
|
3940 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
428
|
3941
|
|
3942 * package-get.el (package-get-download-menu): Make menu really
|
|
3943 toggle download sites.
|
|
3944 (package-get-download-sites): Add autoload cookie.
|
|
3945
|
|
3946 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3947
|
|
3948 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
3949
|
|
3950 1999-09-29 Werner Fink <werner@suse.de>
|
|
3951
|
|
3952 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
3953 parameter for environment.
|
|
3954
|
|
3955 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
3956
|
438
|
3957 * modeline.el (modeline-format):
|
|
3958 Only purecopy the strings. Else
|
428
|
3959 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
3960 barfs.
|
|
3961
|
|
3962 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
3963
|
|
3964 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
3965 user setting comint-completion-addsuffix and
|
|
3966 comint-process-echoes.
|
|
3967
|
|
3968 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
3969
|
|
3970 * gutter-items.el (update-tab-in-gutter): use
|
|
3971 last-nonminibuf-window instead of selected-window.
|
|
3972
|
|
3973 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
3974
|
|
3975 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
3976 display on.
|
|
3977
|
|
3978 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
3979 some documentation.
|
|
3980
|
|
3981 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
3982
|
|
3983 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
3984 gutter is visible.
|
|
3985 (remove-buffer-from-gutter-tab): ditto.
|
|
3986
|
|
3987 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
3988
|
|
3989 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
3990 processing.
|
|
3991
|
|
3992 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3993
|
|
3994 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
3995 highlighting extents a high priority.
|
|
3996 (isearch-make-extent): Give the main highlighting extent an even
|
|
3997 higher priority.
|
|
3998
|
|
3999 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
4000
|
|
4001 * packages.el (packages-compute-package-locations): Fix typo from
|
|
4002 -u rationalization.
|
|
4003
|
|
4004 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
4005
|
|
4006 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
4007 `configure-doc-directory.'
|
|
4008
|
|
4009 * find-paths.el (paths-find-architecture-directory): Give
|
|
4010 precendence `default' argument (which typically comes from
|
|
4011 configure).
|
|
4012
|
|
4013 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
4014
|
|
4015 * startup.el (command-line-early): Added options -user-init-file
|
|
4016 and -user-init-directory.
|
|
4017
|
|
4018 * files.el (user-init-file): Default to NIL so we can recognize
|
|
4019 when it's set.
|
|
4020
|
|
4021 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
4022
|
438
|
4023 * obsolete.el (init-file-user):
|
|
4024 * startup.el:
|
|
4025 * packages.el (packages-compute-package-locations):
|
|
4026 * package-get.el (package-get-user-index-filename):
|
|
4027 * menubar-items.el (maybe-add-init-button):
|
|
4028 * info.el (Info-annotations-path):
|
|
4029 * dump-paths.el:
|
428
|
4030 Change `user-init-directory' to be an absolute path.
|
|
4031 Use `user-init-directory' where appropriate.
|
|
4032 Zap `init-file-user' and its uses.
|
|
4033
|
|
4034 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
4035
|
|
4036 * subr.el (copy-symbol): New function.
|
|
4037
|
|
4038 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
4039
|
|
4040 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
4041 extents in the proper buffer.
|
|
4042 (isearch-pre-command-hook): Set this-command to the correct value
|
|
4043 in case the buffer has changed and old overriding-local-map was
|
|
4044 used.
|
|
4045 (isearch-restore-extent): Use remprop instead of setting the
|
|
4046 property to nil.
|
|
4047
|
|
4048 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
4049
|
|
4050 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
4051 before the delay.
|
|
4052 (execute-extended-command): Make the message gettext-friendly.
|
|
4053
|
|
4054 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
4055
|
|
4056 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
4057 progress-glyph.
|
|
4058 (progress-text-glyph): new variable.
|
|
4059 (progress-layout-glyph): use layouts and text glyphs.
|
|
4060 (progress-area-buffer): removed.
|
|
4061 (progress-text-and-extent): new variable.
|
|
4062 (progress-displayed-p): dynamically create gutter area buffer.
|
|
4063 (clear-progress): ditto.
|
|
4064 (raw-append-progress): ditto.
|
|
4065 (append-progress): use new glyph names.
|
|
4066 (raw-append-progress): only create the extent when needed. set
|
|
4067 properties more optimally.
|
|
4068 (progress): remove args.
|
|
4069
|
|
4070 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
4071
|
|
4072 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
4073 mapcar where the return value is unused.
|
|
4074 (isearch-restore-invisible-extents): Ditto.
|
|
4075 (isearch-highlight-all-cleanup): Ditto.
|
|
4076 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
4077 (isearch-highlight-all-update): Don't start over if the search
|
|
4078 string has changed and more input is pending.
|
|
4079
|
|
4080 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
4081
|
|
4082 * packages.el (packages-find-package-data-path): Ditto.
|
|
4083
|
|
4084 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
4085
|
|
4086 * subr.el (mapc-internal): Don't make obsolete.
|
|
4087
|
|
4088 * cl-extra.el (mapc): Resurrect.
|
|
4089
|
|
4090 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
4091
|
438
|
4092 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
428
|
4093 alias.
|
|
4094
|
|
4095 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
4096 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
4097 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
4098 x-get-clipboard.
|
|
4099 (isearch-yank-selection): Fix docstring.
|
|
4100
|
|
4101 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
4102
|
|
4103 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
4104
|
|
4105 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
4106
|
|
4107 * cl-macs.el (extent-start-position): Fix setf method.
|
|
4108 (extent-end-position): Ditto.
|
|
4109
|
|
4110 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
4111
|
|
4112 * isearch-mode.el: End merge with FSF 20.4.
|
|
4113
|
|
4114 * isearch-mode.el (search-invisible): New variable.
|
|
4115 (isearch-hide-immediately): Ditto.
|
|
4116 (isearch-unhidden-extents): Ditto.
|
|
4117 (isearch-range-invisible): New function.
|
|
4118 (isearch-unhide-extent): Ditto.
|
|
4119 (isearch-restore-invisible-extents): Ditto.
|
|
4120 (isearch-restore-extent): Ditto.
|
|
4121
|
|
4122 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
4123 implementation.
|
|
4124 (isearch-ring-retreat-edit): Ditto.
|
|
4125 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
4126 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
4127 NO-RECURSIVE-EDIT.
|
|
4128 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
4129 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
4130 NO-RECURSIVE-EDIT.
|
|
4131 (isearch-mode): Return isearch-success.
|
|
4132 (isearch-update): Use unread-command-events instead of
|
|
4133 unread-command-event.
|
|
4134 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
4135 states.
|
|
4136 (isearch-*-char): Use FSF implementation.
|
|
4137 (isearch-whitespace-chars): Use the more robust FSF's
|
|
4138 implementation.
|
|
4139 (isearch-within-brackets): New variable.
|
|
4140 (isearch-mode): Initialize it.
|
|
4141 (isearch-edit-string): Bind it.
|
|
4142 (isearch-search-and-update): Set it.
|
|
4143 (isearch-push-state): Push it.
|
|
4144 (isearch-top-state): Pop it.
|
|
4145 (isearch-search): Set it.
|
|
4146 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
4147 handle M-SPC gracefully.
|
|
4148 (isearch-message-prefix): New argument ELLIPSIS.
|
|
4149 (isearch-message-suffix): Ditto.
|
|
4150 (isearch-message): Use the ELLIPSIS argument when calling
|
|
4151 isearch-message-prefix and isearch-message-suffix.
|
|
4152 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
4153 "overwrapped" search, FWIW.
|
|
4154
|
|
4155 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4156
|
|
4157 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
4158 search ring instead of search-last-string and search-last-regexp.
|
|
4159 (search-highlight): Renamed from isearch-highlight.
|
|
4160 (isearch-exit): Use the new name.
|
|
4161 (isearch-highlight): Ditto.
|
|
4162 (isearch-dehighlight): Ditto.
|
|
4163 (isearch-update-ring): New function.
|
|
4164 (isearch-done): Call it.
|
|
4165 (isearch-done): New argument EDIT.
|
438
|
4166 (isearch-repeat): If search string is empty, look up at the car of
|
428
|
4167 the search ring; ignore the yank pointer.
|
|
4168 (isearch-abort): Call isearch-done with NOPUSH.
|
|
4169 (isearch-cancel): New function.
|
|
4170 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
4171
|
|
4172 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
4173
|
|
4174 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
4175
|
|
4176 * x-select.el (x-get-clipboard): obsolete.
|
|
4177 (x-yank-clipboard-selection): obsolete
|
|
4178
|
|
4179 * select.el (disown-selection): need to be careful to disown the
|
|
4180 clipboard if we set it via selection.
|
|
4181 (get-clipboard): move from x-select.el
|
|
4182 (yank-clipboard-selection): ditto.
|
|
4183
|
|
4184 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4185
|
|
4186 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
4187 isearch-highlight-all-matches to nil.
|
|
4188 (isearch-fixed-case): New variable.
|
|
4189 (isearch-mode): Initialize it.
|
|
4190 (isearch-edit-string): Save it.
|
|
4191 (isearch-toggle-case-fold): Set it.
|
|
4192 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
4193 need to check isearch-fixed-case.
|
|
4194 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
4195 before the pause.
|
438
|
4196 (isearch-edit-string):
|
428
|
4197
|
|
4198 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4199
|
|
4200 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
4201 before reading the event so that the prompt is displayed properly.
|
|
4202 (isearch-message): Use isearch-nonincremental when calling
|
|
4203 isearch-message-prefix.
|
|
4204 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
4205 M-p and M-n respectively.
|
|
4206 (isearch-done): New arg NOPUSH.
|
|
4207 (isearch-edit-string): Use it.
|
|
4208 (isearch-edit-string): Don't bind isearch-string.
|
|
4209 (isearch-ring-adjust): Edit string, *then* push state.
|
|
4210
|
|
4211 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
4212
|
|
4213 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
4214 different than default.
|
|
4215
|
|
4216 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4217
|
|
4218 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4219 save-excursion.
|
|
4220 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4221 (isearch-update): Call isearch-dehighlight without arguments.
|
|
4222 (isearch-done): Ditto.
|
|
4223
|
|
4224 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
4225 upper-case letters, allow the folding to be reenabled.
|
|
4226 Previously, once disabled, the folding would remain that way until
|
|
4227 the end of isearch.
|
|
4228 (isearch-top-state): Call isearch-fix-case.
|
|
4229
|
|
4230 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4231 save-excursion.
|
|
4232 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4233
|
|
4234 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
4235
|
|
4236 * xpm-button.el:
|
|
4237 xbm-button.el: Need to exist in core because gui.el depends on
|
|
4238 them.
|
|
4239
|
|
4240 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
4241
|
|
4242 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
4243 (buffers-tab-default-buffer-line-length): new specifier for
|
|
4244 maximum viewable characters.
|
|
4245 (progress-stack): new variable for implementing widget-based
|
|
4246 progress messages.
|
|
4247 (progress-area-buffer): ditto.
|
|
4248 (progress-glyph-height): ditto.
|
|
4249 (progress-stop-callback): ditto.
|
|
4250 (progress-quit-function): new function.
|
|
4251 (progress-glyph): new variable.
|
|
4252 (progress-layout-glyph): ditto.
|
|
4253 (progress-displayed-p): new function, see message-displayed-p for
|
|
4254 details.
|
|
4255 (clear-progress): ditto.
|
|
4256 (remove-progress): ditto.
|
|
4257 (append-progress): ditto.
|
|
4258 (raw-append-progress): ditto.
|
|
4259 (display-progress): ditto.
|
|
4260 (current-progress): ditto.
|
|
4261 (current-progress-label): ditto.
|
|
4262 (progress): ditto.
|
|
4263 (lprogress): ditto.
|
|
4264
|
|
4265
|
|
4266 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4267
|
|
4268 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
4269
|
|
4270 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
4271 `isearch-yank-selection'.
|
|
4272 (isearch-mode-map): Use it.
|
|
4273 (isearch-yank-selection): Use `get-selection' instead of
|
|
4274 `get-x-selection'.
|
|
4275
|
|
4276 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4277
|
|
4278 * faces.el (isearch-secondary): Create face here.
|
|
4279
|
438
|
4280 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
428
|
4281 timers.
|
|
4282
|
|
4283 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
4284
|
|
4285 * subr.el (buffer-string): More robust backward compatibility
|
|
4286 check, courtesy William Perry.
|
|
4287
|
|
4288 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
4289
|
|
4290 * replace.el (perform-replace): Stop the search after the search
|
|
4291 limit has been reached.
|
|
4292
|
|
4293 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
4294
|
|
4295 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
4296 here if we don't have one.
|
|
4297
|
|
4298 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
4299
|
|
4300 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
4301 efficient UTF8 support
|
|
4302 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
4303 being defined
|
|
4304 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
4305 being defined
|
|
4306
|
442
|
4307 1999-08-23 Didier Verna <didier@xemacs.org>
|
428
|
4308
|
|
4309 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
4310 Some doc strings improvements, and add a star to the `interactive'
|
|
4311 calls.
|
|
4312
|
|
4313 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
4314
|
|
4315 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
4316 keywords and regexpes for javadoc syntax 1.2.
|
|
4317
|
|
4318 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
4319
|
|
4320 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
4321 format-buffers-tab-line.
|
|
4322 (buffers-tab-max-buffer-line-length): new variable.
|
|
4323 (format-buffers-tab-line): new function. truncate names if over
|
|
4324 buffers-tab-max-buffer-line-length.
|
|
4325
|
|
4326 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
4327
|
|
4328 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
4329
|
|
4330 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
4331
|
|
4332 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
4333 brute-force approach to deleting the last buffer.
|
|
4334 (buffers-tab-grouping-regexp): new customizable variable.
|
|
4335 (select-buffers-tab-buffers-by-mode): use it.
|
|
4336
|
|
4337 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
4338
|
|
4339 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
4340 deletion problem.
|
|
4341
|
442
|
4342 1999-07-30 Didier Verna <didier@xemacs.org>
|
428
|
4343
|
|
4344 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
4345 of princ to output symbols.
|
|
4346 (custom-save-face-internal): ditto.
|
|
4347 (custom-save-resets): ditto.
|
|
4348
|
442
|
4349 1999-08-09 Didier Verna <didier@xemacs.org>
|
428
|
4350
|
|
4351 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
4352 `regexp-quote' to protect the major mode name for use as a regular
|
|
4353 expression (c++ needs this for instance).
|
|
4354
|
|
4355 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
4356
|
|
4357 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
4358 cope with similar mode names.
|
|
4359
|
|
4360 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
4361 function.
|
|
4362 (select-buffers-tab-buffers-by-mode): new function.
|
|
4363 (buffers-tab-items): use it if set to only display buffers in the
|
|
4364 tab in the current buffer's group..
|
|
4365 (update-tab-in-gutter): use new api.
|
|
4366 (remove-buffer-from-gutter-tab): ditto.
|
|
4367
|
|
4368 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
4369 default to 6.
|
|
4370 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
4371 (add-tab-to-gutter): set face as default.
|
|
4372
|
|
4373 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
4374
|
|
4375 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
4376 with the target, not replace it.
|
|
4377
|
|
4378 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
4379
|
|
4380 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
4381 buffer-items.
|
|
4382 (update-tab-in-gutter): use it.
|
|
4383
|
|
4384 * gutter-items.el (record-buffer-hook): set.
|
|
4385
|
|
4386 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
4387 change.
|
|
4388 (switch-to-buffer-hook) deleted.
|
|
4389
|
|
4390 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
4391
|
|
4392 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
4393 as an argument to create-frame-hook.
|
|
4394
|
|
4395 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4396
|
|
4397 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
4398 instead of timer emulation.
|
|
4399
|
|
4400 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
4401
|
|
4402 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
4403 Emacs isearch enhancements.
|
|
4404
|
|
4405 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
4406
|
|
4407 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
4408 all devices that support tab controls.
|
|
4409 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
4410 value for kill-buffer-hook.
|
|
4411
|
|
4412 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
4413
|
|
4414 * auto-show.el (auto-show-truncationp): changed to match
|
|
4415 `window_translation_on'
|
|
4416
|
|
4417 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4418
|
|
4419 * XEmacs 21.2.19 is released
|
|
4420
|
|
4421 1999-07-28 SL Baur <steve@miho>
|
|
4422
|
|
4423 * code-files.el (insert-file-contents): Fix docstring.
|
|
4424 revert previous change.
|
|
4425
|
|
4426 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4427
|
|
4428 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
4429 contain word-across-newline plus one character so that filling
|
|
4430 Japanese and Chinese works as desired.
|
|
4431 * simple.el (do-auto-fill): Ditto.
|
|
4432
|
|
4433 1999-07-26 SL Baur <steve@miho>
|
|
4434
|
|
4435 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
4436 method.
|
|
4437 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4438
|
|
4439 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
4440
|
|
4441 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
4442 able to use cl-macs macro in early lisp.
|
|
4443
|
|
4444 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
4445
|
|
4446 * custom.el:
|
|
4447 * cus-face.el:
|
|
4448 * cus-edit.el:
|
|
4449 Massive custom Theme API changes.
|
|
4450
|
|
4451 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4452
|
|
4453 * code-files.el (insert-file-contents): Regard
|
|
4454 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
4455
|
|
4456 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4457
|
|
4458 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
4459 bootstrapping problem with C locale.
|
|
4460
|
|
4461 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
4462
|
|
4463 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
4464 gutter-items in a less than functional XEmacs.
|
|
4465 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
4466
|
|
4467 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
4468
|
|
4469 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
4470 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
4471 t.
|
|
4472
|
|
4473 1999-07-22 SL Baur <steve@miho>
|
|
4474
|
|
4475 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
4476
|
|
4477 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
4478
|
|
4479 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
4480 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
4481 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
4482 modular enough to use as an efficient scripting tool.)
|
|
4483
|
|
4484 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4485
|
|
4486 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
4487 coding-category `utf-8' and `ucs-4' if they are available.
|
|
4488
|
|
4489 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4490
|
|
4491 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
4492 (prefer-coding-system): Fix DOC-string.
|
|
4493
|
|
4494 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
4495 DOC-string too.
|
|
4496
|
|
4497 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
4498 Mule.
|
|
4499 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
4500
|
|
4501 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4502
|
|
4503 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
4504 instead of `list-coding-system'.
|
|
4505
|
|
4506 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4507
|
|
4508 * menubar-items.el (default-menubar): `select-input-method' was
|
|
4509 renamed to `set-input-method'.
|
|
4510
|
|
4511 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4512 "Set Language Environment" menu.
|
|
4513
|
|
4514 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4515 "Describe Language Support" menu.
|
|
4516
|
|
4517 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4518
|
|
4519 * mule/chinese.el ("Chinese-GB"): Rename
|
|
4520 `chinese-gb-environment-setup-function' to
|
|
4521 `setup-chinese-gb-environment-internal'.
|
|
4522
|
|
4523 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4524
|
|
4525 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
4526 `copy-coding-system'.
|
|
4527
|
|
4528 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4529
|
|
4530 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4531 Treat duplicated coding-categories.
|
|
4532
|
|
4533 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4534
|
|
4535 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
4536 `copy-coding-system'.
|
|
4537
|
|
4538 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4539
|
|
4540 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
4541 coding-system `viscii'.
|
|
4542
|
|
4543 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4544
|
|
4545 * mule/cyrillic.el:
|
|
4546 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
4547 (cyrillic-alternativnyj-decode-table): New variable.
|
|
4548 (cyrillic-alternativnyj-encode-table): New variable.
|
|
4549 - Specify `iso-8-1' as a category of coding-system
|
|
4550 `alternativnyj'.
|
|
4551 - Abolish general Cyrillic environment.
|
|
4552
|
|
4553 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4554
|
|
4555 * mule/chinese.el:
|
|
4556 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
4557 - Register `chinese-gb-environment-setup-function' as a
|
|
4558 `setup-function' of "Chinese-GB" environment.
|
|
4559
|
|
4560 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4561
|
|
4562 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
4563 optional argument `parents'.
|
|
4564
|
|
4565 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
4566 property for Thai-XTIS.
|
|
4567
|
|
4568 * mule/mule-help.el (help-with-tutorial): Use property
|
|
4569 `tutorial-coding-system' of language-info as a coding-system to
|
|
4570 read tutorial file.
|
|
4571
|
|
4572 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4573
|
|
4574 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
4575 `exit-function'.
|
|
4576
|
|
4577 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4578 `set-coding-category-system' to set up coding-system for
|
|
4579 coding-category.
|
|
4580
|
|
4581 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4582 `set-coding-category-system' to set up coding-system for
|
|
4583 coding-category.
|
|
4584
|
|
4585 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4586
|
|
4587 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
4588 Thai-XTIS environment.
|
|
4589
|
|
4590 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4591 `find-coding-system' instead of `coding-system-p'.
|
|
4592
|
|
4593 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4594
|
|
4595 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4596 Modify eol-type for XEmacs.
|
|
4597
|
|
4598 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
4599
|
|
4600 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
4601 function.
|
|
4602 (prefer-coding-system): Don't call
|
|
4603 `update-coding-systems-internal'; use function
|
|
4604 `coding-category-list' instead of variable `coding-category-list';
|
|
4605 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
4606 modify `eol-type' for XEmacs.
|
|
4607
|
|
4608 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
4609 `charset-columns'.
|
|
4610 (char-width): Likewise.
|
|
4611
|
|
4612 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4613
|
|
4614 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
4615 `tis-620'.
|
|
4616
|
|
4617 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4618 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
4619 call `update-coding-systems-internal'.
|
|
4620
|
|
4621 * mule/mule-misc.el (coding-system-get): New function.
|
|
4622 (coding-system-put): New function.
|
|
4623 (coding-system-category): New function.
|
|
4624
|
|
4625 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4626
|
|
4627 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
4628 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
4629 to avoid conflict with leim/quail/thai-xtis.
|
|
4630
|
|
4631 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
4632 to thai-xtis-chars.el.
|
|
4633
|
|
4634 * mule/thai-xtis-chars.el: New file (split from
|
|
4635 mule/thai-xtis.el).
|
|
4636
|
|
4637 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4638
|
|
4639 * mule/thai-xtis.el:
|
|
4640 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
4641 - Add syntax entries.
|
|
4642 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
4643 `tis-620'.
|
|
4644
|
|
4645 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
4646
|
|
4647 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
4648 rewritten to use write-multibyte-character.
|
|
4649
|
|
4650 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4651
|
|
4652 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
4653 of `iso-2022-7'.
|
|
4654 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
4655 ported yet.
|
|
4656 (read-input-method-name): Treat optional argument `default'.
|
|
4657
|
|
4658 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4659
|
|
4660 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
4661 all.
|
|
4662 (set-language-info-alist): Set up menus here.
|
|
4663
|
|
4664 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4665
|
|
4666 * minibuf.el (completing-read): Add new optional argument
|
|
4667 `default'.
|
|
4668 (read-coding-system): Add new optional argument
|
|
4669 `default-coding-system'.
|
|
4670
|
|
4671 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
4672
|
|
4673 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
4674 (viet-viscii-...->viet-vscii...).
|
|
4675
|
|
4676 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
4677
|
|
4678 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
4679 and menus.
|
|
4680
|
|
4681 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
4682
|
|
4683 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
4684 property.
|
|
4685
|
|
4686 1999-03-30 Dave Love <fx@gnu.org>
|
|
4687
|
|
4688 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
4689
|
|
4690 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
4691
|
|
4692 * mule/european.el (setup-slovenian-environment): New function.
|
|
4693 ("Slovenian"): New language environment.
|
|
4694
|
|
4695 1999-01-27 Dave Love <fx@gnu.org>
|
|
4696
|
|
4697 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
4698 :type (choices) and appropriate :get.
|
|
4699
|
|
4700 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
4701
|
|
4702 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
4703 input-method-alist.
|
|
4704
|
|
4705 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
4706
|
|
4707 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
4708 set-coding-priority, so that the internal array of priorities is
|
|
4709 also updated.
|
|
4710
|
|
4711 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4712
|
|
4713 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
4714 requires specific EOL conversion type, make the default coding
|
|
4715 systems use that.
|
|
4716
|
|
4717 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4718
|
|
4719 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
4720 eol-type to set-language-environment-coding-systems.
|
|
4721 (set-default-coding-systems): Copy the eol-type property for the
|
|
4722 new default values of {buffer-file,process}-coding-system from the
|
|
4723 old defaults.
|
|
4724 (set-language-environment-coding-systems): Accept an optional
|
|
4725 argument EOL-TYPE, and set the eol-type property of the default
|
|
4726 coding systems accordingly.
|
|
4727
|
|
4728 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
4729
|
|
4730 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
4731 use generate-new-buffer instead of get-buffer-create.
|
|
4732
|
|
4733 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4734
|
|
4735 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
4736
|
|
4737 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
4738
|
|
4739 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
4740
|
|
4741 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4742
|
|
4743 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
4744 Add apropos-inhibit property.
|
|
4745 (describe-specified-language-support): Likewise.
|
|
4746
|
|
4747 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4748
|
|
4749 * mule/mule-cmds.el: Doc fixes.
|
|
4750
|
|
4751 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
4752
|
|
4753 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
4754 modified.
|
|
4755
|
|
4756 1998-09-01 Dave Love <fx@gnu.org>
|
|
4757
|
|
4758 * mule/mule-cmds.el (current-language-environment): Fix
|
|
4759 setter function.
|
|
4760
|
|
4761 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
4762
|
|
4763 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
4764 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
4765 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
4766 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
4767 files using interpreted code.
|
|
4768
|
|
4769 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
4770
|
|
4771 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
4772 ("Latin-2"): Likewise.
|
|
4773
|
|
4774 1998-08-18 Per Starback <starback@update.uu.se>
|
|
4775
|
|
4776 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
4777
|
|
4778 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
4779
|
|
4780 * mule/european.el: Give proper value of `input-method' key to all
|
|
4781 lang. env.
|
|
4782
|
|
4783 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
4784 the arg INPUT-METHOD is nil correctly.
|
|
4785 (read-multilingual-string): Activate the specified input method
|
|
4786 before calling read-string. Afterward, activate the original
|
|
4787 input method.
|
|
4788
|
|
4789 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
4790
|
|
4791 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4792 (set-language-info-alist): Fix typo in doc-string.
|
|
4793
|
|
4794 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
4795
|
|
4796 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
4797
|
|
4798 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4799 (reset-language-environment): New function for the job that
|
|
4800 setup-english-environment used to do.
|
|
4801 (set-language-environment): Do more setups according to the info
|
|
4802 in language-info-alist.
|
|
4803 (read-language-name): Handle the case that the arg KEY is nil.
|
|
4804 (describe-language-environment): Handle input-method property.
|
|
4805
|
|
4806 * mule/: All files under this directory, which related with
|
|
4807 specific languages (such as mule/european.el, mule/greek.el,
|
|
4808 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
4809 (setup-XXX-environment): Just call set-language-environment. If
|
|
4810 they used to do some other jobs than what done by
|
|
4811 set-language-environment, those jobs are done in
|
|
4812 setup-XXX-environment-internal now.
|
|
4813 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
4814 the value to setup-XXX-environment-internal. Add properties
|
|
4815 input-method and features.
|
|
4816
|
|
4817 * mule/english.el (setup-english-environment): Just call
|
|
4818 reset-language-environment.
|
|
4819
|
|
4820 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
4821
|
|
4822 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4823
|
|
4824 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
4825 (input-method-use-echo-area): Doc fixes.
|
|
4826
|
|
4827 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
4828
|
|
4829 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
4830 variable.
|
|
4831 (input-method-use-echo-area): New variable.
|
|
4832
|
|
4833 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
4834
|
|
4835 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4836
|
|
4837 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
4838
|
|
4839 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
4840 (inactivate-input-method): Likewise.
|
|
4841
|
|
4842 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
4843
|
|
4844 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
4845 input method in the current buffer, but just bind
|
|
4846 current-input-method.
|
|
4847
|
|
4848 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
4849
|
|
4850 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
4851
|
|
4852 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
4853 coding-system.
|
|
4854
|
|
4855 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
4856
|
|
4857 * mule/greek.el: Add coding-priority.
|
|
4858
|
|
4859 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4860
|
|
4861 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
4862 LANG-ENV.
|
|
4863
|
|
4864 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4865
|
|
4866 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
4867 (setup-specified-language-environment): Doc fix.
|
|
4868
|
|
4869 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4870
|
|
4871 * mule/mule-cmds.el: Several doc fixes.
|
|
4872 (get-language-info, set-language-info): Rename argument.
|
|
4873 (set-language-info-alist): Likewise.
|
|
4874 (register-input-method): Rename argument.
|
|
4875 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
4876
|
|
4877 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
4878
|
|
4879 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
4880 default value while reading an input method.
|
|
4881
|
|
4882 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
4883
|
|
4884 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
4885 Use buffer-file-coding-system as default.
|
|
4886
|
|
4887 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
4888
|
|
4889 * mule/korean.el ("Korean"): Doc fix.
|
|
4890
|
|
4891 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
4892
|
|
4893 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
4894 languge environment at the head.
|
|
4895
|
|
4896 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
4897
|
|
4898 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
4899 for Japanese environment.
|
|
4900
|
|
4901 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
4902
|
|
4903 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
4904 (current-language-environment): Use defcustom.
|
|
4905 (default-input-method): Specify :type.
|
|
4906
|
|
4907 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
4908
|
|
4909 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4910 modified.
|
|
4911 (prefer-coding-system): Doc-string modified.
|
|
4912
|
|
4913 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4914
|
|
4915 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
4916 describes `coding-priority' KEY.
|
|
4917 (set-language-environment-coding-systems): New function.
|
|
4918 (select-safe-coding-system): New function.
|
|
4919 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
4920 (set-language-info-alist): New optionla arg PARENTS. Call
|
442
|
4921 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
428
|
4922 (set-language-environment-coding-systems): New function.
|
|
4923
|
|
4924 * mule/chinese.el: Remove setting up of
|
|
4925 describe-chinese-environment-map and
|
|
4926 setup-chinese-environment-map. Exclude them in args of calls to
|
|
4927 set-language-info-alist. Register coding-priority key in
|
|
4928 language-info-alist.
|
|
4929
|
|
4930 * mule/cyrillic.el: Remove setting up of
|
|
4931 describe-cyrillic-environment-map and
|
|
4932 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
4933 set-language-info-alist. Register coding-priority key in
|
|
4934 language-info-alist.
|
|
4935
|
|
4936 * mule/english.el: Register coding-priority key in
|
|
4937 language-info-alist.
|
|
4938
|
|
4939 * mule/ethiopic.el: Register coding-priority key in
|
|
4940 language-info-alist.
|
|
4941
|
|
4942 * mule/european.el: Remove setting up of
|
|
4943 describe-european-environment-map and
|
|
4944 setup-european-environment-map. Exclude them in args of calls to
|
|
4945 set-language-info-alist. Register coding-priority key in
|
|
4946 language-info-alist. Add "German" language env.
|
|
4947 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
4948 (setup-german-environment): New function.
|
|
4949
|
|
4950 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
4951 change default input method to "greek-postfix".
|
|
4952
|
|
4953 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
4954 coding-priority key in
|
|
4955
|
|
4956 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
4957
|
|
4958 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
4959 (input-method-inactivate-hook): Doc fix.
|
|
4960
|
|
4961 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
4962
|
|
4963 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
4964 select-input-method.
|
|
4965
|
|
4966 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
4967
|
|
4968 * mule/mule-cmds.el (set-language-environment): Run
|
|
4969 exit-language-environment-hook before calling `exit-function'
|
|
4970 which is specified for the language environment.
|
|
4971
|
|
4972 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
4973
|
|
4974 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4975 modified.
|
|
4976 (prefer-coding-system): Likewise.
|
|
4977 (describe-language-environment): Print aliases of each coding
|
|
4978 system.
|
|
4979 (set-language-environment-hook): New variable.
|
|
4980 (exit-language-environment-hook): New variable.
|
|
4981 (set-language-environment): Call these hooks. Before setting a
|
|
4982 new language environment, exit from the
|
|
4983 current-language-environment if necessary.
|
|
4984 (input-method-verbose-flag): The value can be nil, t,
|
|
4985 complex-only, or default.
|
|
4986 (input-method-highlight-flag): Doc-string augmented.
|
|
4987 (activate-input-method): Check if we can run the registered
|
|
4988 function to activate an input method.
|
|
4989
|
|
4990 * mule/korean.el: Set exit-function for language environment
|
|
4991 "Korean" to exit-korean-environment.
|
|
4992 (setup-korean-environment): Moved to korea-util.el.
|
|
4993
|
|
4994 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4995
|
|
4996 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
4997 current-input-method prior to default-input-method. Don't bind
|
|
4998 current-input-method by `let', instead, activate the specified
|
|
4999 input method in the current buffer temporarily.
|
|
5000
|
|
5001 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
5002
|
|
5003 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
5004
|
|
5005 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
5006
|
|
5007 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
5008 decode-hz-region.
|
|
5009 (pre-write-encode-hz): Do not change the value of
|
|
5010 last-coding-system.
|
|
5011
|
|
5012 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
5013
|
|
5014 * mule/mule-ccl.el: Doc fixes.
|
|
5015
|
|
5016 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
5017
|
|
5018 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
5019 (check-ccl-program): New macro.
|
|
5020
|
|
5021 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
5022
|
|
5023 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
5024 (ccl-command-table): Add read-multibyte-character and
|
|
5025 write-multibyte-character.
|
|
5026 (ccl-code-table): Add ex-cmd.
|
|
5027 (ccl-extended-code-table): New variable.
|
|
5028 (ccl-embed-extended-command): New function.
|
|
5029 (ccl-compile-read-multibyte-character,
|
|
5030 ccl-compile-write-multibyte-character) New functions.
|
|
5031 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
5032 ccl-dump-write-multibyte-character): New functions.
|
|
5033
|
|
5034 1999-07-22 SL Baur <steve@miho>
|
|
5035
|
|
5036 * config.el (config-value-file): config.values is installed into
|
|
5037 doc-directory.
|
|
5038 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
5039
|
442
|
5040 1999-07-19 Didier Verna <didier@xemacs.org>
|
428
|
5041
|
|
5042 * rect.el: all functions rewritten, except when noted. Below is a
|
|
5043 list of interface changes.
|
|
5044 (apply-on-rectangle): new function. Obsoletes
|
|
5045 `operate-on-rectangle'. All functions that used to call this
|
|
5046 function now call the new one.
|
|
5047 (kill-rectangle): added optional prefix arg to fill lines.
|
|
5048 (delete-rectangle): ditto.
|
|
5049 (delete-extract-rectangle): ditto.
|
|
5050 (open-rectangle): ditto.
|
|
5051 (clear-rectangle): ditto.
|
|
5052 (delete-rectangle-line): added third arg FILL.
|
|
5053 (delete-extract-rectangle-line): ditto.
|
|
5054 (open-rectangle-line): ditto.
|
|
5055 (clear-rectangle-line): ditto.
|
|
5056
|
|
5057 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
5058
|
|
5059 * menubar-items.el (default-menubar): add gutter options.
|
|
5060
|
|
5061 * gutter-items.el: new file.
|
|
5062 (gutter): new group for custom.
|
|
5063 (gutter-visible-p): new variable.
|
|
5064 (default-gutter-position): ditto.
|
|
5065 (buffers-tab): new group for the buffers tab.
|
|
5066 (gutter-buffers-tab): widget to put in the gutter.
|
|
5067 (buffers-tab-max-size): max number of tabs.
|
|
5068 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
5069 tab is pressed.
|
|
5070 (buffers-tab-omit-function): filter buffers with this function.
|
|
5071 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
5072 inclusion in tabs.
|
|
5073 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
5074 the record.
|
|
5075 (build-buffers-tab-internal): build a list of tab items.
|
|
5076 (buffers-tab-items): ditto.
|
|
5077 (add-tab-to-gutter): put a tab in the gutter area.
|
|
5078 (update-tab-in-gutter): reset the buffers in the tab.
|
|
5079
|
|
5080 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
5081
|
|
5082 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
5083 (switch-to-buffer-hooks): new hook.
|
|
5084
|
|
5085 * toolbar.el (default-toolbar-position): fix typo.
|
|
5086
|
|
5087 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
5088
|
|
5089 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
5090
|
442
|
5091 1999-07-15 Didier Verna <didier@xemacs.org>
|
428
|
5092
|
|
5093 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
5094 prompt for a comment string.
|
|
5095 (customize-set-value): optional prefix makes this function handle
|
|
5096 variable comments.
|
|
5097 (customize-set-variable): ditto.
|
|
5098 (customize-save-variable): ditto.
|
|
5099 (customize-customized): handle custom comments.
|
|
5100 (customize-save-customized): ditto.
|
|
5101 (custom-variable-state-set): ditto.
|
|
5102 (custom-face-state-set): ditto.
|
|
5103 (customize-saved): ditto.
|
|
5104 (custom-variable-set): ditto.
|
|
5105 (custom-face-set): ditto.
|
|
5106 (custom-variable-save): ditto.
|
|
5107 (custom-face-save): ditto.
|
|
5108 (custom-variable-reset-saved): ditto.
|
|
5109 (custom-face-reset-saved): ditto.
|
|
5110 (custom-variable-reset-standard): ditto.
|
|
5111 (custom-face-reset-standard): ditto.
|
|
5112 (custom-comment-face): new face.
|
|
5113 (custom-comment-tag-face): ditto.
|
|
5114 (custom-comment): new widget.
|
|
5115 (custom-comment-create): new function.
|
|
5116 (custom-comment-delete): ditto.
|
|
5117 (custom-comment-value-set): ditto.
|
|
5118 (custom-comment-show): ditto.
|
|
5119 (custom-comment-invisible-p): ditto.
|
|
5120 (custom-variable-value-create): create a comment field widget.
|
|
5121 (custom-face-value-create): ditto.
|
|
5122 (custom-variable-menu): new entry for adding a custom comment.
|
|
5123 (custom-face-menu): ditto.
|
|
5124 (custom-save-variables): possibly save custom comments.
|
|
5125 (custom-save-faces): ditto.
|
|
5126
|
|
5127 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
5128 custom comment as fourth argument.
|
|
5129
|
|
5130 * custom.el (custom-set-variables): the arguments can now have a
|
|
5131 custom comment as fifth element.
|
|
5132
|
|
5133 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5134
|
|
5135 * XEmacs 21.2.18 is released
|
|
5136
|
|
5137 1999-07-13 SL Baur <steve@miho>
|
|
5138
|
|
5139 * lib-complete.el (read-library-name): Revert previous change.
|
|
5140 (read-library): Ditto.
|
|
5141
|
|
5142 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
5143
|
|
5144 * packages.el (packages-package-list): Capitalize docstring.
|
|
5145
|
|
5146 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
5147 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
5148 which returns a freshly consed list. #'append would create yet
|
|
5149 another fresh list, using Fmake_list in concat.
|
|
5150
|
|
5151 * packages.el (package-provide): Use setq with remassq like it
|
|
5152 says in its docstring.
|
|
5153
|
|
5154 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5155
|
|
5156 * lib-complete.el (progn-with-message): Fix typo.
|
|
5157
|
|
5158 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5159
|
|
5160 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
5161 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
5162
|
|
5163 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
5164
|
|
5165 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
5166
|
|
5167 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
5168
|
|
5169 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
5170 keys if already bound
|
|
5171
|
|
5172 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5173
|
|
5174 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
5175
|
|
5176 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5177
|
|
5178 * lib-complete.el (find-library):
|
|
5179 (find-library-other-window):
|
|
5180 (find-library-other-frame): Completely rewrote
|
|
5181 so that these functions actually work when called non-interactively.
|
|
5182 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
5183
|
|
5184 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5185
|
|
5186 * simple.el (indent-new-comment-line): Locally bound
|
|
5187 `block-comment-start' to `comstart' or else when this is called
|
|
5188 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
5189 `block-comment-start' value, ignoring any existing spacing after a
|
|
5190 comment prefix in the previous line and producing ugly comments.
|
|
5191
|
|
5192 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
5193
|
|
5194 * list-mode.el (mouse-choose-completion):
|
|
5195 (choose-completion):
|
|
5196 (completion-switch-to-minibuffer): Added.
|
|
5197 ([Tab]): [Tab] previously switched to the minibuffer
|
|
5198 but since [space] does that and since most applications in the
|
|
5199 world use [Tab] to select the next item in a list, do that in the
|
|
5200 *Completions* buffer too. This will cause the least confusion
|
|
5201 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
5202 06/23/1999.
|
|
5203
|
|
5204 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
5205
|
|
5206 * help.el (help-buffer-name): Added support for a null value
|
|
5207 of `help-buffer-prefix-string' since some buffers require no
|
|
5208 prefix.
|
|
5209
|
|
5210 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5211
|
|
5212 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
5213 in the completion-list-mode-map to bury the completions buffer
|
|
5214 even when the minibuffer is no longer active.
|
|
5215
|
|
5216 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5217
|
|
5218 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
5219 the text cursor disappear within list buffers, especially when
|
|
5220 moving from window to window, so leave it visible.
|
|
5221
|
|
5222 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
5223
|
|
5224 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
5225 report menu item (which may not be possible in this XEmacs).
|
|
5226 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
5227
|
|
5228 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
5229
|
|
5230 * subr.el (with-current-buffer): DOC string fix.
|
|
5231 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
5232
|
|
5233 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
5234
|
|
5235 * cus-face.el (custom-face-italic): insert missing args
|
|
5236
|
|
5237 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5238
|
|
5239 * packages.el (package-locations): Changed default early package
|
|
5240 hierarchies to ~/.xemacs/mule-packages and
|
|
5241 ~/.xemacs/xemacs-packages.
|
|
5242
|
|
5243 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
5244
|
|
5245 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
5246
|
|
5247 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5248
|
|
5249 * packages.el (package-locations): Changed default early package
|
|
5250 hierarchy to ~/.xemacs/packages.
|
|
5251 (package-locations): Removed `packages' as a possible name for a
|
|
5252 late package hierarchy.
|
|
5253
|
|
5254 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5255
|
|
5256 * mule/mule-category.el (word-combining-categories): Set up new
|
|
5257 variable.
|
|
5258 (word-separating-categories): Likewise.
|
|
5259
|
|
5260 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5261
|
|
5262 * XEmacs 21.2.17 is released
|
|
5263
|
|
5264 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
5265
|
|
5266 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
5267 of font size.
|
|
5268
|
|
5269 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5270
|
|
5271 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
5272 is 1.
|
|
5273
|
|
5274 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5275
|
|
5276 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
5277 8859-5 instead of ISO 8859-1.
|
|
5278
|
|
5279 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
5280
|
|
5281 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
5282 (viet-viscii-encode-table): Ditto.
|
|
5283
|
|
5284 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
5285 Make obsolete definition of char-octet.
|
|
5286
|
|
5287 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
5288
|
|
5289 * subr.el: Move no-Mule make-char ...
|
|
5290 * help-nomule.el (make-char): To here.
|
|
5291 (string-width): Make Mule compatibility alias.
|
|
5292
|
|
5293 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
5294
|
|
5295 * select.el (get-selection-no-error): really make there be no-error.
|
|
5296 (get-selection): revert to original.
|
|
5297
|
|
5298 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
5299
|
|
5300 * select.el (selection-sets-clipboard): renamed.
|
|
5301 (own-selection): use it.
|
|
5302
|
|
5303 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5304
|
|
5305 * XEmacs 21.2.16 is released
|
|
5306
|
|
5307 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5308
|
|
5309 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
5310 missing characters to avoid crash.
|
|
5311
|
|
5312 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5313
|
|
5314 * coding.el (set-terminal-coding-system): Only set the console
|
|
5315 coding system on the selected console if it is a tty.
|
|
5316
|
|
5317 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5318
|
|
5319 * cus-face.el:
|
|
5320 * cus-edit.el:
|
|
5321 * faces.el:
|
|
5322 (custom):
|
|
5323 (face-spec-set):
|
|
5324 * faces.el (frob-face-property):
|
|
5325 * font-menu.el (font-menu-set-font):
|
|
5326 Actually apply changes from 1999-03-17
|
|
5327
|
|
5328 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
5329
|
|
5330 * select.el (get-selection): abstract out non error-signalling
|
|
5331 part.
|
|
5332 (get-selection-no-error): get-selection without signalling an
|
|
5333 error.
|
|
5334 (selection-is-clipboard-p): new variable. controls whether the
|
|
5335 selection sets the clipboard.
|
|
5336 (own-selection): use it.
|
|
5337
|
|
5338 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
5339 primary selection and cutbuffer.
|
|
5340
|
|
5341 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
5342
|
|
5343 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
5344 selection functions.
|
|
5345
|
|
5346 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5347
|
|
5348 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
5349 default value.
|
|
5350 (load): Use `raw-text' instead of `no-conversion'.
|
|
5351 (insert-file-contents): Likewise.
|
|
5352
|
|
5353 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
5354 of `no-conversion'.
|
|
5355
|
|
5356 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5357
|
|
5358 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
5359
|
|
5360 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
5361
|
|
5362 * subr.el (make-char): Define it if Mule is not around.
|
|
5363
|
|
5364 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
5365
|
|
5366 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
5367
|
|
5368 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
5369 obsolete alias.
|
|
5370 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
5371
|
|
5372 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5373
|
|
5374 * XEmacs 21.2.15 is released
|
|
5375
|
|
5376 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
5377
|
|
5378 * subr.el (split-string): Avoid infinite looping
|
|
5379
|
|
5380 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5381
|
|
5382 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
5383 (ldap-default-attribute-decoder): New variable
|
|
5384 (ldap-coding-system): New variable
|
|
5385 (ldap-attribute-syntax-encoders): New variable
|
|
5386 (ldap-attribute-syntax-decoders): New variable
|
|
5387 (ldap-attribute-syntaxes-alist): New variable
|
|
5388 (ldap-encode-boolean): New function
|
|
5389 (ldap-decode-boolean): New function
|
|
5390 (ldap-encode-country-string): New function
|
|
5391 (ldap-decode-string): New function
|
|
5392 (ldap-decode-address): New function
|
|
5393 (ldap-encode-address): New function
|
|
5394 (ldap-decode-attribute): New function
|
|
5395 (ldap-search): Use some of these
|
|
5396
|
|
5397 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
5398
|
|
5399 * version.el (emacs-version): Make the patch level/beta come
|
|
5400 before the XEmacs qualifier so that it gets into (funcall
|
|
5401 emacs-version) and thus in the bug reports.
|
|
5402 (emacs-version>=): Support patch levels.
|
|
5403
|
|
5404 1999-06-03 SL Baur <steve@xemacs.org>
|
|
5405
|
|
5406 * version.el: implement x.y.z version number
|
|
5407 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5408
|
|
5409 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
5410
|
|
5411 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
5412
|
|
5413 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
5414
|
|
5415 * startup.el: Document -private and break out non-standard X options.
|
|
5416
|
|
5417 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5418
|
|
5419 * mule/mule-charset.el (charset-after): New function.
|
|
5420 (charset-direction): Synch with Mule, update docstring.
|
|
5421 (get-charset-property): New function.
|
|
5422 (put-charset-property): New function.
|
|
5423 (charset-plist): New function.
|
|
5424
|
|
5425 * mule/mule-charset.el (compose-region):
|
|
5426 (decompose-region): remove; these functions (which don't work
|
|
5427 since we don't do composite characters) have been moved to
|
|
5428 mule-util.el.
|
|
5429 (toplevel): follow coding standards
|
|
5430
|
|
5431 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5432
|
|
5433 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
5434 exist any more.
|
|
5435
|
|
5436 * code-files.el: Fix commentary to follow coding standards. Move
|
|
5437 the single line left in mule-files.el to here.
|
|
5438
|
|
5439 * mule/mule-files.el: delete.
|
|
5440
|
|
5441 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
5442
|
|
5443 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
5444 old emacs 19 interface.
|
|
5445
|
|
5446 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
5447
|
|
5448 * x-font-menu.el (x-font-menu-load-font):
|
|
5449 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
5450
|
|
5451 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
5452
|
|
5453 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
5454 group.
|
|
5455 (font-menu-this-frame-only-p): ditto.
|
|
5456 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
5457 <vroonhof@math.ethz.ch>
|
|
5458 (font-menu-submenu-name-format): ditto.
|
|
5459 (font-menu-split-long-menu): ditto, for use by the family
|
|
5460 constructor.
|
|
5461 (font-menu-family-constructor): use it.
|
|
5462
|
|
5463 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
5464
|
|
5465 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
5466 for use by the font menu.
|
|
5467
|
|
5468 * msw-font-menu.el: new file implementing mswindows specific
|
|
5469 font-menu behaviour.
|
|
5470 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
5471 (mswindows-font-menu-junk-families): ditto.
|
|
5472 (hack-font-truename): ditto.
|
|
5473 (mswindows-font-regexp-ascii): ditto.
|
|
5474 (mswindows-reset-device-font-menus): ditto.
|
|
5475 (mswindows-font-menu-font-data): ditto.
|
|
5476 (mswindows-font-menu-load-font): ditto.
|
|
5477
|
|
5478 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
5479 (x-font-menu-font-data): ditto.
|
|
5480 (x-font-menu-load-font): ditto.
|
|
5481
|
|
5482 * font-menu.el: new file implementing generic font menu behaviour.
|
|
5483 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
5484 made device independent.
|
|
5485 (font-menu-this-frame-only-p): ditto.
|
|
5486 (font-menu-preferred-resolution): ditto.
|
|
5487 (font-menu-size-scaling): new variable used to determine whether
|
|
5488 sizes are in points or tenths of a point.
|
|
5489 (vassoc): moved from x-font-menu.el.
|
|
5490 (device-fonts-cache): ditto.
|
|
5491 (device-fonts-cache): ditto.
|
|
5492 (flush-device-fonts-cache): ditto.
|
|
5493 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
5494 device independent. Most functionality deferred to
|
|
5495 device-dependent versions.
|
|
5496 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
5497 made device independent.
|
|
5498 (font-menu-size-constructor): ditto.
|
|
5499 (font-menu-weight-constructor): ditto.
|
|
5500 (font-menu-set-font): ditto.
|
|
5501 (font-menu-change-face): ditto.
|
|
5502 (font-menu-load-font): new device method.
|
|
5503 (font-menu-font-data): ditto.
|
|
5504
|
|
5505 * x-font-menu.el: The above functions deleted.
|
|
5506
|
|
5507 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
5508
|
|
5509 * update-elc.el:
|
|
5510 * make-docfile.el:
|
|
5511 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
5512
|
|
5513 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
5514
|
|
5515 * x-select.el (x-select-convert-to-text):
|
|
5516 (x-selected-text-type):
|
|
5517 (x-get-selection):
|
|
5518 (xselect-convert-to-string):
|
|
5519 (xselect-convert-to-compound-text):
|
|
5520 (xselect-convert-to-length):
|
|
5521 (xselect-convert-to-targets):
|
|
5522 (xselect-convert-to-delete):
|
|
5523 (xselect-convert-to-filename):
|
|
5524 (xselect-convert-to-charpos):
|
|
5525 (xselect-convert-to-lineno):
|
|
5526 (xselect-convert-to-colno):
|
|
5527 (xselect-convert-to-sourceloc):
|
|
5528 (xselect-convert-to-os):
|
|
5529 (xselect-convert-to-host):
|
|
5530 (xselect-convert-to-user):
|
|
5531 (xselect-convert-to-class):
|
|
5532 (xselect-convert-to-name):
|
|
5533 (xselect-convert-to-integer):
|
|
5534 (xselect-convert-to-atom):
|
|
5535 (xselect-convert-to-identity): functions renamed from x-* and
|
|
5536 moved to select.el.
|
|
5537 (x-get-secondary-selection): use rename get-selection.
|
|
5538 (x-get-clipboard): ditto.
|
|
5539 (x-own-selection): moved to select.el.
|
|
5540 (x-valid-simple-selection-p): ditto.
|
|
5541 (x-dehilight-selection): ditto.
|
|
5542 (x-own-clipboard): ditto.
|
|
5543 (x-disown-selection): ditto.
|
|
5544
|
|
5545 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
5546 (x-insert-selection): ditto.
|
|
5547 (x-set-point-and-move-selection): use renamed function.
|
|
5548
|
|
5549 * select.el (selected-text-type): moved and renamed from
|
|
5550 x-select.el.
|
|
5551 (selection-owner-p): moved to C.
|
|
5552 (selection-exists-p): ditto.
|
|
5553 (get-cutbuffer): new device method.
|
|
5554 (get-selection): generalised and moved from x-select.el.
|
|
5555 (own-selection): moved x-own-selection functionality into here.
|
|
5556 (dehilight-selection): renamed and moved from x-select.el.
|
|
5557 (own-clipboard): functionality moved from x-select.el using new
|
|
5558 generic C builtins.
|
|
5559 (disown-clipboard): ditto.
|
|
5560 (select-convert-to-text):
|
|
5561 (select-convert-to-string):
|
|
5562 (select-convert-to-compound-text):
|
|
5563 (select-convert-to-length):
|
|
5564 (select-convert-to-targets):
|
|
5565 (select-convert-to-delete):
|
|
5566 (select-convert-to-filename):
|
|
5567 (select-convert-to-charpos):
|
|
5568 (select-convert-to-lineno):
|
|
5569 (select-convert-to-colno):
|
|
5570 (select-convert-to-sourceloc):
|
|
5571 (select-convert-to-os):
|
|
5572 (select-convert-to-host):
|
|
5573 (select-convert-to-user):
|
|
5574 (select-convert-to-class):
|
|
5575 (select-convert-to-name):
|
|
5576 (select-convert-to-integer):
|
|
5577 (select-convert-to-atom):
|
|
5578 (select-convert-to-identity): new functions renamed from x-* and
|
|
5579 moved from x-select.el.
|
|
5580
|
|
5581 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
5582 into here and use as the default window-system mouse yank.
|
|
5583 (insert-selection): generalised and moved from x-mouse.el.
|
|
5584 (own-clipboard): moved to C.
|
|
5585
|
|
5586 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
5587 (mswindows-own-selection): generalised and moved to select.el.
|
|
5588 (mswindows-disown-selection): generalised and moved to C.
|
|
5589 (mswindows-selection-owner-p): ditto.
|
|
5590
|
|
5591 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5592
|
|
5593 * XEmacs 21.2.14 is released
|
|
5594
|
|
5595 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5596
|
|
5597 * about.el: update contact info for jason and slb.
|
|
5598
|
|
5599 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5600
|
|
5601 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
5602 support from Emacs/Mule romanian.el.
|
|
5603
|
|
5604 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5605
|
|
5606 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
5607
|
|
5608 * cus-edit.el: idem ditto.
|
|
5609
|
|
5610 * faces.el: Added suport for adding device tags to various functions.
|
|
5611 (custom): New device tag.
|
|
5612 (face-spec-set): Call reset face with tags argument. No longer do
|
|
5613 x-init-global-faces hack.
|
|
5614
|
|
5615 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
5616 frob-face-property-1 over.
|
|
5617
|
|
5618 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
5619 properties to custom.
|
|
5620
|
|
5621 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
5622
|
|
5623 * mule/european.el (setup-czech-environment): Add czech support.
|
|
5624 From David Sauer <davids@orfinet.cz>
|
|
5625
|
|
5626 1999-03-15 SL Baur <steve@xemacs.org>
|
|
5627
|
|
5628 * check-features.el: Turn hard errors into warnings.
|
|
5629
|
|
5630 1999-03-21 SL Baur <steve@xemacs.org>
|
|
5631
|
|
5632 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
5633 xemacs-beta, default to t.
|
|
5634
|
|
5635 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
5636
|
|
5637 * loadup.el: Define Installation-string before loading anything.
|
|
5638
|
|
5639 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5640
|
|
5641 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
5642 From Anders Stenman <stenman@isy.liu.se>
|
|
5643
|
|
5644 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5645
|
|
5646 * wid-edit.el (widget-glyph-find): Ditto.
|
|
5647
|
|
5648 * packages.el (locate-library): Ditto.
|
|
5649
|
|
5650 * loadup.el (really-early-error-handler): Ditto.
|
|
5651
|
|
5652 * lib-complete.el (read-library): Ditto.
|
|
5653
|
|
5654 * faces.el (set-face-stipple): Ditto.
|
|
5655
|
|
5656 * code-files.el (load): Use new calling style of locate-file.
|
|
5657
|
|
5658 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5659
|
|
5660 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
5661 dead.
|
|
5662
|
|
5663 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5664
|
|
5665 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
5666 Installation.el.
|
|
5667
|
|
5668 * loadup.el (Installation-string): Define it here.
|
|
5669
|
|
5670 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5671
|
|
5672 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
5673 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
5674 the dumping process won't find it.
|
|
5675
|
434
|
5676 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
428
|
5677
|
|
5678 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
5679 subr so that we can use `replace-in-string' in Installation.el to
|
|
5680 get rid of C-m chars under the native Windows build.
|
|
5681
|
|
5682 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
5683
|
|
5684 * make-docfile.el: canonicalize file and directory names.
|
|
5685
|
|
5686 * device.el (call-device-method): new function for calling device
|
|
5687 specific methods.
|
|
5688 (define-device-method): new function for defining device methods.
|
|
5689 (define-device-method*): ditto.
|
|
5690
|
|
5691 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
5692
|
|
5693 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
5694
|
|
5695 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5696
|
|
5697 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
5698 (cyrillic-koi8-r-encode-table): Likewise.
|
|
5699 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
5700 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
5701
|
|
5702 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
5703 from vietnamese.el].
|
|
5704
|
|
5705 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
5706 mule/mule-misc.el.
|
|
5707
|
|
5708 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5709
|
|
5710 * mule/thai-xtis.el:
|
|
5711 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
5712 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
5713
|
|
5714 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5715
|
|
5716 * mule/ethiopic.el: fixed.
|
|
5717
|
|
5718 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5719
|
|
5720 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
5721
|
|
5722 * mule/thai-xtis.el: New file.
|
|
5723
|
|
5724 * mule/vietnamese.el: New file.
|
|
5725
|
|
5726 * mule/ethiopic.el: New file.
|
|
5727
|
|
5728 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
5729
|
|
5730 * bytecomp.el (byte-compile-close-variables): Leave
|
|
5731 debug-issue-ebola-notices alone.
|
|
5732
|
|
5733 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5734
|
|
5735 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
5736 at the top of the buffer since it is the most important thing to
|
|
5737 customize
|
|
5738 (ldap-get-host-parameter): New defun
|
|
5739 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
5740 distinguished names of entries
|
|
5741
|
|
5742 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
5743
|
|
5744 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
5745
|
|
5746 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
5747
|
|
5748 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
5749
|
|
5750 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
5751
|
|
5752 * format.el (format-alist): Disable image stuff.
|
|
5753
|
|
5754 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
5755
|
|
5756 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
5757 suffixes rather than the other way around.
|
|
5758 (widget-image-conversion): Renamed to
|
|
5759 `widget-image-file-name-suffixes'.
|
|
5760
|
|
5761 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
5762
|
|
5763 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
5764 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
5765 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
5766 (charset-iso-final-char): Rename from charset-final.
|
|
5767 (charset-width): Rename from charset-columns.
|
|
5768 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
5769
|
|
5770 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
5771 mule-charset.el
|
|
5772
|
|
5773 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
5774
|
|
5775 * x-faces.el (x-make-font-bold-italic): honor
|
|
5776 *try-oblique-before-italic-fonts*
|
|
5777
|
|
5778 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
5779
|
|
5780 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
5781
|
|
5782 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
5783
|
|
5784 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
5785 name.
|
|
5786
|
|
5787 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
5788
|
|
5789 * cl-extra.el (equalp): Would bug out for lists.
|
|
5790
|
|
5791 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
5792
|
|
5793 * about.el (about-hackers): Change cgw's email address
|
|
5794
|
|
5795 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5796
|
|
5797 * XEmacs 21.2.13 is released
|
|
5798
|
|
5799 1999-03-12 SL Baur <steve@xemacs.org>
|
|
5800
|
|
5801 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
5802 behavior.
|
|
5803
|
442
|
5804 1999-01-18 Didier Verna <didier@xemacs.org>
|
428
|
5805
|
|
5806 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
5807 multiple elements in the splash buffer body.
|
|
5808
|
|
5809 * startup.el (splash-frame-timeout): new constant: interval
|
|
5810 between splash buffer elements.
|
|
5811 (command-line-1): handle splash buffer with multiple elements (use
|
|
5812 a timeout).
|
|
5813 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
5814 Rewrote a cleaner and more readable version. This can now be array,
|
|
5815 in which case each element is displayed in turn in the splash buffer.
|
|
5816 (splash-frame-static-body): new constant. Persistent information
|
|
5817 across all splash buffer elements (preserves the possibility to give
|
|
5818 it in different languages.
|
|
5819 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
5820 to circulate through all splash frame elements and display them in
|
|
5821 sequence.
|
|
5822 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
5823 the case of multiple elements in the splash buffer body. Now
|
|
5824 returns a timeout id if multiple elements to display, or nil.
|
|
5825
|
|
5826 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5827
|
|
5828 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
5829 so they can be overridden by x-init-face-from-resources.
|
|
5830 Additionally specify the font name also with an x tag.
|
|
5831
|
|
5832 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
5833
|
|
5834 * package-get.el (package-get-base): autoload.
|
|
5835
|
|
5836 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
5837 custom menu to only be activated when package-base is available.
|
|
5838
|
|
5839 * package-get.el (package-get-custom): don't load
|
|
5840 package-get-custom as it is auto-generated. Fix group definition.
|
|
5841
|
442
|
5842 1999-03-05 Didier Verna <didier@xemacs.org>
|
428
|
5843
|
|
5844 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
5845 instead of `symbol-name' (Thanks Kyle).
|
|
5846
|
|
5847 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
5848 princ to write symbols.
|
|
5849
|
|
5850 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5851
|
|
5852 * XEmacs 21.2.12 is released
|
|
5853
|
|
5854 1999-03-05 SL Baur <steve@xemacs.org>
|
|
5855
|
|
5856 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
5857 From Neal Becker <nbecker@fred.net>
|
|
5858
|
|
5859 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
5860
|
|
5861 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
5862 calls to font-lock during buffer reversion.
|
|
5863
|
442
|
5864 1999-02-12 Didier Verna <didier@xemacs.org>
|
428
|
5865
|
|
5866 * info.el (Info-build-node-completions): unconditionally widen the
|
|
5867 tag table buffer.
|
|
5868
|
|
5869 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
5870
|
|
5871 * x-faces.el (x-init-face-from-resources):
|
|
5872 Only set fonts in the 'x locale.
|
|
5873
|
434
|
5874 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
428
|
5875
|
|
5876 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
5877 `package-admin-delete-binary-package' returning nil since it's
|
|
5878 normal. Reindent function.
|
|
5879 (pui-add-required-packages): Handle case where packages selected
|
|
5880 for installation have never been installed.
|
|
5881
|
|
5882 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
5883
|
|
5884 * menubar-items.el (default-menubar):
|
|
5885 Implement the ``Mule->Set coding system of process'' menu item.
|
|
5886
|
|
5887 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
5888
|
|
5889 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
5890 files
|
|
5891 - Change some `if's to `when's
|
|
5892
|
|
5893 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5894
|
|
5895 * XEmacs 21.2.11 is released
|
|
5896
|
|
5897 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5898
|
|
5899 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
5900 against window close (Fix Bug #460).
|
|
5901 (ask-user-about-lock-dbox): Idem.
|
|
5902
|
|
5903 1999-02-25 SL Baur <steve@xemacs.org>
|
|
5904
|
|
5905 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
5906 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
5907
|
|
5908 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
5909
|
|
5910 * about.el (xemacs-hackers): change andy's email address.
|
|
5911 (about-url-alist): change andy's web page address.
|
|
5912 (about-xemacs): add piper.
|
|
5913
|
|
5914 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5915
|
|
5916 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5917 of mule-base into lisp/mule.
|
|
5918
|
|
5919 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5920
|
|
5921 * mule/arabic.el:
|
|
5922 mule/canna-leim.el:
|
|
5923 mule/chinese.el:
|
|
5924 mule/cyrillic.el:
|
|
5925 mule/english.el:
|
|
5926 mule/european.el:
|
|
5927 mule/greek.el:
|
|
5928 mule/hebrew.el:
|
|
5929 mule/japanese.el:
|
|
5930 mule/kinsoku.el:
|
|
5931 mule/korean.el:
|
|
5932 mule/misc-lang.el:
|
|
5933 mule/mule-category.el:
|
|
5934 mule/mule-ccl.el:
|
|
5935 mule/mule-charset.el:
|
|
5936 mule/mule-cmds.el:
|
|
5937 mule/mule-coding.el:
|
|
5938 mule/mule-files.el:
|
|
5939 mule/mule-help.el:
|
|
5940 mule/mule-init.el:
|
|
5941 mule/mule-misc.el:
|
|
5942 mule/mule-tty-init.el:
|
|
5943 mule/mule-x-init.el:
|
|
5944 mule/viet-chars.el: Remerge from mule-base.
|
|
5945
|
|
5946 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5947 of mule-base into lisp/mule.
|
|
5948
|
434
|
5949 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
5950
|
|
5951 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
5952 of hard-wired "-c" (for WindowsNT).
|
|
5953
|
|
5954 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
5955
|
|
5956 * menubar-items.el (default-menubar): Remove obsolete
|
|
5957 "Gopher" item
|
|
5958
|
|
5959 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5960
|
|
5961 * package-admin.el (package-admin-get-install-dir): First fall
|
|
5962 back to the location of xemacs-base for non-mule packages.
|
|
5963
|
|
5964 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
5965
|
|
5966 * paths.el:
|
|
5967 - improved automounter tmp directory support.
|
|
5968 - support 4 (!) empirically discovered automounter conventions
|
|
5969
|
|
5970 1999-02-12 SL Baur <steve@xemacs.org>
|
|
5971
|
|
5972 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
5973
|
|
5974 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5975
|
|
5976 * XEmacs 21.2.10 is released
|
|
5977
|
|
5978 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5979
|
|
5980 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
5981 a local file name in the search entry.
|
|
5982
|
|
5983 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5984
|
|
5985 * XEmacs 21.2.9 is released
|
|
5986
|
442
|
5987 1999-01-19 Didier Verna <didier@xemacs.org>
|
428
|
5988
|
|
5989 * replace.el (replace-search-function): new variable containing a
|
|
5990 function to perform a search-forward.
|
|
5991 (replace-re-search-function): new variable containing a function
|
|
5992 to perform a re-search-forward.
|
|
5993 (perform-replace): use them.
|
|
5994
|
442
|
5995 1999-01-25 Didier Verna <didier@xemacs.org>
|
428
|
5996
|
|
5997 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
5998 (cut-copy-clear-internal): ditto.
|
|
5999
|
|
6000 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
6001
|
|
6002 * about.el (about-url-alist): Update my entry.
|
|
6003 (xemacs-hackers): Ditto.
|
|
6004
|
434
|
6005 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
6006
|
|
6007 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
6008 * minibuf.el (minibuffer-completion-table): ditto.
|
|
6009 * cl-macs.el (return-from): ditto.
|
|
6010
|
442
|
6011 1999-01-04 Didier Verna <didier@xemacs.org>
|
428
|
6012
|
|
6013 * replace.el (delete-non-matching-lines): temporarily disable
|
|
6014 case-folding when called interactively with a regexp containing
|
|
6015 uppercase characters.
|
|
6016 (delete-matching-lines): ditto.
|
|
6017 (count-matches): ditto.
|
|
6018 (list-matching-lines): ditto.
|
|
6019
|
|
6020 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
6021
|
|
6022 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
6023 abort if current window is split horizontally, not if others are
|
|
6024 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
6025 some comments (it's still complex).
|
|
6026
|
|
6027 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
6028
|
|
6029 * package-get.el: changed address for doc.ic.ac.uk to
|
|
6030 sunsite.doc.ic.ac.uk
|
|
6031
|
|
6032 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6033
|
|
6034 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
6035 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
6036
|
|
6037 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
6038
|
|
6039 * dump-paths.el: Calculate module-directory and set
|
|
6040 module-load-path to the load path for modules.
|
|
6041
|
|
6042 * loadup.el: Get bootstrap value of module-load-path from the
|
|
6043 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
6044 - Display the module load path if we're debugging paths.
|
|
6045
|
|
6046 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
6047 - Added function paths-find-module-directory.
|
|
6048 - Added function paths-construct-module-load-path. Uses new
|
|
6049 environment variable EMACSMODULEPATH.
|
|
6050
|
|
6051 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
6052
|
|
6053 * font.el (font-default-object-for-device):
|
|
6054 Oops! This `or' can't be replaced by `unless'.
|
|
6055 Fixed inability to run w3, among other things.
|
|
6056
|
|
6057 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
6058
|
|
6059 * package-admin.el: Change initialization of
|
|
6060 package-admin-install-function dependent on system type.
|
|
6061 Change package-admin-install-function-mswindows to use
|
|
6062 "minitar".
|
|
6063
|
|
6064 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
6065
|
|
6066 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
6067 in the minibuffer.
|
|
6068
|
|
6069 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
6070
|
|
6071 * XEmacs 21.2.8 is released.
|
|
6072
|
|
6073 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
6074
|
|
6075 * XEmacs 21.2.7 is released.
|
|
6076
|
|
6077 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6078
|
|
6079 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
6080
|
|
6081 * package-get.el (package-get-download-menu): Use
|
|
6082 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
6083
|
|
6084 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
6085 (pui-help-string): idem.
|
|
6086 (list-packages-mode): New major mode.
|
|
6087 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
6088 (pui-install-selected-packages): Add suport for removing packages.
|
|
6089 (pui-toggle-package-delete-key): New function.
|
|
6090 (pui-popup-context-sensitive): New kludge.
|
|
6091 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
6092 (package-ui-add-site): New function.
|
|
6093
|
442
|
6094 1998-12-01 Didier Verna <didier@xemacs.org>
|
428
|
6095
|
|
6096 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
6097
|
|
6098 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6099
|
|
6100 * ldap.el: Custom-ized
|
|
6101 (toplevel): Do not provide `ldap' which is provided by C level
|
|
6102 LDAP code
|
|
6103 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
6104
|
|
6105 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6106
|
|
6107 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
6108
|
|
6109 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
6110
|
|
6111 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
6112 (sound-extension-list): name changed from sound-ext-list.
|
|
6113 (load-default-sounds): use new names.
|
|
6114 (load-sound-file): use new names.
|
|
6115
|
|
6116 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
6117
|
|
6118 * XEmacs 21.2.6 is released
|
|
6119
|
|
6120 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
6121
|
|
6122 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
6123 errors.
|
|
6124
|
|
6125 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6126
|
|
6127 * wid-edit.el (widget-echo-this-extent): Set
|
|
6128 help-echo-owns-message to t.
|
|
6129
|
|
6130 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
6131
|
|
6132 * package-get.el (package-get-download-menu): use toggles for
|
|
6133 each site in the download site menu.
|
|
6134
|
|
6135 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6136
|
|
6137 * package-get.el (package-get): If we cannot find a package
|
|
6138 because package-get-remote is not set, give a more helpful
|
|
6139 error message.
|
|
6140
|
|
6141 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
6142
|
|
6143 * package-get.el (package-get-remote-filename): use an EFS path
|
|
6144 with user anonymous if no user is specified.
|
|
6145
|
|
6146 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6147
|
|
6148 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
6149 calling reset-face on the default face.
|
|
6150
|
|
6151 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6152
|
|
6153 * package-admin.el (package-admin-default-install-function):
|
|
6154 Behave as advertised. Make sure the pkg-dir is proper for
|
|
6155 default-directory.
|
|
6156 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
6157 proper for default-directory.
|
|
6158 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
6159 is proper for default-directory.
|
|
6160
|
|
6161 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6162
|
|
6163 * XEmacs 21.2.5 is released
|
|
6164
|
|
6165 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
6166
|
|
6167 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
6168 bytecompile time.
|
|
6169
|
|
6170 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
6171
|
|
6172 * x-win-xfree86.el:
|
|
6173 * x-win-sun.el (x-win-init-sun):
|
|
6174 * x-win-sun.el:
|
|
6175 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
6176 * x-iso8859-1.el:
|
|
6177 * x-init.el (init-post-x-win):
|
|
6178 * x-init.el (init-pre-x-win):
|
|
6179 * x-init.el (x-initialize-compose):
|
|
6180 * x-init.el:
|
|
6181 * x-compose.el:
|
|
6182 * winnt.el:
|
|
6183 * widget.el:
|
|
6184 * wid-edit.el (widget-glyph-click):
|
|
6185 * wid-edit.el (widget-glyph-find):
|
|
6186 * wid-edit.el (widget-type):
|
|
6187 * view-less.el (view-buffer-other-window):
|
|
6188 * very-early-lisp.el:
|
|
6189 * version.el:
|
|
6190 * toolbar.el:
|
|
6191 * toolbar-items.el:
|
|
6192 * term/sun.el (suntool-map):
|
|
6193 * term/sun-mouse.el:
|
|
6194 * term/internal.el:
|
|
6195 * syntax.el (modify-syntax-entry):
|
|
6196 * symbol-syntax.el:
|
|
6197 * subr.el:
|
|
6198 * startup.el (lock-directory):
|
|
6199 * simple.el (set-comment-column):
|
|
6200 * simple.el (backward-delete-char-untabify):
|
|
6201 * shadow.el (find-emacs-lisp-shadows):
|
|
6202 * shadow.el:
|
|
6203 * setup-paths.el (paths-construct-info-path):
|
|
6204 * select.el (cut-copy-clear-internal):
|
|
6205 * process.el (call-process-region):
|
|
6206 * process.el (start-process-shell-command):
|
|
6207 * process.el:
|
|
6208 * paths.el (rmail-spool-directory):
|
|
6209 * paragraphs.el (use-hard-newlines):
|
|
6210 * package-get.el (package-get-dependencies):
|
|
6211 * package-admin.el (package-admin-delete-binary-package):
|
|
6212 * obsolete.el (truncate-string):
|
|
6213 * obsolete.el (store-substring):
|
|
6214 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
6215 * mouse.el (mouse-yank-at-point):
|
|
6216 * modeline.el:
|
|
6217 * modeline.el (mouse-drag-modeline):
|
|
6218 * minibuf.el (read-directory-name-internal):
|
|
6219 * minibuf.el (read-file-name-internal):
|
|
6220 * minibuf.el (read-file-name-internal-1):
|
|
6221 * minibuf.el (read-file-name-2):
|
|
6222 * minibuf.el (exact-minibuffer-completion-p):
|
|
6223 * minibuf.el (read-from-minibuffer):
|
|
6224 * minibuf.el:
|
|
6225 * menubar.el (check-menu-syntax):
|
|
6226 * map-ynp.el (map-y-or-n-p):
|
|
6227 * make-docfile.el (docfile-out-of-date):
|
|
6228 * loadup.el ((member "run-temacs" command-line-args)):
|
|
6229 * loadup.el ((member "no-site-file" command-line-args)):
|
|
6230 * loadup.el (really-early-error-handler):
|
|
6231 * loadup.el:
|
|
6232 * loadhist.el:
|
|
6233 * loaddefs.el:
|
|
6234 * lisp-mnt.el (lm-verify):
|
|
6235 * lib-complete.el (lib-complete:cache-completions):
|
|
6236 * lib-complete.el (library-all-completions):
|
|
6237 * itimer.el (itimer-run-expired-timers):
|
|
6238 * info.el (Info-mode):
|
|
6239 * info.el (Info-insert-file-contents):
|
|
6240 * info.el (Info-rebuild-dir):
|
|
6241 * info.el (Info-build-dir-anew):
|
|
6242 * info.el (Info-parse-dir-entries):
|
|
6243 * info.el (Info-dir-outdated-p):
|
|
6244 * info.el (Info-insert-dir):
|
|
6245 * info.el (info-xref):
|
|
6246 * info.el:
|
|
6247 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
6248 * hyper-apropos.el (hyper-describe-face):
|
|
6249 * hyper-apropos.el (hyper-apropos-mode):
|
|
6250 * hyper-apropos.el:
|
|
6251 * help.el (list-processes):
|
|
6252 * help.el:
|
|
6253 * gnuserv.el:
|
|
6254 * font.el (mswindows-font-create-name):
|
|
6255 * font.el (font-default-font-for-device):
|
|
6256 * font.el (x-font-create-object):
|
|
6257 * font.el (font-registry):
|
|
6258 * font.el:
|
|
6259 * font-lock.el (font-lock-keywords):
|
|
6260 * font-lock.el:
|
|
6261 * finder.el (finder-compile-keywords):
|
|
6262 * find-paths.el (paths-find-recursive-path):
|
|
6263 * fill.el (set-justification-center):
|
|
6264 * fill.el (fill-region-as-paragraph):
|
|
6265 * files.el (insert-directory):
|
|
6266 * files.el (wildcard-to-regexp):
|
|
6267 * files.el (recover-file):
|
|
6268 * files.el (basic-save-buffer):
|
|
6269 * files.el (delete-auto-save-file-if-necessary):
|
|
6270 * files.el (file-relative-name):
|
|
6271 * files.el (backup-extract-version):
|
|
6272 * files.el (backup-buffer):
|
|
6273 * files.el (set-visited-file-name):
|
|
6274 * files.el (set-auto-mode):
|
|
6275 * files.el (interpreter-mode-alist):
|
|
6276 * files.el:
|
|
6277 * files.el (find-file-noselect):
|
|
6278 * files.el (abbreviate-file-name):
|
|
6279 * files.el (parse-colon-path):
|
|
6280 * files.el (directory-abbrev-alist):
|
|
6281 * etags.el (visit-tags-table-buffer):
|
|
6282 * easymenu.el (easy-menu-define):
|
|
6283 * dragdrop.el (experimental-dragdrop-drag):
|
|
6284 * dragdrop.el (dragdrop-drop-do-functions):
|
|
6285 * dragdrop.el (dragdrop-drop-at-point):
|
|
6286 * disass.el (disassemble-1):
|
|
6287 * disass.el (disassemble-internal):
|
|
6288 * disass.el (disassemble):
|
|
6289 * disass.el:
|
|
6290 * derived.el (derived-mode-init-mode-variables):
|
|
6291 * derived.el (define-derived-mode):
|
|
6292 * custom.el (defgroup):
|
|
6293 * cus-edit.el (custom-quote):
|
|
6294 * config.el:
|
|
6295 * code-process.el (open-network-stream):
|
|
6296 * code-process.el (start-process):
|
|
6297 * code-process.el (call-process-region):
|
|
6298 * code-process.el (call-process):
|
|
6299 * code-process.el:
|
|
6300 * code-files.el (insert-file-contents):
|
|
6301 * code-files.el:
|
|
6302 * code-files.el (buffer-file-coding-system-for-read):
|
|
6303 * cmdloop.el (yes-or-no-p-minibuf):
|
|
6304 * cl.el:
|
|
6305 * cl-macs.el:
|
|
6306 * cl-extra.el:
|
|
6307 * callers-of-rpt.el (make-caller-report):
|
|
6308 * callers-of-rpt.el:
|
|
6309 * bytecomp.el (batch-byte-recompile-directory):
|
|
6310 * bytecomp.el (batch-byte-compile-1):
|
|
6311 * bytecomp.el (batch-byte-compile):
|
|
6312 * bytecomp.el (display-call-tree):
|
|
6313 * bytecomp.el (byte-compile-insert):
|
|
6314 * bytecomp.el (byte-compile-two-args-19->20):
|
|
6315 * bytecomp.el (byte-compile-variable-ref):
|
|
6316 * bytecomp.el (byte-compile-form):
|
|
6317 * bytecomp.el (byte-compile-top-level-body):
|
|
6318 * bytecomp.el (byte-compile-out-toplevel):
|
|
6319 * bytecomp.el (byte-compile-byte-code-maker):
|
|
6320 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
6321 * bytecomp.el (byte-compile-file-form):
|
|
6322 * bytecomp.el (byte-compile-keep-pending):
|
|
6323 * bytecomp.el (byte-compile-insert-header):
|
|
6324 * bytecomp.el (byte-compile-from-buffer):
|
|
6325 * bytecomp.el (byte-compile-file):
|
|
6326 * bytecomp.el (byte-recompile-file):
|
|
6327 * bytecomp.el (byte-compile-close-variables):
|
|
6328 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
6329 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
6330 * bytecomp.el (byte-compiler-legal-options):
|
|
6331 * bytecomp.el (byte-compile-lapcode):
|
|
6332 * bytecomp.el (byte-optimize-log):
|
|
6333 * bytecomp.el ((fboundp 'defsubst)):
|
|
6334 * bytecomp.el:
|
|
6335 * bytecomp-runtime.el:
|
|
6336 * byte-optimize.el (byte-optimize-apply):
|
|
6337 * byte-optimize.el (car):
|
|
6338 * byte-optimize.el (byte-optimize-form):
|
|
6339 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
6340 * byte-optimize.el:
|
|
6341 * build-report.el (build-report-insert-installation-file):
|
|
6342 * build-report.el (build-report):
|
|
6343 * auto-show.el:
|
|
6344 * apropos.el (apropos-documentation):
|
|
6345 - mega patch
|
|
6346 - clean up byte-compile warnings
|
|
6347 - remove unused variables
|
|
6348 - Use common lisp style hashtable functions
|
|
6349 - byte compiler cleanup
|
|
6350 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
6351 - remove old backquote syntax usage
|
|
6352 - move some cl functionality into C for speed.
|
|
6353 - remove last remaining VMS support
|
|
6354 - spelling fixes
|
|
6355 - implement last, butlast, nbutlast, copy-list in C.
|
|
6356 - new macro ignore-file-errors, similar to ignore-errors
|
|
6357 (ignore-file-errors (delete-file "foo"))
|
|
6358 - get frequent garbage collection during loadup.el by tweaking
|
|
6359 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
6360 - default delete-key-deletes-forward to `t'.
|
|
6361
|
|
6362 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
6363
|
|
6364 * XEmacs 21.2-beta4 is released.
|
|
6365
|
|
6366 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6367
|
|
6368 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
6369 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
6370 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
6371
|
|
6372 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
6373 (add-menu-button): Add 'in-menu' argument.
|
|
6374 (add-menu-item-1): Add in-menu support to helper function.
|
|
6375
|
|
6376 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
6377
|
|
6378 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
6379
|
|
6380 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6381
|
|
6382 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
6383 of Dec 4, 1997.
|
|
6384
|
|
6385 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
6386
|
|
6387 * process.el (shell-command-on-region): Report if the command
|
|
6388 succeeded or failed.
|
|
6389
|
|
6390 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
6391
|
|
6392 * subr.el (buffer-substring-no-properties): Comment out.
|
|
6393
|
434
|
6394 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
428
|
6395
|
|
6396 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
6397 into font instances first, like `x-frob-font-size' does.
|
|
6398 (mswindows-find-larger-font): ditto
|
|
6399
|
|
6400 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
6401
|
|
6402 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
6403 to `package-get'.
|
|
6404
|
|
6405 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6406
|
|
6407 * package-get.el (host-name): New widget type.
|
|
6408 (package-get-remote): Better customization using new type.
|
|
6409 (package-get-download-sites): idem dito.
|
|
6410
|
|
6411 (package-get-custom): Do not use package-get-all untill we have
|
|
6412 runtime dependencies.
|
|
6413
|
|
6414 (package-get-remove-copy): Default to 't' we no longer need this
|
|
6415 kludge as we do not currently use depenencies.
|
|
6416
|
|
6417 (package-get-was-current): New variable.
|
|
6418 (package-get-require-base): New 'force-current' argument.
|
|
6419 (package-get-update-base): idem
|
|
6420 (package-get-package-provider): idem
|
|
6421 (package-get-locate-index-file): New 'no-remote' argument.
|
|
6422 (package-get-locate-file): idem.
|
|
6423
|
|
6424 (package-get-maybe-save-index): New function.
|
|
6425 (package-get-update-base): Use it.
|
|
6426
|
|
6427 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
6428
|
|
6429 * package-get.el (package-get-remote): default to nil; by default,
|
|
6430 don't go out to the net via EFS. They must select a download site.
|
|
6431 (package-get-download-sites): new variable.
|
|
6432 (package-get-download-menu): new function.
|
|
6433 (package-get-locate-index-file): new function.
|
|
6434 (package-get-update-base): use it.
|
|
6435
|
|
6436 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
6437 and "Add Download Site" menus under Options | Manage Packages.
|
|
6438
|
|
6439 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
6440
|
|
6441 * package-get.el (package-get): bugfix code checking installed version
|
|
6442 for case where package is not currently installed.
|
|
6443 (package-get-require-signed-base-updates): new variable.
|
|
6444 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
6445 deemed not a goot thing. Use the variable
|
|
6446 package-get-allow-unsigned-base-updates instead.
|
|
6447
|
|
6448 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
6449
|
|
6450 * package-get.el (package-get): Don't install an older version than
|
|
6451 we already have unless explicitly told to. Issue a warning.
|
|
6452
|
|
6453 * package-ui.el (pui-add-required-packages): when adding
|
|
6454 dependencies, don't add packages that are up to date.
|
|
6455 (pui-package-symbol-char): Don't consider a package out of date
|
|
6456 if you have a newer version installed than the latest version in
|
|
6457 package-get-base.
|
|
6458
|
|
6459 * package-get.el (package-get-base-filename): document that it may
|
|
6460 be a path relative to package-get-remote; new default value.
|
|
6461 (package-get-locate-file): new function.
|
|
6462 (package-get-update-base): use it to expand package-get-base-filename.
|
|
6463 (package-get-save-base): new function to save the package-get database
|
|
6464 to file.
|
|
6465 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
6466 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
6467 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
6468 (package-get-file-installed-p): removed; no longer needed.
|
|
6469 (package-get-create-custom): ditto.
|
|
6470 (toplevel): remove code to build and load package-get-custom.el
|
|
6471 (package-get-custom-add-entry): new function.
|
|
6472
|
|
6473 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
6474
|
|
6475 * wid-edit.el (widget-button-click): Don't switch window.
|
|
6476
|
|
6477 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6478
|
|
6479 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
6480
|
|
6481 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
6482
|
|
6483 * etags.el (find-tag-default): Run find-tag-hook using
|
|
6484 run-hooks rather than funcall
|
|
6485
|
|
6486 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
6487
|
|
6488 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
6489 and the current local map as the parents to isearch-mode-map.
|
|
6490
|
|
6491 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
6492
|
|
6493 * XEmacs 21.2-beta3 is released.
|
|
6494
|
|
6495 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6496
|
|
6497 * package-get.el (package-get-update-base): use
|
|
6498 insert-file-contents-internal, not insert-file-contents-literally.
|
|
6499
|
|
6500 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6501
|
|
6502 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
6503 dump time.
|
|
6504
|
|
6505 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6506
|
|
6507 * package-get.el (package-get-update-base-entry): new function.
|
|
6508 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
6509 cleanup, and use package-get-update-base-from-buffer.
|
|
6510 (package-get-update-base-from-buffer): new function.
|
|
6511 (package-get-update-base-entries): new; helper for above.
|
|
6512 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
6513
|
|
6514 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6515
|
|
6516 * files.el (set-auto-mode): Don't play games loading package-get
|
|
6517 database; package-get-package-provider will handle it all.
|
|
6518
|
|
6519 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
6520
|
|
6521 * package-get.el (package-get-base-filename): new variable.
|
|
6522 (package-get-require-base): new function.
|
|
6523 (package-get-pgp-signed-begin-line): new variable.
|
|
6524 (package-get-pgp-signature-begin-line): ditto.
|
|
6525 (package-get-pgp-signature-end-line): ditto.
|
|
6526 (package-get-load-base): new function.
|
|
6527 (package-get-interactive-package-query):
|
|
6528 (package-get-update-all):
|
|
6529 (package-get-dependencies):
|
|
6530 (package-get-package-provider):
|
|
6531 (package-get-custom): use package-get-require-base.
|
|
6532 [package-get-custom loading]: disable for now.
|
|
6533
|
|
6534 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
6535
|
|
6536 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6537
|
|
6538 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
6539
|
|
6540 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6541
|
|
6542 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
6543 to with Customize. Move all the package stuff to a new Item in Options.
|
|
6544
|
|
6545 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
6546
|
|
6547 * package-get.el (package-get): Use new
|
|
6548 package-admin-get-install-dir.
|
|
6549
|
|
6550 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
6551 Conserve package location and put mule packages where mule-base is.
|
|
6552
|
|
6553 * package-get.el : Customized
|
|
6554
|
|
6555 * package-ui.el (pui): Customized
|
|
6556 (pui-package-install-dest-dir): New variable.
|
|
6557 (pui-install-selected-packages): Use it
|
|
6558
|
|
6559 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
6560
|
|
6561 * package-get.el (package-get-interactive-package-query): Move
|
|
6562 dependency on package-get-base to run-time.
|
|
6563 (package-get-update-all): Ditto.
|
|
6564 (package-get-dependencies): Ditto.
|
|
6565 (package-get-package-provider): Ditto.
|
|
6566 (package-get-custom): Ditto.
|
|
6567
|
|
6568 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
6569
|
|
6570 * events.el: Remove 'ascii-character property from 'backspace
|
|
6571 and 'delete symbols
|
|
6572
|
|
6573 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
6574
|
|
6575 * package-get-base.el: removed.
|
|
6576
|
442
|
6577 1998-09-23 Didier Verna <didier@xemacs.org>
|
428
|
6578
|
|
6579 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
6580 (no-upper-case-p): new function.
|
|
6581 (with-search-caps-disable-folding): new macro.
|
|
6582 (with-interactive-search-caps-disable-folding): new macro.
|
|
6583 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
6584 the character is uppercase.
|
|
6585 (zap-up-to-char): ditto.
|
|
6586
|
|
6587 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
6588
|
|
6589 * isearch-mode.el (isearch-fix-case): ditto.
|
|
6590 make obsolete `with-caps-disable-folding' and
|
|
6591 `isearch-no-upper-case-p'.
|
|
6592
|
|
6593 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
6594 (tags-search): ditto.
|
|
6595 (tags-query-replace): ditto.
|
|
6596
|
|
6597 * info.el (Info-search): ditto.
|
|
6598
|
|
6599 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6600
|
|
6601 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
6602
|
|
6603 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
6604
|
|
6605 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
6606 check for "." and ".." before symlink check. expand files and
|
|
6607 directories with respect to DIRECTORY, not default-directory.
|
|
6608
|
|
6609 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
6610
|
|
6611 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
6612
|
|
6613 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
6614
|
|
6615 * package-ui.el (pui-add-required-packages): new function, select
|
|
6616 dependent packages.
|
|
6617 (pui-display-keymap): bind it.
|
|
6618 (pui-help-string): document it.
|
|
6619 (pui-install-selected-packages): package-get-all -> package-get.
|
|
6620
|
|
6621 * package-get.el (package-get-dependencies): new function.
|
|
6622
|
|
6623 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6624
|
|
6625 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
6626 regexps.
|
|
6627
|
|
6628 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6629
|
|
6630 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
6631 function.
|
|
6632 (default-mouse-track-normalize-point): Use it.
|
|
6633
|
|
6634 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6635
|
|
6636 * package-admin.el (package-admin-delete-binary-package):
|
|
6637 General cleanup. Remove unnessary use of progn and
|
|
6638 save-excursion.
|
|
6639 (package-admin-delete-binary-package): Do NOT mess with file
|
|
6640 modes. That is evil.
|
|
6641 (package-admin-delete-binary-package): Wrap all deleting in
|
|
6642 condition-case. The data in MANIFEST is untrustworthy.
|
|
6643 (package-admin-delete-binary-package): Let the OS worry about non
|
|
6644 empty directories.
|
|
6645
|
|
6646 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
6647
|
|
6648 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
6649 processing.
|
|
6650 (lm-report-bug): Fix mail address to send bug reports to.
|
|
6651
|
|
6652 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
6653
|
|
6654 * XEmacs 21.2-beta2 is released.
|
|
6655
|
|
6656 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6657
|
|
6658 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
6659
|
|
6660 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6661
|
|
6662 * info.el (Info-mode): Document page turning by double clicks in
|
|
6663 docstring so `M-x describe-mode' will display it.
|
|
6664
|
|
6665 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6666
|
|
6667 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
6668 widths to calculate a border region where double clicking does
|
|
6669 page turning, and return `nil' by default so other hooks, such as
|
|
6670 region highlighting, will be run.
|
|
6671
|
|
6672 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
6673
|
|
6674 * sound.el (default-sound-directory-list): Initialize with all the
|
|
6675 "sounds" directories in `data-directory-list'. It used to just be
|
|
6676 the first one.
|
|
6677
|
|
6678 * packages.el (locate-data-directory-list): Created. This gives
|
|
6679 the list of matching directories, unlike `locate-data-directory',
|
|
6680 which just gives the first one.
|
|
6681
|
|
6682 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6683
|
|
6684 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
6685 make a binding in the local keymap until help-char handling is
|
|
6686 improved.
|
|
6687
|
|
6688 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
6689 binding.
|
|
6690 (help-print-help-form): New helper function.
|
|
6691
|
|
6692 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
6693
|
|
6694 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
6695 move extent to another buffer; no need to create a new extent.
|
|
6696 (isearch-fix-case): New function.
|
|
6697 (isearch-search-and-update): Use it.
|
|
6698
|
|
6699 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6700
|
|
6701 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
6702 the keymap, not minor-mode-map-alist.
|
|
6703 (isearch-done): Restore overriding-local-map.
|
|
6704
|
|
6705 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
6706
|
|
6707 * bytecomp.el (byte-compile-buffer-substring):
|
|
6708 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
6709 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
6710 - new code not only works, but is more readable, too.
|
|
6711
|
|
6712 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6713
|
|
6714 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
6715 specify a default font at this late stage. Do try to force
|
|
6716 creation of the default face font so that if it fails we get
|
|
6717 an error now instead of a crash at frame creation.
|
|
6718
|
|
6719 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
6720 mswindows-make-font-unitalic: Canonical default weight
|
|
6721 changed from "Normal" to "Regular".
|
|
6722
|
|
6723 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
6724 not being passed into call to mswindows-find-smaller-font.
|
|
6725
|
|
6726 1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
6727
|
|
6728 * package-get.el (package-get-remote): Fix the path where to find
|
|
6729 the packages on xemacs.org.
|
|
6730
|
|
6731 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
6732
|
|
6733 * about.el (about-maintainer-info): Update Ben's entry.
|
|
6734
|
|
6735 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
6736
|
|
6737 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
6738 - `member' was being called on lists of length 2000!
|
|
6739 - Replace with hashtables.
|
|
6740 - Replace hand-coded loops with (dolist)
|
|
6741 - Fix comment typo
|
|
6742
|
|
6743 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
6744
|
|
6745 * packages.el: Added new function, `package-delete-name', to
|
|
6746 delete existing packages from the installed package database
|
|
6747 (`packages-package-list'). Also added the "pkginfo" directory
|
|
6748 to `packages-special-base-regexp', so that the pkginfo directory
|
|
6749 would not get added to `late-packages'.
|
|
6750
|
|
6751 * package-admin.el: Added ability to delete an installed package
|
|
6752 (added low-level function, `package-admin-delete-package').
|
|
6753 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
6754 delete the package. When installing a package, will also
|
|
6755 create a MANIFEST.* file if one is not provided by the
|
|
6756 package. If the MANIFEST.* doesn't exist when deleting a
|
|
6757 package, the functions will fall back to attempting to delete
|
|
6758 any package-specific lisp directory.
|
|
6759
|
|
6760 * package-get.el: Moved some functions to package-admin.el.
|
|
6761 Added interactive function `package-get-delete-package', for
|
|
6762 use by users for deleting a package.
|
|
6763
|
442
|
6764 Also modified to not require the presence of efs.
|
428
|
6765
|
|
6766 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6767
|
|
6768 * files.el (find-file-noselect): Handle all signals, kill the
|
|
6769 buffer and resignal.
|
|
6770
|
|
6771 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
6772
|
|
6773 * cl-macs.el (glyph-image): Add setf method.
|
|
6774
|
|
6775 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
6776
|
|
6777 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
6778 .tar.gz files first, in preference over .tgz files.
|
|
6779
|
|
6780 * package-ui.el: Fix display of package version numbers.
|
|
6781
|
|
6782 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6783
|
|
6784 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
6785 argument.
|
|
6786
|
|
6787 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
6788
|
|
6789 * list-mode.el: `display-completion-list': added new/optional
|
|
6790 keyword `:completion-string', which allows the programmer to
|
|
6791 change the "Possible completions are:" prompt.
|
|
6792
|
|
6793 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
6794 visual package browser/installer:
|
|
6795
|
|
6796 Options->Customize->List Packages
|
|
6797
|
|
6798 * package-admin.el: Added hooks for installing under both Unix
|
|
6799 and MS Windows. Does additional error checking. No longer
|
|
6800 calls "add-big-package.sh" to install packages under Unix; now
|
|
6801 calls gunzip & tar directly.
|
|
6802
|
|
6803 * package-get.el: Added ability to install packages from files
|
|
6804 on a local disk/CDROM. Now deletes any existing package lisp
|
|
6805 directory. Does completion on available packages when
|
|
6806 querying for package names. Will also search for .tgz files
|
|
6807 in addition for .tar.gz files. Tries to reload
|
|
6808 auto-autoloads, as a convenience when loading new packages,
|
|
6809 and also tries to add any new package paths to `load-path'.
|
|
6810 Changed all occurences of `concat' to use `expand-file-name'.
|
|
6811
|
|
6812 * package-ui.el: New file which implements the main visual
|
|
6813 package browser/installer, which is started via a menu pick or
|
|
6814 M-x pui-list packages.
|
|
6815
|
|
6816 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6817
|
|
6818 * startup.el (load-init-file): spelling fix.
|
|
6819
|
|
6820 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6821
|
|
6822 * startup.el (normal-top-level): Load auto-autoload files
|
|
6823 covariantly with their precedence.
|
|
6824
|
|
6825 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6826
|
|
6827 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
6828 option, there is currently no custom equivalent.. Customize-faces
|
|
6829 is "Edit faces".
|
|
6830
|
|
6831 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
6832 default face.
|
|
6833
|
|
6834 * faces.el (face-spec-update-all-matching): New function.
|
|
6835
|
|
6836 * cus-face.el (custom-set-face-update-spec): New function.
|
|
6837 Interface to customize faces from elisp.
|
|
6838
|
|
6839 (custom-face-value-create): Show the customized settings if set
|
|
6840 but not saved.
|
|
6841
|
|
6842 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6843
|
|
6844 (custom-face-value-create): Show the customized settings if set
|
|
6845 but not saved.
|
|
6846
|
|
6847 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
6848
|
|
6849 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
6850 query-replace-regexp.
|
|
6851
|
|
6852 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
6853
|
|
6854 * minibuf.el (read-file-name-internal-1): use
|
|
6855 user-name-completion-1 instead of user-name-completion.
|
|
6856
|
|
6857 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6858
|
|
6859 * loadup.el:
|
|
6860 * make-docfile.el:
|
|
6861 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
6862 global variable) no more.
|
|
6863
|
|
6864 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
6865 (now defunct as a global variable) a parameter.
|
|
6866
|
|
6867 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
6868
|
|
6869 * about.el (about-hackers): new email
|
|
6870
|
|
6871 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
6872
|
|
6873 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
6874
|
442
|
6875 1998-07-17 Didier Verna <didier@xemacs.org>
|
428
|
6876
|
|
6877 * faces.el (set-face-property):
|
|
6878 (set-face-dim-p):
|
|
6879 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
6880 tty-specific.
|
|
6881 (face-equal): the dim property is now a common one.
|
|
6882
|
|
6883 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
6884 Renamed the `stipple' attribute to `background-pixmap'.
|
|
6885 (custom-face-background-pixmap): make custom-face-stipple an
|
|
6886 obsolete alias for this.
|
|
6887
|
|
6888 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6889
|
|
6890 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
6891 used.
|
|
6892
|
|
6893 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
6894
|
|
6895 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6896
|
|
6897 * packages.el (packages-data-path-depth): Added and used.
|
|
6898
|
|
6899 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
6900
|
|
6901 * about.el:
|
|
6902 - Change .xpm to .png, delete "zcat" section.
|
|
6903 - cosmetic fix in the 'marcpa' entry.
|
|
6904
|
|
6905 * etc/photos
|
|
6906 - convert all .xpm.Z to .png
|
|
6907 - rename mrb to martin
|
|
6908 - rename mcook-m to mcookm
|
|
6909
|
|
6910 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
6911
|
|
6912 * x-init.el (x-initialize-compose): Add support for
|
|
6913 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
6914
|
|
6915 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
6916
|
|
6917 * setup-paths.el (paths-construct-exec-path): Made the
|
|
6918 last-packages really be last.
|
|
6919 (paths-construct-data-directory-list): Ditto.
|
|
6920
|
|
6921 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
6922
|
|
6923 * startup.el(startup-splash-frame-body):
|
|
6924 Update Copyright notice in splash screen
|
|
6925
|
|
6926 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6927
|
|
6928 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
6929
|
|
6930 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6931
|
|
6932 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
6933 aginst destroyed extents
|
|
6934
|
|
6935 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
6936
|
|
6937 * package-get.el (package-get): add `install-dir' argument.
|
|
6938
|
|
6939 1998-07-20 John Jones <jj@asu.edu>
|
|
6940
|
|
6941 * package-get.el: calls to package-get-update-all will only
|
|
6942 update packages which are already installed.
|
|
6943
|
|
6944 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
6945
|
|
6946 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
6947 writable.
|
|
6948
|
|
6949 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
6950
|
|
6951 * about.el (about-hackers): Correct my email.
|
|
6952
|
|
6953 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
6954
|
|
6955 * about.el (about-hackers): new email-address.
|
|
6956
|
|
6957 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
6958
|
|
6959 * minibuf.el (read-number): Don't let `input-error' condition
|
|
6960 escape.
|
|
6961
|
|
6962 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6963
|
|
6964 * about.el (about-hackers): use my `email-for-life' address.
|
|
6965
|
|
6966 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
6967
|
|
6968 * XEmacs 21.2-beta1 is released.
|
|
6969
|
|
6970 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6971
|
|
6972 * ldap.el (ldap-search): Doc string change
|
|
6973
|
|
6974 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
6975
|
|
6976 * menubar-items.el (default-menubar): Removed references to
|
|
6977 `data-directory', and use `locate-data-file' instead, and made
|
|
6978 then greyed out if they don't exist.
|
|
6979
|
|
6980 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6981
|
|
6982 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
6983 since the latter does not accept integer args anymore
|
|
6984
|
|
6985 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
6986
|
|
6987 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
6988 macros replaced.
|
|
6989
|
|
6990 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6991
|
|
6992 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
6993 * update-elc.el: Ditto.
|
|
6994 * loadup.el (really-early-error-handler): Ditto.
|
|
6995
|
|
6996 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
6997 very-early-lisp.el.
|
|
6998
|
|
6999 * very-early-lisp.el: New file.
|
|
7000
|
|
7001 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
7002
|
|
7003 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
7004
|
|
7005 * obsolete.el (eval-current-buffer): Make compatible.
|
|
7006 (byte-code-function-p): Ditto.
|
|
7007 (send-string): Removed.
|
|
7008 (send-region): Removed.
|
|
7009 (screen-scrollbar-width): Removed.
|
|
7010 (set-screen-scrollbar-width): Removed.
|
|
7011 (set-screen-left-margin-width): Removed.
|
|
7012 (set-screen-right-margin-width): Removed.
|
|
7013 (screen-left-margin-width): Removed.
|
|
7014 (screen-right-margin-width): Removed.
|
|
7015 (set-buffer-left-margin-width): Removed.
|
|
7016 (set-buffer-right-margin-width): Removed.
|
|
7017 (buffer-left-margin-width): Removed.
|
|
7018 (buffer-right-margin-width): Removed.
|
|
7019 (x-set-frame-icon-pixmap): Removed.
|
|
7020 (x-set-screen-icon-pixmap): Removed.
|
|
7021 (pixel-name): Removed.
|
|
7022 (make-pixmap): Removed.
|
|
7023 (make-cursor): Removed.
|
|
7024 (pixmap-width): Removed.
|
|
7025 (pixmap-contributes-to-line-height-p): Removed.
|
|
7026 (set-pixmap-contributes-to-line-height): Removed.
|
|
7027
|
|
7028 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
7029
|
|
7030 * obsolete.el (popup-menu-up-p): removed.
|
|
7031 (read-no-blanks-input): Removed.
|
|
7032 (wholenump): Removed.
|
|
7033 (ring-mod): Removed (what was ring-mod?).
|
|
7034 (current-time-seconds): Removed.
|
|
7035 (run-special-hook-with-args): Removed.
|
|
7036 (dot): Removed.
|
|
7037 (dot-marker): Removed.
|
|
7038 (dot-min): Removed.
|
|
7039 (dot-max): Removed.
|
|
7040 (window-dot): Removed.
|
|
7041 (set-window-dot): Removed.
|
|
7042
|
|
7043 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
7044 `dot-min'.
|
|
7045
|
|
7046 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
7047
|
|
7048 * code-files.el (insert-file-contents): Rename
|
|
7049 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
7050 (write-region): Ditto.
|
|
7051
|
|
7052 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
7053
|
|
7054 * about.el: Fix typos, update release date.
|
|
7055
|
|
7056 * Symbols that have been obsolete for at least 3 years removed.
|
|
7057
|
|
7058 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
7059 screen- functions.
|
|
7060 (toplevel): remove setf methods for screen functions.
|
|
7061 * cl-macs.el (extent-data): defsetf removed.
|
|
7062 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
7063 many places to remove.
|
|
7064 (comment-indent-hook): Ditto.
|
|
7065 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
7066 (buffer-dedicated-screen): Ditto.
|
|
7067 (deiconify-screen): Ditto.
|
|
7068 (delete-screen): Ditto.
|
|
7069 (event-screen): Ditto.
|
|
7070 (find-file-other-screen): Ditto.
|
|
7071 (find-file-read-only-other-screen): Ditto.
|
|
7072 (live-screen-p): Ditto.
|
|
7073 (screen-height): Ditto.
|
|
7074 (screen-iconified-p): Ditto.
|
|
7075 (screen-list): Ditto.
|
|
7076 (screen-live-p): Ditto.
|
|
7077 (screen-name): Ditto.
|
|
7078 (screen-parameters): Ditto.
|
|
7079 (screen-pixel-height): Ditto.
|
|
7080 (screen-pixel-width): Ditto.
|
|
7081 (screen-root-window): Ditto.
|
|
7082 (screen-selected-window): Ditto.
|
|
7083 (screen-totally-visible-p): Ditto.
|
|
7084 (screen-visible-p): Ditto.
|
|
7085 (screen-width): Ditto.
|
|
7086 (screenp): Ditto.
|
|
7087 (get-screen-for-buffer): Ditto.
|
|
7088 (get-screen-for-buffer-noselect): Ditto.
|
|
7089 (get-other-screen): Ditto.
|
|
7090 (iconify-screen): Ditto.
|
|
7091 (lower-screen): Ditto.
|
|
7092 (mail-other-screen): Ditto.
|
|
7093 (make-screen): Ditto.
|
|
7094 (make-screen-invisible): Ditto.
|
|
7095 (make-screen-visible): Ditto.
|
|
7096 (modify-screen-parameters): Ditto.
|
|
7097 (new-screen): Ditto.
|
|
7098 (next-screen): Ditto.
|
|
7099 (next-multiscreen-window): Ditto.
|
|
7100 (other-screen): Ditto.
|
|
7101 (previous-screen): Ditto.
|
|
7102 (previous-multiscreen-window): Ditto.
|
|
7103 (raise-screen): Ditto.
|
|
7104 (redraw-screen): Ditto.
|
|
7105 (select-screen): Ditto.
|
|
7106 (selected-screen): Ditto.
|
|
7107 (set-buffer-dedicated-screen): Ditto.
|
|
7108 (set-screen-height): Ditto.
|
|
7109 (set-screen-position): Ditto.
|
|
7110 (set-screen-size): Ditto.
|
|
7111 (set-screen-width): Ditto.
|
|
7112 (show-temp-buffer-in-current-screen): Ditto.
|
|
7113 (switch-to-buffer-other-screen): Ditto.
|
|
7114 (visible-screen-list): Ditto.
|
|
7115 (window-screen): Ditto.
|
|
7116 (x-set-screen-pointer): Ditto.
|
|
7117 (x-set-frame-pointer): Ditto.
|
|
7118 (screen-title-format): Ditto.
|
|
7119 (screen-icon-title-format): Ditto.
|
|
7120 (terminal-screen): Ditto.
|
|
7121 (delete-screen-hook): Ditto.
|
|
7122 (create-screen-hook): Ditto.
|
|
7123 (mouse-enter-screen-hook): Ditto.
|
|
7124 (mouse-leave-screen-hook): Ditto.
|
|
7125 (map-screen-hook): Ditto.
|
|
7126 (unmap-screen-hook): Ditto.
|
|
7127 (default-screen-alist): Ditto.
|
|
7128 (default-screen-name): Ditto.
|
|
7129 (x-screen-defaults): Ditto.
|
|
7130 (x-create-screen): Ditto.
|
|
7131 * obsolete.el: meta-flag removed.
|
|
7132 baud-rate removed.
|
|
7133 sleep-for-millisecs removed.
|
|
7134 extent-data removed.
|
|
7135 set-extent-data removed.
|
|
7136 set-extent-attribute removed.
|
|
7137 extent-glyph removed.
|
|
7138 extent-layout removed.
|
|
7139 set-extent-layout removed.
|
|
7140 list-faces-display removed.
|
|
7141 list-faces removed.
|
|
7142 trim-versions-without-asking removed.
|
|
7143 after-write-file-hooks removed.
|
|
7144 truename removed.
|
|
7145 auto-fill-hook removed.
|
|
7146 blink-paren-hook removed.
|
|
7147 select-screen-hook, deselect-screen-hook removed.
|
|
7148 auto-raise-screen, auto-lower-screen removed.
|
|
7149
|
|
7150 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
7151
|
|
7152 * XEmacs 21.0-pre5 is released.
|
|
7153
|
|
7154 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
7155
|
|
7156 * about.el (about-hackers): Credits update.
|
|
7157
|
|
7158 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7159
|
|
7160 * register.el (insert-register): Don't activate the region.
|
|
7161
|
|
7162 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
7163
|
|
7164 * select.el: Restore x-* symbols for backwards compatibility:
|
|
7165 x-copy-primary-selection, x-kill-primary-selection,
|
|
7166 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
7167 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
7168
|
|
7169 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
7170
|
|
7171 * XEmacs 21.0-pre4 is released.
|
|
7172
|
|
7173 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7174
|
|
7175 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
7176 reporting bugs.
|
|
7177 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
7178 `expand-file-name' rather than `concat'.
|
|
7179
|
|
7180 * help.el (print-messages): New function.
|
|
7181
|
|
7182 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7183
|
|
7184 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
7185
|
|
7186 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7187
|
|
7188 * about.el: Tweaked my entry in about-hackers.
|
|
7189
|
|
7190 * find-paths.el (paths-emacs-root-p):
|
|
7191 Relaxed emacs-root checking of an in-place installation to
|
442
|
7192 also accommodate the flat layout used on MS Windows.
|
428
|
7193
|
|
7194 1998-06-29 John Jones <jj@asu.edu>
|
|
7195
|
|
7196 * package-get.el: calls to package-get-update-all will only
|
|
7197 update packages which are already installed.
|
|
7198
|
|
7199 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
7200
|
|
7201 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
7202 are handled by the gui-element face fallbacks now.
|
|
7203
|
|
7204 * x-faces.el: default gui-element face to "background" as well as
|
|
7205 the default face.
|
|
7206
|
|
7207 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
7208 and default face settings since these are set as fallbacks now in
|
|
7209 the appropriate domain.
|
|
7210
|
|
7211 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
7212
|
|
7213 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
7214 corresponding to `page-delim' goes first and the hack in
|
|
7215 `forward-paragraph' will work.
|
|
7216 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
7217
|
|
7218 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7219
|
|
7220 * subr.el (remove-hook): When checking the hook value
|
|
7221 with functionp, don't apply car to it.
|
|
7222
|
|
7223 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7224
|
|
7225 * package-get.el (package-get-remote-filename):
|
|
7226 Don't use file-name-as-directory because the local directory
|
|
7227 separator conventions might not be the same as ftp's.
|
|
7228
|
|
7229 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7230
|
|
7231 * ldap.el (ldap-host-parameters-alist): New name of
|
|
7232 `ldap-host-parameters-plist'
|
|
7233
|
434
|
7234 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
7235
|
|
7236 * package-get.el: Using (require 'package-get-base), now that it
|
|
7237 provides itself. Consequently removed all instances of (load
|
|
7238 "package-get-base.el").
|
|
7239
|
|
7240 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7241
|
|
7242 * subr.el (remove-hook): Don't treat the hook value as a
|
|
7243 list unless it is both consp and not functionp.
|
|
7244
|
|
7245 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
7246
|
|
7247 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
7248 * auto-show.el: Ditto.
|
|
7249 * bytecomp.el: Ditto.
|
|
7250 * faces.el: Ditto.
|
|
7251 * x-scrollbar.el: Ditto.
|
|
7252 * x-misc.el: Ditto.
|
|
7253 * tty-init.el: Ditto.
|
|
7254 * toolbar-items.el: Ditto.
|
|
7255 * symbol-syntax.el: Ditto.
|
|
7256 * specifier.el: Ditto.
|
|
7257 * objects.el: Ditto.
|
|
7258 * hyper-apropos.el: Ditto.
|
|
7259 * glyphs.el: Ditto.
|
|
7260
|
|
7261 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
7262
|
|
7263 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
7264 vertical-divider-always-visible-p.
|
|
7265 (default-mouse-motion-handler): Ditto.
|
|
7266
|
|
7267 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
7268
|
|
7269 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
7270 global value.
|
|
7271
|
|
7272 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
7273
|
|
7274 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
7275
|
|
7276 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7277
|
|
7278 * font.el: Split font-family-mappings into X and
|
|
7279 mswindows-specific versions.
|
|
7280 mswindows-font-create-[object|name]: Treat supplied size
|
|
7281 as a pointsize. Added underline and strikethru handling.
|
|
7282
|
|
7283 * msw-faces.el: changed default mswindows charset to western.
|
|
7284
|
|
7285 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7286 was inserted to get round bugs in the mswindows C font code.
|
|
7287
|
|
7288 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
7289
|
|
7290 * about.el (about-hackers): Credits update.
|
|
7291
|
|
7292 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
7293 TUTORIAL.
|
|
7294
|
|
7295 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
7296 to ISO-8859-2.
|
|
7297
|
|
7298 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7299
|
|
7300 * font.el: Split font-family-mappings into X and
|
|
7301 mswindows-specific versions.
|
|
7302 mswindows-font-create-[object|name]: Treat supplied size
|
|
7303 as a pointsize. Added underline and strikethru handling.
|
|
7304
|
|
7305 * msw-faces.el: changed default mswindows charset to western.
|
|
7306
|
|
7307 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7308 was inserted to get round bugs in the mswindows C font code.
|
|
7309
|
|
7310 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7311
|
|
7312 * minibuf.el: make read-color-completion-table call
|
|
7313 (mswindows-color-list for mswindows devices.
|
|
7314
|
|
7315 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
7316
|
|
7317 * lisp/font-lock.el
|
|
7318 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
7319 Let declaration items contain non-word symbol characters.
|
|
7320
|
434
|
7321 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
428
|
7322
|
|
7323 * package-get.el (package-get-package-provider): Added autoload
|
|
7324 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
7325 it. Fixed some (interactive ...) with multiple argument specs
|
|
7326 again. Cosmetic indentation changes.
|
|
7327
|
|
7328 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
7329
|
|
7330 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
7331 that you want to use later.
|
|
7332
|
|
7333 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7334
|
|
7335 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
7336 to x-kill-primary-selection with kill-primary-selection
|
|
7337
|
|
7338 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
7339
|
|
7340 * simple.el (what-cursor-position): Make cursor position reported
|
|
7341 use value of column-number-start-at-one
|
|
7342
|
|
7343 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
7344
|
|
7345 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
7346
|
|
7347 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
7348
|
|
7349 * startup.el (startup-splash-frame): Remove
|
|
7350 `xemacs-startup-logo-function'.
|
|
7351
|
|
7352 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
7353
|
|
7354 * about.el (about-hackers): Update credits list.
|
|
7355
|
|
7356 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
7357
|
|
7358 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
7359 extensions to be found by load-sound-file
|
|
7360
|
|
7361 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7362
|
|
7363 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
7364 (Info-auto-generate-directory): New variable
|
|
7365 (Info-save-auto-generated-dir): New variable
|
|
7366 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
7367 (Info-build-dir-anew): Second parameter removed. Use
|
|
7368 `Info-save-auto-generated-dir'
|
|
7369 (Info-rebuild-dir): Ditto
|
|
7370
|
|
7371 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
7372
|
|
7373 * list-mode.el (next-list-mode-item): Would not recognize
|
|
7374 border between directly neighbored items.
|
|
7375
|
|
7376 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7377
|
|
7378 * package-get.el: add autoloads for some functions.
|
|
7379
|
|
7380 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7381
|
|
7382 * specifier.el (let-specifier): Tiny docfixes.
|
|
7383
|
|
7384 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7385
|
|
7386 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
7387
|
|
7388 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
7389
|
|
7390 * wid-edit.el (widget-specify-secret): New function.
|
|
7391 (widget-after-change): Use it.
|
|
7392 (widget-specify-field): Use it.
|
|
7393
|
|
7394 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
7395
|
|
7396 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
7397 `doit'; reuse result of `window-pixel-edges'.
|
|
7398
|
|
7399 * modeline.el (drag-modeline-event-lag): Rename to
|
|
7400 drag-divider-event-lag.
|
|
7401
|
|
7402 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
7403
|
|
7404 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
7405 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
7406 arguments.
|
|
7407
|
|
7408 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7409
|
|
7410 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
7411 `completion-ignore-case' in completions buffer under Windows.
|
|
7412
|
|
7413 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7414
|
|
7415 * about.el (about-maintainer-glyph): Fix support for not
|
|
7416 compressed images.
|
|
7417
|
|
7418 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7419
|
|
7420 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
7421
|
|
7422 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
7423 `cancel-mode-internal' function is fetched.
|
|
7424
|
|
7425 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7426
|
|
7427 * files.el (save-some-buffers-1): Fixed return value.
|
|
7428
|
|
7429 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
7430
|
|
7431 * dragdrop.el: added experimental
|
|
7432
|
|
7433 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
7434
|
|
7435 * startup.el (after-init-hook, init-file-user,
|
|
7436 user-init-directory, load-user-init-file): Purge references
|
|
7437 to "~/.xemacs/init.el" from docstrings.
|
|
7438
|
|
7439 (load-user-init-file) Use paths-construct-path to construct
|
|
7440 paths to user init files. Go directly to ~/.emacs, do not
|
|
7441 search ~/.xemacs/, do not load `default-custom-file'.
|
|
7442
|
|
7443 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7444
|
|
7445 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
7446 general *sh.
|
|
7447 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
7448
|
|
7449 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
7450
|
|
7451 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
7452 menu.
|
|
7453
|
|
7454 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
7455
|
|
7456 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
7457 in xpm-color-symbols instead of default.
|
|
7458
|
|
7459 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
7460
|
|
7461 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
7462
|
|
7463 * startup.el (xemacs-startup-logo-function): New variable.
|
|
7464 (startup-splash-frame): Use it.
|
|
7465
|
|
7466 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
7467
|
|
7468 * files.el (save-some-buffers): Would wait 1 second.
|
|
7469 (save-some-buffers-1): Delete other windows here instead of in
|
|
7470 `save-some-buffers'.
|
|
7471 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
7472
|
442
|
7473 1998-06-02 Didier Verna <didier@xemacs.org>
|
428
|
7474
|
|
7475 * cus-face.el (custom-face-attributes): generalized the use of
|
|
7476 toggle buttons for boolean attributes.
|
|
7477 Re-ordered the items a bit.
|
|
7478
|
|
7479 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
7480
|
|
7481 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
7482 to find the sounds directory.
|
|
7483
|
|
7484 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7485
|
|
7486 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
7487 otherwise. load-default sounds without extensions.
|
|
7488
|
|
7489 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
7490
|
|
7491 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
7492 if send-pr is not bound.
|
|
7493
|
|
7494 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
7495
|
|
7496 * files.el: grok idl files in auto-mode-alist.
|
|
7497 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
7498
|
|
7499 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
7500 calling `upcase'.
|
|
7501
|
|
7502 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
7503
|
|
7504 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
7505
|
|
7506 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7507
|
|
7508 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
7509 instead of XEmacs one when dumping InfoDock.
|
|
7510
|
|
7511 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7512
|
|
7513 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
7514 for `modeline-visible-p'
|
|
7515
|
|
7516 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
7517
|
|
7518 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7519
|
|
7520 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
7521 since it's not used anymore. doc string fixes.
|
|
7522
|
|
7523 * package-get.el (package-get-file-installed-p): new function. use
|
|
7524 instead of file-installed-p which is in an external package.
|
|
7525
|
|
7526 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
7527
|
|
7528 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
7529 favor of select-window/switch-to-buffer
|
|
7530
|
|
7531 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
7532
|
|
7533 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
7534
|
|
7535 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
7536
|
|
7537 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
7538 (offix-start-drag-region) moved to dragdrop.el
|
|
7539 (offix-start-drag) moved to dragdrop.el
|
|
7540 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
7541 (offix-start-drag-region) moved from frame.el
|
|
7542 (offix-start-drag) moved from frame.el
|
|
7543 (cde-start-drag-region) cde drag regions
|
|
7544 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
7545
|
|
7546 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
7547
|
|
7548 * dragdrop.el: created dragdrop-drag prototypes
|
|
7549 (cde-start-drag-region) fixed typo
|
|
7550
|
|
7551 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
7552
|
|
7553 * simple.el (after-init-hook): Remove reader macro.
|
|
7554
|
|
7555 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
7556 macros. Update DOC string.
|
|
7557
|
|
7558 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7559
|
|
7560 * mouse.el (drag-window-divider): Ditto.
|
|
7561
|
|
7562 * modeline.el (mouse-drag-modeline): Use it.
|
|
7563
|
|
7564 * lisp-mode.el (let-specifier): Specify indentation.
|
|
7565
|
|
7566 * specifier.el (let-specifier): Renamed from
|
|
7567 `with-specifier-instance'.
|
|
7568
|
|
7569 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
7570
|
|
7571 * x-faces.el:
|
|
7572 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
7573 to faces. Predicate x-get-resource on the presence of x.
|
|
7574
|
442
|
7575 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
428
|
7576 faces as specfier defaults.
|
|
7577
|
|
7578 * package-get.el: don't use package-admin-add-single-file-package.
|
|
7579
|
|
7580 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7581
|
|
7582 * toolbar-items.el: Fixup tooltips.
|
|
7583 (toolbar-gnus): Don't use obsolete variable
|
|
7584 toolbar-news-frame-properties.
|
|
7585 (toolbar-news-reader): Default to `gnus' instead of
|
|
7586 `not-configured'.
|
|
7587
|
|
7588 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
7589 Windows.
|
|
7590
|
|
7591 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
7592
|
|
7593 * package-get.el: rename -installedp -> -installed-p.
|
|
7594
|
|
7595 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7596
|
|
7597 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
7598 attributes, and assinged it to continuation, truncation and
|
|
7599 hscroll glyphs.
|
|
7600
|
|
7601 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
7602 and made continuation, truncation and hscroll glyphs arrow
|
|
7603 characters out of that font.
|
|
7604
|
|
7605 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7606
|
|
7607 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
7608 directory-sep-char being \.
|
|
7609 (minibuffer-electric-tilde): Ditto.
|
|
7610 (read-file-name-map): Ditto.
|
|
7611
|
|
7612 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7613
|
|
7614 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
7615 on X devices.
|
|
7616 (default-mouse-track-deal-with-down-event): Avoid
|
|
7617 `x-disown-selection'; use `disown-selection' instead.
|
|
7618
|
|
7619 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7620
|
|
7621 * select.el:
|
|
7622 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
7623 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
7624 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
7625 (x-copy-primary-selection).
|
|
7626 (own-clipboard): new function.
|
|
7627
|
|
7628 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
7629 functions in select.el. remove old ones.
|
|
7630 (mswindows-own-clipboard): new function.
|
|
7631
|
|
7632 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7633
|
|
7634 * gnuserv.el: allow connections from mswindows type devices.
|
|
7635
|
|
7636 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
7637
|
|
7638 * msw-glyphs.el: change image type used from cursor to resource.
|
|
7639
|
|
7640 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7641
|
|
7642 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
7643 for {top,bottom}-{left,right} values in addition to
|
|
7644 {top,bottom}_{left,right}.
|
|
7645 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
7646
|
|
7647 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
7648
|
|
7649 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
7650
|
|
7651 * specifier.el (with-specifier-instance): Added docstring.
|
|
7652
|
|
7653 * mouse.el (drag-window-divider): Ditto.
|
|
7654
|
|
7655 * modeline.el (mouse-drag-modeline): Use it.
|
|
7656
|
|
7657 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
7658 level.
|
|
7659
|
|
7660 * specifier.el (with-specifier-instance): New macro.
|
|
7661
|
|
7662 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
7663
|
|
7664 * package-get.el (package-get-create-custom): new function to
|
|
7665 auto-generate package-get-custom.el from package-get-base.el.
|
|
7666 * (package-get-ever-installedp): new function.
|
|
7667 * (package-get-custom): new function to get all packages specified
|
|
7668 by customize.
|
|
7669
|
|
7670 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
7671
|
|
7672 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
7673
|
|
7674 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
7675
|
|
7676 * cl-extra.el: Reverse previous float change.
|
|
7677
|
|
7678 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
7679
|
|
7680 * x-faces.el:
|
|
7681 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
7682 required by w3 under mswindows as well X.
|
|
7683
|
|
7684 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7685
|
|
7686 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
7687 clause, one more overlookef fsfism.
|
|
7688 (nt-quote-args-functions-alist): End sentences with double space.
|
|
7689
|
|
7690 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7691
|
|
7692 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
7693 recaching default-toolbar specifier.
|
|
7694 (pop-window-configuration): Ditto.
|
|
7695 (unpop-window-configuration): Ditto.
|
|
7696
|
|
7697 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7698
|
|
7699 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
7700
|
|
7701 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7702
|
|
7703 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
7704 (nt-quote-args-prefix-quote): Added function.
|
|
7705 (nt-quote-args-backslash-quote): Added function.
|
|
7706 (nt-quote-args-double-quote): Added function.
|
|
7707 (nt-quote-args-functions-alist): New variable.
|
|
7708 (nt-quote-process-args): Added function. This is the main quoting
|
|
7709 work horse called from process-nt.c
|
|
7710
|
|
7711 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7712
|
|
7713 * winnt.el: Removed duplicate definitions for backspace,
|
|
7714 delete, M-backspace and C-M-backspace.
|
|
7715 (file-name-buffer-file-type-alist): Removed this variable.
|
|
7716 (find-buffer-file-type): Removed function.
|
|
7717 (find-file-binary): Removed function.
|
|
7718 (find-file-text): Removed function.
|
|
7719 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
7720 (save-to-unix-hook): Removed function.
|
|
7721 (revert-from-unix-hook): Removed function.
|
|
7722 (using-unix-filesystems): Removed function.
|
|
7723 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
7724 warning.
|
|
7725 (x-set-selection): Removed function.
|
|
7726 (x-get-selection): Removed function.
|
|
7727 Removed commented FSFisms.
|
|
7728 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
7729 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
7730 comint-process-echoes setting to t.
|
|
7731
|
|
7732 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7733
|
|
7734 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
7735 and used following the interface change of
|
|
7736 `paths-find-recursive-path'.
|
|
7737
|
|
7738 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
7739 regexp instead of a list of base names.
|
|
7740 (paths-version-control-filename-regexp):
|
|
7741 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
7742 Introduced and used following the interface change of
|
|
7743 `paths-find-recursive-path'.
|
|
7744
|
|
7745 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7746
|
|
7747 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
7748 on X devices, rather than on all non-TTY devices.
|
|
7749
|
|
7750 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7751
|
|
7752 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
7753
|
|
7754 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
7755
|
434
|
7756 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
428
|
7757
|
|
7758 * itimer.el (activate-itimer): Fixed usage of integers
|
|
7759 as argument to `concat'.
|
|
7760
|
|
7761 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7762
|
|
7763 * itimer.el (start-itimer): replace the use of `concat' with
|
|
7764 `format'
|
|
7765
|
|
7766 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
7767
|
|
7768 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
7769 From Bob Weiner <weiner@altrasoft.com>
|
|
7770
|
|
7771 * loadhist.el (symbol-file): Supply prompt string when used
|
|
7772 interactively.
|
|
7773 From Bob Weiner <weiner@altrasoft.com>
|
|
7774
|
|
7775 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7776
|
|
7777 * loadup.el (really-early-error-handler): Ditto.
|
|
7778
|
|
7779 * update-elc.el: Ditto.
|
|
7780
|
|
7781 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7782
|
|
7783 * make-docfile.el: Ditto.
|
|
7784
|
|
7785 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
7786 instead of decode-path.
|
|
7787
|
|
7788 * files.el (parse-colon-path): Update docstring reference.
|
|
7789
|
|
7790 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7791
|
|
7792 * msw-init.el:
|
|
7793 * x-init.el:
|
|
7794 Bind cut'n'paste keys to non window-system specific functions.
|
|
7795
|
|
7796 * msw-select.el: New function mswindows-clear-clipboard.
|
|
7797 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
7798 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
7799
|
|
7800 * select.el: on mswindows devices delete-primary-selection
|
|
7801 calls mswindows-clear-clipboard.
|
|
7802
|
|
7803 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
7804
|
|
7805 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
7806
|
|
7807 * cmdloop.el (read-char): Don't inhibit quit.
|
|
7808 (read-char-exclusive): Ditto.
|
|
7809 (read-char): Signal quit if quit-char was pressed.
|
|
7810 (read-char-exclusive): Ditto.
|
|
7811 (read-quoted-char): Return a character, not integer.
|
|
7812
|
|
7813 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
7814 selection code.
|
|
7815 (default-popup-menu): Fix code.
|
|
7816
|
|
7817 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
7818
|
|
7819 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
7820
|
|
7821 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
7822
|
|
7823 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
7824
|
|
7825 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7826
|
|
7827 * device.el (device-pixel-width):
|
|
7828 (device-pixel-height):
|
|
7829 (device-mm-width):
|
|
7830 (device-mm-height):
|
|
7831 (device-bitplanes):
|
|
7832 (device-color-cells): Swapped parameters to device-system-metric
|
|
7833 according to the interface change.
|
|
7834
|
|
7835 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7836
|
|
7837 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
7838 function event-over-vertical-divider-p.
|
|
7839 Do not set E-W arrow cursor over the divider if
|
|
7840 vertical-divider-draggable-p is nil in the window.
|
|
7841 ([top-level]): Use new name for the variable
|
|
7842 vertical-divider-map.
|
|
7843 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
7844 Variable name typo fixes.
|
|
7845
|
|
7846 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7847
|
|
7848 * keymap.el (kbd): Define here; handle string constants and
|
|
7849 others...
|
|
7850
|
|
7851 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
7852
|
|
7853 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
7854 in Emacs 18.
|
|
7855
|
442
|
7856 1998-05-13 Didier Verna <didier@xemacs.org>
|
428
|
7857
|
|
7858 * mouse.el (drag-window-divider): give the vertical divider a
|
|
7859 pressed look when dragging it.
|
|
7860
|
|
7861 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
7862
|
|
7863 * faces.el: predicate some more face operations on x or mswindows
|
|
7864 not just x.
|
|
7865
|
|
7866 * modeline.el: enable modeline coloring for mswindows.
|
|
7867
|
|
7868 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7869
|
|
7870 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
7871 FSF Emacs.
|
|
7872 (next-history-element): Used `minibuffer-default'.
|
|
7873
|
|
7874 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
7875
|
|
7876 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
7877 arguments still look a bit strange
|
|
7878 (dragdrop-compare-mods) created
|
|
7879 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
7880 modifiers
|
|
7881
|
|
7882 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7883
|
|
7884 * setup-paths.el (paths-default-info-directories): Replace
|
|
7885 path-separator with directory-sep-char.
|
|
7886
|
|
7887 * files.el (path-separator): Don't define it here.
|
|
7888
|
|
7889 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7890
|
|
7891 * update-elc.el: Ditto.
|
|
7892
|
|
7893 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7894
|
|
7895 * make-docfile.el: Ditto.
|
|
7896
|
|
7897 * loadup.el (really-early-error-handler): Ditto.
|
|
7898
|
|
7899 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
7900 instead of decode-path-internal.
|
|
7901
|
|
7902 * files.el (parse-colon-path): Update docstring.
|
|
7903
|
|
7904 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
7905
|
|
7906 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
7907
|
|
7908 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
7909 get-buffer-window-list.
|
|
7910
|
|
7911 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7912
|
|
7913 * disass.el: Fix maintainer keyword.
|
|
7914
|
|
7915 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
7916 (byte-compile-buffer): Ditto.
|
|
7917
|
|
7918 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
7919 value is returned, not the name.
|
|
7920 (lisp-imenu-generic-expression): Enable it.
|
|
7921 (lisp-mode-variables): Ditto.
|
|
7922 (lisp-indent-offset): Change defconst to defvar.
|
|
7923 (lisp-indent-function): Ditto.
|
|
7924 (lisp-body-indent): Ditto.
|
|
7925
|
|
7926 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7927
|
|
7928 * modeline.el: Use zap-last-kbd-macro-event.
|
|
7929
|
|
7930 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
7931 nil, don't attempt to do anything with messages.
|
|
7932 (eval-last-sexp): Use `letf' for clarity.
|
|
7933
|
|
7934 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7935
|
|
7936 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
7937
|
|
7938 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
7939
|
|
7940 * buff-menu.el:
|
|
7941 * lisp-mode.el:
|
|
7942 * obsolete.el:
|
|
7943 Change empty docstrings into no doc strings at all.
|
|
7944 Fix bogus FSF-format docstrings.
|
|
7945 * etags.el: Fix docstring.
|
|
7946
|
|
7947 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7948
|
|
7949 * package-get.el (package-get): Use internal md5
|
|
7950
|
|
7951 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
7952
|
|
7953 * about.el (about-xemacs): Correct abuse of concat.
|
|
7954
|
|
7955 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
7956
|
|
7957 * info.el (Info-mode): Use easymenu.
|
|
7958
|
|
7959 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7960
|
|
7961 * apropos.el (apropos): Don't use concat with integers.
|
|
7962
|
|
7963 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
7964 was seen gracefully.
|
|
7965
|
|
7966 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
7967 defun.
|
|
7968 (apropos-describe-plist): Ditto.
|
|
7969
|
|
7970 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
7971 (describe-key): Use it as defun.
|
|
7972 (describe-mode): Ditto.
|
|
7973 (describe-bindings): Ditto.
|
|
7974 (describe-prefix-bindings): Ditto.
|
|
7975 (describe-installation): Ditto.
|
|
7976 (view-lossage): Ditto.
|
|
7977 (describe-function): Ditto.
|
|
7978 (describe-variable): Ditto.
|
|
7979 (describe-syntax): Ditto.
|
|
7980
|
|
7981 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
7982
|
|
7983 * dragdrop.el: changed order of require/provide
|
|
7984 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
7985 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
7986 (dragdrop-function-widget) this one needs more work...
|
|
7987
|
|
7988 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
7989
|
|
7990 * about.el: another small change in my entry
|
|
7991 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
7992 plus customizations
|
|
7993 changed interface to handler functions. now called with event
|
|
7994 and object
|
|
7995
|
|
7996 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7997
|
|
7998 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
7999 E-W arrow pointer displayed over draggable dividers.
|
|
8000
|
|
8001 * mouse.el (default-mouse-motion-handler): Show it when
|
|
8002 appropriate.
|
|
8003 (drag-window-divider): Added.
|
|
8004 ([top-level]): Initialized window-divider-map with a keymap
|
|
8005 binding the above function to left button down event.
|
|
8006
|
|
8007 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
8008 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
8009 E-W double arrow.
|
|
8010
|
|
8011 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
8012
|
|
8013 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
8014
|
|
8015 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
8016
|
|
8017 * simple.el (count-words-buffer): Don't query for buffer.
|
|
8018 (count-lines-buffer): Ditto.
|
|
8019
|
|
8020 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8021
|
|
8022 * help.el (where-is): add optional insert argument.
|
|
8023
|
|
8024 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
8025
|
|
8026 * help.el (describe-key-briefly): New argument INSERT.
|
|
8027
|
|
8028 * simple.el (eval-expression): New optional argument; synch with
|
|
8029 FSF 20.3.
|
|
8030
|
|
8031 * keydefs.el (global-map): Add new register bindings.
|
|
8032
|
|
8033 * register.el: Synched with FSF 20.3.
|
|
8034
|
|
8035 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8036
|
|
8037 * window-xemacs.el (recenter): all arguments are optional.
|
|
8038
|
|
8039 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8040
|
|
8041 * device.el: (device-pixel-width): Reflected name/parameters
|
|
8042 change to device-system-metric.
|
|
8043 (device-pixel-height): Ditto.
|
|
8044 (device-mm-width): Ditto.
|
|
8045 (device-mm-height): Ditto.
|
|
8046 (device-bitplanes): Ditto.
|
|
8047 (device-color-cells): Ditto.
|
|
8048
|
|
8049 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
8050
|
|
8051 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
8052
|
|
8053 * cl.el (most-positive-fixnum): Document.
|
|
8054 (most-negative-fixnum): Ditto.
|
|
8055
|
|
8056 * cus-dep.el: Updated comment.
|
|
8057
|
|
8058 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
8059 constant.
|
|
8060
|
|
8061 * cus-load.el (custom-put): Removed.
|
|
8062
|
|
8063 * files.el (after-find-file): Just resignal quit instead of
|
|
8064 signaling "canceled".
|
|
8065
|
|
8066 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
8067
|
|
8068 * frame.el (other-frame): Use `focus-frame' instead of
|
|
8069 select-frame kludges.
|
|
8070
|
|
8071 * lisp-mode.el: Update lisp-indent-function for
|
|
8072 save-selected-frame and with-selected-frame.
|
|
8073
|
|
8074 * frame.el (save-selected-frame): New macro.
|
|
8075 (with-selected-frame): Ditto.
|
|
8076 (other-frame): Use `set-frame-focus'.
|
|
8077
|
|
8078 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
8079
|
|
8080 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
8081 (dragdrop-drop-url-default) default handler for URL drops created
|
|
8082 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
8083 (dragdrop-drop-functions) default custom for handling drops created
|
|
8084 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
8085
|
|
8086 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8087
|
|
8088 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
8089
|
|
8090 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
8091
|
|
8092 * about.el: changed some text in my entry
|
|
8093 * dragdrop.el: added customs
|
|
8094
|
|
8095 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
8096
|
|
8097 * mouse.el: killed global drop key bindings
|
|
8098 (mouse-offix-drop) removed
|
|
8099 * dragdrop.el: created
|
|
8100 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
8101
|
|
8102 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8103
|
|
8104 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
8105 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
8106
|
|
8107 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
8108 obsolete comment.
|
|
8109
|
|
8110 * scrollbar.el (scrollbars-visible-p): Use new
|
|
8111 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
8112
|
|
8113 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8114
|
|
8115 * device.el (device-pixel-height):
|
|
8116 (device-pixel-width):
|
|
8117 (device-mm-width):
|
|
8118 (device-mm-height):
|
|
8119 (device-bitplanes):
|
|
8120 (device-color-cells): Moved these 6 functions from device.c; they
|
|
8121 all use single (device-system-metrics) call.
|
|
8122
|
|
8123 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
8124
|
|
8125 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
8126 were renamed.
|
|
8127
|
|
8128 * menubar-items.el:
|
|
8129 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
8130 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
8131
|
|
8132 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
8133 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
8134
|
|
8135 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
8136
|
|
8137 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
8138 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
8139
|
|
8140 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
8141
|
|
8142 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
8143
|
|
8144 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
8145
|
|
8146 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
8147
|
|
8148 * startup.el (startup-splash-frame): Change ID logo name.
|
|
8149
|
|
8150 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8151
|
|
8152 * files.el (after-find-file): If the user presses C-g on
|
|
8153 directory-creation prompt, kill the buffer.
|
|
8154
|
|
8155 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
8156
|
|
8157 * simple.el (count-words-region): Reverse previous change.
|
|
8158
|
|
8159 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
8160
|
|
8161 * replace.el (query-replace): Just call perform-replace.
|
|
8162 (query-replace-regexp): Ditto.
|
|
8163 (perform-replace): Move region handling here.
|
|
8164 (perform-replace): Use the new arg to match-data.
|
|
8165
|
|
8166 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8167
|
|
8168 * x-init.el: Install X specific display table that
|
|
8169 displays char 0240 as a space to avoid whatever it is
|
|
8170 that screws up display of that character code.
|
|
8171
|
|
8172 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
8173
|
|
8174 * help.el (function-arglist): If no arguments are documented for a
|
|
8175 subr, print nothing rather than incorrect output.
|
|
8176
|
|
8177 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
8178
|
|
8179 * cmdloop.el (command-error): Update bail-out error message to use
|
|
8180 `emacs-program-name'.
|
|
8181
|
|
8182 * lib-complete.el: Remove reader macro cruft.
|
|
8183
|
|
8184 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
8185 cruft.
|
|
8186
|
|
8187 * simple.el (count-words-region): Drop interactive-p check on the
|
|
8188 message.
|
|
8189
|
|
8190 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8191
|
|
8192 * font.el
|
|
8193 * msw-faces.el
|
|
8194 Correct spelling of mswindows-font-canonicalize-name.
|
|
8195
|
|
8196 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8197
|
|
8198 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
8199 `ldap-host-parameters-plist'
|
|
8200 (ldap-search): Adapt to previous change
|
|
8201
|
|
8202 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8203
|
|
8204 * about.el (about-hackers): Update Bob Weiner bio.
|
|
8205 (about-maintainer-info): Ditto.
|
|
8206
|
|
8207 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
8208
|
|
8209 * simple.el (display-warning-minimum-level): Docfix.
|
|
8210
|
|
8211 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
8212
|
|
8213 * widget.el (:default-get): New keyword.
|
|
8214 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
8215 (group, widget-group-default-get): Define it.
|
|
8216 (menu-choice, widget-choice-default-get): Define it.
|
|
8217 (widget-default-get): New function.
|
|
8218 (widget-choice-action): Call it.
|
|
8219 (widget-editable-list-entry-create): Call it.
|
|
8220
|
|
8221 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8222
|
|
8223 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
8224 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
8225 lookup through `byte-boolean-vars'.
|
|
8226
|
|
8227 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8228
|
|
8229 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
8230 resource-provided values into ghost specs for scrollbar-height and
|
|
8231 scrollbar-width.
|
|
8232
|
|
8233 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8234
|
|
8235 * byte-optimize.el: Don't attempt to optimize /=.
|
|
8236
|
|
8237 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
8238 (byte-compile-/=): Ditto.
|
|
8239
|
|
8240 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8241
|
|
8242 * apropos.el: Use `with-displaying-help-buffer'.
|
|
8243 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
8244 Use `with-displaying-help-buffer'.
|
|
8245 (apropos-follow): Do not give special treatment to buffer cursor
|
|
8246 was in prior to a mouse click.
|
|
8247 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
8248 (apropos-print-doc): Set correct buffer for setting text
|
|
8249 properties.
|
|
8250
|
|
8251 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
8252
|
|
8253 * help.el (help-buffer-prefix-string): New variable.
|
|
8254 (help-buffer-name): Use it.
|
|
8255
|
|
8256 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
8257 mode menu.
|
|
8258
|
|
8259 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
8260
|
|
8261 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
8262
|
|
8263 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8264
|
|
8265 * files.el (find-file-noselect): Update docstring.
|
|
8266 (find-file-noselect): Signal an error if found an unreadable file.
|
|
8267 (file-chase-links): Save the match data.
|
|
8268 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
8269 (interpreter-mode-alist): Change defconst to defvar.
|
|
8270 (inhibit-first-line-modes-regexps): Ditto.
|
|
8271 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
8272 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
8273 (change-major-mode-with-file-name): New user-option.
|
|
8274 (set-visited-file-name): Synched with FSF.
|
|
8275 (file-name-extension): New function, from FSF 20.3.
|
|
8276 (file-relative-name): Synched with FSF.
|
|
8277 (save-some-buffers): Support the C-r feature.
|
|
8278 (recover-session): Synched with FSF.
|
|
8279 (kill-some-buffers): Ditto.
|
|
8280 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
8281
|
|
8282 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
8283
|
|
8284 * files.el (insert-file): Undo previous change and reenable use of
|
|
8285 format.el.
|
|
8286
|
|
8287 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8288
|
|
8289 * window-xemacs.el (recenter): Define.
|
|
8290
|
|
8291 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8292
|
|
8293 * font.el (mswindows-font-create-name)
|
|
8294 (mswindows-font-create-object): new functions for mswindows type
|
|
8295 fonts.
|
|
8296
|
|
8297 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
8298 strings are parsed as well as font objects.
|
|
8299
|
|
8300 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8301
|
|
8302 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
8303 kbd-macro being recorded.
|
|
8304 (add-minor-mode): Simplify docstring.
|
|
8305 (modeline-minor-mode-menu): Remove stuff.
|
|
8306
|
|
8307 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8308
|
|
8309 * code-process.el (call-process): dynamically decide process
|
|
8310 coding type.
|
|
8311
|
|
8312 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
8313
|
|
8314 * modeline.el: Add line-number-mode, column-number-mode to
|
|
8315 the modeline minor-mode menu. Button2 on the line number does
|
|
8316 goto-line.
|
|
8317
|
|
8318 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8319
|
|
8320 * mouse.el: move x-selection-owner-p type things to
|
|
8321 selection-owner-p.
|
|
8322
|
|
8323 * msw-init.el: copy zmacs stuff from x-init.el
|
|
8324
|
|
8325 * msw-select.el (mswindows-own-selection)
|
|
8326 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
8327 functions. Very simple minded implementation of selectio
|
|
8328 ownership.
|
|
8329
|
|
8330 * select.el (own-selection) (disown-selection)
|
|
8331 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
8332 (valid-simple-selection-p): functions moved from x-select.el for
|
|
8333 generalized selection.
|
|
8334
|
|
8335 * x-select.el: see select.el changes.
|
|
8336
|
|
8337 * x-toolbar.el: use new selection functions.
|
|
8338
|
|
8339 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8340
|
|
8341 * packages.el (packages-find-package-directories): Fixed bug that
|
|
8342 would pick up multiple site-package directories.
|
|
8343 (package-locations): Added "xemacs-packages" as a late package
|
|
8344 location.
|
|
8345
|
|
8346 * find-paths.el: Now uses `emacs-program-name' and
|
|
8347 `emacs-program-version'.
|
|
8348 Additions to enforce version-specific directories in
|
|
8349 `paths-find-version-directory'.
|
|
8350
|
|
8351 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
8352
|
|
8353 * default.el: Removed.
|
|
8354 * site-start.el: Removed.
|
|
8355
|
442
|
8356 1998-04-29 Didier Verna <didier@xemacs.org>
|
428
|
8357
|
|
8358 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
8359 to nil.
|
|
8360
|
|
8361 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
8362
|
|
8363 * find-paths.el (paths-program-name): Rename.
|
|
8364 (paths-emacs-root-p): Ditto.
|
|
8365 (paths-find-site-directory): Ditto.
|
|
8366
|
|
8367 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
8368
|
|
8369 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
8370 `emacs-lisp-byte-compile-and-load'.
|
|
8371
|
|
8372 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8373
|
|
8374 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
8375 `ldap-open'
|
|
8376
|
|
8377 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
8378
|
|
8379 * select.el (kill-primary-selection) (selection-owner-p)
|
|
8380 (copy-primary-selection) (yank-clipboard-selection)
|
|
8381 (selection-exists-p) (delete-primary-selection): new file and
|
|
8382 functions that do the right thing for the selected device.
|
|
8383
|
|
8384 * x-menubar.el: use generalised selection functions.
|
|
8385
|
|
8386 * dumped-lisp.el: dump select.el.
|
|
8387
|
|
8388 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
8389
|
|
8390 * find-paths.el (paths-progname): New variable.
|
|
8391 (paths-emacs-root-p): Use it.
|
|
8392 (paths-find-site-directory): Ditto.
|
|
8393
|
|
8394 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
8395
|
|
8396 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
8397 `infodock' if InfoDock.
|
|
8398
|
|
8399 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
8400
|
|
8401 * find-paths.el (construct-emacs-version): Simplify, include
|
|
8402 program name in the return value.
|
|
8403 * (paths-find-version-directory): Use it.
|
|
8404
|
|
8405 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8406
|
|
8407 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
8408 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
8409 name for files with no @direntry
|
|
8410 (Info-batch-rebuild-dir): New function
|
|
8411 (Info-suffixed-file): Check for regular files instead of simple
|
|
8412 file existence (could catch directories before)
|
|
8413
|
|
8414 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8415
|
|
8416 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
8417 temacs doesn't have.
|
|
8418
|
|
8419 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
8420 into root searching.
|
|
8421
|
|
8422 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
8423
|
|
8424 * subr.el: Remove definition of `not'.
|
|
8425
|
|
8426 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8427
|
|
8428 * msw-glyphs.el: enable graphics support.
|
|
8429
|
442
|
8430 1998-04-23 Didier Verna <didier@xemacs.org>
|
428
|
8431
|
|
8432 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
8433 option.
|
|
8434
|
|
8435 * misc doc string updates related to the options menu.
|
|
8436
|
|
8437 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
8438
|
|
8439 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
8440
|
|
8441 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8442
|
|
8443 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
8444 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
8445 gets us one step further towards making --no-autoloads work.
|
|
8446
|
|
8447 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
8448 lisp-directory is non-nil.
|
|
8449
|
|
8450 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
8451 against nil lisp-directory.
|
|
8452
|
|
8453 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
8454 to the list of variables that cause a warning when nil.
|
|
8455
|
|
8456 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
8457 no toolbar icon directory.
|
|
8458
|
|
8459 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
8460
|
|
8461 * help.el (view-lossage): Recognize it.
|
|
8462
|
|
8463 * simple.el (log-message): Mark multiline messages.
|
|
8464
|
|
8465 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8466
|
|
8467 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
8468
|
|
8469 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
8470
|
|
8471 * package-get.el (package-get-all): add `\n' separator to
|
|
8472 interactive specification so that both variables are read
|
|
8473
|
442
|
8474 1998-04-22 Didier Verna <didier@xemacs.org>
|
428
|
8475
|
|
8476 * x-menubar.el: ported the options menu to Custom.
|
|
8477 Moved the "read only" toggle button to the buffers menu.
|
|
8478 Corrected some missing ;;;###autoload or defcustom.
|
|
8479
|
|
8480 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
8481 the scrollbar-visible specifier for options menu handling.
|
|
8482
|
|
8483 * toolbar.el (toolbar-visible-p)
|
|
8484 (toolbar-captioned-p)
|
|
8485 (default-toolbar-position): defcustom wrappers around
|
|
8486 the toolbar specifiers for options menu handling.
|
|
8487
|
|
8488 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
8489 defcustom it for options menu handling.
|
|
8490
|
440
|
8491 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
428
|
8492 font-lock-mode for options menu handling.
|
|
8493
|
|
8494 * cus-start.el: added Custom properties to overwrite-mode for
|
|
8495 options menu handling.
|
|
8496
|
|
8497 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8498
|
|
8499 * about.el: shameless self-promotion.
|
|
8500
|
|
8501 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
8502
|
|
8503 * simple.el (raw-append-message): Slightly optimize.
|
|
8504 (remove-message): Use `push' for clarity.
|
|
8505 (append-message): Ditto.
|
|
8506 (display-warning): Dito.
|
|
8507 (raw-append-message): Send the message to the appropriate device.
|
|
8508
|
|
8509 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8510
|
|
8511 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
8512 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
8513
|
|
8514 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8515
|
|
8516 * setup-paths.el: Changed `directory-sep-char' to
|
|
8517 `path-separator', following a change in GNU Emacs.
|
|
8518
|
|
8519 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8520
|
|
8521 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
8522 (Info-build-dir-anew): Add a final newline.
|
|
8523 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
8524 is `always'
|
|
8525 (Info-rebuild-dir): Ditto
|
|
8526
|
|
8527 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
8528
|
|
8529 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
8530
|
|
8531 * simple.el (count-words-buffer): Retain zmacs region.
|
|
8532 (count-words-region): Ditto.
|
|
8533 * simple.el: (what-line): Expanded line counts.
|
|
8534 (count-lines): New parameter to conditionalize whether collapsed
|
|
8535 lines get counted.
|
|
8536 From Bob Weiner <weiner@altrasoft.com>
|
|
8537
|
|
8538 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
8539
|
|
8540 * packages.el (package-locations): infodock-packages must override
|
|
8541 mule-packages and packages.
|
|
8542
|
|
8543 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
8544
|
|
8545 * wid-edit.el:
|
|
8546 remove rude messages from widget-activation-widget-mapper
|
|
8547 and widget-activation-glyph-mapper
|
|
8548
|
|
8549 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8550
|
|
8551 * toolbar.el: Remove (featurep 'x) test from
|
|
8552 toolbar-make-button-list
|
|
8553
|
|
8554 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
8555
|
|
8556 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
8557 only if in the same frame.
|
|
8558
|
|
8559 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8560
|
|
8561 * packages.el (package-locations): Added site-packages hierarchy.
|
|
8562
|
|
8563 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
8564 used.
|
|
8565
|
|
8566 * packages.el, setup-paths.el: Set various path searching depths
|
|
8567 to 1.
|
|
8568
|
|
8569 * packages.el (packages-hierarchy-depth):
|
|
8570 (packages-load-path-depth): Introduced and used.
|
|
8571
|
|
8572 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
8573
|
|
8574 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
8575 parameter.
|
|
8576
|
|
8577 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8578
|
|
8579 * setup-paths.el (paths-construct-info-path): Removed
|
|
8580 dependency on behavior of (file-name-as-directory "").
|
|
8581
|
|
8582 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8583
|
|
8584 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
8585 lisp objects
|
|
8586
|
|
8587 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8588
|
|
8589 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
8590
|
|
8591 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
8592
|
|
8593 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
8594 properties for an extent based on the :help-echo widget
|
|
8595 property, since help-echo and balloon-help cause an EXTENT to
|
|
8596 get passed in, where :help-echo functions are expecting a WIDGET
|
|
8597
|
|
8598 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8599
|
|
8600 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
8601 mswindows-init-scrollbar-metrics when appropriate.
|
|
8602
|
|
8603 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8604
|
|
8605 * dumped-lisp.el: dump x-toolbar for window system
|
|
8606
|
|
8607 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
8608 have support and xpm.
|
|
8609
|
|
8610 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
8611
|
|
8612 * files.el (toggle-read-only): Fix docstring.
|
442
|
8613 From Didier Verna <didier@xemacs.org>
|
428
|
8614
|
|
8615 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8616
|
|
8617 * startup.el (normal-top-level): Load autoload-file-name without
|
|
8618 specifying an extension---some people only auto-autoload.el.gz.
|
|
8619
|
|
8620 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8621
|
|
8622 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
8623 nil.
|
|
8624
|
|
8625 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8626
|
|
8627 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
8628 This shouldn't cause any of the originally anticipated problems as
|
|
8629 the current paths architecture will not define the various
|
|
8630 configure-xxx variables if they're not specified on the configure
|
|
8631 command line.
|
|
8632
|
|
8633 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
8634 mentionings of "/" as a path separator.
|
|
8635 Used paths-construct-path throughout.
|
|
8636
|
|
8637 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
8638 from directory components.
|
|
8639
|
|
8640 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
8641 instead of decode-path-internal.
|
|
8642
|
|
8643 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
8644 and associates.
|
|
8645 (paths-decode-directory-path) Created.
|
|
8646
|
|
8647 * setup-paths.el: Changed configure-exec-path to
|
|
8648 configure-exec-directory.
|
|
8649
|
|
8650 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8651
|
|
8652 * packages.el (packages-find-packages): Fixed decoding of
|
|
8653 EMACSPACKAGEPATH.
|
|
8654
|
|
8655 * startup.el: -no-packages -> -no-early-packages.
|
|
8656
|
|
8657 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
8658 files.
|
|
8659
|
|
8660 * startup.el (normal-top-level): Fixed loading of core
|
|
8661 auto-autoload.
|
|
8662
|
|
8663 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
8664
|
|
8665 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
8666 for site-directory and lisp-directory variables.
|
|
8667
|
|
8668 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
8669 inhibit-package-autoloads and fixed handling of it.
|
|
8670
|
|
8671 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
8672 handling of former inhibit-package-init, now
|
|
8673 inhibit-early-packages, to make -vanilla etc. work.
|
|
8674
|
|
8675 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8676
|
|
8677 * code-process.el (start-process): Fallback to 'undecided instead
|
|
8678 of 'binary for process input coding stream.
|
|
8679
|
|
8680 * process.el (start-process): Docstring fix.
|
|
8681
|
|
8682 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8683
|
|
8684 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
8685 in Info-dir-file-attributes
|
|
8686 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
8687 (Info-rebuild-dir): Ditto.
|
|
8688
|
|
8689 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8690
|
|
8691 * obsolete.el: Added obsoleteness declarations for
|
|
8692 `site-directory' and `Info-default-directory-list'.
|
|
8693
|
|
8694 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8695
|
|
8696 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
8697 executable at the end of the symlink chain for determining the
|
|
8698 Emacs root.
|
|
8699
|
|
8700 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8701
|
|
8702 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
8703 to cater to gone default in configure.
|
|
8704
|
|
8705 * find-paths.el (paths-uniq-append): Added.
|
|
8706
|
|
8707 * packages.el: Rewritten package path construction once again.
|
|
8708
|
|
8709 * dump-paths.el, startup.el: Removed package-path as a global
|
|
8710 variable.
|
|
8711
|
|
8712 * package-admin.el (package-admin-add-single-file-package):
|
|
8713 (package-admin-add-binary-package): Changed package-path to
|
|
8714 late-packages.
|
|
8715
|
|
8716 * packages.el (packages-split-path): Split path at "/" rather than
|
|
8717 nil according to change in emacs.c.
|
|
8718
|
|
8719 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8720
|
|
8721 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
8722 order so that directories come out right.
|
|
8723 (paths-find-lock-directory): Fixed bug: It used to think
|
|
8724 configure-lock-directory is a path.
|
|
8725
|
|
8726 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
8727
|
|
8728 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
8729 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
8730 eases the use of toolbar-add/kill-item functions.
|
|
8731
|
|
8732 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8733
|
|
8734 * code-files.el (file-coding-system-alist): Commented out
|
|
8735 loaddefs.el magical treatment.
|
|
8736
|
|
8737 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8738
|
|
8739 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
8740 `conservative' and made it the default
|
|
8741 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
8742 strings, and multi-section dir files. Issue warning when dir
|
|
8743 is rebuilt as temporary
|
|
8744 (Info-build-dir-anew): Issue warning when dir is built as
|
|
8745 temporary
|
|
8746
|
|
8747 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8748
|
|
8749 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
8750 standard keys left, right, C-b and C-f.
|
|
8751
|
|
8752 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
8753
|
|
8754 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
8755
|
|
8756 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
8757
|
|
8758 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
8759
|
|
8760 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
8761
|
|
8762 * package-get-base.el: Updated.
|
|
8763
|
|
8764 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
8765
|
|
8766 * isearch-mode.el (isearch-just-started): New variable.
|
|
8767 (isearch-mode): Set it.
|
|
8768 (isearch-repeat): Advance one character forward only if the search
|
|
8769 was successful, and was not just started.
|
|
8770 (isearch-repeat): Clear isearch-just-started.
|
|
8771
|
|
8772 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8773
|
|
8774 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
8775 if running -batch.
|
|
8776
|
|
8777 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
8778
|
|
8779 * subr.el (listify-key-sequence): Removed.
|
|
8780
|
|
8781 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
8782
|
|
8783 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
8784 (byte-compile-output-file-form): Use it.
|
|
8785 (byte-compile-output-docform): Ditto.
|
|
8786 (byte-compile-compiled-obj-to-list): Ditto.
|
|
8787
|
|
8788 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8789
|
|
8790 * msw-glyphs.el: set frame icon if xpm support.
|
|
8791
|
|
8792 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8793
|
|
8794 * help.el: Code that pretty prints variable values
|
|
8795 removed.
|
|
8796
|
|
8797 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8798
|
|
8799 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
8800 directory.
|
|
8801 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8802
|
|
8803 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8804
|
|
8805 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
8806 its default value set to nil.
|
|
8807
|
|
8808 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
8809
|
|
8810 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
8811
|
|
8812 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8813
|
|
8814 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
8815 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
8816 does not exist or is older than some info files in directory
|
|
8817
|
|
8818 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8819
|
|
8820 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
8821 for last packages, mainly for using a 20.4 package base.
|
|
8822
|
|
8823 * packages.el (late-packages): Typo fix. It was called
|
|
8824 early-packages.
|
|
8825
|
|
8826 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
8827 relative symlinks correctly.
|
|
8828 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
8829 configuration-time root.
|
|
8830
|
|
8831 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
8832 find its roots.
|
|
8833
|
|
8834 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
8835
|
|
8836 * faces.el: Fix docstrings.
|
|
8837 * glyphs.el: Fix docstrings.
|
|
8838 * mouse.el: Fix docstrings.
|
|
8839
|
|
8840 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
8841
|
|
8842 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
8843
|
|
8844 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
8845 macros using backquote to make them infinitely more readable.
|
|
8846
|
|
8847 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
8848
|
|
8849 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
8850 InfoDock support until we can clean this up.
|
|
8851
|
|
8852 * help.el (describe-bindings-1): Return the value of the bindings
|
|
8853 help buffer created.
|
|
8854 (describe-bindings): Ditto.
|
|
8855
|
|
8856 * simple.el (set-variable): Restore previous behavior of not
|
|
8857 bombing if the variable to set is not boundp.
|
|
8858
|
|
8859 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8860
|
|
8861 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
8862 non-local files to be loaded off the package-lisp variable.
|
|
8863
|
|
8864 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8865
|
|
8866 * x-faces.el: Global X resources should override
|
|
8867 specs for all device classes (color, grayscale, mono);
|
|
8868 code currently doesn't override any of them. Fixed by
|
|
8869 calling remove-specifier with '(x default) as the tag
|
|
8870 set and allowing inexact matches.
|
|
8871
|
|
8872 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8873
|
442
|
8874 * faces.el: Separated face initializations based on
|
428
|
8875 device classes into device type specific (tag set,
|
|
8876 instantiator) pairs.
|
|
8877
|
|
8878 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
8879
|
|
8880 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
8881 choice.
|
|
8882 (widget-choice-value-create): Respect it.
|
|
8883 From Richard Stallman <rms@gnu.org>
|
|
8884
|
|
8885 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8886
|
|
8887 * setup-paths.el (paths-construct-info-path): Always append
|
|
8888 existing directories from configure-time info path.
|
|
8889
|
|
8890 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
8891 Info-directory-list.
|
|
8892
|
|
8893 * info.el: Removed Info-default-directory-list which was broken by
|
|
8894 design.
|
|
8895 Removed bogus initialization of Info-directory-list---startup.el
|
|
8896 can do a much better job.
|
|
8897 Added autoload of Info-directory-list.
|
|
8898
|
|
8899 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
8900 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
8901 be exclusive; now it's merely given precedence, just like in the
|
|
8902 old days.
|
|
8903
|
|
8904 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8905
|
|
8906 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
8907 finding; it used to default too early.
|
|
8908
|
|
8909 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
8910
|
|
8911 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
8912 for paths that weren't split.
|
|
8913
|
|
8914 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
8915
|
|
8916 * finder.el (finder-compile-keywords): trap on errors.
|
|
8917
|
|
8918 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8919
|
|
8920 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
8921 fourth argument of t so that only the specs exactly
|
|
8922 matching the tag lists are removed.
|
|
8923
|
|
8924 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
8925
|
|
8926 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
8927
|
|
8928 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
8929
|
|
8930 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
8931 specified, use it for generating the completions.
|
|
8932
|
|
8933 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8934
|
|
8935 * update-elc.el: Now respects inhibit-package-init and
|
|
8936 inhibit-site-lisp.
|
|
8937 Now does path construction with loadup-paths.
|
|
8938
|
|
8939 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
8940 inhibit-package-init and inhibit-site-lisp.
|
|
8941
|
|
8942 * packages.el (packages-find-package-path): Extended package path
|
|
8943 by version-specific hierarchies.
|
|
8944 (packages-find-packages): Now respects inhibit flag and
|
|
8945 inhibit-site-lisp.
|
|
8946 Moved path setup to loadup-paths.
|
|
8947
|
|
8948 * make-docfile.el: Now respects inhibit-package-init and
|
|
8949 inhibit-site-lisp.
|
|
8950 Now does path construction with loadup-paths.
|
|
8951
|
|
8952 * loadup.el: Now respects inhibit-package-init and
|
|
8953 inhibit-site-lisp.
|
|
8954
|
|
8955 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
8956
|
|
8957 * loadup-paths.el: New file: setup load-path to encompass
|
|
8958 packages.
|
|
8959
|
|
8960 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8961
|
|
8962 * auto-show.el: load-gc renamed to pureload.
|
|
8963 * site-load.el: Ditto.
|
|
8964 * packages.el (toplevel): Ditto.
|
|
8965 * loadup.el (really-early-error-handler): Ditto.
|
|
8966 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
8967 * cus-face.el (custom-declare-face): Ditto.
|
|
8968
|
|
8969 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8970
|
|
8971 * <Today>: The Big Path Searching Overhaul.
|
|
8972
|
|
8973 * find-paths.el: New file: find and assemble paths in the
|
|
8974 installation hierarchy.
|
|
8975
|
|
8976 * setup-paths.el: New file: global layout of paths and directories
|
|
8977 within the XEmacs hierarchy.
|
|
8978
|
|
8979 * packages.el: Replaced everything related to path searching and
|
|
8980 startup by code in terms of find-paths.
|
|
8981
|
|
8982 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
8983 the new path searching engine.
|
|
8984
|
|
8985 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
8986 and setup-paths.
|
|
8987
|
|
8988 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8989
|
|
8990 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
8991 setup-paths.el.
|
|
8992
|
|
8993 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8994
|
|
8995 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
8996 compiles identically in any configuration.
|
|
8997 Removed irrelevant commentary.
|
|
8998
|
|
8999 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9000
|
|
9001 * simple.el (set-variable): Allow setting specifiers.
|
|
9002
|
|
9003 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
9004
|
|
9005 * lisp.el (forward-sexp): Revert previous change.
|
|
9006
|
|
9007 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
9008
|
|
9009 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
9010 `delete-device' to delete the stream console to match the usage in
|
|
9011 Fkill_emacs.
|
|
9012
|
|
9013 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
9014
|
|
9015 * files.el (cdpath-previous): New variable.
|
|
9016 (cd): Use it.
|
|
9017 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
9018
|
|
9019 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9020
|
|
9021 * keydefs.el: Changed keybindings of forward-char,
|
|
9022 backward, scroll-up and scroll-down to point to their
|
|
9023 -command counterparts.
|
|
9024
|
|
9025 * simple.el: New functions: forwarc-char-command,
|
|
9026 backwrad-char-command, scroll-up-command,
|
|
9027 scroll-down-command which work liek their counterparts
|
|
9028 except that they honor the variable
|
|
9029 signal-error-on-buffer-boundary.
|
|
9030
|
|
9031 Definition of signal-error-on-buffer-boundary received
|
|
9032 from src/cmds.c.
|
|
9033
|
|
9034 defvar declaration added for word-across-newline to avoid
|
|
9035 byte-compiler warning about the free variable reference.
|
|
9036
|
|
9037 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9038
|
|
9039 * winnt.el: Removed "%t" from the beginning of
|
|
9040 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
9041
|
|
9042 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
9043
|
|
9044 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
9045 of `when' with `if'.
|
|
9046
|
|
9047 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9048
|
|
9049 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
9050 mswindows. Must be reworked along with glyphs.el, or
|
|
9051 merged into it, after there is images support.
|
|
9052
|
|
9053 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
9054 'mswindows.
|
|
9055
|
|
9056 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
9057
|
|
9058 * faces.el: fix for text cursor initialization.
|
|
9059 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
9060 From Andy Piper <andyp@parallax.co.uk>
|
|
9061
|
|
9062 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
9063
|
|
9064 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
9065 if there is an existing package that handles it and warn the user
|
|
9066 about that mode.
|
|
9067
|
|
9068 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9069
|
|
9070 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
9071 Installation" menu item when Installation-string is not bound.
|
|
9072
|
|
9073 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
9074
|
|
9075 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
9076 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
9077
|
|
9078 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9079
|
|
9080 * msw-faces.el:
|
|
9081 * faces.el: Fix face initialization.
|
|
9082
|
|
9083 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
9084
|
|
9085 * files.el (backup-enable-predicate): fix breakage introduced
|
|
9086 by TMPDIR patch.
|
|
9087
|
|
9088 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9089
|
|
9090 * x-faces.el (x-init-face-from-resources): The
|
|
9091 TTY face property retrieval functions don't return
|
|
9092 specifiers, so use face-property instead.
|
|
9093
|
|
9094 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
9095
|
|
9096 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
9097
|
|
9098 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9099
|
|
9100 * x-menubar.el: Expanded documentation for
|
|
9101 option-save-faces. Changed Options -> Browse Faces
|
|
9102 menu entry to invoke customize-face.
|
|
9103
|
|
9104 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9105
|
|
9106 * faces.el: Most face initialization moved out of
|
|
9107 init-other-random-faces to the top level so that the
|
|
9108 initialization happens before Xemacs is dumped. Much
|
|
9109 of the fascist "face-differs-from-default-p or FROB!"
|
|
9110 code has been retired in favor of letting the user do
|
|
9111 what they want to do. Face initialization code changed
|
|
9112 to use `default' specifier tag so that the settings can
|
|
9113 be overridden later if the user wishes it.
|
|
9114
|
|
9115 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
9116
|
|
9117 * about.el (about-hackers): Update contributors list.
|
|
9118
|
|
9119 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9120
|
|
9121 * specifier.el: Define new specifier tag `default'.
|
|
9122
|
|
9123 * modeline.el: Initialize faces using `default' tag.
|
|
9124
|
|
9125 * x-faces.el (x-init-face-from-resources): Remove
|
|
9126 specifier specs containing the `default' tag before
|
|
9127 adding new specs.
|
|
9128
|
|
9129 1998-03-02 John Jones <jj@asu.edu>
|
|
9130
|
|
9131 * package-get.el (package-get-all): fixed arguments on call to
|
|
9132 package-admin-add-single-file-package.
|
|
9133 * package-get.el (package-get-installedp): fixed to match
|
|
9134 advertised behavior.
|
|
9135 * package-get.el: added function package-get-update-all which
|
|
9136 installs newest versions of all the current packages (if they are
|
|
9137 not already installed).
|
|
9138
|
|
9139 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9140
|
|
9141 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
9142 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
9143 still nil, as happens for example when finding a compressed
|
|
9144 file with "jka-compr".
|
|
9145
|
|
9146 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9147
|
|
9148 * faces.el: in make-face-* type functions do the operation for all
|
|
9149 window systems, not just the first one found.
|
|
9150
|
|
9151 * font.el: call mswindows-list-fonts for mswindows.
|
|
9152
|
|
9153 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
9154
|
|
9155 * code-process.el (call-process-region):
|
|
9156 * process.el (call-process-region):
|
|
9157 * package-get.el (package-get-dir):
|
|
9158 * files.el (backup-enable-predicate):
|
|
9159 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
9160 Use temp-directory in place of `/tmp'.
|
|
9161
|
|
9162 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
9163
|
|
9164 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
9165
|
|
9166 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
9167 Emacs.
|
|
9168
|
|
9169 * files.el (insert-directory): Modified to use special
|
|
9170 dired-in-C enhancements if present.
|
|
9171
|
|
9172 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9173
|
|
9174 * code-files.el: make default coding no-conversion.
|
|
9175
|
|
9176 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
9177
|
|
9178 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
9179 the load-path.
|
|
9180
|
|
9181 * update-elc.el: Strip directory when testing for files not to
|
|
9182 bytecompile.
|
|
9183
|
|
9184 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9185
|
|
9186 * lisp-mode.el: Use recommended form for menus.
|
|
9187
|
|
9188 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
9189
|
|
9190 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
9191 entry.
|
|
9192
|
|
9193 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9194
|
|
9195 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
9196 (get-frame-for-buffer-noselect): Always return frames
|
|
9197 in the not-this-window-p cond clause.
|
|
9198
|
|
9199 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
9200
|
|
9201 * help.el (describe-installation): New function.
|
|
9202
|
|
9203 * x-menubar.el (default-menubar): Add describe-installation to
|
|
9204 Help menu.
|
|
9205
|
|
9206 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
9207 should not be bytecompiled.
|
|
9208
|
|
9209 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
9210 XEmacs.
|
|
9211
|
|
9212 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
9213 entry.
|
|
9214
|
|
9215 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
9216 coding.
|
|
9217 From Andy Piper <andyp@parallax.co.uk>
|
|
9218
|
|
9219 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9220
|
|
9221 * ldap.el: Do not require ldap-internal at compile time.
|
|
9222
|
|
9223 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9224
|
|
9225 * code-files.el: new file. a virtual copy of mule-files.el
|
|
9226 but without charset
|
|
9227 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
9228 changing the eol type for the current buffer.
|
|
9229
|
|
9230 * code-process.el: new file. a copy of
|
|
9231 mule-process.el. mule-process.el will disappear when things have
|
|
9232 settled.
|
|
9233
|
|
9234 * coding.el: new file. a virtual copy of mule-files.el but
|
|
9235 without charset dependencies. (coding-system-base) new function
|
|
9236 for getting the parent coding system of a coding system with eol
|
|
9237 type set.
|
|
9238
|
|
9239 * dumped-lisp.el: add above files for the non-mule case.
|
|
9240
|
|
9241 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9242
|
|
9243 * window-xemacs.el (display-buffer): If no explicit
|
|
9244 frame is specified, search for a window that displays
|
|
9245 the buffer on the currently selected frame, before
|
|
9246 searching other frames.
|
|
9247
|
|
9248 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9249
|
|
9250 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
9251 is non-nil, use window on the selected frame if it is not
|
|
9252 also the selected window. When defaulting, search for
|
|
9253 windows on the currently selected fgrame before searching
|
|
9254 other frames.
|
|
9255
|
442
|
9256 1998-02-25 Didier Verna <didier@xemacs.org>
|
428
|
9257
|
|
9258 * modeline.el (modeline-swap-buffers): originally named
|
|
9259 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
9260 decided in `mouse-drag-modeline'.
|
|
9261 (mouse-drag-modeline): A button release event is considered a
|
|
9262 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
9263 stay unchanged.
|
|
9264
|
|
9265 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
9266
|
|
9267 * x-menubar.el: Put redo on the menubar.
|
|
9268 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9269
|
|
9270 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9271
|
|
9272 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
9273 temp-buffer-show-function is set, use it to display current set of
|
|
9274 warnings in the "*Compile-Log-Show*" buffer.
|
|
9275
|
|
9276 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
9277 is set, use it to display current set of warnings in the
|
|
9278 "*Warnings-Show*" buffer.
|
|
9279
|
|
9280 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9281
|
|
9282 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
9283 Common Lisp.
|
|
9284
|
|
9285 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9286
|
|
9287 * menubar.el: Allow button descriptors at least 2 long.
|
|
9288
|
|
9289 * x-menubar.el (default-menubar): Use recommended forms.
|
|
9290 (file-menu-filter): Remove.
|
|
9291 (edit-menu-filter): Remove.
|
|
9292
|
|
9293 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9294
|
|
9295 * about.el (about-hackers): Updated.
|
|
9296
|
|
9297 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9298
|
|
9299 * help.el (help-max-help-buffers): new variable
|
|
9300 (help-register-and-maybe-prune-excess): new function
|
|
9301 (help-buffer-name): use help-max-help-buffers.
|
|
9302 (with-displaying-help-buffer): use
|
|
9303 help-register-and-maybe-prune-excess.
|
|
9304
|
|
9305 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
9306 one line, let it.
|
|
9307
|
|
9308 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
9309
|
|
9310 * (with-displaying-help-buffer): there is no need to kill the buffer
|
442
|
9311 if it exists, because with-output-to-temp-buffer will clear it.
|
428
|
9312 further, killing the buffer violates the rule that
|
|
9313 temp-buffer-show-function, if set, has the full responsibility of
|
|
9314 showing the temp buffer. killing the buffer fucks with the window
|
|
9315 configuration, hosing temp-buffer-show-function.
|
|
9316
|
|
9317
|
442
|
9318 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9319
|
|
9320 * modeline.el (mouse-drag-modeline):
|
|
9321 - Always scroll the modeline that was originally clicked on.
|
|
9322 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
9323 as horizontal reference for modeline dragging. This allows us to
|
|
9324 keep on dragging the modeline even if the motion event occurs in
|
|
9325 another window.
|
|
9326
|
442
|
9327 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9328
|
|
9329 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
9330 glyph on the modeline to indicate that dragging the mouse has an
|
|
9331 effect both horizontally and vertically.
|
|
9332
|
|
9333 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9334
|
|
9335 * about.el (about-xemacs): Get rid of redundant visible version
|
|
9336 number.
|
|
9337
|
|
9338 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
9339
|
|
9340 * about.el (about-hackers): Update credits.
|
|
9341
|
|
9342 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9343
|
|
9344 * prim/register.el (view-register): Show register type file-query.
|
|
9345
|
|
9346 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9347
|
|
9348 * mode-motion.el (mode-motion-highlight-internal):
|
|
9349 save-excursion inside save-window-exucrsion form to
|
|
9350 hide buffer point changes from save-window-excursion.
|
|
9351 Prevents display flickering when the mouse pointer
|
|
9352 moves.
|
|
9353
|
442
|
9354 1998-02-17 Didier Verna <didier@xemacs.org>
|
428
|
9355
|
|
9356 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
9357 function to handle correctly the case of a toolbar one side of the
|
|
9358 window: scrolling will not necessarily happen.
|
|
9359
|
|
9360 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9361
|
|
9362 * files.el (after-find-file): Restore missing argument
|
|
9363 to format that provides filename for "... consider M-x
|
|
9364 recover-file" message. Also call `message' with "%s"
|
|
9365 as the first arg instead of an arbitrary string.
|
|
9366
|
|
9367 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
9368
|
|
9369 * about.el (about-hackers): Various additions.
|
|
9370
|
|
9371 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
9372
|
|
9373 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
9374 line out when copying on-the-same line autoloads.
|
|
9375
|
|
9376 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
9377 is installed.
|
|
9378
|
|
9379 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
9380
|
|
9381 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
9382 * x11/x-win-sun.el (x-win-init-sun):
|
|
9383 * x11/x-init.el (x-initialize-compose):
|
|
9384 * prim/simple.el:
|
|
9385 (backward-or-forward-kill-sexp):
|
|
9386 (backward-or-forward-kill-sentence):
|
|
9387 (backward-or-forward-kill-word):
|
|
9388 (backward-or-forward-delete-char):
|
|
9389 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
9390 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
9391 x-keysym-on-keyboard-p to detect backspace.
|
|
9392 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
9393 Clean up symbols used with dead keys, checking Linux and solaris
|
|
9394 keysyms.
|
|
9395 Simplify x-win-*.el using above methods.
|
|
9396 Change documentation for x-keysym-*-p functions.
|
|
9397
|
|
9398 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
9399
|
|
9400 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
9401 Vinnie Shelton.
|
|
9402 From Vinnie Shelton <acs@acm.org>
|
|
9403
|
|
9404 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9405
|
|
9406 * simple.el (count-words-region): Ditto.
|
|
9407
|
|
9408 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9409
|
|
9410 * simple.el (count-words-buffer): Document. Don't print anything
|
|
9411 if non-interactive.
|
|
9412
|
|
9413 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
9414
|
|
9415 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
9416 multiple files in InfoDock.
|
|
9417
|
|
9418 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
9419
|
|
9420 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
9421 from version.el in InfoDock.
|
|
9422
|
|
9423 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
9424 specially.
|
|
9425
|
|
9426 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9427
|
|
9428 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
9429 variable name in docstring.
|
|
9430
|
|
9431 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
9432
|
|
9433 * menubar.h: Include "gui.h".
|
|
9434
|
|
9435 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
9436
|
|
9437 * site-load.el: Fix documentation.
|
|
9438
|
|
9439 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9440
|
|
9441 * package-get-base.el (package-get-base): Updated.
|
|
9442
|
|
9443 * keymap.el: PC-ize.
|
|
9444
|
|
9445 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9446
|
|
9447 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
9448 from' on a fresh line.
|
|
9449
|
|
9450 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
9451
|
|
9452 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
9453 object.
|
|
9454
|
|
9455 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9456
|
|
9457 * undo-stack.el: PC-ize.
|
|
9458
|
|
9459 * cmdloop.el: PC-ize.
|
|
9460
|
|
9461 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
9462
|
|
9463 * bytecomp-runtime.el: PC-ize.
|
|
9464
|
|
9465 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
9466
|
|
9467 * cus-dep.el: Spelling fix.
|
|
9468
|
|
9469 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
9470 entries follow).
|
|
9471
|
|
9472 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9473
|
|
9474 * text-mode.el (text-mode-hook-identify): New function,
|
|
9475 put on text-mode-hook. Set text-mode-variant here.
|
|
9476 (text-mode): Don't set it here.
|
|
9477
|
|
9478 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9479
|
|
9480 * text-mode.el (text-mode-hook): New defvar.
|
|
9481 (text-mode-variant): New variable.
|
|
9482 (text-mode): Set that variable locally.
|
|
9483 (toggle-text-mode-auto-fill): New command.
|
|
9484
|
|
9485 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9486
|
|
9487 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
9488
|
|
9489 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9490
|
|
9491 * text-mode.el (paragraph-indent-text-mode):
|
|
9492 Renamed from spaced-text-mode.
|
|
9493 (text-mode-map): Bind TAB to indent-relative.
|
|
9494 (indented-text-mode-map): Variable deleted.
|
|
9495 (indented-text-mode): Now an alias for text-mode.
|
|
9496
|
|
9497 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
9498
|
|
9499 * loadup.el: test-atoms debugging stuffs removed.
|
|
9500
|
442
|
9501 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
428
|
9502
|
|
9503 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
9504
|
|
9505 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
9506
|
|
9507 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
9508 (describe-distribution): Ditto.
|
|
9509 (describe-copying): Ditto.
|
|
9510 (describe-project): Ditto.
|
|
9511 (view-emacs-news): Ditto.
|
|
9512
|
|
9513 * help-nomule.el (help-with-tutorial): Made it use
|
|
9514 `locate-data-file' to find tutorial.
|
|
9515
|
|
9516 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
9517
|
|
9518 * about.el: Corrected my email address.
|
|
9519
|
|
9520 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
9521 'mouse-offix-drop'.
|
|
9522
|
|
9523 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
9524
|
|
9525 * loadup.el (running-xemacs): Spelling fix.
|
|
9526
|
|
9527 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
9528
|
|
9529 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9530 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9531
|
|
9532 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
9533
|
|
9534 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
9535
|
|
9536 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
9537
|
|
9538 * package-info.el (pi-last-mod-date): New function.
|
|
9539 (pi-author-version): New function.
|
|
9540 (batch-update-package-info): Use them.
|
|
9541
|
|
9542 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
9543
|
|
9544 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
9545 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
9546 with `get-frame-for-buffer-default-to-current'.
|
|
9547
|
|
9548 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
9549
|
|
9550 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
9551 (byte-compile-output-docform): Ditto.
|
|
9552 (byte-compile-compiled-obj-to-list): Ditto.
|
|
9553
|
|
9554 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9555
|
|
9556 * startup.el (command-line-1): Removed code that ran
|
|
9557 buffer-menu.
|
|
9558
|
|
9559 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
9560
|
|
9561 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
9562
|
|
9563 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9564
|
|
9565 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
9566 `device-on-window-system-p' instead of explicitly checking for X,
|
|
9567 so that the same logic works for MS Windows.
|
|
9568 (suspend-or-iconify-emacs): Ditto.
|
|
9569
|
|
9570 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9571
|
|
9572 * about.el (about-maintainer-info): Andy Piper is back.
|
|
9573 (xemacs-hackers): Updated Andy Piper's email address.
|
|
9574 (about-hackers): Added Jonathan Harris.
|
|
9575 (about-hackers): Updated Tibor Polgar's email address.
|
|
9576
|
|
9577 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9578
|
|
9579 * about.el: Add xemacs.org email manager.
|
|
9580
|
|
9581 * package-get-base.el (package-get-base): Updated with most recent
|
|
9582 package updates.
|
|
9583
|
|
9584 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9585
|
|
9586 * help.el (function-arglist): Use `indirect-function' instead of
|
|
9587 `symbol-function' so that aliases are treated correctly.
|
|
9588
|
|
9589 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9590
|
|
9591 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
9592 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
9593 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
9594 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
9595 (describe-key): Use `princ' "%s" to print object.
|
|
9596 (describe-function-1): Use `princ' "%s" to print object.
|
|
9597 Commented out alias lines removed.
|
|
9598 (help-pretty-print-limit): New variable to control pretty-printing
|
|
9599 of variable values.
|
|
9600 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
9601 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
9602 list of length less than `help-pretty-print-limit'.
|
|
9603 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
9604
|
|
9605 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9606
|
|
9607 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
9608 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
9609
|
|
9610 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9611
|
|
9612 * info.el (Info-default-directory-list): Made the documentation
|
|
9613 more explanitory.
|
|
9614
|
|
9615 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
9616
|
|
9617 * lisp/packages.el:
|
|
9618 * lisp/package-admin.el:
|
|
9619 * lisp/build-report.el:
|
|
9620 Fix typos.
|
|
9621
|
|
9622 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9623
|
|
9624 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
9625 warnings in Java buffers without final newline and editing the
|
|
9626 last line.
|
|
9627
|
|
9628 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
9629
|
|
9630 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9631 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9632 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
9633
|
|
9634 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
9635 From Oliver Graf <ograf@fga.de>
|
|
9636
|
|
9637 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
9638
|
|
9639 * loadup.el (load-gc): rewrite as defun.
|
|
9640 Print something sensical if a required dump-time file isn't found.
|
|
9641
|
|
9642 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
9643
|
|
9644 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
9645 bug strikes a menudescriptor.
|
|
9646
|
|
9647 * package-get-base.el (package-get-base): Updated.
|
|
9648
|
|
9649 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
9650 from the Makefile.
|
|
9651
|
|
9652 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
9653
|
|
9654 * files.el (save-some-buffers): Don't play games with deleting
|
|
9655 other windows if we are in the minibuffer window.
|
|
9656
|
|
9657 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9658
|
|
9659 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
9660 (add-minor-mode): Document :active property to TOGGLE.
|
|
9661
|
|
9662 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9663
|
|
9664 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
9665 `:included' predicate in the `toggle-sym' plist.
|
|
9666 (add-minor-mode): Document the :included property, format
|
|
9667 docstring some more.
|
|
9668 (modeline-minor-mode-menu): Documentation string added.
|
|
9669
|
|
9670 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9671
|
|
9672 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
9673 labels from the symbol-names by thwacking off the overly redundant
|
|
9674 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
9675 resultant strings. Also shortened the menu's title by eliminating
|
|
9676 the redundant buffer name.
|
|
9677 (add-minor-mode): Beautified the docstring, added mention of the
|
|
9678 `:menu-tag' property of TOGGLE.
|
|
9679 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
9680 `toggle-sym' to beatify the mode-life menus.
|
|
9681 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
9682 `auto-fill-function'.
|
|
9683
|
442
|
9684 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9685
|
|
9686 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
9687 menus to :style 'toggle.
|
|
9688
|
|
9689 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
9690
|
|
9691 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
9692
|
|
9693 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9694
|
|
9695 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
9696 only recognize first hyperlink.
|
|
9697 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
9698 `hyper-apropos-insert-face'.
|
|
9699 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
9700
|
|
9701 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9702
|
|
9703 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
9704 mail.
|
|
9705 (toolbar-mail-reader): Add support for `send'.
|
|
9706 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
9707
|
442
|
9708 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9709
|
|
9710 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
9711 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
9712 will function properly.
|
|
9713
|
|
9714 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
9715
|
|
9716 * simple.el: make the backwards delete function called by
|
|
9717 `backward-or-forward-delete-char' user configurable.
|
|
9718
|
|
9719 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9720
|
|
9721 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
9722 compiled function got loaded from.
|
|
9723
|
|
9724 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9725
|
|
9726 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
9727
|
|
9728 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
9729
|
|
9730 * startup.el (load-init-file): Load autoloads earlier.
|
|
9731 (startup-splash-frame): Handle InfoDock logo.
|
|
9732
|
|
9733 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
9734 InfoDock.
|
|
9735 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
9736
|
|
9737 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
9738 doesn't have this function.
|
|
9739
|
|
9740 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
9741
|
|
9742 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
9743
|
|
9744 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
9745 version of version.el.
|
|
9746 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
9747
|
|
9748 * x-menubar.el (default-menubar): Guard reference to
|
|
9749 `gnuserv-frame'.
|
|
9750 (default-menubar): Guard references to `font-lock-mode'.
|
|
9751 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
9752 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
9753
|
|
9754 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
9755
|
|
9756 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
9757 loading auto-autoloads files.
|
|
9758
|
|
9759 * loaddefs.el: Disable dumping autoloads.
|
|
9760
|
|
9761 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
9762
|
|
9763 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
9764
|
|
9765 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
9766
|
|
9767 * finder.el (finder-by-keyword): Autoload.
|
|
9768
|
|
9769 * help.el: Conditionalize hyperbole setup.
|
|
9770
|
|
9771 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9772
|
|
9773 * packages.el (package-require): Update to reflect new data format.
|
|
9774
|
442
|
9775 1998-01-02 Didier Verna <didier@xemacs.org>
|
428
|
9776
|
|
9777 * x-menubar.el (default-menubar): make the tutorials available
|
|
9778 through the menubar. (Plus some compilation warnings cleanup).
|
|
9779
|
|
9780 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9781
|
|
9782 * check-features.el: New file. Perform sanity check after build.
|
|
9783
|
|
9784 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
9785 files to tooltalk package.
|
|
9786 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
9787 package.
|
|
9788
|
|
9789 * package-admin.el (package-admin-xemacs): Use better default for
|
|
9790 location of XEmacs binary.
|
|
9791
|
|
9792 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9793
|
|
9794 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
9795 tag with sexp and add value tag with value `t'.
|
|
9796
|
|
9797 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
9798
|
|
9799 * package-get.el: Changes to work with real data.
|
|
9800 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9801
|
|
9802 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
9803 being.
|
|
9804
|
|
9805 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
9806 of possibly out-of-date packges.elc.
|
|
9807 * make-docfile.el ("packages.el"): Ditto.
|
|
9808
|
|
9809 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
9810
|
|
9811 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
9812 the main tarball shadowing anything past it.
|
|
9813
|
|
9814 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
9815
|
|
9816 * packages.el (package-provide): Delete a previous provide.
|
|
9817
|
|
9818 * package-info.el: New file.
|
|
9819
|
|
9820 * package-get.el: New file.
|
|
9821 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9822 (package-get): Fix md5 computation to work with Mule.
|
|
9823
|
|
9824 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9825
|
|
9826 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
9827
|
|
9828 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
9829
|
|
9830 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
9831
|
|
9832 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
9833 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9834
|
|
9835 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
9836
|
|
9837 * startup.el (load-init-file): Reload new or changed autoloads
|
|
9838 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
9839
|
|
9840 * packages.el (packages-new-autoloads): New function.
|
|
9841 (packages-reload-autoloads): New function.
|
|
9842 (packages-reload-dumped-lisp): New (stub) function.
|
|
9843
|
|
9844 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
9845
|
|
9846 * loadhist.el (file-provides): Extend to handle variant
|
|
9847 extensions.
|
|
9848
|
|
9849 * replace.el (query-replace): Fix typo.
|
|
9850
|
|
9851 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9852
|
|
9853 * make-docfile.el: list-autoloads-path has been renamed.
|
|
9854 * update-elc.el: list-autoloads has been renamed.
|
|
9855
|
|
9856 * packages.el (packages-list-autoloads): Renamed.
|
|
9857 (packages-list-autoloads-path): Ditto.
|
|
9858
|
|
9859 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
9860
|
|
9861 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
9862 for an error in an auto-autoload.el file.
|
|
9863
|
|
9864 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9865
|
|
9866 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
9867 tag with const.
|
|
9868 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9869
|
|
9870 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
9871
|
|
9872 * loadhist.el (unload-feature): Remove autoload.
|
|
9873
|
|
9874 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
9875
|
|
9876 * loadhist.el: Unpackaged.
|
|
9877
|
|
9878 * help.el (describe-symbol-find-file): Rename
|
|
9879 `describe-function-find-file' and make old name obsolete.
|
|
9880 (describe-function-1): Use it.
|
|
9881 (describe-function-1): Guard reference to
|
|
9882 `compiled-function-annotation'.
|
|
9883
|
|
9884 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9885
|
|
9886 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
9887 argument.
|
|
9888 (help-mode-quit): New optional arg to control whether it kills or
|
|
9889 buries. Tidied up.
|
|
9890 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
9891 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
9892 (help-pretty-print-value): Rename back from
|
|
9893 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
9894 use it, otherwise use dumped `cl-prettyprint'.
|
|
9895 (describe-variable): Use `help-pretty-print-value' again.
|
|
9896 (find-func): Removed reference to "find-func" at end.
|
|
9897
|
|
9898 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9899
|
|
9900 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
9901 GUI XEmacs. Rename? x-menubar is rather window system
|
|
9902 independant, except for a couple of items.
|
|
9903
|
|
9904 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
9905
|
|
9906 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
9907 entries as they will no longer be distributed with XEmacs.
|
|
9908
|
|
9909 * format.el (format-alist): Fix image/tiff regexps.
|
|
9910 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9911
|
|
9912 * help.el (help-maybe-pretty-print-value): Rename.
|
|
9913 (describe-variable): Use it.
|
|
9914 (describe-variable): Add trailing linefeed.
|
|
9915
|
|
9916 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9917
|
|
9918 * help.el (describe-function-1): Don't output anything for
|
|
9919 arglist of autoload functions.
|
|
9920
|
|
9921 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9922
|
|
9923 * help.el (describe-function-1): Don't output anything for
|
|
9924 arglist of autoload functions.
|
|
9925
|
|
9926 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9927
|
|
9928 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
9929 `describe-function-at-point', `describe-variable-at-point',
|
|
9930 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
9931 `help-prev-section'.
|
|
9932 (help-next-section): New function.
|
|
9933 (help-prev-section): New function.
|
|
9934 (help-mode-quit): Changed to kill the help buffer.
|
|
9935 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
9936 correctly.
|
|
9937 (help-buffer-name): New function to generate the name of help
|
|
9938 buffers.
|
|
9939 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
9940 argument giving the name of the help buffer.
|
|
9941 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
9942 (describe-mode): Ditto.
|
|
9943 (describe-bindings): Ditto.
|
|
9944 (describe-prefix-bindings): Ditto.
|
|
9945 (view-lossage): Ditto.
|
|
9946 (with-syntax-table): New macro.
|
|
9947 (function-called-at-point): Use `ignore-errors' and
|
|
9948 `with-syntax-table'.
|
|
9949 (function-at-point): Ditto.
|
|
9950 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
9951 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
9952 function's arglist as string.
|
|
9953 (function-documentation): Extracted from `describe-function-1'.
|
|
9954 Returns function's docstring.
|
|
9955 (describe-function-1): Remove all the "stream" garbage, including
|
|
9956 the stream argument. Use `function-arglist' and
|
|
9957 `function-documentation'.
|
|
9958 (describe-function-arglist): Just use `function-arglist'.
|
|
9959 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
9960 (help-pretty-print-value): New function to help with
|
|
9961 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
9962 `pp-internal'.
|
|
9963 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
9964 Formatting improved. Display file where variable is defined, if
|
|
9965 known. Use `help-pretty-print-value'.
|
|
9966 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
9967 (list-processes): Remove "stream" garbage.
|
|
9968
|
|
9969 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
9970
|
|
9971 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
9972 call a dumped routine instead.
|
|
9973
|
|
9974 * x-win-xfree86.el: Wrap file in defun.
|
|
9975 * x-win-sun.el: Ditto.
|
|
9976
|
|
9977 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
9978
|
|
9979 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
9980 advises functions and does other evil things.
|
|
9981
|
|
9982 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
9983
|
|
9984 * format.el (format-alist): Add `image/tiff'.
|
|
9985 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9986
|
|
9987 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
9988
|
|
9989 * about.el (about-hackers): More names added.
|
|
9990
|
|
9991 * make-docfile.el: Remove superfluous package path search.
|
|
9992
|
|
9993 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
9994
|
|
9995 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
9996
|
|
9997 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
9998 ignored shadows.
|
|
9999
|
|
10000 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
10001
|
|
10002 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
10003 get trailing slashes when added to the load-path.
|
|
10004
|
|
10005 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
10006 are.
|
|
10007
|
|
10008 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10009
|
|
10010 * x-faces.el: Added support for foregroundToolBarColor
|
|
10011 to xpm-color-symbols.
|
|
10012
|
|
10013 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10014
|
|
10015 * etags.el (tags-remove-duplicates): Removed.
|
|
10016 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
10017
|
|
10018 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
10019 correctly.
|
|
10020 (get*): Defalias to `get'.
|
|
10021
|
|
10022 * cl.el (eql): Compare integers with `eq'.
|
|
10023 (cl-map-extents): Check for `map-extents' first.
|
|
10024
|
442
|
10025 1997-12-17 Didier Verna <didier@xemacs.org>
|
428
|
10026
|
|
10027 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
10028 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
10029
|
|
10030 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
10031
|
|
10032 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10033
|
|
10034 * widget.el (define-widget): Check the arguments.
|
|
10035
|
|
10036 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
10037 (custom-variable-value-create): Use `signal' to signal error.
|
|
10038 (custom-variable-reset-saved): Ditto.
|
|
10039 (custom-variable-reset-standard): Ditto.
|
|
10040 (custom-face-reset-saved): Ditto.
|
|
10041
|
|
10042 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
10043 (widget-default-format-handler): Ditto.
|
|
10044 (widget-checklist-add-item): Ditto.
|
|
10045 (widget-radio-add-item): Ditto.
|
|
10046 (widget-editable-list-entry-create): Ditto.
|
|
10047 (widget-sexp-prompt-value): Ditto.
|
|
10048
|
|
10049 * custom.el (custom-declare-variable): Signal errors better.
|
|
10050 (custom-handle-keyword): Ditto.
|
|
10051 (custom-declare-group): Ditto.
|
|
10052
|
|
10053 * window-xemacs.el (windows): Ditto.
|
|
10054
|
|
10055 * menubar.el (menu): Ditto.
|
|
10056
|
|
10057 * keydefs.el (keyboard): Ditto.
|
|
10058
|
|
10059 * minibuf.el (minibuffer): Ditto.
|
|
10060
|
|
10061 * process.el (execute): Ditto.
|
|
10062
|
|
10063 * fill.el (fill): Ditto.
|
|
10064
|
|
10065 * modeline.el (modeline): Ditto.
|
|
10066
|
|
10067 * help.el (help): Ditto.
|
|
10068
|
|
10069 * faces.el (faces): Ditto.
|
|
10070
|
|
10071 * files.el (files): Ditto.
|
|
10072
|
|
10073 * x-init.el (x): Ditto.
|
|
10074
|
|
10075 * lisp-mode.el (lisp): Ditto.
|
|
10076
|
|
10077 * process.el (processes): Ditto.
|
|
10078
|
|
10079 * mouse.el (mouse): Ditto.
|
|
10080
|
|
10081 * abbrev.el (abbrev): Moved from cus-edit.
|
|
10082
|
|
10083 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
10084 as variable declaration.
|
|
10085
|
|
10086 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10087
|
|
10088 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
10089 (find-menu-item): Cosmetic changes.
|
|
10090
|
|
10091 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
10092
|
|
10093 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
10094
|
|
10095 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
10096
|
|
10097 * startup.el (set-default-load-path): Only search package-path
|
|
10098 when not running temacs.
|
|
10099
|
|
10100 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
10101 files.
|
|
10102
|
|
10103 * loadup.el: Correct commentary. Reformatting.
|
|
10104 (really-early-error-handler): Use absolute path to the
|
|
10105 first dumped-lisp.el file.
|
|
10106 (really-early-error-handler): Print full path name of
|
|
10107 each dumped lisp file (inherited from InfoDock).
|
|
10108
|
|
10109 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
10110 dumped-lisp.el files.
|
|
10111
|
|
10112 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
10113 package-path is searched.
|
|
10114 * update-elc.el: Ditto.
|
|
10115
|
|
10116 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
10117 `condition-case' for indentation.
|
|
10118
|
|
10119 * about.el (about-xemacs): Update release date.
|
|
10120
|
|
10121 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10122
|
|
10123 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
10124 anywhere but at the last clause.
|
|
10125 (ecase): Disallow `t' and `otherwise'.
|
|
10126
|
|
10127 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10128
|
|
10129 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
10130 from stuff moved out of `custom-buffer-create-internal'.
|
|
10131 (custom-novice): New variable. Default t.
|
|
10132 (custom-display-global-buttons): Ditto. Default `top'.
|
|
10133 (custom-buffer-create-internal): Only display help if
|
|
10134 `custom-novice' is non-nil. Display global buttons according to
|
|
10135 `custom-display-global-buttons'.
|
|
10136
|
|
10137 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10138
|
|
10139 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
10140 (find-menu-item): Cosmetic changes.
|
|
10141
|
|
10142 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10143
|
|
10144 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
10145 look.
|
|
10146
|
|
10147 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10148
|
|
10149 * format.el (format-deannotate-region): Bug fix.
|
|
10150 Deannotating a region containing unknown tags would fail
|
|
10151 (causing decoding of text/enriched to fail at user level)
|
|
10152
|
|
10153 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10154
|
|
10155 * minibuf.el (read-directory-name): Support sixth
|
|
10156 arg, HISTORY, as already documented.
|
|
10157
|
|
10158 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10159
|
|
10160 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
10161 to `ecase'.
|
|
10162
|
|
10163 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
10164
|
|
10165 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
10166 skk-activate.
|
|
10167
|
|
10168 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
10169
|
|
10170 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|