481
|
1 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
2
|
|
3 * about.el (about-personal-info): Update my bio.
|
|
4 (about-hacker-contribution): Ditto.
|
|
5
|
480
|
6 2001-04-23 Didier Verna <didier@xemacs.org>
|
|
7
|
|
8 * cus-edit.el (custom-variable-pre-save): New.
|
|
9 * cus-edit.el (custom-variable-post-save): New.
|
|
10 * cus-edit.el (custom-variable-save): use them.
|
|
11 * cus-edit.el (custom-face-pre-save): New.
|
|
12 * cus-edit.el (custom-face-post-save): New.
|
|
13 * cus-edit.el (custom-face-save): use them.
|
|
14 * cus-edit.el (custom-group-pre-save): New.
|
|
15 * cus-edit.el (custom-group-post-save): New.
|
|
16 * cus-edit.el (custom-group-save): use them.
|
|
17 * cus-edit.el (Custom-save): use the pre/post functions above,
|
|
18 call `custom-save-all' only once.
|
|
19 * cus-edit.el (custom-variable-pre-reset-standard): New.
|
|
20 * cus-edit.el (custom-variable-post-reset-standard): New.
|
|
21 * cus-edit.el (custom-variable-reset-standard): use them.
|
|
22 * cus-edit.el (custom-face-pre-reset-standard): New.
|
|
23 * cus-edit.el (custom-face-post-reset-standard): New.
|
|
24 * cus-edit.el (custom-face-reset-standard): use them.
|
|
25 * cus-edit.el (custom-group-pre-reset-standard): New.
|
|
26 * cus-edit.el (custom-group-post-reset-standard): New.
|
|
27 * cus-edit.el (Custom-reset-standard): use them.
|
|
28 * cus-edit.el (custom-face-reset-saved): use the pre/post
|
|
29 functions above, call `custom-save-all' only once.
|
|
30
|
479
|
31 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
32
|
|
33 * about.el:
|
|
34 * about.el (about-headline-face): New.
|
|
35 * about.el (about-link-face): New.
|
|
36 * about.el (about-current-release-maintainers): New.
|
|
37 * about.el (about-other-current-hackers): New.
|
|
38 * about.el (about-once-and-future-hackers): New.
|
|
39 * about.el (about-lookup-url): New.
|
|
40 * about.el (about-get-buffer):
|
|
41 * about.el (about-mailto-link): New.
|
|
42 * about.el (about-finish-buffer):
|
|
43 * about.el (about-xemacs):
|
|
44 * about.el (about-features): Removed.
|
|
45 * about.el (about-advantages): New.
|
|
46 * about.el (about-maintainer-info): Removed.
|
|
47 * about.el (about-personal-info): New.
|
|
48 * about.el (about-hacker-contribution): New.
|
|
49 * about.el (about-maintainer):
|
|
50 * about.el (about-show-linked-info):
|
|
51 * about.el (about-hackers):
|
|
52 Major revamping. Rewriting of most of the text, improve the
|
|
53 link handling, separate info on contributors into personal
|
|
54 and contribution info, add new contributors, update personal
|
|
55 info, etc. etc.
|
480
|
56
|
479
|
57 * menubar-items.el (default-menubar):
|
|
58 Help menubar entry for News now says more accurately
|
|
59 "What's New in XEmacs".
|
480
|
60
|
479
|
61 * mouse.el:
|
|
62 * mouse.el (mouse-track-cleanup-hook):
|
|
63 * mouse.el (mouse-track):
|
|
64 Don't set-buffer to a dead buffer when calling mouse-track
|
|
65 cleanup hooks.
|
|
66
|
476
|
67 2001-04-18 Didier Verna <didier@xemacs.org>
|
|
68
|
|
69 * cus-edit.el (Custom-reset-standard): reset to standard settings
|
|
70 not only when the buffer's :custom-state is 'modified, but also
|
|
71 when it is 'set or 'saved.
|
|
72
|
472
|
73 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
74
|
|
75 * XEmacs 21.5.0 "alfalfa" is released.
|
|
76
|
470
|
77 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
78
|
|
79 * startup.el (load-user-init-file): define `custom-file' before
|
|
80 loading the user's init file.
|
|
81
|
464
|
82 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
83
|
|
84 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
85 we get them working.
|
|
86
|
|
87 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
88
|
|
89 * help.el:
|
|
90 * help.el (Help-princ-face):
|
|
91 * help.el (Help-prin1-face):
|
|
92 * help.el (frob-help-extents):
|
|
93 * help.el (describe-function-1):
|
|
94 * help.el (describe-variable):
|
|
95 Avoid using font-lock faces, which may not be defined.
|
|
96 Instead, use hyper-apropos faces, and make sure they're
|
|
97 defined as necessary by using `require'. (It's not so safe
|
|
98 to do this for font-lock.) In any case, we will eventually
|
|
99 be merging this functionality into hyper-apropos.
|
|
100
|
|
101 * loaddefs.el (completion-ignored-extensions):
|
|
102 Fix documentation.
|
470
|
103
|
464
|
104 * menubar-items.el (menu-truncate-list): Removed.
|
|
105 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
106 * menubar-items.el (default-menubar):
|
|
107 Fix errors if grep or compile command is too long. Rename helper
|
|
108 function to be less visible.
|
|
109
|
|
110 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
111
|
|
112 * byte-optimize.el (byte-optimize-minus):
|
|
113 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
114
|
|
115 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
116
|
|
117 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
118 Mule is available.
|
|
119
|
|
120 * mule/latin.el: New file.
|
|
121
|
|
122 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
123
|
|
124 * auto-save.el:
|
|
125 * auto-save.el (auto-save-directory):
|
|
126 * auto-save.el (make-auto-save-file-name):
|
|
127 * auto-save.el (auto-save-file-name-p): New.
|
|
128
|
|
129 Merge in improvements from other definition of
|
|
130 make-auto-save-file-name in files.el.
|
470
|
131
|
464
|
132 * auto-save.el (auto-save-original-name):
|
|
133 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
134 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
135 * auto-save.el (auto-save-slashify-name): Removed.
|
|
136 * auto-save.el (auto-save-reserved-chars): New.
|
|
137 * auto-save.el (auto-save-escape-name): New.
|
|
138 * auto-save.el (auto-save-unhex): New.
|
|
139 * auto-save.el (auto-save-unescape-name): New.
|
|
140
|
|
141 Change algorithm for encoding filenames in auto-save names to be
|
|
142 entirely safe with all filesystems and all possible characters in
|
|
143 a filename, and 100% reversible. (Essentially, uses
|
|
144 quoted-printable as the encoding.)
|
470
|
145
|
464
|
146 * auto-save.el (recover-all-files):
|
|
147
|
|
148 Use insert-directory rather than calling ls directly -- fixes
|
|
149 things under Windows.
|
|
150
|
|
151 * files.el:
|
|
152 * files.el (convert-standard-filename): Substitute FSF's
|
|
153 definition for this (we had nothing here before).
|
470
|
154
|
464
|
155 * files.el (backup-buffer): Warning fix.
|
470
|
156
|
464
|
157 * files.el (make-backup-file-name):
|
|
158 * files.el (find-backup-file-name):
|
|
159 Fix error in calling sequence to auto-save-file-name-p.
|
470
|
160
|
464
|
161 * files.el (recover-file):
|
|
162 Use insert-directory rather than calling ls directly -- fixes
|
|
163 things under Windows.
|
|
164
|
|
165 * files.el (make-auto-save-file-name): Removed.
|
|
166 * files.el (auto-save-file-name-p): Removed.
|
|
167 auto-save is always dumped so no sense in having a definition
|
|
168 that will always be overwritten with another.
|
470
|
169
|
464
|
170 * files.el (insert-directory):
|
|
171 * win32-native.el:
|
|
172 * win32-native.el (debug-mswindows-process-command-lines):
|
|
173 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
174 * win32-native.el (make-auto-save-file-name): Removed.
|
|
175
|
|
176
|
462
|
177 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
178
|
|
179 * XEmacs 21.2.46 "Urania" is released.
|
|
180
|
|
181 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
182
|
|
183 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
184 sample.init.el and adjust accelerators.
|
|
185
|
|
186 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
187
|
|
188 * build-report.el (build-report): Improve docstring.
|
|
189
|
|
190 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
191
|
|
192 * ChangeLog: Log GTK merge.
|
|
193
|
|
194 * gutter-items.el:
|
|
195 * mwheel.el:
|
|
196 * sound.el:
|
|
197 * startup.el:
|
|
198 Revert gratuitous whitespace changes.
|
|
199
|
|
200 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
201
|
|
202 * help.el:
|
|
203 * help.el (key-or-menu-binding):
|
|
204 * help.el (Help-find-file): New.
|
|
205 * help.el (describe-beta):
|
|
206 * help.el (describe-copying):
|
|
207 * help.el (describe-project):
|
|
208 * help.el (view-emacs-news):
|
|
209 * help.el (view-sample-init-el): New.
|
|
210 * help.el (Help-princ-face): New.
|
|
211 * help.el (Help-prin1-face): New.
|
|
212 * help.el (help-symbol-function-context-menu):
|
|
213 * help.el (help-symbol-variable-context-menu):
|
|
214 * help.el (help-symbol-function-and-variable-context-menu):
|
|
215 * help.el (frob-help-extents):
|
|
216 * help.el (describe-function-1):
|
|
217 * help.el (describe-variable):
|
|
218
|
|
219 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
220 View files in view-mode rather than Fundamental.
|
|
221 Remove separators from context menus -- now handled in generic code.
|
|
222 Add `Find Tag' to context menu.
|
470
|
223
|
462
|
224 * menubar.el (popup-mode-menu):
|
|
225
|
|
226 Rewrite code that outputs the popup menu to (a) put more specific
|
|
227 entries first, (b) be more robust, (c) output the proper context
|
|
228 menu separators automatically (the context menu functionality is
|
|
229 new and currently used only by Help).
|
|
230
|
|
231 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
232
|
|
233 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
234 this function when converting from the 21.1 GTK branch. Now
|
|
235 supports file, password, question, and color built-in dialogs.
|
|
236
|
|
237 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
238
|
|
239 * keydefs.el:
|
|
240 * keydefs.el (global-map):
|
|
241 Add commented-out change of M-k (for 21.5).
|
470
|
242
|
462
|
243 * menubar-items.el (default-menubar):
|
|
244 Fix items to control kill-line behavior; add items for
|
|
245 shifted motion.
|
470
|
246
|
462
|
247 * simple.el:
|
|
248 * simple.el (kill-whole-line):
|
|
249 * simple.el (historical-kill-line): Removed.
|
|
250 * simple.el (kill-line): Removed.
|
|
251 * simple.el (kill-entire-line): New.
|
|
252 * simple.el (kill-line-1): New.
|
|
253 * simple.el (backward-kill-line):
|
|
254 Undo kill-whole-line == always changes. Add new function
|
|
255 kill-entire-line to unconditionally delete the current line.
|
|
256 Add comments describing the lamentable state of affairs of
|
|
257 the kill-line functions and variables.
|
|
258
|
|
259 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
260
|
|
261 * simple.el:
|
|
262 * simple.el (beginning-of-buffer):
|
|
263 * simple.el (end-of-buffer):
|
|
264 * simple.el (mark-ring-unrecorded-commands):
|
|
265 * simple.el (signal-error-on-buffer-boundary):
|
|
266 * simple.el (shifted-motion-keys-select-region):
|
|
267 * simple.el (unshifted-motion-keys-deselect-region):
|
|
268 * simple.el (motion-keys-for-shifted-motion): New.
|
|
269 * simple.el (handle-pre-motion-command):
|
|
270 * simple.el (handle-post-motion-command):
|
|
271 * simple.el (forward-char-command):
|
|
272 * simple.el (backward-char-command):
|
|
273 * simple.el (scroll-up-command):
|
|
274 * simple.el (scroll-down-command):
|
|
275 * simple.el (next-line):
|
|
276 * simple.el (previous-line):
|
|
277 * simple.el (backward-block-of-lines):
|
|
278 * simple.el (forward-block-of-lines):
|
|
279 * simple.el (backward-word):
|
|
280 * simple.el (mark-word):
|
|
281
|
|
282 Augment documentation of the most common motion commands to make
|
|
283 note of the shifted-motion support. Improve the support to (a)
|
|
284 properly document how it works and why it's done in the fashion it
|
|
285 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
286
|
|
287 Correct error in the customize specification of
|
|
288 mark-ring-unrecorded-commands.
|
|
289
|
|
290 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
291
|
|
292 * font-lock.el:
|
|
293 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
294 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
295 * font-lock.el (font-lock-pre-idle-hook):
|
|
296 * font-lock.el (font-lock-after-change-function):
|
|
297 * font-lock.el (font-lock-fontify-pending-extents):
|
|
298 * font-lock.el (font-lock-lisp-like):
|
|
299
|
|
300 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
301 behavior) when making lots of buffer changes between redisplays,
|
|
302 such as when saving the Options.
|
|
303
|
|
304 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
305
|
|
306 * device.el:
|
|
307 * dragdrop.el:
|
|
308 * dumped-lisp.el:
|
|
309 * faces.el:
|
|
310 * frame.el:
|
|
311 * gnuserv.el:
|
|
312 * loadup.el:
|
|
313 * menubar-items.el:
|
|
314 * minibuf.el:
|
|
315 The Great GTK Merge.
|
|
316
|
|
317 * ChangeLog.GTK:
|
|
318 * dialog-gtk.el:
|
|
319 * gdk.el:
|
|
320 * generic-widgets.el:
|
|
321 * glade.el:
|
|
322 * gnome-widgets.el:
|
|
323 * gnome.el:
|
|
324 * gtk-compose.el:
|
|
325 * gtk-extra.el:
|
|
326 * gtk-faces.el:
|
|
327 * gtk-ffi.el:
|
|
328 * gtk-file-dialog.el:
|
|
329 * gtk-font-menu.el:
|
|
330 * gtk-glyphs.el:
|
|
331 * gtk-init.el:
|
|
332 * gtk-iso8859-1.el:
|
|
333 * gtk-marshal.el:
|
|
334 * gtk-mouse.el:
|
|
335 * gtk-package.el:
|
|
336 * gtk-password-dialog.el:
|
|
337 * gtk-select.el:
|
|
338 * gtk-widget-accessors.el:
|
|
339 * gtk-widgets.el:
|
|
340 * gtk.el:
|
|
341 widgets-gtk.el:
|
|
342 The Great GTK Merge: new files.
|
|
343
|
|
344 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
345
|
|
346 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
347 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
348
|
|
349 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
350
|
|
351 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
352
|
460
|
353 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
354
|
|
355 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
356
|
470
|
357 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
358
|
|
359 * about.el (xemacs-hackers): update my entry.
|
|
360 * about.el (about-maintainer-info): ditto.
|
|
361 * about.el (about-hackers): ditto.
|
460
|
362
|
|
363 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
364
|
|
365 * about.el (about-maintainer-info): More vanity info about
|
|
366 yours truly.
|
|
367
|
|
368 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
369
|
|
370 * build-report.el (build-report-destination): xemacs-build-reports
|
|
371 has moved to SourceForge, where mailing list name length is
|
|
372 restricted, hence the name change to
|
|
373 xemacs-buildreports@xemacs.org.
|
|
374 * build-report.el (build-report-keep-regexp): Update default.
|
|
375 * build-report.el (build-report-delete-regexp): Ditto.
|
|
376 * build-report.el (build-report-make-output-files): Ditto.
|
|
377
|
|
378 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
379
|
|
380 * lisp-mode.el: Add indentation specifications for following
|
|
381 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
382 with-open-file, with-open-stream, print-unreadable-object.
|
|
383
|
|
384 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
385
|
|
386 * font-lock.el (font-lock-set-defaults-1):
|
|
387 Move initialization of `font-lock-cache-position' so that it's set
|
|
388 even if font-lock-keywords is already defined.
|
|
389
|
|
390 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
391
|
|
392 * autoload.el (generate-file-autoloads-1):
|
|
393 Use `emacs-lisp-mode-syntax-table' instead of
|
|
394 `lisp-mode-syntax-table'.
|
|
395 * lisp-mode.el (lisp-mode-syntax-table):
|
|
396 Get rid of old checks for `parse-partial-sexp' version.
|
|
397 Make `|' (pipe) string delimiter instead of punctuation.
|
|
398
|
|
399 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
400
|
|
401 * window.el (save-selected-window):
|
|
402 Use gensym for better macro hygiene.
|
|
403
|
|
404 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
405
|
|
406 * dump-paths.el:
|
|
407 * startup.el (startup-setup-paths): Set and use
|
|
408 `mule-lisp-directory'.
|
|
409 (startup-setup-paths-warning): Ditto.
|
|
410
|
|
411 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
412 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
413
|
|
414 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
415
|
|
416 * font-lock.el: Syntax table improvements used. A few random
|
|
417 changes are not specified below.
|
|
418 (font-lock-fontify-string-delimiters):
|
|
419 (font-lock-syntactic-keywords):
|
|
420 (font-lock-cache-state nil):
|
|
421 (font-lock-cache-position):
|
|
422 New variables.
|
|
423 (font-lock-set-syntax):
|
|
424 (font-lock-apply-syntactic-highlight):
|
|
425 (font-lock-fontify-syntactic-anchored-keywords):
|
|
426 (font-lock-fontify-syntactic-keywords-region):
|
|
427 (font-lock-eval-keywords):
|
|
428 New functions.
|
|
429 (font-lock-remove-face):
|
|
430 (font-lock-fontify-syntactically-region):
|
|
431 Use syntax properties.
|
|
432
|
458
|
433 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
434
|
|
435 * XEmacs 21.2.44 "Thalia" is released.
|
|
436
|
|
437 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
438
|
|
439 * startup.el (normal-top-level): Work even if no installation root
|
|
440 is found.
|
|
441
|
|
442 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
443
|
|
444 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
445 (set-progress-abort-instantiator): new function.
|
|
446 (abort-progress-feedback): use it.
|
|
447
|
|
448 * gutter.el (set-gutter-dirty-p): new function.
|
|
449
|
|
450 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
451
|
|
452 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
453
|
|
454 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
455
|
|
456 * sound.el (sound-extension-list): give a better default value.
|
|
457 * sound.el (load-sound-file): improve the doc string, also find
|
|
458 files given by absolute names, pass a real extension list to
|
|
459 `locate-file'.
|
|
460
|
456
|
461 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
462
|
|
463 * XEmacs 21.2.43 "Terspichore" is released.
|
|
464
|
|
465 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
466
|
|
467 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
468 messages from gnuserv.
|
|
469
|
454
|
470 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
471
|
|
472 * XEmacs 21.2.42 "Poseidon" is released.
|
|
473
|
|
474 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
475
|
|
476 * package-get.el (package-get-custom): call
|
|
477 package-net-update-installed-db.
|
|
478
|
|
479 * package-ui.el (pui-install-selected-packages): call
|
|
480 package-net-update-installed-db.
|
|
481
|
|
482 * package-net.el (package-net-update-installed-db): use
|
|
483 packages-package-list so that we reflect reality.
|
|
484
|
|
485 * packages.el (packages-package-list): Make docstring reflect
|
|
486 reality.
|
|
487
|
|
488 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
489
|
|
490 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
491 isn't installed.
|
|
492
|
|
493 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
494
|
|
495 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
496 deactivate native widgets.
|
|
497 (widget-glyph-insert-glyph): record instantiator.
|
|
498 (widget-push-button-value-create): use it.
|
|
499
|
|
500 * gui.el (gui-button-action): new function. Make button's domain
|
|
501 buffer current when calling.
|
|
502 (make-gui-button): update to use gui-button-action.
|
|
503
|
|
504 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
505
|
|
506 * menubar-items.el (default-menubar): add an entry for modeline
|
|
507 horizontal scrolling in Options -> Display.
|
|
508
|
|
509 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
510
|
|
511 * package-get.el (package-get-require-signed-base): Set to nil
|
|
512 by default.
|
|
513
|
452
|
514 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
515
|
|
516 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
517
|
|
518 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
519
|
|
520 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
521 catch lisp/mule/.
|
|
522
|
|
523 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
524
|
|
525 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
526 (maybe-unmigrate-user-init-file):
|
|
527 (unmigrate-user-init-file): Created.
|
|
528 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
529 .emacs.
|
|
530 Some doc fixes wrt init file location.
|
|
531
|
|
532 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
533
|
|
534 * faces.el (face-frob-from-locale-first): new variable.
|
|
535 (frob-face-font-2): Honor tags arg while trying to use
|
|
536 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
537 first try to set face inheriting from frobbed-face.
|
|
538
|
|
539 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
540
|
|
541 * about.el (xemacs-hackers): update my entry.
|
|
542 * about.el (about-url-alist): ditto.
|
|
543 * about.el (about-maintainer-info): ditto.
|
|
544 * about.el (about-hackers): ditto.
|
|
545
|
|
546 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
547
|
|
548 The byte compiler has been badly broken for a year,
|
|
549 by the patch of 1999-12-06.
|
|
550 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
551 Bug was: the byte compiler was making this erroneous optimization:
|
|
552 (progn (or (foo)) (bar)) ==> (bar)
|
|
553
|
|
554 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
555
|
|
556 * setup-paths.el (paths-core-load-path-depth): Split
|
|
557 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
558 recurse into core.
|
|
559 * setup-paths.el (paths-construct-load-path): Use.
|
|
560
|
|
561 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
562
|
|
563 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
564 (package-net-win32-binary-size): ditto. add much needed
|
|
565 commentary.
|
|
566
|
|
567 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
568 for buffers-tab-max-size.
|
|
569
|
450
|
570 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
571
|
|
572 * XEmacs 21.2.40 is released.
|
|
573
|
|
574 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
575
|
|
576 * mule/hebrew.el: Fix comments and typos.
|
|
577 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
578
|
|
579 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
580
|
|
581 * ChangeLog.1: move ancient log from fill.el.
|
|
582
|
|
583 * dump-paths.el:
|
|
584 paragraphs.el:
|
|
585 mule/mule-category.el:
|
|
586 Miscellaneous typo fixes and slight doc clarifications.
|
|
587
|
|
588 * mule/mule-ccl.el: Correct file name in header.
|
|
589
|
448
|
590 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
591
|
|
592 * XEmacs 21.2.39 is released.
|
|
593
|
|
594 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
595
|
|
596 * byte-optimize.el (byte-optimize-cond):
|
|
597 (byte-optimize-cond-1): New.
|
|
598 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
599 Optimizes (cond (x nil)) ==> nil.
|
|
600 Provide better diagnostic on malformed expr like (cond foo).
|
|
601
|
|
602 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
603
|
|
604 * mule/mule-coding.el:
|
|
605 mule/mule-cmds.el (reset-language-environment,
|
|
606 set-language-environment-coding-systems):
|
|
607 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
608
|
|
609 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
610
|
|
611 * package-admin.el: Allow package removal from
|
|
612 early-package-load-path.
|
|
613
|
|
614 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
615
|
|
616 * about.el (about-maintainer-info): Update my entry.
|
|
617
|
|
618 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
619
|
|
620 * packages.el (locate-library): Add support for bzip2
|
|
621 compressed .el files.
|
|
622
|
|
623 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
624
|
|
625 * package-net.el: new file.
|
|
626
|
|
627 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
628
|
|
629 * font-lock.el: Add missing C++ keywords.
|
|
630
|
|
631 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
632
|
|
633 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
634 starting in column 0, as documented in (Info-goto-node
|
|
635 "(xemacs)Comments"). Update docstring accordingly.
|
|
636
|
446
|
637 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
638
|
|
639 * XEmacs 21.2.38 is released.
|
|
640
|
|
641 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
642
|
|
643 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
644 spurious '+' operation detected by Martin.
|
|
645
|
|
646
|
|
647 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
648
|
|
649 * cl-extra.el (coerce):
|
|
650 Implement char to integer coercion.
|
|
651 Remove extraneous (numberp) test.
|
|
652
|
|
653 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
654 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
655 (byte-optimize-predicate):
|
|
656 Warn if evaluating constant expression signals an error.
|
|
657 (byte-optimize-form): Small simplification.
|
|
658
|
|
659 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
660
|
|
661 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
662
|
|
663 * byte-optimize.el:
|
|
664 (byte-optimize-minus):
|
|
665 (byte-optimize-plus):
|
|
666 (byte-optimize-mult):
|
|
667 (byte-optimize-quo):
|
|
668 Use (car (last x)) instead of (last x) to get last elt!
|
|
669 Use `byte-optimize-predicate' to optimize `%'.
|
|
670 Move optimizations for special numeric args to bytecomp.el.
|
|
671 * bytecomp.el (byte-compile-associative): Remove.
|
|
672 (byte-compile-max): New.
|
|
673 (byte-compile-min): New.
|
|
674 Properly handle erroneous calls: (max) (min).
|
|
675 (byte-compile-plus): New.
|
|
676 (byte-compile-minus):
|
|
677 It's easiest to handle 0, +1 and -1 args here.
|
|
678 (byte-compile-mult): New.
|
|
679 It's easiest to handle 1, -1 and 2 args here.
|
|
680 (byte-compile-quo):
|
|
681 It's easiest to handle 0, +1 and -1 args here.
|
|
682 Issue byte-compiler warning when dividing by zero.
|
|
683
|
|
684 Byte-compiler arithmetic improvements.
|
|
685 Better optimize these expressions in the obvious way:
|
|
686 (+ x y 1) --> varref x varref y add add1
|
|
687 (+ x y -1) --> varref x varref y add sub1
|
|
688 (- x y 0) --> (- x y)
|
|
689 (- 0 x y) --> (- (- x) y)
|
|
690 (% 42 19) --> compile-time constant
|
|
691 (/ 42 19) --> compile-time constant
|
|
692 (* (foo) 2) --> foo call dup plus
|
|
693
|
|
694 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
695 unless (declaim (optimize (safety 3)))
|
|
696 or (setq byte-compile-delete-errors nil).
|
|
697
|
|
698 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
699
|
|
700 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
701 docstrings.
|
|
702
|
|
703 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
704
|
|
705 * startup.el (command-line-do-help): Add documentation of
|
|
706 portable dumper switches.
|
|
707
|
|
708 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
709
|
|
710 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
711
|
|
712 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
713
|
|
714 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
715
|
|
716 * byte-optimize.el (byte-optimize-char-before):
|
|
717 (byte-optimize-backward-char):
|
|
718 (byte-optimize-backward-word):
|
|
719 Fix incorrect optimizations for these sorts of expressions:
|
|
720 (let ((x nil)) (backward-char x))
|
|
721
|
|
722 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
723
|
|
724 * byte-optimize.el:
|
|
725 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
726 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
727 Make backward-word and backward-char as efficient as forward versions.
|
|
728
|
|
729 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
730 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
731 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
732 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
733 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
734 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
735 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
736
|
|
737 * simple.el (backward-word):
|
|
738 * simple.el (mark-word):
|
|
739 * simple.el (kill-word):
|
|
740 * simple.el (backward-kill-word):
|
|
741 Make COUNT argument optional, for consistency with forward-char et al.
|
|
742
|
|
743 * abbrev.el (abbrev-string-to-be-defined):
|
|
744 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
745 * abbrev.el (inverse-add-abbrev):
|
|
746 * abbrev.el (expand-region-abbrevs):
|
|
747 * buff-menu.el (Buffer-menu-execute):
|
|
748 * indent.el (move-to-left-margin):
|
|
749 * indent.el (indent-relative):
|
|
750 * indent.el (move-to-tab-stop):
|
|
751 * info.el (Info-reannotate-node):
|
|
752 * lisp-mode.el (lisp-indent-line):
|
|
753 * lisp.el (end-of-defun):
|
|
754 * lisp.el (move-past-close-and-reindent):
|
|
755 * misc.el (copy-from-above-command):
|
|
756 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
757 * page.el (forward-page):
|
|
758 * paragraphs.el (forward-paragraph):
|
|
759 * paragraphs.el (end-of-paragraph-text):
|
|
760 * picture.el (picture-forward-column):
|
|
761 * picture.el (picture-self-insert):
|
|
762 * rect.el (extract-rectangle-line):
|
|
763 * simple.el (newline):
|
|
764 * simple.el (fixup-whitespace):
|
|
765 * simple.el (backward-delete-char-untabify):
|
|
766 * simple.el (transpose-chars):
|
|
767 * simple.el (transpose-preceding-chars):
|
|
768 * simple.el (do-auto-fill):
|
|
769 * simple.el (indent-new-comment-line):
|
|
770 * simple.el (blink-matching-open):
|
|
771 * view-less.el (cleanup-backspaces):
|
|
772 * wid-edit.el (widget-transpose-chars):
|
|
773 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
774 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
775
|
|
776 * info.el (Info-fontify-node):
|
|
777 * simple.el (backward-delete-function):
|
|
778 Use canonical delete-backward-char instead of backward-delete-char.
|
|
779
|
|
780 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
781
|
|
782 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
783 no buffers.
|
|
784
|
|
785 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
786
|
|
787 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
788 buffer tabs.
|
|
789
|
|
790 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
791
|
|
792 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
793 (proclaim inline...) was shadowing compiler-macros.
|
|
794
|
|
795 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
796
|
|
797 * bytecomp.el (byte-compile-eval): New.
|
|
798 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
799 Keeps this promise made in Lispref:
|
|
800 "If a file being compiled contains a `defmacro' form, the macro is
|
|
801 defined temporarily for the rest of the compilation of that file."
|
|
802
|
|
803 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
804
|
|
805 * cl.el (floatp-safe):
|
|
806 (plusp):
|
|
807 (minusp):
|
|
808 (oddp):
|
|
809 (evenp):
|
|
810 (cl-abs):
|
|
811 Use a better parameter name than `x'.
|
|
812
|
|
813 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
814 to require PLACE, but accept any form for compatibility.
|
|
815
|
|
816 * abbrev.el (define-abbrev): Use check-type.
|
|
817 * font-menu.el (font-menu-change-face): Use check-type.
|
|
818 * menubar.el (relabel-menu-item): Use check-type.
|
|
819 * itimer.el: Fix typo.
|
|
820
|
|
821 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
822
|
|
823 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
824
|
444
|
825 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
826
|
|
827 * XEmacs 21.2.37 is released.
|
|
828
|
|
829 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
830
|
|
831 * code-cmds.el: Provide the feature.
|
|
832
|
|
833 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
834
|
|
835 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
836
|
|
837 * code-cmds.el: New file
|
|
838 * mule/mule-cmds.el:
|
|
839 * mule/mule-misc.el
|
|
840 (coding-keymap): New keymap. Define coding system keyboard
|
|
841 commands on file-coding builds too.
|
446
|
842 (coding-system-change-eol-conversion):
|
|
843 (universal-coding-system-argument):
|
|
844 (set-default-coding-systems):
|
444
|
845 (prefer-coding-system): Moved from mule-cmds.el
|
|
846 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
847
|
|
848 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
849
|
|
850 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
851
|
|
852 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
853
|
|
854 * package-get.el (package-get-download-sites): Add a pre-release
|
|
855 site for experimental packages.
|
|
856
|
|
857 * auto-autoloads.el: Regenerated.
|
|
858
|
|
859 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
860
|
|
861 * gutter-items.el (buffers-tab-omit-function): reference
|
|
862 buffers-tab-select-visible-buffers.
|
|
863 (buffers-tab-filter-functions): new variable, by default uses
|
|
864 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
865 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
866 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
867 of buffers-menu-omit-invisible-buffers.
|
|
868 (buffers-tab-items): rewrite to use
|
|
869 buffers-tab-filter-functions. Rewrite docstring.
|
|
870 (gutter-buffers-tab-extent): delete.
|
|
871 (add-tab-to-gutter): always build a new extent when adding the
|
|
872 tabs.
|
|
873 (update-tab-in-gutter): make gutter dirty when orientation
|
|
874 changes.
|
|
875
|
|
876 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
877
|
|
878 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
879 Only do loadhist recording if defvar form includes a value.
|
|
880
|
|
881 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
882
|
|
883 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
884 `eval-when-compile' should not compile its body.
|
|
885
|
|
886 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
887
|
|
888 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
889 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
890 some Japanese English. Remove some ancient FSF comments, and
|
|
891 improve docstrings. Use symbols not vectors for tables.
|
|
892
|
|
893 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
894
|
|
895 * keymap.el:
|
|
896 (local-key-binding):
|
|
897 (global-key-binding):
|
|
898 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
899
|
|
900 * lisp.el:
|
|
901 (backward-sexp): Slightly simpler code.
|
|
902 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
903 (forward-list): Slightly simpler code.
|
|
904 (backward-list): Slightly simpler code.
|
|
905 (down-list): Make arg optional, like FSF Emacs.
|
|
906 (up-list): Make arg optional, like FSF Emacs.
|
|
907 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
908 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
909 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
910
|
|
911 * font-menu.el (font-menu-change-face):
|
|
912 Take continuable errors into account.
|
|
913
|
|
914 * abbrev.el:
|
|
915 * abbrev.el (clear-abbrev-table):
|
|
916 * abbrev.el (define-abbrev-table):
|
|
917 * abbrev.el (define-abbrev):
|
|
918 * abbrev.el (insert-abbrev-table-description):
|
|
919 * apropos.el (apropos-documentation-check-doc-file):
|
|
920 * apropos.el (apropos-documentation-check-elc-file):
|
|
921 * buff-menu.el (list-buffers):
|
|
922 * buff-menu.el (list-buffers-noselect):
|
|
923 * bytecomp.el (byte-recompile-directory):
|
|
924 * bytecomp.el (batch-byte-compile):
|
|
925 * cl-macs.el (typep):
|
|
926 * code-files.el (find-coding-system-magic-cookie):
|
|
927 * code-files.el (insert-file-contents):
|
|
928 * cus-edit.el (customize-set-variable):
|
|
929 * cus-edit.el (customize-save-variable):
|
|
930 * cus-face.el (custom-set-face-font-size):
|
|
931 * cus-face.el (custom-set-face-update-spec):
|
|
932 * cus-face.el (custom-reset-faces):
|
|
933 * custom.el (custom-check-theme):
|
|
934 * custom.el (copy-upto-last):
|
|
935 * fill.el (canonically-space-region):
|
|
936 * fill.el (fill-paragraph):
|
|
937 * fill.el (fill-region):
|
|
938 * fill.el (find-space-insertable-point):
|
|
939 * fill.el (justify-current-line):
|
|
940 * faces.el (face-spec-update-all-matching):
|
|
941 * faces.el (set-face-stipple):
|
|
942 * files-nomule.el (insert-file-contents):
|
|
943 * files.el (insert-file-contents-literally):
|
|
944 * files.el (hack-local-variables-last-page):
|
|
945 * files.el (basic-save-buffer):
|
|
946 * files.el (insert-directory):
|
|
947 * font-menu.el (font-menu-change-face):
|
|
948 * font.el (font-spatial-to-canonical):
|
|
949 * format.el (format-encode-region):
|
|
950 * format.el (format-insert-file):
|
|
951 * format.el (format-replace-strings):
|
|
952 * gutter.el (set-gutter-element):
|
|
953 * help.el (key-or-menu-binding):
|
|
954 * help.el (describe-bindings):
|
|
955 * help.el (with-syntax-table):
|
|
956 * indent.el (indent-rigidly):
|
|
957 * indent.el (delete-to-left-margin):
|
|
958 * info.el:
|
|
959 * info.el (Info-extract-dir-entry-from):
|
|
960 * info.el (Info-build-dir-anew):
|
|
961 * info.el (Info-rebuild-dir):
|
|
962 * info.el (Info-batch-rebuild-dir):
|
|
963 * info.el (Info-read-subfile):
|
|
964 * info.el (Info-build-node-completions):
|
|
965 * info.el (Info-extract-menu-node-name):
|
|
966 * isearch-mode.el (isearch-range-invisible):
|
|
967 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
968 * itimer.el (itimerp):
|
|
969 * itimer.el (itimer-live-p):
|
|
970 * keymap.el:
|
|
971 * keymap.el (substitute-key-definition):
|
|
972 * keymap.el (read-command-or-command-sexp):
|
|
973 * keymap.el (local-key-binding):
|
|
974 * keymap.el (global-key-binding):
|
|
975 * keymap.el (global-set-key):
|
|
976 * keymap.el (local-set-key):
|
|
977 * ldap.el:
|
|
978 * ldap.el (ldap-add-entries):
|
|
979 * ldap.el (ldap-delete-entries):
|
|
980 * lisp.el (backward-sexp):
|
|
981 * lisp.el (mark-sexp):
|
|
982 * lisp.el (forward-list):
|
|
983 * lisp.el (backward-list):
|
|
984 * lisp.el (down-list):
|
|
985 * lisp.el (backward-up-list):
|
|
986 * lisp.el (up-list):
|
|
987 * lisp.el (kill-sexp):
|
|
988 * lisp.el (backward-kill-sexp):
|
|
989 * menubar.el (add-menu-button):
|
|
990 * menubar.el (add-submenu):
|
|
991 * menubar.el (delete-menu-item):
|
|
992 * menubar.el (relabel-menu-item):
|
|
993 * mouse.el (narrow-window-to-region):
|
|
994 * obsolete.el (define-obsolete-variable-alias):
|
|
995 * obsolete.el (store-substring):
|
|
996 * package-admin.el:
|
|
997 * package-admin.el (package-admin-install-function):
|
|
998 * package-admin.el (package-admin-install-function-mswindows):
|
|
999 * package-admin.el (package-admin-default-install-function):
|
|
1000 * package-get.el (package-get-update-base-entries):
|
|
1001 * packages.el (packages-load-package-dumped-lisps):
|
|
1002 * packages.el (packages-collect-package-dumped-lisps):
|
|
1003 * printer.el (generic-print-buffer):
|
|
1004 * printer.el (generic-print-region):
|
|
1005 * replace.el (occur-mode-mouse-goto):
|
|
1006 * replace.el (perform-replace):
|
|
1007 * select.el (get-selection-no-error):
|
|
1008 * simple.el:
|
|
1009 * simple.el (newline):
|
|
1010 * simple.el (open-line):
|
|
1011 * simple.el (edit-and-eval-command):
|
|
1012 * simple.el (goto-line):
|
|
1013 * simple.el (undo):
|
|
1014 * simple.el (kill-region):
|
|
1015 * simple.el (copy-region-as-kill):
|
|
1016 * simple.el (kill-ring-save):
|
|
1017 * simple.el (set-mark):
|
|
1018 * simple.el (next-line):
|
|
1019 * simple.el (previous-line):
|
|
1020 * simple.el (line-move):
|
|
1021 * simple.el (set-goal-column):
|
|
1022 * simple.el (comment-region):
|
|
1023 * subr.el:
|
|
1024 * subr.el (putf):
|
|
1025 * syntax.el (modify-syntax-entry):
|
|
1026 * syntax.el (map-syntax-table):
|
|
1027 * view-less.el (view-file):
|
|
1028 * view-less.el (view-buffer):
|
|
1029 * view-less.el (view-file-other-window):
|
|
1030 * window-xemacs.el (backward-other-window):
|
|
1031 * window.el:
|
|
1032 * window.el (one-window-p):
|
|
1033 * window.el (walk-windows):
|
|
1034 * window.el (window-list):
|
|
1035 * x-mouse.el (x-mouse-kill):
|
|
1036 * x-select.el (x-get-cutbuffer):
|
|
1037 * x-select.el (x-store-cutbuffer):
|
|
1038 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
1039 * term/sun-mouse.el (window-line-end):
|
|
1040 * term/sun-mouse.el (sun-select-region):
|
|
1041 * term/sun.el (kill-region-and-unmark):
|
|
1042 * mule/mule-category.el:
|
|
1043 * mule/mule-category.el (modify-category-entry):
|
|
1044 * mule/mule-category.el (char-category-list):
|
|
1045 * mule/mule-coding.el (coding-system-force-on-output):
|
|
1046 * mule/mule-misc.el (coding-system-put):
|
|
1047 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
1048
|
|
1049 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1050
|
|
1051 * cus-face.el: Typo fixes and tiny clarifications.
|
|
1052 * custom.el: ditto
|
|
1053
|
|
1054 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1055
|
|
1056 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
1057 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
1058 if auto-save-list-file-prefix is non-nil.
|
|
1059
|
|
1060 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1061
|
|
1062 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
1063
|
|
1064 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1065
|
|
1066 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
1067 get symbol at point-min.
|
|
1068
|
|
1069 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1070
|
|
1071 * info.el (Info-emacs-info-file-name): defconst it.
|
|
1072 * info.el (Info-footnote-tag): defcustom it.
|
|
1073 * info.el (Info-no-description-string): ditto.
|
|
1074 * info.el (Info-find-node): adapt to new semantics of
|
|
1075 'Info-suffixed-file (don't do the case variants stuff).
|
|
1076 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
1077 * info.el (Info-directory-files): New. Return the list of info
|
|
1078 files in a directory.
|
|
1079 * info.el (Info-dir-outdated-p): use it.
|
|
1080 * info.el (Info-parse-dir-entries): ditto.
|
|
1081 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
1082 with a ".info.*" extension.
|
|
1083 * info.el (Info-set-mode-line): ditto.
|
|
1084 * info.el (Info-read-subfile): adapt to new semantics of
|
|
1085 'Info-suffixed-file (append 'exact argument).
|
|
1086 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
1087 string independently of the case.
|
|
1088 * info.el (Info-suffixed-file): use it (match all possible case
|
|
1089 for the file name).
|
|
1090 * info.el (Info-insert-file-contents): code cleanup.
|
|
1091 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
1092 columns.
|
|
1093 * info.el (Info-batch-rebuild-dir): ditto.
|
|
1094 * info.el (Info-read-node-name-1): ditto.
|
|
1095 * info.el (Info-search): ditto.
|
|
1096 * info.el (Info-fontify-node): ditto.
|
|
1097
|
|
1098
|
|
1099 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1100
|
|
1101 * process.el (shell-command): when called from a program, avoid
|
|
1102 'push-mark's "mark-set" message.
|
|
1103
|
|
1104 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
1105
|
|
1106 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
1107 by a symbol, not by a vector.
|
|
1108 * mule/vietnamese.el (vscii): Likewise.
|
|
1109 (viscii): Likewise.
|
|
1110 * mule/cyrillic.el (koi8-r): Likewise.
|
|
1111
|
|
1112 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
1113 by a symbol, not by a vector.
|
|
1114 (chinese-big5-2): Likewise.
|
|
1115 * mule/ethiopic.el (ethiopic): Likewise.
|
|
1116 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
1117 (vietnamese-viscii-upper): Likewise.
|
|
1118
|
|
1119 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1120
|
|
1121 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
1122
|
|
1123 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1124
|
|
1125 * byte-optimize.el (byte-optimize-car): New function.
|
|
1126 (byte-optimize-cdr): Ditto.
|
|
1127
|
|
1128 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1129
|
|
1130 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
1131 Optimize constant concatenation.
|
|
1132 Add keymapp as a side effect free function. It is a built-in.
|
|
1133 (byte-after-unbind-pos): Remove byte-equal.
|
|
1134
|
|
1135 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1136
|
|
1137 * update-elc-2.el: Quote regexps correctly.
|
|
1138
|
|
1139 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
1140
|
|
1141 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
1142 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
1143 check the type of the buffer magnification
|
|
1144 (ccl-compile-write-string): Encode a string with binary
|
|
1145 coding system.
|
|
1146 (ccl-compile-write-repeat): Likewise.
|
|
1147
|
|
1148 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1149
|
|
1150 * buff-menu.el:
|
|
1151 * bytecomp.el:
|
|
1152 * coding.el:
|
|
1153 * faces.el:
|
|
1154 * files.el:
|
|
1155 * fill.el:
|
|
1156 * float-sup.el:
|
|
1157 * font-lock.el:
|
|
1158 * help.el:
|
|
1159 * iso8859-1.el:
|
|
1160 * loaddefs.el:
|
|
1161 * menubar-items.el:
|
|
1162 * menubar.el:
|
|
1163 * modeline.el:
|
|
1164 * msw-font-menu.el:
|
|
1165 * paragraphs.el:
|
|
1166 * paths.el:
|
|
1167 * replace.el:
|
|
1168 * simple.el:
|
|
1169 * sound.el:
|
|
1170 * startup.el:
|
|
1171 * version.el:
|
|
1172 * x-faces.el:
|
|
1173 * x-font-menu.el:
|
|
1174 Remove purecopy.
|
|
1175
|
|
1176 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
1177
|
|
1178 * simple.el (do-auto-fill): Use the function pointer to by
|
|
1179 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
1180 fixes an issue with cc-mode comment continuation.
|
|
1181
|
|
1182 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
1183
|
|
1184 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
1185 * mwheel.el (mwheel-install): Add (interactive).
|
|
1186 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
1187 (turn-off-font-lock): Add (interactive).
|
|
1188
|
|
1189 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1190
|
|
1191 * packages.el (packages-special-base-regexp): Add `man'.
|
|
1192
|
|
1193 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
1194
|
|
1195 * wid-edit.el (widget-specify-active): map over extents in current
|
|
1196 buffer like `widget-specify-inactive' does. Mapping over the
|
|
1197 inactive extent object does not work since the current extent is
|
|
1198 ignored by `map-extents'.
|
|
1199
|
442
|
1200 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
1201
|
|
1202 * XEmacs 21.2.36 is released.
|
|
1203
|
|
1204 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
1205
|
|
1206 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
1207 Optimize the compiled-function-constants vector by byte-code
|
|
1208 reference counts.
|
|
1209
|
|
1210 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1211
|
|
1212 * build-report.el (build-report-delete-regexp): quote value in
|
|
1213 defcustom
|
|
1214
|
|
1215 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1216
|
|
1217 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
1218 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
1219 warning.
|
|
1220
|
|
1221 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1222
|
|
1223 * build-report.el: Requires cl and custom now.
|
|
1224 build-report-version is determined by XEmacs version -- remove
|
|
1225 build-report-version*.
|
|
1226 * build-report.el (build-report-version): Removed.
|
|
1227 * build-report.el (build-report-installation-version-regexp): New.
|
|
1228 * build-report.el (build-report-version-file-regexp): New.
|
|
1229 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
1230 * build-report.el (build-report-destination): Offer
|
|
1231 xemacs-build-reports and xemacs-beta.
|
|
1232 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
1233 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
1234 * build-report.el (build-report-make-output-dir): New.
|
|
1235 * build-report.el (build-report-installation-file): Replace use of
|
|
1236 `concat' with `expand-file-name'.
|
|
1237 * build-report.el (build-report-make-output-file): Removed.
|
|
1238 * build-report.el (build-report-make-output-files): New.
|
|
1239 * build-report.el (build-report-subject): Identify as
|
|
1240 user-variable with "*...".
|
|
1241 * build-report.el (build-report-prompts): Ditto.
|
|
1242 * build-report.el (build-report-version-file): New.
|
|
1243 * build-report.el (build-report-file-encoding): Identify as
|
|
1244 user-variable with "*...".
|
|
1245 * build-report.el (build-report-make-output-get): New.
|
|
1246 * build-report.el (build-report-insert-header): Report
|
|
1247 emacs-version and system-configuration instead of
|
|
1248 build-report-version.
|
|
1249 * build-report.el (build-report-insert-make-output): Add file
|
|
1250 argument.
|
|
1251 * build-report.el (build-report-insert-installation-file):
|
|
1252 Re-indent.
|
|
1253 * build-report.el (build-report-keep): Change docstring,
|
|
1254 re-indent.
|
|
1255 * build-report.el (build-report-delete): Ditto.
|
|
1256 * build-report.el (build-report-installation-data): New.
|
|
1257 * build-report.el (build-report-version-file-data): New.
|
|
1258
|
|
1259 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
1260
|
|
1261 * byte-optimize.el (byte-optimize-lapcode):
|
|
1262 Fix the optimization of using the first 5 elements of the
|
|
1263 constants vector for variables.
|
|
1264 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
1265
|
|
1266 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1267
|
|
1268 * *: Spelling mega-patch
|
|
1269
|
|
1270 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1271
|
|
1272 * easymenu.el: doc fixes.
|
|
1273 (easy-menu-do-define): Use backquote.
|
444
|
1274 (easy-menu-change):
|
|
1275 (easy-menu-add):
|
442
|
1276 `when' seems much clearer than `if' here.
|
|
1277 (easy-menu-remove):
|
444
|
1278 (easy-menu-add-item):
|
|
1279 (easy-menu-item-present-p):
|
|
1280 (easy-menu-remove-item):
|
442
|
1281 Wrap using (when (featurep 'menubar) ...)
|
|
1282
|
|
1283 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1284
|
|
1285 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1286 Revert Ben's change to this function below so that the compile log
|
|
1287 is displayed properly for users of the "popper" package.
|
|
1288
|
|
1289 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
1290
|
|
1291 * window.el (save-selected-window): Use backquote.
|
|
1292
|
444
|
1293 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
442
|
1294 Renamed from `byte-compile-file-form-defvar'.
|
|
1295 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
1296 Only cons onto current-load-list in top-level forms.
|
|
1297 Else this leaks a cons cell every time a defun is called.
|
|
1298 Renamed from `byte-compile-defvar', for clarity.
|
|
1299 Warn when docstring of defvar is not a string.
|
|
1300 Use consistent error messages.
|
|
1301 Better comments.
|
|
1302
|
|
1303 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
1304
|
|
1305 * simple.el (set-variable):
|
|
1306 Remove unneeded defvar by rearranging order of let* forms.
|
|
1307
|
|
1308 * mule/mule-ccl.el (ccl-get-next-code):
|
444
|
1309 * menubar-items.el (bookmark-menu-filter):
|
|
1310 (language-environment-menu-filter):
|
|
1311 (tutorials-menu-filter):
|
442
|
1312 * toolbar-items.el (toolbar-compile):
|
|
1313 * byte-optimize.el (disassemble-offset):
|
|
1314 Use (declare (special ...)) instead of `defvar'.
|
|
1315
|
|
1316 * cl-macs.el (cl-do-proclaim):
|
|
1317 Fix (declare (special ...)) warning suppression syntax.
|
|
1318
|
|
1319 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
1320
|
|
1321 * info.el (Info-tag-table-marker):
|
|
1322 (Info-tag-table-buffer):
|
|
1323 (Info-find-file-node):
|
|
1324 (Info-read-subfile):
|
|
1325 (Info-build-node-completions):
|
|
1326 (Info-search):
|
|
1327 (Info-mode):
|
|
1328 Multiple info buffer support.
|
|
1329
|
|
1330 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
1331
|
|
1332 * ldap.el (ldap-decode-entry): New defun
|
|
1333 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
1334 entries properly
|
|
1335
|
|
1336 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
1337
|
|
1338 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
1339 Use `eq', not `=', to compare symbols.
|
|
1340
|
|
1341 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
1342
|
|
1343 * bytecomp.el (byte-compile-report-error):
|
|
1344 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1345 if stack-trace-on-error is set, send out a backtrace when
|
|
1346 an error is encountered that stops byte compilation. this
|
|
1347 should make it much much easier to track down those curious
|
|
1348 problems. also undo the kludge of using a separate "*Show*"
|
|
1349 buffer for display when there's a temp-buffer-show-function;
|
|
1350 we can avoid this by just being a little smarter.
|
444
|
1351
|
442
|
1352 * dialog-items.el:
|
|
1353 * dialog-items.el (search-dialog-regexp): New.
|
|
1354 * dialog-items.el (search-dialog-callback):
|
|
1355 * dialog-items.el (make-search-dialog):
|
|
1356 add a regexp option to the dialog and clean up a bit.
|
444
|
1357
|
442
|
1358 * dialog.el:
|
|
1359 * dialog.el (yes-or-no-p-dialog-box):
|
|
1360 * dialog.el (get-dialog-box-response):
|
|
1361 * dialog.el (make-dialog-box):
|
|
1362 * dialog.el (dialog-box-finish): New.
|
|
1363 * dialog.el (dialog-box-cancel): New.
|
|
1364 * dialog.el (internal-make-dialog-box-exit): New.
|
|
1365 implement [properly!] the :modal property of the new dialog box
|
|
1366 interface. this is the first time xemacs has ever had *proper*
|
|
1367 modal dialog boxes, giving the standard window-system feedback.
|
|
1368 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
1369 and makes the dialog box flash three times.)
|
444
|
1370
|
442
|
1371 * dragdrop.el: header keyword frobbing.
|
444
|
1372
|
442
|
1373 * dumped-lisp.el (preloaded-file-list):
|
|
1374 renamed winnt.el to win32-native.el.
|
444
|
1375
|
442
|
1376 * faces.el (face-property):
|
|
1377 * faces.el (set-face-property):
|
|
1378 * faces.el (frob-face-property):
|
|
1379 * faces.el (frob-face-font-2):
|
|
1380 * faces.el (make-face-bold):
|
|
1381 * faces.el (make-face-italic):
|
|
1382 * faces.el (make-face-bold-italic):
|
|
1383 * faces.el (make-face-unbold):
|
|
1384 * faces.el (make-face-unitalic):
|
|
1385 * faces.el (make-face-smaller):
|
|
1386 * faces.el (make-face-larger):
|
|
1387 clean up the implementation of these so that window-system-specific
|
|
1388 methods are called only on objects belonging to that window system.
|
|
1389 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
1390 on font object of device type `stream', which is not good and
|
|
1391 explains the subtle errors Adrian was getting when byte-compiling
|
|
1392 something that required 'term. (Adrian, now you can use stack-trace-
|
|
1393 on-error to find the exact place where things are going wrong instead
|
|
1394 of having to laboriously binary-search your way through.)
|
444
|
1395
|
442
|
1396 * finder.el (finder-known-keywords):
|
|
1397 cleaned up -- properly sorted, clarified the meanings of many of
|
|
1398 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
1399 user, services. the last two try to distinguish between a package
|
|
1400 that's used directly by the user, and a package that provides
|
|
1401 support services to other packages.
|
444
|
1402
|
442
|
1403 * font-lock.el (lisp-font-lock-keywords-2):
|
|
1404 update list of lisp control structures to include everything,
|
|
1405 including new ones i introduced.
|
444
|
1406
|
442
|
1407 * gutter.el: header keyword frobbing.
|
444
|
1408
|
442
|
1409 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
1410 recent isearch element was not doing so! you got the second-most-
|
|
1411 recent instead.
|
|
1412
|
|
1413 * lisp-mode.el (construct-lisp-mode-menu):
|
|
1414 more menubar cleanups.
|
|
1415 * lisp-mode.el (with-selected-window):
|
|
1416 make it indent properly.
|
444
|
1417
|
442
|
1418 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
1419 rearranged the options menu the most, e.g. splitting up the
|
|
1420 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
1421 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
1422 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
1423 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
1424 Added stuff to the Cmds menu, e.g. Change Case.
|
|
1425
|
|
1426 NB please don't complain about these periodic menubar changes.
|
|
1427 Anything like this is necessarily incremental in its construction
|
|
1428 -- By constant use you gradually become more and more aware of
|
|
1429 better and better ways to group menu items. When we eventually
|
|
1430 move the options menu to a property sheet, the existing structure
|
|
1431 will probably be preserved fairly well.
|
444
|
1432
|
442
|
1433 * minibuf.el (next-history-element): fix problems with pressing
|
|
1434 down arrow in repeat-complex-command.
|
|
1435
|
|
1436 * modeline.el:
|
|
1437 * modeline.el (modeline-3d-p): New.
|
|
1438 added custom variable for controlling the 3d modeline. the
|
|
1439 corresponding Options item has been present for a long time,
|
|
1440 but commented out with "fix me!" comments. it's fixed now.
|
444
|
1441
|
442
|
1442 * obsolete.el (add-menu):
|
|
1443 remove bogus gettexts.
|
444
|
1444
|
442
|
1445 * process.el (shell-quote-argument):
|
|
1446 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
1447 For bash under Windows native, see below.
|
444
|
1448
|
442
|
1449 * simple.el:
|
|
1450 * simple.el (display-warning-buffer):
|
|
1451 Fixed the handling of warning display to eliminate the annoying
|
|
1452 *Show* buffer, like was done for byte-compiler output above.
|
444
|
1453
|
442
|
1454 * simple.el (debug-print): New.
|
|
1455 Simple function for sending debug messages to the console and/or
|
|
1456 other debug places.
|
|
1457
|
|
1458 * subr.el (replace-in-string):
|
|
1459 Rewrite this function to avoid N^2 behavior with large strings --
|
|
1460 catastrophic with the new Windows selection code! (Apparently the
|
|
1461 author of this function didn't realize there was a fun
|
|
1462 replace-match that could make his life much easier, because we
|
|
1463 duplicated the entire logic. The new version is smaller, easier
|
|
1464 to understand, much more robust, and has extended features --
|
|
1465 those of replace-match.)
|
444
|
1466
|
442
|
1467 * window.el:
|
|
1468 * window.el (with-selected-window): New.
|
|
1469 An obvious complement to the existing `with-selected-frame' and
|
|
1470 `with-current-buffer'.
|
|
1471
|
|
1472 * win32-native.el: Renamed from winnt.el.
|
|
1473 Added a great deal of stuff for properly handling process quoting,
|
|
1474 somewhat modeled on Kirill's original model (which i later threw
|
|
1475 away). We should now finally have correctly working process arg
|
|
1476 quoting/dequoting so that the final app gets exactly what we
|
|
1477 intended. Because the mechanism is in Lisp, it's easily
|
|
1478 extendible. (For those running bash and running the native
|
|
1479 version, I tried hard to do what I thought was correct. But more
|
|
1480 thought is needed, and ideally the volunteer work of people with
|
|
1481 these configurations that they generally run on.)
|
444
|
1482
|
442
|
1483 * x-font-menu.el (x-font-menu-font-data):
|
|
1484 Put in defvar's to fix byte-compiler warnings.
|
|
1485
|
|
1486 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1487
|
|
1488 * select.el (selection-coercion-alist): Initialise.
|
|
1489 * select.el (select-coerce-to-text): New.
|
|
1490 * select.el (select-coerce): New.
|
|
1491 New functions to perform type and value coercion.
|
|
1492
|
|
1493 * select.el (select-buffer-killed-default): Keep data if it was
|
|
1494 on the clipboard.
|
|
1495
|
|
1496 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
1497
|
|
1498 * menubar-items.el (default-menubar): Fix typo.
|
|
1499 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
1500
|
|
1501 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1502
|
|
1503 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
1504 edge checking code.
|
|
1505
|
|
1506 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1507
|
|
1508 * paths.el (gnus-local-domain): Removed.
|
|
1509 (gnus-local-organization): Ditto.
|
|
1510 (gnus-startup-file): Ditto.
|
|
1511
|
|
1512 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1513
|
|
1514 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
1515
|
|
1516 2000-07-31 Andy Piper <andy@xemacs.org>
|
444
|
1517
|
442
|
1518 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
1519
|
|
1520 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1521
|
|
1522 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
1523 browse-url.
|
|
1524 * help.el (xemacs-www-page): Ditto.
|
|
1525 (xemacs-www-faq): Ditto.
|
|
1526 * menubar-items.el (default-menubar): Ditto.
|
|
1527
|
|
1528 * wid-edit.el (widget-url-link-action): Ditto.
|
|
1529 From: Kenichi OKADA <okada@opaopa.org>.
|
|
1530
|
|
1531 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
1532
|
|
1533 * finder.el (finder-commentary): Add autoload cookie.
|
|
1534
|
|
1535 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1536
|
|
1537 * files.el (insert-file-contents-literally): Fix second let
|
|
1538 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
1539 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
1540
|
|
1541 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1542
|
|
1543 * files.el (insert-file-contents-literally): Use binary coding
|
|
1544 system (from Morioka san).
|
|
1545 (insert-file-contents-literally): Make file-name-handler method.
|
|
1546
|
|
1547 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
1548
|
|
1549 * cl-macs.el (get-selection): Add defsetf.
|
|
1550
|
|
1551 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
1552
|
|
1553 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
1554 function x-own-selection with own-selection.
|
|
1555 (ow-find): replace obsolete functions x-get-selection and
|
|
1556 x-get-clipboard with get-selection and get-clipboard.
|
|
1557 (init-post-x-win): replace obsolete function x-disown-selection
|
|
1558 with disown-selection.
|
|
1559
|
|
1560 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
1561
|
|
1562 * startup.el (load-user-init-file): Only try to load init file if
|
|
1563 it exists.
|
|
1564
|
|
1565 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
1566
|
|
1567 * dialog-items.el: sync with Ben's patch.
|
444
|
1568
|
442
|
1569 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
1570 comment.
|
|
1571 (progress-text-glyph): deleted.
|
|
1572 (progress-layout-glyph): make completely minimal.
|
|
1573 (progress-gauge-glyph): ditto.
|
|
1574 (progress-display-style): fix to handle dynamic instantiator
|
|
1575 changes.
|
|
1576 (progress-text-instantiator): new.
|
|
1577 (progress-layout-instantiator): new.
|
|
1578 (progress-gauge-instantiator): new.
|
|
1579 (set-progress-display-instantiator): renamed and changed from
|
|
1580 set-progress-display-style.
|
|
1581 (progress-abort-glyph): use instantiator not glyph.
|
|
1582 (append-progress-display): use set-progress-display-instantiator
|
|
1583 and set-glyph-image.
|
|
1584 (abort-progress-display): ditto.
|
|
1585 (raw-append-progress-display): ditto.
|
|
1586
|
|
1587 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
1588
|
|
1589 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
1590
|
|
1591 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
1592
|
|
1593 * autoload.el:
|
|
1594 Fixed comments.
|
|
1595
|
|
1596 * cmdloop.el:
|
|
1597 * cmdloop.el (yes-or-no-p):
|
|
1598 * cmdloop.el (y-or-n-p):
|
|
1599 Make these functions use should-use-dialog-box-p and not be
|
|
1600 overridden in dialog.el.
|
|
1601
|
|
1602 * cus-dep.el:
|
|
1603 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
1604 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
1605 * cus-dep.el (Custom-make-one-dependency): New.
|
|
1606 New entry point for use in Makefiles, to avoid excessive
|
|
1607 invocations.
|
|
1608
|
|
1609 * cus-edit.el (custom-variable-reset-saved):
|
|
1610 * cus-edit.el (custom-variable-reset-standard):
|
|
1611 * cus-edit.el (custom-save-resets):
|
|
1612 Fix bytecompiler warnings.
|
|
1613
|
|
1614 * dialog.el:
|
|
1615 * dialog.el (yes-or-no-p-dialog-box):
|
|
1616 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
1617 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
1618 * dialog.el (get-dialog-box-response):
|
|
1619 * dialog.el (message-or-box):
|
|
1620 * dialog.el (make-dialog-box):
|
|
1621 * dialog.el (popup-dialog-box): New.
|
|
1622 Avoid yes-or-no-p bogosities.
|
|
1623 Create a general function `make-dialog-box' to encapsulate all
|
|
1624 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
1625
|
|
1626 * dumped-lisp.el (preloaded-file-list):
|
|
1627 Add dialog-items. Clean up. Group files by types.
|
|
1628
|
|
1629 * easymenu.el (easy-menu-add):
|
|
1630 * easymenu.el (easy-menu-remove):
|
|
1631 Account for accelerators.
|
|
1632
|
|
1633 * extents.el:
|
|
1634 * extents.el (extent-list): New args, like in map-extents.
|
|
1635 * extents.el (extent-at-event): New.
|
|
1636 * extents.el (extents-at-event): New.
|
|
1637
|
|
1638 * font-lock.el:
|
|
1639 * font-lock.el (font-lock-mode):
|
|
1640 * font-lock.el (font-lock-default-fontify-buffer):
|
|
1641 * font-lock.el (font-lock-default-unfontify-region):
|
|
1642 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
1643 * font-lock.el (font-lock-fontify-keywords-region):
|
|
1644 Use new progress-feedback names.
|
|
1645
|
|
1646 * font-lock.el (java-font-lock-identifier-regexp):
|
|
1647 * font-lock.el (java-font-lock-class-name-regexp):
|
|
1648 Fix bytecompiler warnings.
|
|
1649
|
|
1650 * gutter-items.el:
|
|
1651 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
1652 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
1653 * gutter-items.el (progress-display-popup-period): Removed.
|
|
1654 * gutter-items.el (progress-feedback-popup-period): New.
|
|
1655 * gutter-items.el (set-progress-display-style): Removed.
|
|
1656 * gutter-items.el (set-progress-feedback-style): New.
|
|
1657 * gutter-items.el (progress-display-style): Removed.
|
|
1658 * gutter-items.el (progress-feedback-style): New.
|
|
1659 * gutter-items.el (progress-stack):
|
|
1660 * gutter-items.el (progress-displayed-p): Removed.
|
|
1661 * gutter-items.el (progress-feedbacked-p): New.
|
|
1662 * gutter-items.el (clear-progress-display): Removed.
|
|
1663 * gutter-items.el (clear-progress-feedback): New.
|
|
1664 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
1665 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
1666 * gutter-items.el (remove-progress-display): Removed.
|
|
1667 * gutter-items.el (remove-progress-feedback): New.
|
|
1668 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
1669 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
1670 * gutter-items.el (append-progress-display): Removed.
|
|
1671 * gutter-items.el (append-progress-feedback): New.
|
|
1672 * gutter-items.el (abort-progress-display): Removed.
|
|
1673 * gutter-items.el (abort-progress-feedback): New.
|
|
1674 * gutter-items.el (raw-append-progress-display): Removed.
|
|
1675 * gutter-items.el (raw-append-progress-feedback): New.
|
|
1676 * gutter-items.el (display-progress-display): Removed.
|
|
1677 * gutter-items.el (display-progress-feedback): New.
|
|
1678 * gutter-items.el (current-progress-display): Removed.
|
|
1679 * gutter-items.el (current-progress-feedback): New.
|
|
1680 * gutter-items.el (current-progress-display-label): Removed.
|
|
1681 * gutter-items.el (current-progress-feedback-label): New.
|
|
1682 * gutter-items.el (progress-display): Removed.
|
|
1683 * gutter-items.el (progress-feedback): New.
|
|
1684 Replace "progress-display" with "progress-feedback" globally.
|
|
1685
|
|
1686 * gutter-items.el (lprogress-display): Removed.
|
|
1687 * gutter-items.el (progress-feedback-with-label): New.
|
|
1688 Rename lprogress-display ==> progress-feedback-with-label.
|
|
1689
|
|
1690 * gutter-items.el (search-dialog-direction): Removed.
|
|
1691 * gutter-items.el (search-dialog-text): Removed.
|
|
1692 * gutter-items.el (search-dialog-callback): Removed.
|
|
1693 * gutter-items.el (make-search-dialog): Removed.
|
|
1694 Move to dialog-items.el.
|
|
1695
|
|
1696 * help.el:
|
|
1697 * help.el (help-mode-quit):
|
|
1698 * help.el (mode-for-help): New.
|
|
1699 * help.el (help-sticky-window): New.
|
|
1700 * help.el (help-window-config): New.
|
|
1701 * help.el (with-displaying-help-buffer):
|
|
1702 * help.el (function-at-event): New.
|
|
1703 * help.el (help-symbol-regexp): New.
|
|
1704 * help.el (help-symbol-run-function-1): New.
|
|
1705 * help.el (help-symbol-run-function): New.
|
|
1706 * help.el (help-symbol-function-context-menu): New.
|
|
1707 * help.el (help-symbol-variable-context-menu): New.
|
|
1708 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
1709 * help.el (frob-help-extents): New.
|
|
1710 * help.el (describe-function-1):
|
|
1711 * help.el (variable-at-point):
|
|
1712 * help.el (variable-at-event): New.
|
|
1713 * help.el (describe-variable):
|
444
|
1714 Major overhaul.
|
|
1715 - Make functions and variables be mousable.
|
|
1716 - Middle button hyperlinks.
|
442
|
1717 - New context-menu entries.
|
|
1718
|
|
1719 * keydefs.el:
|
444
|
1720 * keydefs.el (global-map):
|
442
|
1721 New key bindings to move lines up and down.
|
|
1722
|
|
1723 * lisp-mode.el:
|
|
1724 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
1725 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
1726 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
1727 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
1728 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
1729 Make popup and menubar menus be different. Popup menu uses
|
|
1730 clicked location and automatically assumes symbol under the mouse
|
|
1731 for various commands.
|
|
1732
|
|
1733 * menubar-items.el:
|
|
1734 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
1735 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
1736
|
|
1737 * menubar-items.el (global-popup-menu): Removed.
|
|
1738 * menubar-items.el (mode-popup-menu): Removed.
|
|
1739 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
1740 * menubar-items.el (popup-mode-menu): Removed.
|
|
1741 * menubar-items.el (popup-buffer-menu): Removed.
|
|
1742 * menubar-items.el (popup-menubar-menu): Removed.
|
|
1743 Move to menubar.el.
|
444
|
1744
|
442
|
1745 * menubar.el:
|
|
1746 * menubar.el (global-popup-menu): New.
|
|
1747 * menubar.el (mode-popup-menu): New.
|
|
1748 * menubar.el (activate-popup-menu-hook): New.
|
|
1749 * menubar.el (last-popup-menu-event): New.
|
|
1750 * menubar.el (popup-mode-menu): New.
|
|
1751 * menubar.el (popup-buffer-menu): New.
|
|
1752 * menubar.el (popup-menubar-menu): New.
|
|
1753 * menubar.el (menu-call-at-event): New.
|
|
1754 Move non-content functions here. Add support for context menu
|
|
1755 items on extents.
|
|
1756
|
444
|
1757 * minibuf.el (minibuffer-history-uniquify):
|
442
|
1758 Typo fix.
|
|
1759
|
444
|
1760 * minibuf.el (read-file-name-1):
|
442
|
1761 Call new file dialog box if it exists.
|
|
1762
|
|
1763 * minibuf.el (mouse-rfn-setup-vars):
|
|
1764 Clean up "chop" action.
|
|
1765
|
|
1766 * mouse.el:
|
|
1767 * mouse.el (button2): Now bound to mouse-track.
|
|
1768 * mouse.el (click-inside-extent-p):
|
|
1769 * mouse.el (point-inside-extent-p):
|
|
1770 * mouse.el (point-inside-selection-p):
|
|
1771 * mouse.el (mouse-drag-or-yank): Removed.
|
|
1772 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
1773 * mouse.el (mouse-eval-sexp):
|
|
1774 * mouse.el (mouse-track-activate-strokes): New.
|
|
1775 * mouse.el (mouse-track-do-activate): New.
|
|
1776 * mouse.el (mouse-track):
|
|
1777 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
1778 * mouse.el (default-mouse-track-cleanup-hook):
|
|
1779 * mouse.el (default-mouse-track-drag-hook):
|
|
1780 * mouse.el (default-mouse-track-drag-up-hook):
|
|
1781 * mouse.el (default-mouse-track-click-hook):
|
|
1782 Merge drag-n-drop into mouse-track.
|
|
1783 Add general "activate" support to replace specific button2 kludges.
|
|
1784 Use "button modifier" support in mouse-track.
|
|
1785
|
|
1786 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
1787
|
|
1788 * package-ui.el:
|
|
1789 * package-ui.el (pui-menu):
|
|
1790 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
1791 Fix bytecompiler warnings.
|
|
1792 Clean up popup code a bit.
|
|
1793
|
|
1794 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
1795
|
|
1796 * simple.el:
|
|
1797 * simple.el (transpose-lines):
|
|
1798 * simple.el (transpose-line-up): New.
|
|
1799 * simple.el (transpose-line-down): New.
|
|
1800 * simple.el (transpose-subr):
|
|
1801 * simple.el (transpose-subr-1): Removed.
|
|
1802 Clean up, add functions to move lines up and down.
|
|
1803
|
|
1804 * startup.el (mail-host-address):
|
|
1805 * startup.el (user-mail-address):
|
|
1806 Customize.
|
|
1807
|
|
1808 * subr.el:
|
|
1809 * subr.el (set-symbol-value-in-buffer): New.
|
|
1810 * subr.el (error):
|
|
1811 * subr.el (check-argument-type):
|
|
1812 * subr.el (defined-error-p): New.
|
|
1813 Add structured error support.
|
|
1814
|
|
1815 * toolbar-items.el (toolbar-compile):
|
|
1816 Use new make-dialog-box.
|
|
1817
|
|
1818 * update-elc.el:
|
|
1819
|
|
1820 * userlock.el (ask-user-about-lock-dbox):
|
|
1821 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
1822 * userlock.el (ask-user-about-lock):
|
|
1823 * userlock.el (ask-user-about-supersession-threat):
|
|
1824 Use new make-dialog-box.
|
|
1825 Add safety checks; use should use-dialog-box-p.
|
|
1826
|
|
1827 * window-xemacs.el:
|
|
1828 * window-xemacs.el (__buffer-dedicated-frame):
|
|
1829 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
1830 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
1831 Move dedicated-frame stuff into lisp.
|
|
1832
|
|
1833 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1834
|
|
1835 * printer.el (generic-print-region): Do not require that
|
|
1836 `printer-name' be set.
|
|
1837 (printer-name): Commentary clarification.
|
|
1838
|
|
1839 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
1840
|
|
1841 * XEmacs 21.2.35 is released.
|
|
1842
|
|
1843 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1844
|
|
1845 * select.el (selection-coercible-types): Initialise.
|
|
1846
|
|
1847 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1848
|
|
1849 * select.el (own-clipboard): Bug fix.
|
|
1850
|
|
1851 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
1852
|
|
1853 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
1854 continuing.
|
|
1855
|
|
1856 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
1857
|
|
1858 * startup.el (load-init-file): Remove silly call to
|
|
1859 `load-user-custom-file`.
|
|
1860 (maybe-migrate-user-init-file): Minor fixes.
|
|
1861
|
|
1862 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
1863
|
444
|
1864 * apropos.el (apropos-documentation-check-doc-file):
|
442
|
1865 `doc' variable should be let-bound, as was presumably intended.
|
|
1866
|
444
|
1867 * cus-edit.el (custom-variable-reset-saved):
|
|
1868 (custom-variable-reset-standard):
|
442
|
1869 Remove unused variable comment-widget. Twice.
|
|
1870
|
444
|
1871 * toolbar.el (toolbar-blank-press-function):
|
442
|
1872 Add a real defvar with initial value nil and proper docstring.
|
|
1873 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
1874
|
|
1875 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
1876 Add defvar for pending-delete-mode.
|
|
1877
|
|
1878 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
1879
|
444
|
1880 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
442
|
1881 Use let* since the second form referred to the first.
|
|
1882
|
|
1883 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1884
|
|
1885 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
1886 instead of removed `mswindows-get-clipboard'.
|
|
1887
|
|
1888
|
|
1889 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1890
|
|
1891 * select.el (select-convert-from-text): New.
|
|
1892 * select.el (select-convert-from-length): New.
|
|
1893 * select.el (select-convert-from-integer): New.
|
|
1894 * select.el (select-convert-from-identity): New.
|
|
1895 * select.el (select-convert-from-filename): New.
|
|
1896 * select.el (selection-converter-in-alist): Use them.
|
|
1897 New converter functions for X.
|
|
1898
|
|
1899 * select.el (get-selection): Removed comment.
|
|
1900
|
|
1901 * select.el (own-selection): Removed append code - I thought
|
|
1902 I'd already done this, but apparently not...
|
|
1903
|
|
1904 * select.el: Changed comment about TIMESTAMP.
|
|
1905
|
|
1906 * select.el (select-convert-in): New.
|
|
1907 * select.el (select-convert-out): New.
|
|
1908 New functions that get used by select.c.
|
|
1909
|
|
1910 * select.el (select-buffer-killed-default): New.
|
|
1911 * select.el (select-buffer-killed-text): New.
|
|
1912 * select.el (selection-buffer-killed-alist): New.
|
|
1913 New list and functions that get called if a relevant selection
|
|
1914 exists and a buffer gets killed.
|
|
1915
|
|
1916 * select.el (select-convert-to-targets):
|
|
1917 * select.el (select-convert-to-identity): Removed.
|
|
1918 * select.el (select-convert-from-identity): Removed.
|
|
1919 * select.el (select-converter-out-alist):
|
|
1920 Removed _EMACS_INTERNAL selection type.
|
|
1921
|
|
1922 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
1923 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
1924 Removed this X-specific nonesense. Use the generic support
|
|
1925 in select.el instead.
|
|
1926
|
|
1927 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
1928
|
444
|
1929 * mule/mule-category.el (defined-category-hashtable):
|
442
|
1930 Use make-hash-table instead of make-hashtable
|
|
1931
|
|
1932 * buff-menu.el: Byte-compiler warning fix.
|
|
1933
|
444
|
1934 * isearch-mode.el (isearch-highlight-all-cleanup):
|
442
|
1935 Remove unused variable `isearch-highlight-all-start'.
|
|
1936
|
|
1937 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
1938
|
|
1939 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
1940
|
444
|
1941 * cus-dep.el (Custom-make-dependencies):
|
442
|
1942 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
1943
|
|
1944 * autoload.el (autoload-package-name): Warning suppression.
|
|
1945 Move defvar prior to first use.
|
|
1946
|
|
1947 * custom.el: Add autoload for custom-declare-face.
|
|
1948 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
444
|
1949 * cl.el (cl-hack-byte-compiler):
|
442
|
1950 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
1951 to work properly.
|
|
1952
|
|
1953 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
1954
|
|
1955 * startup.el (load-home-init-file): Added variable.
|
|
1956 (maybe-migrate-user-init-file): Added.
|
|
1957 (load-user-init-file): Load custom file if different from init
|
|
1958 file.
|
|
1959
|
|
1960 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
1961 "startup."
|
|
1962
|
|
1963 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
1964 Moved `custom-file'-related code to cus-file.el.
|
|
1965
|
|
1966 * cus-file.el: New file.
|
|
1967
|
|
1968 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
1969
|
|
1970 * packages.el (packages-find-package-directories): Added support
|
|
1971 for external package hierarchies with in-place installations.
|
|
1972
|
|
1973 * find-paths.el (paths-root-in-place-p): Added.
|
|
1974 (paths-find-emacs-directory): Added support for external
|
|
1975 directories with in-place installations.
|
|
1976 (paths-find-site-directory): Ditto.
|
|
1977
|
|
1978 * startup.el (find-user-init-file): Also look for
|
|
1979 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
1980
|
|
1981 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1982
|
|
1983 * select.el (own-selection):
|
|
1984 * select.el (own-clipboard): Changed `append' parameter to
|
|
1985 `how-to-use' parameter.
|
|
1986 * select.el (own-selection): Removed icky append code.
|
|
1987 * select.el (own-selection, get-selection): Removed extra type
|
|
1988 checking.
|
|
1989 * select.el (selection-appender-alist):
|
|
1990 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
1991 * select.el (select-append-to-*): New.
|
|
1992 * select.el (select-convert-from-*): New. New functions to append
|
|
1993 data and convert data from external type.
|
|
1994
|
|
1995 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
1996
|
|
1997 * font-lock.el: Javadoc enhancements.
|
|
1998
|
|
1999 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
2000
|
|
2001 * printer.el (generic-print-region): Compose job name from buffer
|
|
2002 name.
|
|
2003
|
|
2004 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2005
|
|
2006 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
2007 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
2008 to avoid unnecessary progress gauges.
|
|
2009
|
|
2010 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
2011
|
|
2012 * custom-load.el (faces):
|
|
2013
|
|
2014 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
2015 dir is a regex.
|
|
2016
|
|
2017 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
2018 coding systems so that jka-compr works.
|
|
2019
|
|
2020 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
2021
|
|
2022 * font-lock.el: Undo previous change. Unfortunately, some
|
|
2023 files actually use the variables directly in their init code
|
|
2024 without quoting them.
|
|
2025
|
|
2026 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
2027
|
|
2028 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
2029
|
|
2030 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
2031 only when necessary.
|
|
2032
|
|
2033 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
444
|
2034
|
442
|
2035 * cl-macs.el: fix cl-transform-function-property kludge
|
|
2036 so that it does not require a random feature.
|
|
2037
|
|
2038 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2039
|
|
2040 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
2041 as in Linux kernel "Rules.make".
|
|
2042
|
|
2043 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2044
|
|
2045 * build-report.el (build-report): Add autoload cookie.
|
|
2046
|
|
2047 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
2048
|
|
2049 * package-ui.el (defgroup pui): Correct a misspelling
|
|
2050 (pui-toggle-package-delete): Change `seleted' to `selected'
|
444
|
2051
|
442
|
2052 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2053
|
444
|
2054 * package-get.el (package-get-update-base):
|
442
|
2055 (package-get): Use insert-file-contents-literally always.
|
|
2056 (package-get-maybe-save-index):
|
|
2057 Force coding system for writing to binary.
|
|
2058
|
|
2059 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
2060
|
|
2061 * code-process.el (call-process-region): If there is no coding
|
|
2062 system for the process on process-coding-system-alist use the
|
|
2063 coding system of the buffer containing the region.
|
|
2064
|
|
2065 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
2066
|
|
2067 * cmdloop.el (command-error):
|
|
2068 If debug-on-error and noninteractive, output backtrace.
|
|
2069
|
|
2070 * files.el (file-relative-name):
|
|
2071 Remove MSDOS references.
|
|
2072
|
|
2073 * simple.el (line-number): New function, due to non-obvious
|
|
2074 behavior/usage of count-lines.
|
|
2075
|
|
2076 * simple.el (count-lines): document non-obvious usage to get
|
|
2077 line number.
|
|
2078
|
|
2079 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
2080
|
|
2081 * faces.el ((featurep 'xpm)):
|
|
2082 * x-faces.el (x-init-face-from-resources):
|
|
2083 * x-faces.el (x-init-frame-faces):
|
|
2084 * x-misc.el (x-init-specifier-from-resources):
|
|
2085 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
2086 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
2087 * x-mouse.el (x-init-pointer-shape):
|
|
2088 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
2089 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
2090 rather than errors on bogus arguments.
|
|
2091
|
|
2092 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
2093
|
|
2094 * compat.el: new file. provides a clean, non-intrusive way to
|
|
2095 define compatibility functions.
|
|
2096
|
|
2097 * process.el (shell-quote-argument): temporary fix for lack
|
|
2098 of nt-quote-process-args. #### I need to put back the overall
|
|
2099 structure of that mechanism but redo the guts of it using the
|
|
2100 extra intelligence in the C code.
|
|
2101
|
|
2102 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2103
|
|
2104 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
2105 `package-get' does in package-get.el, instead of using external
|
|
2106 "md5sum" program.
|
|
2107
|
|
2108 * package-get.el (package-get): Insert package file literally to
|
|
2109 make checksum calculation work.
|
|
2110
|
|
2111 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2112
|
|
2113 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
2114 (file-coding-system-alist): Removed reference to
|
|
2115 convert-mbox-coding-system.
|
|
2116
|
|
2117 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
2118
|
|
2119 * XEmacs 21.2.34 is released.
|
|
2120
|
|
2121 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2122
|
|
2123 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
2124
|
|
2125 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2126
|
|
2127 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
2128 and fboundp
|
|
2129
|
|
2130 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2131
|
|
2132 * packages.el: It's ok to use built-in macros, but not lisp
|
|
2133 defined ones.
|
|
2134
|
|
2135 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
2136
|
|
2137 * font-lock.el:
|
|
2138 * font-lock.el (font-lock-message-threshold):
|
|
2139 * font-lock.el (font-lock-mode):
|
|
2140 * font-lock.el (font-lock-default-fontify-buffer):
|
|
2141 * font-lock.el (font-lock-always-fontify-immediately):
|
|
2142 * font-lock.el (font-lock-old-extent): Removed.
|
|
2143 * font-lock.el (font-lock-old-len): Removed.
|
|
2144 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
2145 * font-lock.el (font-lock-pending-extent-table): New.
|
|
2146 * font-lock.el (font-lock-range-table): New.
|
|
2147 * font-lock.el (font-lock-after-change-function):
|
|
2148 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
2149 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
2150 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
2151 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
2152 Rewrite deferral code to handle any number of changes, merging
|
|
2153 them properly. Remove hacked-up code for revert-buffer, now
|
|
2154 unnecessary.
|
444
|
2155
|
442
|
2156 * menubar-items.el (default-menubar):
|
|
2157 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
2158 unless necessary; doing this turns off font-lock.
|
|
2159
|
|
2160 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2161
|
|
2162 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
2163
|
|
2164 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2165
|
|
2166 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
2167 matching to process -*-texinfo-*- -*-.
|
|
2168
|
|
2169 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
2170
|
|
2171 * minibuf.el (minibuf-directory-files): new function.
|
|
2172 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
2173 (read-directory-name-internal): ditto.
|
|
2174 (mouse-file-display-completion-list): ditto.
|
|
2175 (mouse-directory-display-completion-list): ditto.
|
|
2176 (read-file-name-internal): remove "./" from completion list unless
|
|
2177 explicitly matched, for consistency.
|
|
2178
|
|
2179 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
2180
|
|
2181 * gutter-items.el (gutter-buffers-tab):
|
|
2182 * gutter-items.el (add-tab-to-gutter):
|
|
2183 * gutter-items.el (update-tab-in-gutter):
|
|
2184 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
2185 * gutter-items.el (append-progress-display):
|
|
2186 * gutter-items.el (abort-progress-display):
|
|
2187 * gutter-items.el (raw-append-progress-display):
|
|
2188 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
2189 to fix problems with multiple windows in a frame.
|
444
|
2190
|
442
|
2191 * menubar-items.el (tutorials-menu-filter):
|
|
2192 Fix typo.
|
444
|
2193
|
442
|
2194 * startup.el (early-error-handler):
|
|
2195 Display message box under windows; otherwise, message will disappear
|
|
2196 before it can be viewed.
|
444
|
2197
|
442
|
2198 * update-elc.el:
|
|
2199 Fix bug in NEEDTODUMP processing.
|
|
2200
|
|
2201 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2202
|
|
2203 * startup.el (lock-directory): Removed.
|
|
2204 (superlock-file): Ditto.
|
|
2205 (startup-set-paths): Remove lockdir.
|
|
2206 (startup-setup-paths-warning): Remove lock-directory.
|
|
2207
|
|
2208 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
2209 (paths-find-superlock-file): Ditto.
|
|
2210
|
|
2211 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2212
|
|
2213 * faces.el (set-face-property):
|
|
2214 * faces.el (set-face-font):
|
|
2215 * faces.el (set-face-foreground):
|
|
2216 * faces.el (set-face-background):
|
|
2217 * faces.el (set-face-background-pixmap):
|
|
2218 * faces.el (set-face-underline-p):
|
|
2219 * faces.el (set-face-strikethru-p):
|
|
2220 * faces.el (set-face-highlight-p):
|
|
2221 * faces.el (set-face-dim-p):
|
|
2222 * faces.el (set-face-blinking-p):
|
|
2223 * faces.el (set-face-reverse-p):
|
|
2224 doc string changes.
|
444
|
2225
|
442
|
2226 * glyphs.el:
|
|
2227 * glyphs.el (make-image-specifier):
|
|
2228 * glyphs.el (glyph-property):
|
|
2229 * glyphs.el (set-glyph-image):
|
|
2230 * glyphs.el (make-glyph):
|
|
2231 * glyphs.el (make-pointer-glyph):
|
|
2232 * glyphs.el (make-icon-glyph):
|
|
2233 * glyphs.el (widget-image-instance-p): New.
|
|
2234 authorship info, lots of doc changes. New predicate, inadvertently
|
|
2235 omitted. the general principle with specifier docs is now that
|
|
2236 the description of instantiators should go with the make-foo-specifier
|
|
2237 fun's doc string, rather than in foo-specifier-p. this follows
|
|
2238 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
2239 of a place to look. sometimes the make-foo-specifier function needs
|
|
2240 to be created in the process.
|
444
|
2241
|
442
|
2242 * gutter.el:
|
|
2243 * gutter.el (make-gutter-specifier): New.
|
|
2244 * gutter.el (make-gutter-size-specifier): New.
|
|
2245 * gutter.el (make-gutter-visible-specifier): New.
|
|
2246 specifier doc updates according to the conventions specified before.
|
|
2247
|
|
2248 * objects.el:
|
|
2249 * objects.el (make-font-specifier):
|
|
2250 * objects.el (make-color-specifier):
|
|
2251 * objects.el (make-face-boolean-specifier): New.
|
|
2252 specifier doc updates according to the conventions specified before.
|
|
2253
|
|
2254 * specifier.el:
|
|
2255 * specifier.el (set-specifier):
|
|
2256 * specifier.el (make-integer-specifier): New.
|
|
2257 * specifier.el (make-boolean-specifier): New.
|
|
2258 * specifier.el (make-natnum-specifier): New.
|
|
2259 * specifier.el (make-generic-specifier): New.
|
|
2260 * specifier.el (make-display-table-specifier): New.
|
|
2261 specifier doc updates according to the conventions specified before.
|
|
2262
|
|
2263 * toolbar.el:
|
|
2264 * toolbar.el (make-toolbar-specifier): New.
|
|
2265 specifier doc updates according to the conventions specified before.
|
|
2266
|
|
2267 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2268
|
|
2269 * process.el (call-process-internal): Revert to previous version
|
|
2270 because Mike's change clashed with a change I did not long before.
|
|
2271 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
2272 Thanks very much Mike for pointing out the bug and submitting a
|
|
2273 patch!
|
|
2274
|
|
2275 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
2276
|
|
2277 * process.el (call-process-internal): Send the correct input buffer
|
|
2278 (call-process-internal): Return the exit status of the process
|
|
2279
|
|
2280 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2281
|
|
2282 * winnt.el:
|
|
2283 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
2284 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
2285 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
2286 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
2287 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
2288 * winnt.el (nt-quote-process-args): Removed.
|
|
2289 Remove all stuff for argument quoting. We borrow the code instead
|
|
2290 from Emacs 20.6, which is much more careful in its quoting
|
|
2291 (e.g. in handling runs of the escape character) and avoids most of
|
|
2292 the need for this Lisp mechanism by checking to see whether we're
|
|
2293 running a Cygwin or normal program and doing the appropriate
|
|
2294 quoting. If we end up needing such a mechanism, we should add
|
|
2295 it by extending the variable `mswindows-quote-process-args' so it
|
|
2296 can take an alist of regexps.
|
|
2297
|
|
2298 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2299
|
|
2300 * keydefs.el:
|
|
2301 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
2302 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
2303 the window without moving point.
|
444
|
2304
|
442
|
2305 * simple.el:
|
|
2306 * simple.el (scroll-up-one): New.
|
|
2307 * simple.el (scroll-down-one): New.
|
|
2308 Functions for use with C-M-up/down.
|
|
2309
|
|
2310 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
2311
|
|
2312 * XEmacs 21.2.33 is released.
|
|
2313
|
|
2314 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
2315
|
444
|
2316 * dialog.el (yes-or-no-p-dialog-box):
|
442
|
2317 Fix docstring.
|
444
|
2318 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
442
|
2319 1. Visit two files in two different frames.
|
|
2320 2. do File->Revert Buffer in one of those frames.
|
|
2321 3. Dialog box appears.
|
|
2322 4. Arrange things so that the mouse passes over the *other*
|
|
2323 frame, then to the dialog box, and click on "Yes".
|
|
2324 5. The file contents end up in the *wrong* buffer!
|
|
2325 Add TODO comment.
|
444
|
2326
|
442
|
2327 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2328
|
|
2329 * help.el (describe-installation): correct typo introduced
|
|
2330 in last patch: boundp -> fboundp.
|
|
2331
|
|
2332 * etags.el (buffer-tag-table-list):
|
|
2333 canonicalize filenames to Unix format so that tag-table-alist
|
|
2334 searching works under Windows.
|
444
|
2335
|
442
|
2336 * autoload.el:
|
|
2337 Bowdlerize the supposedly objectionable words
|
|
2338 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
444
|
2339
|
442
|
2340 * gutter-items.el (set-progress-display-style):
|
|
2341 * gutter-items.el (search-dialog-callback):
|
|
2342 * gutter-items.el (make-search-dialog):
|
|
2343 Change to new callback-ex api.
|
|
2344
|
|
2345 2000-04-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
2346
|
|
2347 * help.el: (describe-installation): decode-coding-string is not
|
|
2348 defined in a non MULE environment.
|
|
2349
|
|
2350 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2351
|
|
2352 * gutter-items.el (buffer-list-changed-hook):
|
|
2353 use it, not record-buffer-hook.
|
|
2354
|
|
2355 * subr.el (record-buffer-hook): Removed.
|
|
2356
|
|
2357 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
2358
|
|
2359 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
2360 use NORECORD option. Andy will not like this, but the existing
|
|
2361 gutter behavior is just wrong, as per this comment:
|
|
2362
|
|
2363 ;; this used to add the norecord flag to both calls below.
|
|
2364 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
2365 ;; that the current buffer is at the front of the buffers list.
|
|
2366 ;; for example, select an item and then do M-C-l
|
|
2367 ;; (switch-to-other-buffer). Things get way confused.
|
|
2368 ;;
|
|
2369 ;; Andy, if you want to maintain the current look, you must
|
|
2370 ;; *uncouple* the gutter order and buffers order.
|
|
2371
|
|
2372 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
2373
|
|
2374 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
2375 xemacs.mak.
|
|
2376
|
|
2377 * autoload.el (batch-update-one-directory): new function, used in
|
|
2378 xemacs.mak.
|
|
2379
|
|
2380 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
2381 loadup during update-elc is much much much faster. also do this
|
|
2382 when quick-building.
|
|
2383
|
|
2384 add commented-out code for profiling loadup.
|
444
|
2385
|
442
|
2386
|
|
2387 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
2388 is required in order to build xemacs.
|
|
2389
|
|
2390 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
2391
|
|
2392 * loadup.el: don't garbage collect during loadup if quick-build
|
|
2393 compile-time option is set.
|
|
2394
|
|
2395 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
2396
|
|
2397 * update-elc.el: compute whether any dumped .el or .elc files
|
|
2398 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
2399 if so.
|
444
|
2400
|
442
|
2401 * update-elc.el (update-elc-files-to-compile): always change
|
|
2402 NOBYTECOMPILE in the src directory rather than current dir,
|
|
2403 so it will work under NT.
|
|
2404
|
|
2405 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
2406 the form of this file is identical between Unix and Windows.
|
|
2407 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
2408 Added comment.
|
|
2409 (update-autoloads-from-directory): updated doc string.
|
|
2410 updated doc strings in a few other places.
|
|
2411
|
|
2412 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2413
|
|
2414 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
2415 byte-recompile-directory.
|
|
2416
|
|
2417 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2418
|
|
2419 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
2420 add-one-shot-hook.
|
|
2421 * gutter-items.el (clear-progress-display): Adjust number of
|
|
2422 arguments.
|
|
2423
|
|
2424 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2425
|
|
2426 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
2427
|
|
2428 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
2429
|
|
2430 * printer.el: New file.
|
444
|
2431
|
442
|
2432 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
444
|
2433
|
442
|
2434 * help.el (describe-installation): Fix decoding for Windows.
|
444
|
2435
|
442
|
2436 * menubar-items.el:
|
|
2437 * menubar-items.el (default-menubar):
|
|
2438 * menubar-items.el (tutorials-menu-filter): New.
|
|
2439 * menubar-items.el (popup-menubar-menu):
|
|
2440 Add authorship. Redo Help menu and Tutorials filter.
|
444
|
2441
|
442
|
2442 * menubar.el: Correct comment.
|
444
|
2443
|
442
|
2444 * modeline.el (modeline-buffer-identification): Correct doc string.
|
444
|
2445
|
442
|
2446 * simple.el:
|
|
2447 * simple.el (printing): Removed.
|
|
2448 * simple.el (printer-name): Removed.
|
|
2449 * simple.el (generic-print-buffer): Removed.
|
|
2450 * simple.el (generic-print-region): Removed.
|
|
2451 Move generic print code to printer.el.
|
|
2452
|
|
2453 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
2454
|
|
2455 * simple.el (generic-print-region): New.
|
|
2456 make this function actually work.
|
|
2457 (generic-print-buffer): call generic-print-region.
|
|
2458
|
|
2459 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
2460
|
|
2461 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
2462 by using the new widget-callback-current-channel.
|
|
2463 (search-dialog-callback): ditto.
|
|
2464
|
|
2465 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
2466
|
|
2467 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
2468 (default-gutter-position-changed-hook): ditto.
|
|
2469 (gutter-element-visibility-changed-hook): ditto.
|
|
2470 (set-gutter-element): ditto.
|
|
2471 (remove-gutter-element): ditto.
|
444
|
2472 (set-gutter-element-visible-p): ditto.
|
442
|
2473 (gutter-element-visible-p): ditto.
|
|
2474 (init-gutter): ditto.
|
|
2475
|
|
2476 * dialog.el (make-dialog-box): renamed and moved from
|
|
2477 gutter-items.el
|
|
2478
|
|
2479 * gutter-items.el: move various functions elsewhere.
|
|
2480
|
|
2481 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2482
|
|
2483 * menubar-items.el: Fixed place of parenthesis.
|
|
2484
|
|
2485 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
2486
|
|
2487 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
2488 without constantly being prompted for the tag.
|
|
2489 * simple.el: Added a number of section headings, to clarify the
|
|
2490 organization of this file.
|
444
|
2491 * simple.el (activate-region):
|
|
2492 * simple.el (region-exists-p):
|
|
2493 * simple.el (region-active-p):
|
442
|
2494 Moved these three function down to the other side of
|
|
2495 the case-changing functions, so they join the rest of
|
|
2496 the region code.
|
|
2497 * simple.el (printing): New.
|
|
2498 * simple.el (printer-name): New.
|
|
2499 * simple.el (generic-print-buffer): New.
|
|
2500 New functions, a very simple prototype for a unified
|
|
2501 printing interface.
|
444
|
2502
|
442
|
2503 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
2504 other problems with BUFFER specs.
|
444
|
2505
|
442
|
2506 * menubar-items.el:
|
|
2507 Fixed up File->Print to use new printing functions.
|
|
2508 Various corrections and expansions to Grep/Compile menus.
|
|
2509 New options for Printing.
|
|
2510 New options for SMTP Mail, the way to send mail under
|
|
2511 MS Windows. (There's also a package patch to make SMTP
|
|
2512 Mail be the default under MSWin.)
|
|
2513
|
|
2514 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
2515
|
|
2516 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
2517 did not work. Needed to quote mouse-track-rectangle-p.
|
|
2518
|
|
2519 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2520
|
|
2521 * cl-compat.el (keywordp): Removed.
|
|
2522
|
|
2523 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
2524
|
|
2525 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
2526 (progress-gauge-glyph): use dynamic sizing.
|
|
2527 (set-progress-display-style): new function. Set progress glyphs
|
|
2528 appropriately depending on the style.
|
|
2529 (progress-display-style): new variable. Custom version of
|
|
2530 set-progress-display-style.
|
|
2531 (progress-abort-glyph): switch to dynamic sizes.
|
|
2532 (search-dialog-text): make the edit field active.
|
|
2533
|
|
2534 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
2535
|
|
2536 * gutter-items.el (make-search-dialog): need to make the search
|
|
2537 dialog visible after creation.
|
|
2538
|
|
2539 * menubar-items.el (default-menubar): use the search dialog for
|
|
2540 searching. Remove some extraneous search menu items.
|
|
2541
|
|
2542 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
2543 well as strings.
|
|
2544 (make-gutter-only-dialog-frame): allow the user to create the
|
|
2545 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
2546 (search-dialog-direction): new variable.
|
|
2547 (search-dialog-text): new variable.
|
|
2548 (search-dialog-callback): new function. Callback for the search
|
|
2549 dialog action.
|
|
2550 (make-search-dialog): new function. Create a user-friendly search
|
|
2551 dialog.
|
|
2552
|
|
2553 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2554
|
|
2555 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
2556 under Windows.
|
|
2557
|
|
2558 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
2559
|
|
2560 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
2561 progress more accurately.
|
|
2562
|
|
2563 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
2564
|
|
2565 * finder.el (finder-compile-keywords): Process readable files only.
|
|
2566 Because error in process of .#finder-inf.el when compile xemacs
|
|
2567 with --with-clash-detection option.
|
|
2568
|
|
2569 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
2570
|
|
2571 * gutter-items.el (append-progress-display): don't delay after a
|
|
2572 successful font-lock.
|
|
2573 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
2574 create gutter-only dialogs.
|
|
2575
|
|
2576 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
2577
|
|
2578 * process.el (call-process-internal): Handle a null BUFFER
|
|
2579 parameter correctly.
|
|
2580
|
|
2581 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
2582
|
|
2583 * gutter-items.el (abort-progress-display): put strings in the
|
|
2584 gutter not extents.
|
|
2585 (progress-layout-glyph): signal special 'quit callback.
|
|
2586 (progress-display-quit-function): deleted.
|
|
2587 (progress-display-stop-callback): deleted.
|
|
2588 (progress-display-dispatch-command-events): deleted.
|
|
2589 (append-progress-display): remove calls to
|
|
2590 progress-display-dispatch-command-events.
|
|
2591 (raw-append-progress-display): ditto.
|
|
2592
|
|
2593 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2594
|
|
2595 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
2596 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
2597 an error predicate. Correctly handle PIXMAP being either relative
|
|
2598 or absolute file name.
|
|
2599
|
|
2600 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
2601
|
|
2602 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
2603 (abort-progress-display): ditto. Don't delete the created extent.
|
|
2604 (raw-append-progress-display): ditto.
|
|
2605 (progress-display-dispatch-non-command-events): new
|
|
2606 function. Encapsulates what we want to do when no command input is
|
|
2607 required.
|
|
2608 (progress-display-dispatch-command-events): likewise, but disable
|
|
2609 for now since it causes too many problems.
|
|
2610 (append-progress-display): use them.
|
|
2611 (raw-append-progress-display): ditto.
|
|
2612 (default-gutter-position-changed-hook): set this rather than
|
|
2613 default-gutter-position-changed.
|
|
2614 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
2615 rather than one.
|
|
2616 (raw-append-progress-display): trap errors in pending input since
|
|
2617 allowing them to signal will hose the gauge well and
|
|
2618 truly. Ideally we would like to delay these until we are more able
|
|
2619 to cope.
|
|
2620 (append-progress-display): ditto.
|
|
2621
|
|
2622 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
444
|
2623
|
442
|
2624 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
2625 in process.el.
|
|
2626
|
|
2627 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2628
|
444
|
2629 * mule\mule-cmds.el (set-language-info-alist):
|
442
|
2630 Fix to correspond to new menu arrangement.
|
|
2631
|
|
2632 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2633
|
|
2634 * process.el:
|
|
2635 * process.el (call-process-internal): New.
|
|
2636 New implementation of call-process. Only enabled under NT, so far.
|
|
2637 stderr handling not implemented yet in CVS'd C code.
|
|
2638
|
|
2639 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
2640
|
|
2641 * lisp-mode.el:
|
|
2642 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
2643 * lisp-mode.el (lisp-interaction-mode):
|
|
2644 Put back Lisp Interaction menubar for Jan V's sake.
|
444
|
2645
|
442
|
2646 * simple.el:
|
|
2647 * simple.el (mark-ring):
|
|
2648 * simple.el (dont-record-current-mark): New.
|
|
2649 * simple.el (in-shifted-motion-command): New.
|
|
2650 * simple.el (mark-ring-unrecorded-commands): New.
|
|
2651 * simple.el (mark-ring-max):
|
|
2652 * simple.el (set-mark-command):
|
|
2653 * simple.el (push-mark):
|
|
2654 * simple.el (handle-pre-motion-command):
|
|
2655 Implement scheme for not recording unimportant marks.
|
444
|
2656
|
442
|
2657 * subr.el:
|
|
2658 * subr.el (function-allows-args): New.
|
|
2659 New function function-allows-args.
|
|
2660
|
|
2661 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
2662
|
|
2663 * XEmacs 21.2.32 is released.
|
|
2664
|
|
2665 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
2666
|
|
2667 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
2668 selected-window if required to do so.
|
|
2669 (buffers-tab-items): ditto.
|
|
2670 (add-tab-to-gutter): ditto.
|
|
2671 (create-frame-hook): use force-selection.
|
|
2672 (default-gutter-position-changed): lambdify.
|
|
2673 (update-tab-hook): deleted since it was only used in one place.
|
|
2674
|
|
2675 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
2676
|
|
2677 * files.el (find-file-noselect): undo change that shouldn't have
|
|
2678 gone in.
|
|
2679
|
|
2680 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
2681
|
|
2682 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
2683 of selected-window trickery.
|
|
2684
|
|
2685 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
2686 frames tabs.
|
|
2687 (progress-display-stop-callback): progress -> progress-display
|
|
2688 (progress-display-quit-function): ditto.
|
|
2689 (clear-progress-display): ditto.
|
|
2690 (remove-progress-display): ditto.
|
|
2691 (append-progress-display): ditto.
|
|
2692 (abort-progress-display): ditto.
|
|
2693 (raw-append-progress-display): ditto.
|
|
2694 (display-progress-display): ditto.
|
|
2695 (current-progress-display-label): ditto.
|
|
2696 (current-progress-display): ditto.
|
|
2697 (lprogress-display): ditto and save the buffer
|
|
2698 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
2699 changed which confuses font-lock.
|
|
2700
|
|
2701 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
2702 errors, not just quit.
|
|
2703 (font-lock-mode): progress -> display-progress
|
|
2704 (font-lock-default-fontify-buffer): ditto.
|
|
2705 (font-lock-fontify-syntactically-region): ditto.
|
|
2706 (font-lock-fontify-keywords-region): ditto.
|
|
2707
|
|
2708 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2709
|
|
2710 * cl.el (gensym): Move to here from cl-macs.el.
|
|
2711 (gentemp): Ditto.
|
|
2712
|
|
2713 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
2714
|
|
2715 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
2716 progress management.
|
|
2717 (font-lock-default-fontify-buffer): ditto.
|
|
2718 (font-lock-fontify-syntactically-region): ditto.
|
|
2719 (font-lock-fontify-keywords-region): ditto.
|
|
2720 (font-lock-revert-cleanup): fix reverting.
|
|
2721 (font-lock-revert-setup): ditto.
|
|
2722
|
|
2723 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
2724 echo area for progress gauges if non-nil.
|
|
2725 (clear-progress): remove echo area stuff and defer to
|
|
2726 clear-message.
|
|
2727 (append-progress): dispatch non-command events after each progress
|
|
2728 increment. Remove echo area stuff.
|
|
2729 (abort-progress): remove echo area stuff and defer to
|
|
2730 display-message.
|
|
2731 (raw-append-progress): ditto. Dispatch non-command events after
|
|
2732 gutter redisplay.
|
|
2733 (display-progress): defer echo area stuff to display-message.
|
|
2734
|
|
2735 * gutter-items.el (clear-progress):
|
|
2736 (abort-progress): indentation changes.
|
|
2737 (display-progress): don't clear progress.
|
|
2738 (append-progress): compare messages with equal.
|
|
2739 (raw-append-progress): use dispatch-non-command-events to flush
|
|
2740 widget creation events.
|
|
2741
|
|
2742 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
2743
|
|
2744 * abbrev.el:
|
|
2745 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
2746 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
2747 Changes for use with the menubar.
|
|
2748
|
|
2749 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
2750
|
|
2751 * alist.el (vassoc): moved here from font-menu.el.
|
|
2752
|
|
2753 * custom.el (defface): typo fix.
|
|
2754
|
|
2755 * dialog.el (yes-or-no-p-dialog-box):
|
|
2756 * dialog.el (message-box):
|
|
2757 * files.el (save-some-buffers-1):
|
|
2758 Put accelerators in the button names.
|
|
2759
|
|
2760 * font-lock.el (font-lock-comment-face):
|
|
2761 * font-lock.el (font-lock-keyword-face):
|
|
2762 * font-lock.el (font-lock-function-name-face):
|
|
2763 Fixed some of the colors under MS Windows because the existing
|
|
2764 default colors were hardly different from black and needed to be
|
|
2765 made lighter.
|
|
2766
|
|
2767 * font-menu.el:
|
|
2768 * font-menu.el (font-menu-split-long-menu):
|
|
2769 * font-menu.el (font-menu-family-constructor):
|
|
2770 * font-menu.el (font-menu-size-constructor):
|
|
2771 * font-menu.el (font-menu-weight-constructor):
|
|
2772 * font-menu.el (font-menu-set-font):
|
|
2773 vassoc moved to alist.el.
|
|
2774 Accelerators added to all menus.
|
|
2775 Unused bound var new-props removed.
|
444
|
2776
|
442
|
2777 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
2778 more consistent order and fixed a number of cases where key
|
|
2779 combinations involving up, down, left, right and so on were
|
|
2780 defined but the corresponding keypad combinations were not
|
444
|
2781 defined.
|
442
|
2782
|
|
2783 * lisp-mode.el:
|
|
2784 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
2785 * lisp-mode.el (emacs-lisp-mode):
|
|
2786 * lisp-mode.el (lisp-interaction-mode):
|
|
2787 * lisp-mode.el (flet):
|
|
2788 Added accelerators onto the menus.
|
|
2789 Made all the different versions of the let function be indented
|
|
2790 the same way.
|
|
2791 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
2792 to have the menubar and popup menus different.
|
|
2793 Cleaned up the menu; added items for find-function &c and some
|
|
2794 indenting, and removed debug-on-*.
|
|
2795
|
|
2796 * list-mode.el (list-mode-hook):
|
|
2797 * list-mode.el (list-mode):
|
|
2798 * list-mode.el (completion-setup-hook):
|
|
2799 * list-mode.el (display-completion-list):
|
|
2800 Added support for the :window-height keyword, which is required
|
|
2801 because of other changes that I made for the file dialog box. I
|
|
2802 also made the hook variables list-mode-hook and
|
|
2803 completion-setup-hook and also minibuffer-setup-hook in
|
|
2804 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
2805
|
|
2806 * map-ynp.el (map-y-or-n-p):
|
|
2807 Added accelerators to the dialog buttons.
|
|
2808
|
|
2809 * menubar-items.el (menu-truncate-list):
|
|
2810 New internal function.
|
|
2811 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
2812 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
2813 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
2814 New exported functions, for use in auto-generating accelerator specs.
|
|
2815
|
|
2816 * menubar-items.el:
|
|
2817 * menubar-items.el (default-menubar):
|
|
2818 * menubar-items.el (maybe-add-init-button):
|
|
2819 * menubar-items.el (bookmark-menu-filter):
|
|
2820 * menubar-items.el (slow-format-buffers-menu-line):
|
|
2821 * menubar-items.el (build-buffers-menu-internal):
|
|
2822 * menubar-items.el (language-environment-menu-filter):
|
|
2823 * menubar-items.el (default-popup-menu):
|
|
2824 * menubar-items.el (popup-buffer-menu):
|
|
2825 * menubar-items.el (popup-menubar-menu):
|
|
2826 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
2827 done working on the menubar, and there will be more patches to
|
|
2828 come. A basic summary of what I've done:
|
|
2829
|
|
2830 a) I added accelerators to all of the menu items. For menus that
|
|
2831 are auto-generated, such as the buffers menu, the accelerators are
|
|
2832 automatically added to the beginning of each line using the
|
|
2833 numbers 1 through 9, then zero, and then letters starting with A,
|
|
2834 but omitting the letters that are already in use for the fixed
|
|
2835 menu items at the top of the buffers menu. To facilitate adding
|
|
2836 accelerators of this kind, I created some new functions
|
|
2837 (*-accelerator-spec), which are also being used by other filters
|
|
2838 that auto generate lists of things such as ftp sites to download
|
|
2839 packages. If people really don't like these accelerators
|
|
2840 appearing at the beginning of the menu items, a variable can be
|
|
2841 added to optionally turn them off, but I think this is rather
|
|
2842 pointless because other menu items have accelerators and many or
|
|
2843 most of the menu users will use the accelerators if the support is
|
|
2844 there.
|
|
2845
|
|
2846 b) I combined the top level Tools and Apps menus into a single
|
|
2847 Tools menu, because the distinction between the two is not
|
|
2848 obvious, and the items on the menus are not used often enough that
|
444
|
2849 putting some of them onto submenus is a problem.
|
442
|
2850
|
|
2851 c) I created two new top level menus called View and Cmds because
|
|
2852 there were too many items on the File and Edit menus, and I'm going
|
|
2853 to be adding more items to these menus. In contrast to the Tools
|
|
2854 menu, the items on these menus may be used quite often during an
|
|
2855 editing session, and so should be available with fewer
|
444
|
2856 keystrokes.
|
442
|
2857
|
|
2858 d) I added a number of options to the options menu, including one
|
|
2859 for controlling whether the alt key can be used to traverse to
|
|
2860 menu items using the accelerators, one for controlling behavior of
|
|
2861 control-k, one for controlling how the kill and yank functions
|
|
2862 interact with the clipboard, a few additional buffers-menu
|
|
2863 options, and various other things. I also did a bit of
|
|
2864 rearranging, for example, combining the keyboard and mouse options
|
|
2865 into a single keyboard and mouse submenu to facilitate the
|
444
|
2866 accelerators on that level.
|
442
|
2867
|
|
2868 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
2869 to take two arguments instead of one, the second argument being
|
|
2870 the line number for use in creating an accelerator. I added a
|
|
2871 hack to support existing functions with one argument (although I
|
444
|
2872 doubt that very many of these exist), for backward compatibility.
|
442
|
2873
|
|
2874 f) I moved the top level mule menu to be a submenu of the edit
|
|
2875 menu. I think that most of the items on this menu are fairly
|
|
2876 useless and there are certainly not enough frequently used items
|
444
|
2877 to justify this being its own top level menu.
|
442
|
2878
|
|
2879 g) I combined most of the items in big-menubar.el into the main menu.
|
|
2880 If people think the main menu is too big, it would be possible to
|
|
2881 create different configurations, some smaller.
|
|
2882
|
|
2883 * menubar.el (check-menu-syntax):
|
|
2884 Deleted some syntax checks that were no longer valid, partly
|
|
2885 because of changes that were already made a long time ago, and
|
|
2886 partly because of a change I made where I allow the name of the
|
|
2887 menu item to be an evaluated expression rather than just a string,
|
|
2888 similar to all of the other parameters of a menu item.
|
|
2889
|
|
2890 * minibuf.el:
|
|
2891 * minibuf.el (read-file-name-1):
|
|
2892 * minibuf.el (mouse-read-file-name-1):
|
|
2893 I made a number of changes to improve the appearance
|
|
2894 and functioning of the file dialog box. They include:
|
|
2895
|
|
2896 a) Fixing the problem where closing the dialog box by clicking on
|
|
2897 the close button of the window didn't properly exit the
|
444
|
2898 minibuffer.
|
442
|
2899
|
|
2900 b) Fixing the problem that if you typed part of a file name, and
|
|
2901 then clicked on a completion with the mouse, the file was not
|
444
|
2902 correctly selected.
|
442
|
2903
|
|
2904 c) Changing the title of the dialog box to reflect the operation
|
|
2905 being done in accordance with user interface conventions, rather
|
444
|
2906 than the name of the dialog box buffer, which is rather useless.
|
442
|
2907
|
|
2908 d) Remove the words "possible completions are" which didn't
|
444
|
2909 belong.
|
442
|
2910
|
|
2911 e) Fix things so that the completions scroll off the end of the
|
|
2912 completions windows only to the right, rather than both to the
|
|
2913 right and down, which is in accordance with Windows user interface
|
444
|
2914 conventions.
|
442
|
2915
|
|
2916 * msw-init.el (init-post-mswindows-win):
|
|
2917 Added a binding for meta-F4, which is the standard windows binding
|
|
2918 for exiting a program.
|
|
2919
|
|
2920 * select.el (get-selection-no-error):
|
|
2921 * select.el (own-selection):
|
|
2922 * select.el (own-clipboard):
|
|
2923 Added an optional argument called append to the functions
|
|
2924 own-selection and own-clipboard. This adds support for appending
|
|
2925 text to the existing selection and allows the function
|
|
2926 own-clipboard to be used as the value of the variable
|
|
2927 interprogram- cut-function.
|
|
2928
|
|
2929 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
2930
|
|
2931 * simple.el (historical-kill-line): New.
|
|
2932
|
|
2933 * simple.el (kill-line):
|
|
2934 * simple.el (interprogram-cut-function):
|
|
2935 * simple.el (interprogram-paste-function):
|
|
2936 * simple.el (handle-pre-motion-command):
|
|
2937 * simple.el (next-line):
|
|
2938 * simple.el (previous-line):
|
|
2939 a) Expanded the variable kill-whole-line, so that function
|
|
2940 kill-line can be set to delete the entire line always, not just
|
|
2941 when cursor is at the beginning of the line. This is controlled
|
|
2942 by setting the variable kill-whole-line to the symbol 'always.
|
|
2943 This behavior, as well as the existing kill-whole-line behavior,
|
|
2944 now only take effect when kill-line is called interactively,
|
|
2945 although this is a departure from a previous behavior in the case
|
|
2946 of setting this variable kill-whole-line to t. It is almost
|
|
2947 certainly what has always been intended, and most likely the old
|
|
2948 way of doing things introduced bugs. I also created a function
|
|
2949 called historical-kill-line, which ignores the kill-whole-line
|
|
2950 setting and always gives the historical behavior of only killing
|
|
2951 to the end of the line. I bound this function to shift- control-k
|
|
2952 so that the kill to end of line behavior is available, even when
|
|
2953 kill-whole-line has been set to change control-k into the simple
|
|
2954 delete-whole-line behavior. (This can be set using the options
|
|
2955 menu.)
|
|
2956
|
|
2957 b) I changed things so that kill and yank now interact with the
|
|
2958 clipboard by default under windows. This was done by changing the
|
|
2959 default value of interprogram-cut- function and
|
|
2960 interprogram-paste-function. You can get the old behavior by
|
|
2961 setting these to nil, and there is an option on the options menu
|
|
2962 to do this.
|
|
2963
|
|
2964 c) I added support for selecting text using shifted motion keys.
|
|
2965 This support is on by default and can be controlled by the
|
|
2966 variable shifted-motion-keys-select-region. There is also a
|
|
2967 variable called unshifted-motion-keys-deselect-region that
|
|
2968 controls more specifically how the shifted motion key behavior
|
|
2969 works. I did not put an option on the options menu to turn this
|
|
2970 off, because I can't imagine why this would be useful.
|
|
2971
|
|
2972 * simple.el (forward-block-of-lines):
|
|
2973 * simple.el (backward-block-of-lines):
|
|
2974 * simple.el (block-movement-size):
|
|
2975 New.
|
|
2976
|
|
2977 * simple.el (uncapitalized-title-words):
|
|
2978 * simple.el (uncapitalized-title-word-regexp):
|
|
2979 * simple.el (capitalize-string-as-title):
|
|
2980 * simple.el (capitalize-region-as-title):
|
|
2981 New.
|
444
|
2982
|
442
|
2983
|
|
2984 * subr.el (add-hook):
|
|
2985 * subr.el (make-local-hook): New.
|
|
2986 * subr.el (remove-local-hook): New.
|
|
2987 * subr.el (add-one-shot-hook): New.
|
|
2988 * subr.el (add-local-one-shot-hook): New.
|
|
2989 Added some functions to make using hooks easier.
|
|
2990 These include:
|
|
2991
|
|
2992 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
2993 to use local hooks.
|
|
2994
|
|
2995 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
2996 make it possible to add a "one-shot" hook, which is to say a hook
|
|
2997 that runs only once, and automatically removes itself after the
|
|
2998 first time it has run.
|
|
2999
|
|
3000 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
3001
|
|
3002 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
3003
|
|
3004 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3005
|
|
3006 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
3007 Moved from menubar-items.el.
|
|
3008 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
3009
|
|
3010 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
3011
|
|
3012 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
3013 to buffers tab spec.
|
|
3014
|
|
3015 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3016
|
|
3017 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
3018
|
|
3019 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
3020
|
|
3021 * startup.el (command-line-1): remove unused variable
|
|
3022 `first-file-buffer'.
|
|
3023
|
|
3024 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3025
|
|
3026 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
3027 which is also used for Web server log files.
|
|
3028
|
|
3029 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
3030
|
|
3031 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
3032
|
|
3033 2000-03-02 SL Baur <steve@beopen.com>
|
|
3034
|
|
3035 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
3036 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
3037 non-deletion of buffer after execution problem.
|
|
3038 (with-output-to-string): Use unique buffer name.
|
|
3039
|
|
3040 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
3041
|
|
3042 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
3043 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
3044
|
|
3045 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
3046
|
|
3047 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
3048
|
|
3049 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
3050
|
|
3051 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
3052 .emacs" button from all menubars.
|
|
3053
|
|
3054 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
3055
|
|
3056 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
3057 region rectangle replacement (from Jan Vroonhof).
|
|
3058 (replace-rectangle): new function.
|
|
3059
|
|
3060 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3061
|
|
3062 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
3063 set-terminal-coding-system and set-keyboard-coding-system.
|
|
3064 * coding.el (set-terminal-coding-system): Use
|
|
3065 set-console-tty-output-coding-system.
|
|
3066 (set-keyboard-coding-system): Use
|
|
3067 set-console-tty-input-coding-system.
|
|
3068
|
|
3069 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3070
|
|
3071 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
3072
|
|
3073 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
3074
|
|
3075 * gutter-items.el (update-tab-hook): new function to be used for
|
|
3076 hooks.
|
|
3077 (create-frame-hook): add update-tab-hook.
|
|
3078 (record-buffer-hook): ditto.
|
|
3079 (default-gutter-position-changed): ditto.
|
|
3080 (default-gutter-position): updating the buffers tab is now handled
|
|
3081 by a hook.
|
|
3082 (default-gutter-position-changed-hook): new variable.
|
|
3083 (gutter-element-visibility-changed-hook): ditto.
|
|
3084 (set-gutter-element-visible-p): call it.
|
|
3085 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
3086 as duplicable before using.
|
|
3087 (remove-gutter-element): ditto.
|
|
3088 (set-gutter-element-visible-p): ditto.
|
|
3089 (init-gutter): new function.
|
|
3090 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
3091 setting specifiers directly.
|
|
3092 (clear-progress): ditto.
|
|
3093 (abort-progress): ditto.
|
|
3094 (gutter-buffers-tab-visible-p): renamed from
|
|
3095 default-gutter-visible-p
|
|
3096
|
|
3097 * specifier.el (modify-specifier-instances): new function from Jan
|
|
3098 Vroonhof.
|
|
3099
|
|
3100 * x-init.el (init-post-x-win): call init-gutter.
|
|
3101
|
|
3102 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
3103
|
|
3104 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
3105 variables.
|
|
3106
|
|
3107 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
3108
|
|
3109 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
3110 elements to the specified gutter.
|
|
3111 (remove-gutter-element): new function. Remove gutter elements from
|
|
3112 the specified gutter.
|
|
3113 (set-gutter-element-visible-p): new function. Set gutter element
|
|
3114 visibility for the provided gutter-visible specifier.
|
|
3115
|
|
3116 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
3117
|
|
3118 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
3119 dynamically.
|
|
3120
|
|
3121 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
3122
|
|
3123 * gutter-items.el (add-tab-to-gutter):
|
|
3124 * package-get.el (package-get-interactive-package-query):
|
|
3125 * package-ui.el (pui-directory-exists):
|
|
3126 (pui-install-selected-packages):
|
|
3127 (pui-list-packages):
|
|
3128 Use #'(lambda ...) instead of '(lambda ...).
|
|
3129
|
|
3130 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
3131
|
|
3132 * startup.el (load-user-init-file): Check to make sure user
|
|
3133 has an init-file before calling load().
|
|
3134
|
|
3135 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3136
|
|
3137 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
3138
|
|
3139 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
3140
|
|
3141 * XEmacs 21.2.31 is released.
|
|
3142
|
|
3143 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
3144
|
|
3145 * loadup.el (really-early-error-handler):
|
|
3146 * update-elc.el:
|
|
3147 * make-docfile.el:
|
|
3148 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
3149
|
|
3150 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
3151
|
|
3152 * XEmacs 21.2.30 is released.
|
|
3153
|
|
3154 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
3155
|
|
3156 * byte-optimize.el (byte-optimize-plus):
|
|
3157 (byte-optimize-minus):
|
|
3158 (byte-optimize-multiply):
|
|
3159 Optimize (- 0) to 0, not (-)
|
|
3160 Optimize (+ 5 3.0) to 8.0
|
|
3161 Optimize (* 5 3.0) to 15.0
|
|
3162 Improve readability.
|
|
3163
|
|
3164 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3165
|
|
3166 * modeline.el: (modeline-scrolling-method): change modeline
|
|
3167 mswindows cursor appearance according to the value.
|
|
3168
|
|
3169 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
3170 and 'gui-element face colors and 'gui-element face font to Windows
|
|
3171 defaults.
|
|
3172
|
|
3173 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
3174
|
|
3175 * font-lock.el: Javadoc enhancements
|
|
3176
|
|
3177 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3178
|
|
3179 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
3180 (ldap-verbose): New option
|
|
3181 (ldap-search-entries): Renamed from the previous ldap-search
|
|
3182 Conditionalize message display on ldap-verbose
|
|
3183 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
3184 defuns
|
|
3185 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
3186 ldap-search-basic or ldap-search-entries
|
|
3187
|
|
3188
|
|
3189 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
3190 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
3191 Jan Vroonhof <jan@xemacs.org>
|
|
3192
|
|
3193 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
3194 When for-effect is true, didn't call `byte-optimize-form'
|
|
3195 in and/or subforms without last.
|
|
3196
|
|
3197 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3198
|
|
3199 * package-get.el (package-get-download-sites): Use correct custom
|
|
3200 type.
|
|
3201
|
|
3202 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3203
|
|
3204 * files.el (write-file): Ask for coding system when compiled with
|
|
3205 file-coding.
|
|
3206
|
|
3207 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
3208
|
|
3209 * buffer.el (switch-to-buffer): give norecord argument to
|
|
3210 set-window-buffer instead of explicitly recording.
|
|
3211
|
|
3212 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
3213 we have to pick a window.
|
|
3214
|
|
3215 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3216
|
|
3217 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
3218 unexist function to help-map.
|
|
3219 (describe-coding-system): Don't use already assigend `C'.
|
|
3220
|
|
3221 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3222
|
|
3223 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
3224 work in custom.
|
|
3225
|
|
3226 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
3227
|
|
3228 * about.el: Ienaga's e-mail address change.
|
|
3229
|
|
3230 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
3231
|
|
3232 * etags.el (find-tag): force new window -- even if buf already
|
|
3233 visible -- when other-window is t
|
|
3234
|
|
3235 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
3236
|
|
3237 * XEmacs 21.2.29 is released.
|
|
3238
|
|
3239 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
3240
|
|
3241 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
3242 just defalias it.
|
|
3243 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
3244 byte-compiler level, using define-compiler-macro.
|
|
3245
|
|
3246 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
3247
|
|
3248 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
3249
|
|
3250 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3251
|
|
3252 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
3253 a regular expression that matches against the tagname
|
|
3254 part of the tag entry first instead of only looking in
|
|
3255 the context area.
|
|
3256
|
|
3257 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3258
|
|
3259 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
3260 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
3261
|
440
|
3262 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3263
|
|
3264 * XEmacs 21.2.28 is released.
|
|
3265
|
|
3266 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3267
|
|
3268 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
3269 Make arglist match docstring.
|
|
3270 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
3271 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
3272 * byte-optimize.el: remove references to `get*'.
|
|
3273
|
|
3274 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
3275
|
|
3276 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
3277
|
|
3278 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
3279
|
|
3280 * byte-optimize.el: Byte-optimize (length "foo")
|
|
3281
|
|
3282 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
3283
|
|
3284 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
3285 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
3286
|
|
3287 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3288
|
|
3289 * wid-edit.el (widget-match-inline): An atom never matches a
|
442
|
3290 list.
|
440
|
3291
|
|
3292 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3293
|
|
3294 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
3295 'win tag.
|
|
3296
|
|
3297 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3298
|
|
3299 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
3300 intelligent about buffer naming when we have duplicates.
|
|
3301
|
|
3302 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3303
|
|
3304 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
3305 updated when it becomes visible.
|
|
3306
|
|
3307 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3308
|
|
3309 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
3310 system under MULE and file-coding.
|
|
3311
|
|
3312 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
3313
|
442
|
3314 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
3315 (dontusethis-set-value-terminal-coding-system-handler):
|
|
3316 (dontusethis-set-value-keyboard-coding-system-handler):
|
440
|
3317 Never undefine coding system aliases. Emergency fix for gnus.
|
|
3318
|
|
3319 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3320
|
|
3321 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
3322 of hard-coded "/".
|
|
3323
|
|
3324 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3325
|
|
3326 * startup.el (user-init-file-base-list): New variable, replacing
|
|
3327 user-init-file-base.
|
|
3328 (find-user-init-file): New function.
|
|
3329 (command-line-early): Use it.
|
|
3330 (load-user-init-file): Ditto.
|
|
3331
|
|
3332 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3333
|
|
3334 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
3335 calling valid-image-instantiator-format-p
|
|
3336
|
|
3337 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3338
|
|
3339 * isearch-mode.el (isearch-mode): The variable is
|
|
3340 isearch-unhidden-extents, not isearch-opened-extents.
|
|
3341
|
|
3342 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3343
|
|
3344 * minibuf.el (next-history-element): Modify error message if a
|
|
3345 default value is available.
|
|
3346
|
|
3347 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
3348
|
|
3349 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
3350 .elc files in binary - might contain non-Latin1.
|
|
3351
|
|
3352 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3353
|
|
3354 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
3355 for windows-nt.
|
|
3356
|
442
|
3357 * version.el:
|
|
3358 * startup.el (user-init-file-base):
|
|
3359 * process.el (call-process-region):
|
|
3360 * files.el (make-backup-file-name):
|
|
3361 (backup-file-name-p):
|
|
3362 (file-relative-name):
|
|
3363 (abbreviate-file-name):
|
|
3364 (set-auto-mode):
|
440
|
3365 * code-process.el (call-process-region): Removed unnecessary
|
|
3366 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
3367 support out of the universe.
|
|
3368
|
|
3369 * process.el:
|
442
|
3370 * code-process.el:
|
440
|
3371 * bytecomp.el (byte-compile-file): Removed reference to
|
|
3372 buffer-file-type, and commented usage of binary-process-output
|
|
3373 NTEmacs variables.
|
|
3374
|
|
3375 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3376
|
|
3377 * help.el (function-arglist): Add case for macro.
|
|
3378
|
|
3379 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3380
|
|
3381 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
3382 printers.
|
|
3383 (custom-display): Added a menu for printer/display tags.
|
|
3384
|
|
3385 * frame.el (frame-type):
|
|
3386 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
3387 removed 'pc -- it is not going to be implemented ever.
|
|
3388 (call-device-method): Fixed docstring typo.
|
|
3389 Defined specifier tags 'printer and 'display.
|
|
3390
|
|
3391 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3392
|
|
3393 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
3394 last-command-event-time) instead of (consp
|
|
3395 'last-command-event-time).
|
|
3396
|
|
3397 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3398
|
|
3399 * msw-glyphs.el: Removed obsolete commentary.
|
|
3400
|
|
3401 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3402
|
|
3403 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
3404 better default value.
|
|
3405
|
|
3406 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3407
|
|
3408 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
3409 (read-string): Ditto.
|
|
3410 (eval-minibuffer): Ditto.
|
|
3411 (read-command): Ditto.
|
|
3412 (read-function): Ditto.
|
|
3413 (read-variable): Ditto.
|
|
3414 (read-number): Ditto.
|
|
3415 (read-shell-command): Ditto.
|
|
3416 (read-number): Record history.
|
|
3417
|
|
3418 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3419
|
|
3420 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
3421
|
|
3422 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3423
|
|
3424 * faces.el (startup-initialize-custom-faces): New function.
|
|
3425 Reset all faces created during auto-autoloads loading time
|
|
3426 by defface.
|
|
3427 * startup.el (command-line): Call it.
|
|
3428
|
|
3429 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3430
|
|
3431 * about.el (about-hackers): Add myself to contributors list.
|
|
3432
|
|
3433 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3434
|
|
3435 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
3436 a call to load-user-init-file, as the function managed to lose its
|
|
3437 formal parameter a few betas ago.
|
|
3438
|
438
|
3439 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3440
|
|
3441 * XEmacs 21.2.27 is released.
|
|
3442
|
|
3443 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3444
|
|
3445 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
3446 Make shell-command-to-string the standard function, and
|
|
3447 exec-to-string the (deprecated) alias.
|
|
3448
|
|
3449 * startup.el: typo fix.
|
|
3450
|
|
3451 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
3452
|
|
3453 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
3454
|
|
3455 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3456
|
|
3457 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
3458 buffers after visible buffers.
|
|
3459 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
3460
|
|
3461 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3462
|
|
3463 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
3464 followed by whitespace or right parenthesis.
|
|
3465
|
|
3466 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3467
|
|
3468 * info.el (Info-directory-list): Warn against using Customize with
|
|
3469 Info-directory-list.
|
|
3470
|
|
3471 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3472
|
|
3473 * minibuf.el (read-file-name): doc fix.
|
|
3474
|
|
3475 * autoload.el (update-file-autoloads): doc fix.
|
|
3476
|
|
3477 * about.el (about-hackers): Change my E-mail address.
|
|
3478
|
|
3479 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
3480
|
|
3481 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
3482 read a filename in the standard way.
|
|
3483
|
|
3484 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
3485
|
|
3486 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
3487 (gutter-buffers-tab-extent): new variable.
|
|
3488 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
3489 orientation has changed.
|
|
3490 (add-tab-to-gutter): cope with different orientations.
|
|
3491
|
|
3492 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
3493
|
|
3494 * info.el (Info-following-node-name): backward-skip dots as well
|
|
3495 as spaces (dots at the end of a node name aren't part of it).
|
|
3496 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
3497 some in the node name.
|
|
3498 (Info-index): allow dots to be part of a node name.
|
|
3499
|
|
3500 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
3501
|
|
3502 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
3503 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
3504
|
|
3505 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3506
|
|
3507 * info.el (Info-search): Show default value.
|
|
3508
|
|
3509 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3510
|
|
3511 * info.el (Info-read-node-completion-table): New variable.
|
|
3512 (Info-read-node-name-1): New function.
|
|
3513 (Info-read-node-name): Use it.
|
|
3514 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
3515 (Info-menu): Ditto.
|
|
3516
|
|
3517 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3518
|
|
3519 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
3520 window configuration.
|
|
3521 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
3522 (hyper-apropos-read-variable-symbol): Ditto.
|
|
3523 (hyper-apropos-read-function-symbol): Ditto.
|
|
3524
|
|
3525 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3526
|
|
3527 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
3528 comint-exec-hook to use coding-system-for-read and
|
|
3529 coding-system-for-write so that C-x RET c works.
|
|
3530
|
|
3531 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3532
|
|
3533 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
3534 (previous-matching-history-element): Increment
|
|
3535 minibuffer-max-depth by 1.
|
|
3536 (next-matching-history-element): Ditto.
|
|
3537
|
|
3538 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
3539
|
|
3540 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
3541 tab.
|
|
3542 (buffers-tab-face): use it.
|
|
3543
|
|
3544 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
3545
|
|
3546 * modeline.el (modeline-scrolling-method): change modeline X
|
|
3547 cursor appearance according to the value.
|
|
3548
|
|
3549 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
3550
|
|
3551 * about.el (about-hackers): Moved my entry to contributor list.
|
|
3552 (xemacs-hackers): Added myself.
|
|
3553 (about-maintainer-info): Added description of myself.
|
|
3554
|
|
3555
|
|
3556 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
3557
|
|
3558 * modeline.el (modeline-scrolling-method): new variable.
|
|
3559 (mouse-drag-modeline): add reference to it in the docstring.
|
|
3560 (mouse-drag-modeline): handle it.
|
|
3561
|
|
3562 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
3563
|
|
3564 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
3565 calls.
|
|
3566 (remove-buffer-from-gutter-tab): ditto.
|
|
3567
|
|
3568 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3569
|
|
3570 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
3571 (custom-face-edit): Fix grammatical error in help message.
|
|
3572
|
|
3573 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3574
|
|
3575 * movemail.el: Added.
|
|
3576
|
|
3577 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
3578
|
|
3579 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
3580
|
|
3581 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
3582 the modeline horizontal scrolling facility.
|
|
3583
|
436
|
3584 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
3585
|
|
3586 * XEmacs 21.2.26 is released.
|
|
3587
|
|
3588 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
3589
|
|
3590 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
3591 does not agree with native widgets which can only be displayed
|
|
3592 once per window. The reasons for caching are diminished now that
|
|
3593 we don't hog resources when creating buttons.
|
|
3594 (widget-push-button-cache) deleted.
|
|
3595
|
434
|
3596 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
3597
|
|
3598 * XEmacs 21.2.25 is released.
|
|
3599
|
|
3600 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3601
|
|
3602 * hyper-apropos.el (hyper-apropos): Toggle
|
|
3603 hyper-apropos-programming-apropos correctly.
|
|
3604 Set REGEXP when user accepts default value.
|
|
3605
|
|
3606 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3607
|
|
3608 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
3609 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
3610
|
|
3611 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3612
|
|
3613 * mule/mule-category.el (undefined-category-designator):
|
|
3614 Return char instead of character. Search for undefined one.
|
|
3615 (describe-category): Use with-displaying-help-buffer.
|
|
3616
|
|
3617 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
3618
|
438
|
3619 * byte-optimize.el (byte-optimize-plus):
|
434
|
3620 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
3621
|
|
3622 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
3623
|
|
3624 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
3625
|
|
3626 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
3627 Remove performance penalty for using (char-before) instead of (char-after).
|
|
3628
|
|
3629 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3630
|
|
3631 * mule/mule-category.el (char-category-list): Return character
|
|
3632 instead of integer.
|
|
3633
|
|
3634 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3635
|
|
3636 * minibuf.el (read-buffer): Check default is buffer object.
|
|
3637
|
|
3638 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
3639
|
|
3640 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
3641 for buttons.
|
|
3642
|
|
3643 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
3644
|
|
3645 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
3646 Patch by Jeff Miller <jmiller@smart.net>.
|
|
3647
|
|
3648 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
3649
|
438
|
3650 * gnuserv.el (gnuserv-process-filter): don't call
|
434
|
3651 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
3652
|
432
|
3653 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
3654
|
|
3655 * XEmacs 21.2.24 is released.
|
|
3656
|
|
3657 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3658
|
|
3659 * about.el (about-hackers): Update my email address.
|
|
3660
|
430
|
3661 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
3662
|
|
3663 * XEmacs 21.2.23 is released.
|
|
3664
|
|
3665 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
3666
|
|
3667 * package-get.el (package-get-download-sites): Removed several
|
|
3668 defunct download sites, added many new ones, and corrected a few
|
|
3669 incorrect directory-on-site entries. Added physical locations to
|
|
3670 site-description.
|
|
3671
|
|
3672 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3673
|
|
3674 * finder.el (finder-commentary): add DOC string and fix
|
|
3675 interactive spec
|
|
3676
|
|
3677 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3678
|
|
3679 * help.el (describe-function): Don't forget to intern the string
|
|
3680 completing-read returns.
|
|
3681 (describe-variable): Ditto.
|
|
3682
|
434
|
3683 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
430
|
3684
|
|
3685 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
3686 `hyper-apropos-help-mode' here to find symbol to customize
|
|
3687 irregardless of cursor position and simplify
|
|
3688 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
3689 `hyper-apropos-popup-menu'.
|
|
3690
|
|
3691 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3692
|
|
3693 * apropos.el (apropos-mode-map): Add return to call
|
|
3694 apropos-follow.
|
|
3695 (apropos-print): Call apropos-mode to have better
|
|
3696 command reference. Put keymap text-poperty to
|
|
3697 symbole name.
|
|
3698
|
|
3699 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
3700
|
|
3701 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
3702 the extents at point.
|
|
3703
|
|
3704 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
3705
|
|
3706 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
3707 save-match-data
|
|
3708
|
|
3709 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3710
|
|
3711 * help.el (describe-function): Use the DEFAULT argument to
|
|
3712 completing-read.
|
|
3713 (describe-variable): Ditto.
|
|
3714
|
|
3715 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3716
|
|
3717 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
3718 DEFAULT to have better mini-buffer history support.
|
|
3719 (completing-read): Pass default to read-from-minibuffer.
|
|
3720 (read-buffer): Pass default to completing-read.
|
|
3721
|
|
3722 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3723
|
|
3724 * font-lock.el (font-lock-doc-string-face): Document the
|
|
3725 `font-lock-lisp-like' property.
|
|
3726
|
|
3727 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3728
|
|
3729 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
3730
|
|
3731 * font-lock.el (font-lock-lisp-like): New function.
|
|
3732 (font-lock-fontify-syntactically-region): Use it.
|
|
3733
|
428
|
3734 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3735
|
|
3736 * XEmacs 21.2.22 is released
|
|
3737
|
|
3738 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
3739
|
|
3740 * XEmacs 21.2.21 is released.
|
|
3741
|
|
3742 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3743
|
|
3744 * minibuf.el (read-coding-system): Accept symbol and
|
|
3745 coding-system object as a default-coding-system.
|
|
3746
|
|
3747 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3748
|
|
3749 * minibuf.el (read-coding-system): Accept symbol as
|
|
3750 a default-coding-system.
|
|
3751
|
|
3752 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3753
|
|
3754 * apropos.el (apropos-documentation): Use insert instead
|
|
3755 of princ.
|
|
3756
|
|
3757 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
3758
|
|
3759 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
3760 for the linux console.
|
|
3761
|
|
3762 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
3763 stuff to work when you are not on a window system, since the GPM
|
|
3764 mouse support now allows pasting from outside of XEmacs.
|
|
3765
|
|
3766 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3767
|
|
3768 * XEmacs 21.2.20 is released
|
|
3769
|
|
3770 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3771
|
|
3772 * setup-paths.el (paths-default-info-directories): Add
|
|
3773 /usr/share/info and /usr/local/share/info.
|
|
3774
|
|
3775 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
3776
|
|
3777 * about.el: Updated Vladimir Ivanovic's info.
|
|
3778
|
|
3779 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3780
|
|
3781 * auto-show.el (auto-show-truncationp): Remove.
|
|
3782
|
|
3783 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
3784
|
|
3785 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3786
|
|
3787 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
3788 with tab if column is multiple of tab-width
|
|
3789 From dhn@qedinc.com
|
|
3790
|
|
3791 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3792
|
|
3793 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
3794 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
3795
|
|
3796 * package-get.el (package-get-package-provider): Be verbose when
|
|
3797 interactive. Patch from Robert Pluim
|
|
3798
|
|
3799 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
3800
|
|
3801 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
3802 info file suffixes.
|
|
3803
|
|
3804 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
3805
|
|
3806 * process.el (open-network-stream): Add a new optional parameter
|
|
3807 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
3808 in docstring for udp programming.
|
|
3809
|
|
3810 * code-process.el (open-network-stream): Add a new optional
|
|
3811 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
3812 explanation in docstring for udp programming.
|
|
3813
|
|
3814 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
3815
|
|
3816 * gui.el (make-gui-button): be more precise about how we call
|
|
3817 callbacks.
|
|
3818
|
|
3819 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
3820 of native gui-button.
|
|
3821
|
|
3822 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3823
|
|
3824 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
3825
|
|
3826 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
3827
|
|
3828 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
3829 abort status.
|
|
3830 (append-progress): dispatch-event rather than sit-for.
|
|
3831 (abort-progress): new function. Show the abort glyph with an
|
|
3832 appropriate message.
|
|
3833 (raw-append-progress): dispatch-event rather than sit-for.
|
|
3834 (display-progress): cope with aborts.
|
|
3835
|
|
3836 * gui.el (make-gui-button): Use native widgets for buttons
|
|
3837 unconditionally.
|
|
3838 (insert-gui-button): ditto.
|
|
3839 (gui-button-p): ditto.
|
|
3840
|
|
3841 * xbm-button.el: remove from core.
|
|
3842
|
|
3843 * xpm-button.el: remove from core.
|
|
3844
|
|
3845 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
3846
|
|
3847 * faces.el (init-device-faces): Don't initialize the random faces
|
|
3848 on the stream device.
|
|
3849
|
|
3850 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
3851
|
438
|
3852 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
428
|
3853
|
434
|
3854 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
428
|
3855
|
|
3856 * package-get.el (package-get-download-menu): Make menu really
|
|
3857 toggle download sites.
|
|
3858 (package-get-download-sites): Add autoload cookie.
|
|
3859
|
|
3860 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3861
|
|
3862 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
3863
|
|
3864 1999-09-29 Werner Fink <werner@suse.de>
|
|
3865
|
|
3866 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
3867 parameter for environment.
|
|
3868
|
|
3869 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
3870
|
438
|
3871 * modeline.el (modeline-format):
|
|
3872 Only purecopy the strings. Else
|
428
|
3873 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
3874 barfs.
|
|
3875
|
|
3876 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
3877
|
|
3878 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
3879 user setting comint-completion-addsuffix and
|
|
3880 comint-process-echoes.
|
|
3881
|
|
3882 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
3883
|
|
3884 * gutter-items.el (update-tab-in-gutter): use
|
|
3885 last-nonminibuf-window instead of selected-window.
|
|
3886
|
|
3887 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
3888
|
|
3889 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
3890 display on.
|
|
3891
|
|
3892 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
3893 some documentation.
|
|
3894
|
|
3895 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
3896
|
|
3897 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
3898 gutter is visible.
|
|
3899 (remove-buffer-from-gutter-tab): ditto.
|
|
3900
|
|
3901 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
3902
|
|
3903 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
3904 processing.
|
|
3905
|
|
3906 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3907
|
|
3908 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
3909 highlighting extents a high priority.
|
|
3910 (isearch-make-extent): Give the main highlighting extent an even
|
|
3911 higher priority.
|
|
3912
|
|
3913 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3914
|
|
3915 * packages.el (packages-compute-package-locations): Fix typo from
|
|
3916 -u rationalization.
|
|
3917
|
|
3918 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3919
|
|
3920 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
3921 `configure-doc-directory.'
|
|
3922
|
|
3923 * find-paths.el (paths-find-architecture-directory): Give
|
|
3924 precendence `default' argument (which typically comes from
|
|
3925 configure).
|
|
3926
|
|
3927 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3928
|
|
3929 * startup.el (command-line-early): Added options -user-init-file
|
|
3930 and -user-init-directory.
|
|
3931
|
|
3932 * files.el (user-init-file): Default to NIL so we can recognize
|
|
3933 when it's set.
|
|
3934
|
|
3935 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3936
|
438
|
3937 * obsolete.el (init-file-user):
|
|
3938 * startup.el:
|
|
3939 * packages.el (packages-compute-package-locations):
|
|
3940 * package-get.el (package-get-user-index-filename):
|
|
3941 * menubar-items.el (maybe-add-init-button):
|
|
3942 * info.el (Info-annotations-path):
|
|
3943 * dump-paths.el:
|
428
|
3944 Change `user-init-directory' to be an absolute path.
|
|
3945 Use `user-init-directory' where appropriate.
|
|
3946 Zap `init-file-user' and its uses.
|
|
3947
|
|
3948 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
3949
|
|
3950 * subr.el (copy-symbol): New function.
|
|
3951
|
|
3952 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3953
|
|
3954 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
3955 extents in the proper buffer.
|
|
3956 (isearch-pre-command-hook): Set this-command to the correct value
|
|
3957 in case the buffer has changed and old overriding-local-map was
|
|
3958 used.
|
|
3959 (isearch-restore-extent): Use remprop instead of setting the
|
|
3960 property to nil.
|
|
3961
|
|
3962 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3963
|
|
3964 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
3965 before the delay.
|
|
3966 (execute-extended-command): Make the message gettext-friendly.
|
|
3967
|
|
3968 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
3969
|
|
3970 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
3971 progress-glyph.
|
|
3972 (progress-text-glyph): new variable.
|
|
3973 (progress-layout-glyph): use layouts and text glyphs.
|
|
3974 (progress-area-buffer): removed.
|
|
3975 (progress-text-and-extent): new variable.
|
|
3976 (progress-displayed-p): dynamically create gutter area buffer.
|
|
3977 (clear-progress): ditto.
|
|
3978 (raw-append-progress): ditto.
|
|
3979 (append-progress): use new glyph names.
|
|
3980 (raw-append-progress): only create the extent when needed. set
|
|
3981 properties more optimally.
|
|
3982 (progress): remove args.
|
|
3983
|
|
3984 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3985
|
|
3986 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
3987 mapcar where the return value is unused.
|
|
3988 (isearch-restore-invisible-extents): Ditto.
|
|
3989 (isearch-highlight-all-cleanup): Ditto.
|
|
3990 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
3991 (isearch-highlight-all-update): Don't start over if the search
|
|
3992 string has changed and more input is pending.
|
|
3993
|
|
3994 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3995
|
|
3996 * packages.el (packages-find-package-data-path): Ditto.
|
|
3997
|
|
3998 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
3999
|
|
4000 * subr.el (mapc-internal): Don't make obsolete.
|
|
4001
|
|
4002 * cl-extra.el (mapc): Resurrect.
|
|
4003
|
|
4004 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
4005
|
438
|
4006 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
428
|
4007 alias.
|
|
4008
|
|
4009 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
4010 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
4011 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
4012 x-get-clipboard.
|
|
4013 (isearch-yank-selection): Fix docstring.
|
|
4014
|
|
4015 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
4016
|
|
4017 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
4018
|
|
4019 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
4020
|
|
4021 * cl-macs.el (extent-start-position): Fix setf method.
|
|
4022 (extent-end-position): Ditto.
|
|
4023
|
|
4024 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
4025
|
|
4026 * isearch-mode.el: End merge with FSF 20.4.
|
|
4027
|
|
4028 * isearch-mode.el (search-invisible): New variable.
|
|
4029 (isearch-hide-immediately): Ditto.
|
|
4030 (isearch-unhidden-extents): Ditto.
|
|
4031 (isearch-range-invisible): New function.
|
|
4032 (isearch-unhide-extent): Ditto.
|
|
4033 (isearch-restore-invisible-extents): Ditto.
|
|
4034 (isearch-restore-extent): Ditto.
|
|
4035
|
|
4036 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
4037 implementation.
|
|
4038 (isearch-ring-retreat-edit): Ditto.
|
|
4039 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
4040 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
4041 NO-RECURSIVE-EDIT.
|
|
4042 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
4043 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
4044 NO-RECURSIVE-EDIT.
|
|
4045 (isearch-mode): Return isearch-success.
|
|
4046 (isearch-update): Use unread-command-events instead of
|
|
4047 unread-command-event.
|
|
4048 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
4049 states.
|
|
4050 (isearch-*-char): Use FSF implementation.
|
|
4051 (isearch-whitespace-chars): Use the more robust FSF's
|
|
4052 implementation.
|
|
4053 (isearch-within-brackets): New variable.
|
|
4054 (isearch-mode): Initialize it.
|
|
4055 (isearch-edit-string): Bind it.
|
|
4056 (isearch-search-and-update): Set it.
|
|
4057 (isearch-push-state): Push it.
|
|
4058 (isearch-top-state): Pop it.
|
|
4059 (isearch-search): Set it.
|
|
4060 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
4061 handle M-SPC gracefully.
|
|
4062 (isearch-message-prefix): New argument ELLIPSIS.
|
|
4063 (isearch-message-suffix): Ditto.
|
|
4064 (isearch-message): Use the ELLIPSIS argument when calling
|
|
4065 isearch-message-prefix and isearch-message-suffix.
|
|
4066 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
4067 "overwrapped" search, FWIW.
|
|
4068
|
|
4069 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4070
|
|
4071 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
4072 search ring instead of search-last-string and search-last-regexp.
|
|
4073 (search-highlight): Renamed from isearch-highlight.
|
|
4074 (isearch-exit): Use the new name.
|
|
4075 (isearch-highlight): Ditto.
|
|
4076 (isearch-dehighlight): Ditto.
|
|
4077 (isearch-update-ring): New function.
|
|
4078 (isearch-done): Call it.
|
|
4079 (isearch-done): New argument EDIT.
|
438
|
4080 (isearch-repeat): If search string is empty, look up at the car of
|
428
|
4081 the search ring; ignore the yank pointer.
|
|
4082 (isearch-abort): Call isearch-done with NOPUSH.
|
|
4083 (isearch-cancel): New function.
|
|
4084 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
4085
|
|
4086 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
4087
|
|
4088 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
4089
|
|
4090 * x-select.el (x-get-clipboard): obsolete.
|
|
4091 (x-yank-clipboard-selection): obsolete
|
|
4092
|
|
4093 * select.el (disown-selection): need to be careful to disown the
|
|
4094 clipboard if we set it via selection.
|
|
4095 (get-clipboard): move from x-select.el
|
|
4096 (yank-clipboard-selection): ditto.
|
|
4097
|
|
4098 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4099
|
|
4100 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
4101 isearch-highlight-all-matches to nil.
|
|
4102 (isearch-fixed-case): New variable.
|
|
4103 (isearch-mode): Initialize it.
|
|
4104 (isearch-edit-string): Save it.
|
|
4105 (isearch-toggle-case-fold): Set it.
|
|
4106 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
4107 need to check isearch-fixed-case.
|
|
4108 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
4109 before the pause.
|
438
|
4110 (isearch-edit-string):
|
428
|
4111
|
|
4112 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4113
|
|
4114 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
4115 before reading the event so that the prompt is displayed properly.
|
|
4116 (isearch-message): Use isearch-nonincremental when calling
|
|
4117 isearch-message-prefix.
|
|
4118 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
4119 M-p and M-n respectively.
|
|
4120 (isearch-done): New arg NOPUSH.
|
|
4121 (isearch-edit-string): Use it.
|
|
4122 (isearch-edit-string): Don't bind isearch-string.
|
|
4123 (isearch-ring-adjust): Edit string, *then* push state.
|
|
4124
|
|
4125 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
4126
|
|
4127 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
4128 different than default.
|
|
4129
|
|
4130 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4131
|
|
4132 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4133 save-excursion.
|
|
4134 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4135 (isearch-update): Call isearch-dehighlight without arguments.
|
|
4136 (isearch-done): Ditto.
|
|
4137
|
|
4138 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
4139 upper-case letters, allow the folding to be reenabled.
|
|
4140 Previously, once disabled, the folding would remain that way until
|
|
4141 the end of isearch.
|
|
4142 (isearch-top-state): Call isearch-fix-case.
|
|
4143
|
|
4144 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4145 save-excursion.
|
|
4146 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4147
|
|
4148 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
4149
|
|
4150 * xpm-button.el:
|
|
4151 xbm-button.el: Need to exist in core because gui.el depends on
|
|
4152 them.
|
|
4153
|
|
4154 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
4155
|
|
4156 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
4157 (buffers-tab-default-buffer-line-length): new specifier for
|
|
4158 maximum viewable characters.
|
|
4159 (progress-stack): new variable for implementing widget-based
|
|
4160 progress messages.
|
|
4161 (progress-area-buffer): ditto.
|
|
4162 (progress-glyph-height): ditto.
|
|
4163 (progress-stop-callback): ditto.
|
|
4164 (progress-quit-function): new function.
|
|
4165 (progress-glyph): new variable.
|
|
4166 (progress-layout-glyph): ditto.
|
|
4167 (progress-displayed-p): new function, see message-displayed-p for
|
|
4168 details.
|
|
4169 (clear-progress): ditto.
|
|
4170 (remove-progress): ditto.
|
|
4171 (append-progress): ditto.
|
|
4172 (raw-append-progress): ditto.
|
|
4173 (display-progress): ditto.
|
|
4174 (current-progress): ditto.
|
|
4175 (current-progress-label): ditto.
|
|
4176 (progress): ditto.
|
|
4177 (lprogress): ditto.
|
|
4178
|
|
4179
|
|
4180 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4181
|
|
4182 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
4183
|
|
4184 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
4185 `isearch-yank-selection'.
|
|
4186 (isearch-mode-map): Use it.
|
|
4187 (isearch-yank-selection): Use `get-selection' instead of
|
|
4188 `get-x-selection'.
|
|
4189
|
|
4190 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4191
|
|
4192 * faces.el (isearch-secondary): Create face here.
|
|
4193
|
438
|
4194 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
428
|
4195 timers.
|
|
4196
|
|
4197 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
4198
|
|
4199 * subr.el (buffer-string): More robust backward compatibility
|
|
4200 check, courtesy William Perry.
|
|
4201
|
|
4202 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
4203
|
|
4204 * replace.el (perform-replace): Stop the search after the search
|
|
4205 limit has been reached.
|
|
4206
|
|
4207 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
4208
|
|
4209 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
4210 here if we don't have one.
|
|
4211
|
|
4212 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
4213
|
|
4214 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
4215 efficient UTF8 support
|
|
4216 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
4217 being defined
|
|
4218 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
4219 being defined
|
|
4220
|
442
|
4221 1999-08-23 Didier Verna <didier@xemacs.org>
|
428
|
4222
|
|
4223 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
4224 Some doc strings improvements, and add a star to the `interactive'
|
|
4225 calls.
|
|
4226
|
|
4227 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
4228
|
|
4229 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
4230 keywords and regexpes for javadoc syntax 1.2.
|
|
4231
|
|
4232 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
4233
|
|
4234 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
4235 format-buffers-tab-line.
|
|
4236 (buffers-tab-max-buffer-line-length): new variable.
|
|
4237 (format-buffers-tab-line): new function. truncate names if over
|
|
4238 buffers-tab-max-buffer-line-length.
|
|
4239
|
|
4240 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
4241
|
|
4242 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
4243
|
|
4244 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
4245
|
|
4246 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
4247 brute-force approach to deleting the last buffer.
|
|
4248 (buffers-tab-grouping-regexp): new customizable variable.
|
|
4249 (select-buffers-tab-buffers-by-mode): use it.
|
|
4250
|
|
4251 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
4252
|
|
4253 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
4254 deletion problem.
|
|
4255
|
442
|
4256 1999-07-30 Didier Verna <didier@xemacs.org>
|
428
|
4257
|
|
4258 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
4259 of princ to output symbols.
|
|
4260 (custom-save-face-internal): ditto.
|
|
4261 (custom-save-resets): ditto.
|
|
4262
|
442
|
4263 1999-08-09 Didier Verna <didier@xemacs.org>
|
428
|
4264
|
|
4265 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
4266 `regexp-quote' to protect the major mode name for use as a regular
|
|
4267 expression (c++ needs this for instance).
|
|
4268
|
|
4269 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
4270
|
|
4271 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
4272 cope with similar mode names.
|
|
4273
|
|
4274 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
4275 function.
|
|
4276 (select-buffers-tab-buffers-by-mode): new function.
|
|
4277 (buffers-tab-items): use it if set to only display buffers in the
|
|
4278 tab in the current buffer's group..
|
|
4279 (update-tab-in-gutter): use new api.
|
|
4280 (remove-buffer-from-gutter-tab): ditto.
|
|
4281
|
|
4282 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
4283 default to 6.
|
|
4284 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
4285 (add-tab-to-gutter): set face as default.
|
|
4286
|
|
4287 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
4288
|
|
4289 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
4290 with the target, not replace it.
|
|
4291
|
|
4292 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
4293
|
|
4294 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
4295 buffer-items.
|
|
4296 (update-tab-in-gutter): use it.
|
|
4297
|
|
4298 * gutter-items.el (record-buffer-hook): set.
|
|
4299
|
|
4300 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
4301 change.
|
|
4302 (switch-to-buffer-hook) deleted.
|
|
4303
|
|
4304 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
4305
|
|
4306 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
4307 as an argument to create-frame-hook.
|
|
4308
|
|
4309 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4310
|
|
4311 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
4312 instead of timer emulation.
|
|
4313
|
|
4314 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
4315
|
|
4316 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
4317 Emacs isearch enhancements.
|
|
4318
|
|
4319 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
4320
|
|
4321 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
4322 all devices that support tab controls.
|
|
4323 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
4324 value for kill-buffer-hook.
|
|
4325
|
|
4326 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
4327
|
|
4328 * auto-show.el (auto-show-truncationp): changed to match
|
|
4329 `window_translation_on'
|
|
4330
|
|
4331 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4332
|
|
4333 * XEmacs 21.2.19 is released
|
|
4334
|
|
4335 1999-07-28 SL Baur <steve@miho>
|
|
4336
|
|
4337 * code-files.el (insert-file-contents): Fix docstring.
|
|
4338 revert previous change.
|
|
4339
|
|
4340 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4341
|
|
4342 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
4343 contain word-across-newline plus one character so that filling
|
|
4344 Japanese and Chinese works as desired.
|
|
4345 * simple.el (do-auto-fill): Ditto.
|
|
4346
|
|
4347 1999-07-26 SL Baur <steve@miho>
|
|
4348
|
|
4349 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
4350 method.
|
|
4351 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4352
|
|
4353 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
4354
|
|
4355 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
4356 able to use cl-macs macro in early lisp.
|
|
4357
|
|
4358 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
4359
|
|
4360 * custom.el:
|
|
4361 * cus-face.el:
|
|
4362 * cus-edit.el:
|
|
4363 Massive custom Theme API changes.
|
|
4364
|
|
4365 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4366
|
|
4367 * code-files.el (insert-file-contents): Regard
|
|
4368 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
4369
|
|
4370 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4371
|
|
4372 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
4373 bootstrapping problem with C locale.
|
|
4374
|
|
4375 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
4376
|
|
4377 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
4378 gutter-items in a less than functional XEmacs.
|
|
4379 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
4380
|
|
4381 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
4382
|
|
4383 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
4384 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
4385 t.
|
|
4386
|
|
4387 1999-07-22 SL Baur <steve@miho>
|
|
4388
|
|
4389 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
4390
|
|
4391 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
4392
|
|
4393 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
4394 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
4395 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
4396 modular enough to use as an efficient scripting tool.)
|
|
4397
|
|
4398 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4399
|
|
4400 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
4401 coding-category `utf-8' and `ucs-4' if they are available.
|
|
4402
|
|
4403 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4404
|
|
4405 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
4406 (prefer-coding-system): Fix DOC-string.
|
|
4407
|
|
4408 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
4409 DOC-string too.
|
|
4410
|
|
4411 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
4412 Mule.
|
|
4413 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
4414
|
|
4415 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4416
|
|
4417 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
4418 instead of `list-coding-system'.
|
|
4419
|
|
4420 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4421
|
|
4422 * menubar-items.el (default-menubar): `select-input-method' was
|
|
4423 renamed to `set-input-method'.
|
|
4424
|
|
4425 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4426 "Set Language Environment" menu.
|
|
4427
|
|
4428 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4429 "Describe Language Support" menu.
|
|
4430
|
|
4431 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4432
|
|
4433 * mule/chinese.el ("Chinese-GB"): Rename
|
|
4434 `chinese-gb-environment-setup-function' to
|
|
4435 `setup-chinese-gb-environment-internal'.
|
|
4436
|
|
4437 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4438
|
|
4439 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
4440 `copy-coding-system'.
|
|
4441
|
|
4442 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4443
|
|
4444 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4445 Treat duplicated coding-categories.
|
|
4446
|
|
4447 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4448
|
|
4449 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
4450 `copy-coding-system'.
|
|
4451
|
|
4452 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4453
|
|
4454 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
4455 coding-system `viscii'.
|
|
4456
|
|
4457 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4458
|
|
4459 * mule/cyrillic.el:
|
|
4460 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
4461 (cyrillic-alternativnyj-decode-table): New variable.
|
|
4462 (cyrillic-alternativnyj-encode-table): New variable.
|
|
4463 - Specify `iso-8-1' as a category of coding-system
|
|
4464 `alternativnyj'.
|
|
4465 - Abolish general Cyrillic environment.
|
|
4466
|
|
4467 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4468
|
|
4469 * mule/chinese.el:
|
|
4470 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
4471 - Register `chinese-gb-environment-setup-function' as a
|
|
4472 `setup-function' of "Chinese-GB" environment.
|
|
4473
|
|
4474 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4475
|
|
4476 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
4477 optional argument `parents'.
|
|
4478
|
|
4479 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
4480 property for Thai-XTIS.
|
|
4481
|
|
4482 * mule/mule-help.el (help-with-tutorial): Use property
|
|
4483 `tutorial-coding-system' of language-info as a coding-system to
|
|
4484 read tutorial file.
|
|
4485
|
|
4486 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4487
|
|
4488 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
4489 `exit-function'.
|
|
4490
|
|
4491 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4492 `set-coding-category-system' to set up coding-system for
|
|
4493 coding-category.
|
|
4494
|
|
4495 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4496 `set-coding-category-system' to set up coding-system for
|
|
4497 coding-category.
|
|
4498
|
|
4499 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4500
|
|
4501 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
4502 Thai-XTIS environment.
|
|
4503
|
|
4504 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4505 `find-coding-system' instead of `coding-system-p'.
|
|
4506
|
|
4507 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4508
|
|
4509 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4510 Modify eol-type for XEmacs.
|
|
4511
|
|
4512 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
4513
|
|
4514 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
4515 function.
|
|
4516 (prefer-coding-system): Don't call
|
|
4517 `update-coding-systems-internal'; use function
|
|
4518 `coding-category-list' instead of variable `coding-category-list';
|
|
4519 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
4520 modify `eol-type' for XEmacs.
|
|
4521
|
|
4522 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
4523 `charset-columns'.
|
|
4524 (char-width): Likewise.
|
|
4525
|
|
4526 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4527
|
|
4528 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
4529 `tis-620'.
|
|
4530
|
|
4531 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4532 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
4533 call `update-coding-systems-internal'.
|
|
4534
|
|
4535 * mule/mule-misc.el (coding-system-get): New function.
|
|
4536 (coding-system-put): New function.
|
|
4537 (coding-system-category): New function.
|
|
4538
|
|
4539 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4540
|
|
4541 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
4542 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
4543 to avoid conflict with leim/quail/thai-xtis.
|
|
4544
|
|
4545 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
4546 to thai-xtis-chars.el.
|
|
4547
|
|
4548 * mule/thai-xtis-chars.el: New file (split from
|
|
4549 mule/thai-xtis.el).
|
|
4550
|
|
4551 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4552
|
|
4553 * mule/thai-xtis.el:
|
|
4554 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
4555 - Add syntax entries.
|
|
4556 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
4557 `tis-620'.
|
|
4558
|
|
4559 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
4560
|
|
4561 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
4562 rewritten to use write-multibyte-character.
|
|
4563
|
|
4564 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4565
|
|
4566 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
4567 of `iso-2022-7'.
|
|
4568 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
4569 ported yet.
|
|
4570 (read-input-method-name): Treat optional argument `default'.
|
|
4571
|
|
4572 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4573
|
|
4574 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
4575 all.
|
|
4576 (set-language-info-alist): Set up menus here.
|
|
4577
|
|
4578 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4579
|
|
4580 * minibuf.el (completing-read): Add new optional argument
|
|
4581 `default'.
|
|
4582 (read-coding-system): Add new optional argument
|
|
4583 `default-coding-system'.
|
|
4584
|
|
4585 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
4586
|
|
4587 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
4588 (viet-viscii-...->viet-vscii...).
|
|
4589
|
|
4590 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
4591
|
|
4592 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
4593 and menus.
|
|
4594
|
|
4595 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
4596
|
|
4597 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
4598 property.
|
|
4599
|
|
4600 1999-03-30 Dave Love <fx@gnu.org>
|
|
4601
|
|
4602 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
4603
|
|
4604 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
4605
|
|
4606 * mule/european.el (setup-slovenian-environment): New function.
|
|
4607 ("Slovenian"): New language environment.
|
|
4608
|
|
4609 1999-01-27 Dave Love <fx@gnu.org>
|
|
4610
|
|
4611 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
4612 :type (choices) and appropriate :get.
|
|
4613
|
|
4614 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
4615
|
|
4616 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
4617 input-method-alist.
|
|
4618
|
|
4619 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
4620
|
|
4621 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
4622 set-coding-priority, so that the internal array of priorities is
|
|
4623 also updated.
|
|
4624
|
|
4625 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4626
|
|
4627 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
4628 requires specific EOL conversion type, make the default coding
|
|
4629 systems use that.
|
|
4630
|
|
4631 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4632
|
|
4633 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
4634 eol-type to set-language-environment-coding-systems.
|
|
4635 (set-default-coding-systems): Copy the eol-type property for the
|
|
4636 new default values of {buffer-file,process}-coding-system from the
|
|
4637 old defaults.
|
|
4638 (set-language-environment-coding-systems): Accept an optional
|
|
4639 argument EOL-TYPE, and set the eol-type property of the default
|
|
4640 coding systems accordingly.
|
|
4641
|
|
4642 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
4643
|
|
4644 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
4645 use generate-new-buffer instead of get-buffer-create.
|
|
4646
|
|
4647 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4648
|
|
4649 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
4650
|
|
4651 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
4652
|
|
4653 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
4654
|
|
4655 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4656
|
|
4657 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
4658 Add apropos-inhibit property.
|
|
4659 (describe-specified-language-support): Likewise.
|
|
4660
|
|
4661 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4662
|
|
4663 * mule/mule-cmds.el: Doc fixes.
|
|
4664
|
|
4665 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
4666
|
|
4667 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
4668 modified.
|
|
4669
|
|
4670 1998-09-01 Dave Love <fx@gnu.org>
|
|
4671
|
|
4672 * mule/mule-cmds.el (current-language-environment): Fix
|
|
4673 setter function.
|
|
4674
|
|
4675 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
4676
|
|
4677 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
4678 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
4679 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
4680 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
4681 files using interpreted code.
|
|
4682
|
|
4683 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
4684
|
|
4685 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
4686 ("Latin-2"): Likewise.
|
|
4687
|
|
4688 1998-08-18 Per Starback <starback@update.uu.se>
|
|
4689
|
|
4690 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
4691
|
|
4692 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
4693
|
|
4694 * mule/european.el: Give proper value of `input-method' key to all
|
|
4695 lang. env.
|
|
4696
|
|
4697 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
4698 the arg INPUT-METHOD is nil correctly.
|
|
4699 (read-multilingual-string): Activate the specified input method
|
|
4700 before calling read-string. Afterward, activate the original
|
|
4701 input method.
|
|
4702
|
|
4703 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
4704
|
|
4705 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4706 (set-language-info-alist): Fix typo in doc-string.
|
|
4707
|
|
4708 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
4709
|
|
4710 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
4711
|
|
4712 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4713 (reset-language-environment): New function for the job that
|
|
4714 setup-english-environment used to do.
|
|
4715 (set-language-environment): Do more setups according to the info
|
|
4716 in language-info-alist.
|
|
4717 (read-language-name): Handle the case that the arg KEY is nil.
|
|
4718 (describe-language-environment): Handle input-method property.
|
|
4719
|
|
4720 * mule/: All files under this directory, which related with
|
|
4721 specific languages (such as mule/european.el, mule/greek.el,
|
|
4722 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
4723 (setup-XXX-environment): Just call set-language-environment. If
|
|
4724 they used to do some other jobs than what done by
|
|
4725 set-language-environment, those jobs are done in
|
|
4726 setup-XXX-environment-internal now.
|
|
4727 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
4728 the value to setup-XXX-environment-internal. Add properties
|
|
4729 input-method and features.
|
|
4730
|
|
4731 * mule/english.el (setup-english-environment): Just call
|
|
4732 reset-language-environment.
|
|
4733
|
|
4734 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
4735
|
|
4736 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4737
|
|
4738 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
4739 (input-method-use-echo-area): Doc fixes.
|
|
4740
|
|
4741 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
4742
|
|
4743 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
4744 variable.
|
|
4745 (input-method-use-echo-area): New variable.
|
|
4746
|
|
4747 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
4748
|
|
4749 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4750
|
|
4751 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
4752
|
|
4753 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
4754 (inactivate-input-method): Likewise.
|
|
4755
|
|
4756 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
4757
|
|
4758 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
4759 input method in the current buffer, but just bind
|
|
4760 current-input-method.
|
|
4761
|
|
4762 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
4763
|
|
4764 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
4765
|
|
4766 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
4767 coding-system.
|
|
4768
|
|
4769 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
4770
|
|
4771 * mule/greek.el: Add coding-priority.
|
|
4772
|
|
4773 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4774
|
|
4775 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
4776 LANG-ENV.
|
|
4777
|
|
4778 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4779
|
|
4780 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
4781 (setup-specified-language-environment): Doc fix.
|
|
4782
|
|
4783 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4784
|
|
4785 * mule/mule-cmds.el: Several doc fixes.
|
|
4786 (get-language-info, set-language-info): Rename argument.
|
|
4787 (set-language-info-alist): Likewise.
|
|
4788 (register-input-method): Rename argument.
|
|
4789 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
4790
|
|
4791 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
4792
|
|
4793 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
4794 default value while reading an input method.
|
|
4795
|
|
4796 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
4797
|
|
4798 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
4799 Use buffer-file-coding-system as default.
|
|
4800
|
|
4801 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
4802
|
|
4803 * mule/korean.el ("Korean"): Doc fix.
|
|
4804
|
|
4805 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
4806
|
|
4807 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
4808 languge environment at the head.
|
|
4809
|
|
4810 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
4811
|
|
4812 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
4813 for Japanese environment.
|
|
4814
|
|
4815 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
4816
|
|
4817 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
4818 (current-language-environment): Use defcustom.
|
|
4819 (default-input-method): Specify :type.
|
|
4820
|
|
4821 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
4822
|
|
4823 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4824 modified.
|
|
4825 (prefer-coding-system): Doc-string modified.
|
|
4826
|
|
4827 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4828
|
|
4829 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
4830 describes `coding-priority' KEY.
|
|
4831 (set-language-environment-coding-systems): New function.
|
|
4832 (select-safe-coding-system): New function.
|
|
4833 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
4834 (set-language-info-alist): New optionla arg PARENTS. Call
|
442
|
4835 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
428
|
4836 (set-language-environment-coding-systems): New function.
|
|
4837
|
|
4838 * mule/chinese.el: Remove setting up of
|
|
4839 describe-chinese-environment-map and
|
|
4840 setup-chinese-environment-map. Exclude them in args of calls to
|
|
4841 set-language-info-alist. Register coding-priority key in
|
|
4842 language-info-alist.
|
|
4843
|
|
4844 * mule/cyrillic.el: Remove setting up of
|
|
4845 describe-cyrillic-environment-map and
|
|
4846 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
4847 set-language-info-alist. Register coding-priority key in
|
|
4848 language-info-alist.
|
|
4849
|
|
4850 * mule/english.el: Register coding-priority key in
|
|
4851 language-info-alist.
|
|
4852
|
|
4853 * mule/ethiopic.el: Register coding-priority key in
|
|
4854 language-info-alist.
|
|
4855
|
|
4856 * mule/european.el: Remove setting up of
|
|
4857 describe-european-environment-map and
|
|
4858 setup-european-environment-map. Exclude them in args of calls to
|
|
4859 set-language-info-alist. Register coding-priority key in
|
|
4860 language-info-alist. Add "German" language env.
|
|
4861 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
4862 (setup-german-environment): New function.
|
|
4863
|
|
4864 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
4865 change default input method to "greek-postfix".
|
|
4866
|
|
4867 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
4868 coding-priority key in
|
|
4869
|
|
4870 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
4871
|
|
4872 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
4873 (input-method-inactivate-hook): Doc fix.
|
|
4874
|
|
4875 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
4876
|
|
4877 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
4878 select-input-method.
|
|
4879
|
|
4880 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
4881
|
|
4882 * mule/mule-cmds.el (set-language-environment): Run
|
|
4883 exit-language-environment-hook before calling `exit-function'
|
|
4884 which is specified for the language environment.
|
|
4885
|
|
4886 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
4887
|
|
4888 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4889 modified.
|
|
4890 (prefer-coding-system): Likewise.
|
|
4891 (describe-language-environment): Print aliases of each coding
|
|
4892 system.
|
|
4893 (set-language-environment-hook): New variable.
|
|
4894 (exit-language-environment-hook): New variable.
|
|
4895 (set-language-environment): Call these hooks. Before setting a
|
|
4896 new language environment, exit from the
|
|
4897 current-language-environment if necessary.
|
|
4898 (input-method-verbose-flag): The value can be nil, t,
|
|
4899 complex-only, or default.
|
|
4900 (input-method-highlight-flag): Doc-string augmented.
|
|
4901 (activate-input-method): Check if we can run the registered
|
|
4902 function to activate an input method.
|
|
4903
|
|
4904 * mule/korean.el: Set exit-function for language environment
|
|
4905 "Korean" to exit-korean-environment.
|
|
4906 (setup-korean-environment): Moved to korea-util.el.
|
|
4907
|
|
4908 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4909
|
|
4910 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
4911 current-input-method prior to default-input-method. Don't bind
|
|
4912 current-input-method by `let', instead, activate the specified
|
|
4913 input method in the current buffer temporarily.
|
|
4914
|
|
4915 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
4916
|
|
4917 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
4918
|
|
4919 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4920
|
|
4921 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
4922 decode-hz-region.
|
|
4923 (pre-write-encode-hz): Do not change the value of
|
|
4924 last-coding-system.
|
|
4925
|
|
4926 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4927
|
|
4928 * mule/mule-ccl.el: Doc fixes.
|
|
4929
|
|
4930 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
4931
|
|
4932 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
4933 (check-ccl-program): New macro.
|
|
4934
|
|
4935 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4936
|
|
4937 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
4938 (ccl-command-table): Add read-multibyte-character and
|
|
4939 write-multibyte-character.
|
|
4940 (ccl-code-table): Add ex-cmd.
|
|
4941 (ccl-extended-code-table): New variable.
|
|
4942 (ccl-embed-extended-command): New function.
|
|
4943 (ccl-compile-read-multibyte-character,
|
|
4944 ccl-compile-write-multibyte-character) New functions.
|
|
4945 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
4946 ccl-dump-write-multibyte-character): New functions.
|
|
4947
|
|
4948 1999-07-22 SL Baur <steve@miho>
|
|
4949
|
|
4950 * config.el (config-value-file): config.values is installed into
|
|
4951 doc-directory.
|
|
4952 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
4953
|
442
|
4954 1999-07-19 Didier Verna <didier@xemacs.org>
|
428
|
4955
|
|
4956 * rect.el: all functions rewritten, except when noted. Below is a
|
|
4957 list of interface changes.
|
|
4958 (apply-on-rectangle): new function. Obsoletes
|
|
4959 `operate-on-rectangle'. All functions that used to call this
|
|
4960 function now call the new one.
|
|
4961 (kill-rectangle): added optional prefix arg to fill lines.
|
|
4962 (delete-rectangle): ditto.
|
|
4963 (delete-extract-rectangle): ditto.
|
|
4964 (open-rectangle): ditto.
|
|
4965 (clear-rectangle): ditto.
|
|
4966 (delete-rectangle-line): added third arg FILL.
|
|
4967 (delete-extract-rectangle-line): ditto.
|
|
4968 (open-rectangle-line): ditto.
|
|
4969 (clear-rectangle-line): ditto.
|
|
4970
|
|
4971 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
4972
|
|
4973 * menubar-items.el (default-menubar): add gutter options.
|
|
4974
|
|
4975 * gutter-items.el: new file.
|
|
4976 (gutter): new group for custom.
|
|
4977 (gutter-visible-p): new variable.
|
|
4978 (default-gutter-position): ditto.
|
|
4979 (buffers-tab): new group for the buffers tab.
|
|
4980 (gutter-buffers-tab): widget to put in the gutter.
|
|
4981 (buffers-tab-max-size): max number of tabs.
|
|
4982 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
4983 tab is pressed.
|
|
4984 (buffers-tab-omit-function): filter buffers with this function.
|
|
4985 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
4986 inclusion in tabs.
|
|
4987 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
4988 the record.
|
|
4989 (build-buffers-tab-internal): build a list of tab items.
|
|
4990 (buffers-tab-items): ditto.
|
|
4991 (add-tab-to-gutter): put a tab in the gutter area.
|
|
4992 (update-tab-in-gutter): reset the buffers in the tab.
|
|
4993
|
|
4994 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
4995
|
|
4996 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
4997 (switch-to-buffer-hooks): new hook.
|
|
4998
|
|
4999 * toolbar.el (default-toolbar-position): fix typo.
|
|
5000
|
|
5001 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
5002
|
|
5003 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
5004
|
442
|
5005 1999-07-15 Didier Verna <didier@xemacs.org>
|
428
|
5006
|
|
5007 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
5008 prompt for a comment string.
|
|
5009 (customize-set-value): optional prefix makes this function handle
|
|
5010 variable comments.
|
|
5011 (customize-set-variable): ditto.
|
|
5012 (customize-save-variable): ditto.
|
|
5013 (customize-customized): handle custom comments.
|
|
5014 (customize-save-customized): ditto.
|
|
5015 (custom-variable-state-set): ditto.
|
|
5016 (custom-face-state-set): ditto.
|
|
5017 (customize-saved): ditto.
|
|
5018 (custom-variable-set): ditto.
|
|
5019 (custom-face-set): ditto.
|
|
5020 (custom-variable-save): ditto.
|
|
5021 (custom-face-save): ditto.
|
|
5022 (custom-variable-reset-saved): ditto.
|
|
5023 (custom-face-reset-saved): ditto.
|
|
5024 (custom-variable-reset-standard): ditto.
|
|
5025 (custom-face-reset-standard): ditto.
|
|
5026 (custom-comment-face): new face.
|
|
5027 (custom-comment-tag-face): ditto.
|
|
5028 (custom-comment): new widget.
|
|
5029 (custom-comment-create): new function.
|
|
5030 (custom-comment-delete): ditto.
|
|
5031 (custom-comment-value-set): ditto.
|
|
5032 (custom-comment-show): ditto.
|
|
5033 (custom-comment-invisible-p): ditto.
|
|
5034 (custom-variable-value-create): create a comment field widget.
|
|
5035 (custom-face-value-create): ditto.
|
|
5036 (custom-variable-menu): new entry for adding a custom comment.
|
|
5037 (custom-face-menu): ditto.
|
|
5038 (custom-save-variables): possibly save custom comments.
|
|
5039 (custom-save-faces): ditto.
|
|
5040
|
|
5041 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
5042 custom comment as fourth argument.
|
|
5043
|
|
5044 * custom.el (custom-set-variables): the arguments can now have a
|
|
5045 custom comment as fifth element.
|
|
5046
|
|
5047 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5048
|
|
5049 * XEmacs 21.2.18 is released
|
|
5050
|
|
5051 1999-07-13 SL Baur <steve@miho>
|
|
5052
|
|
5053 * lib-complete.el (read-library-name): Revert previous change.
|
|
5054 (read-library): Ditto.
|
|
5055
|
|
5056 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
5057
|
|
5058 * packages.el (packages-package-list): Capitalize docstring.
|
|
5059
|
|
5060 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
5061 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
5062 which returns a freshly consed list. #'append would create yet
|
|
5063 another fresh list, using Fmake_list in concat.
|
|
5064
|
|
5065 * packages.el (package-provide): Use setq with remassq like it
|
|
5066 says in its docstring.
|
|
5067
|
|
5068 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5069
|
|
5070 * lib-complete.el (progn-with-message): Fix typo.
|
|
5071
|
|
5072 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5073
|
|
5074 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
5075 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
5076
|
|
5077 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
5078
|
|
5079 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
5080
|
|
5081 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
5082
|
|
5083 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
5084 keys if already bound
|
|
5085
|
|
5086 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5087
|
|
5088 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
5089
|
|
5090 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5091
|
|
5092 * lib-complete.el (find-library):
|
|
5093 (find-library-other-window):
|
|
5094 (find-library-other-frame): Completely rewrote
|
|
5095 so that these functions actually work when called non-interactively.
|
|
5096 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
5097
|
|
5098 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5099
|
|
5100 * simple.el (indent-new-comment-line): Locally bound
|
|
5101 `block-comment-start' to `comstart' or else when this is called
|
|
5102 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
5103 `block-comment-start' value, ignoring any existing spacing after a
|
|
5104 comment prefix in the previous line and producing ugly comments.
|
|
5105
|
|
5106 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
5107
|
|
5108 * list-mode.el (mouse-choose-completion):
|
|
5109 (choose-completion):
|
|
5110 (completion-switch-to-minibuffer): Added.
|
|
5111 ([Tab]): [Tab] previously switched to the minibuffer
|
|
5112 but since [space] does that and since most applications in the
|
|
5113 world use [Tab] to select the next item in a list, do that in the
|
|
5114 *Completions* buffer too. This will cause the least confusion
|
|
5115 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
5116 06/23/1999.
|
|
5117
|
|
5118 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
5119
|
|
5120 * help.el (help-buffer-name): Added support for a null value
|
|
5121 of `help-buffer-prefix-string' since some buffers require no
|
|
5122 prefix.
|
|
5123
|
|
5124 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5125
|
|
5126 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
5127 in the completion-list-mode-map to bury the completions buffer
|
|
5128 even when the minibuffer is no longer active.
|
|
5129
|
|
5130 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5131
|
|
5132 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
5133 the text cursor disappear within list buffers, especially when
|
|
5134 moving from window to window, so leave it visible.
|
|
5135
|
|
5136 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
5137
|
|
5138 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
5139 report menu item (which may not be possible in this XEmacs).
|
|
5140 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
5141
|
|
5142 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
5143
|
|
5144 * subr.el (with-current-buffer): DOC string fix.
|
|
5145 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
5146
|
|
5147 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
5148
|
|
5149 * cus-face.el (custom-face-italic): insert missing args
|
|
5150
|
|
5151 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5152
|
|
5153 * packages.el (package-locations): Changed default early package
|
|
5154 hierarchies to ~/.xemacs/mule-packages and
|
|
5155 ~/.xemacs/xemacs-packages.
|
|
5156
|
|
5157 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
5158
|
|
5159 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
5160
|
|
5161 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5162
|
|
5163 * packages.el (package-locations): Changed default early package
|
|
5164 hierarchy to ~/.xemacs/packages.
|
|
5165 (package-locations): Removed `packages' as a possible name for a
|
|
5166 late package hierarchy.
|
|
5167
|
|
5168 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5169
|
|
5170 * mule/mule-category.el (word-combining-categories): Set up new
|
|
5171 variable.
|
|
5172 (word-separating-categories): Likewise.
|
|
5173
|
|
5174 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5175
|
|
5176 * XEmacs 21.2.17 is released
|
|
5177
|
|
5178 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
5179
|
|
5180 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
5181 of font size.
|
|
5182
|
|
5183 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5184
|
|
5185 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
5186 is 1.
|
|
5187
|
|
5188 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5189
|
|
5190 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
5191 8859-5 instead of ISO 8859-1.
|
|
5192
|
|
5193 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
5194
|
|
5195 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
5196 (viet-viscii-encode-table): Ditto.
|
|
5197
|
|
5198 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
5199 Make obsolete definition of char-octet.
|
|
5200
|
|
5201 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
5202
|
|
5203 * subr.el: Move no-Mule make-char ...
|
|
5204 * help-nomule.el (make-char): To here.
|
|
5205 (string-width): Make Mule compatibility alias.
|
|
5206
|
|
5207 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
5208
|
|
5209 * select.el (get-selection-no-error): really make there be no-error.
|
|
5210 (get-selection): revert to original.
|
|
5211
|
|
5212 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
5213
|
|
5214 * select.el (selection-sets-clipboard): renamed.
|
|
5215 (own-selection): use it.
|
|
5216
|
|
5217 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5218
|
|
5219 * XEmacs 21.2.16 is released
|
|
5220
|
|
5221 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5222
|
|
5223 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
5224 missing characters to avoid crash.
|
|
5225
|
|
5226 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5227
|
|
5228 * coding.el (set-terminal-coding-system): Only set the console
|
|
5229 coding system on the selected console if it is a tty.
|
|
5230
|
|
5231 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5232
|
|
5233 * cus-face.el:
|
|
5234 * cus-edit.el:
|
|
5235 * faces.el:
|
|
5236 (custom):
|
|
5237 (face-spec-set):
|
|
5238 * faces.el (frob-face-property):
|
|
5239 * font-menu.el (font-menu-set-font):
|
|
5240 Actually apply changes from 1999-03-17
|
|
5241
|
|
5242 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
5243
|
|
5244 * select.el (get-selection): abstract out non error-signalling
|
|
5245 part.
|
|
5246 (get-selection-no-error): get-selection without signalling an
|
|
5247 error.
|
|
5248 (selection-is-clipboard-p): new variable. controls whether the
|
|
5249 selection sets the clipboard.
|
|
5250 (own-selection): use it.
|
|
5251
|
|
5252 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
5253 primary selection and cutbuffer.
|
|
5254
|
|
5255 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
5256
|
|
5257 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
5258 selection functions.
|
|
5259
|
|
5260 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5261
|
|
5262 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
5263 default value.
|
|
5264 (load): Use `raw-text' instead of `no-conversion'.
|
|
5265 (insert-file-contents): Likewise.
|
|
5266
|
|
5267 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
5268 of `no-conversion'.
|
|
5269
|
|
5270 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5271
|
|
5272 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
5273
|
|
5274 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
5275
|
|
5276 * subr.el (make-char): Define it if Mule is not around.
|
|
5277
|
|
5278 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
5279
|
|
5280 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
5281
|
|
5282 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
5283 obsolete alias.
|
|
5284 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
5285
|
|
5286 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5287
|
|
5288 * XEmacs 21.2.15 is released
|
|
5289
|
|
5290 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
5291
|
|
5292 * subr.el (split-string): Avoid infinite looping
|
|
5293
|
|
5294 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5295
|
|
5296 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
5297 (ldap-default-attribute-decoder): New variable
|
|
5298 (ldap-coding-system): New variable
|
|
5299 (ldap-attribute-syntax-encoders): New variable
|
|
5300 (ldap-attribute-syntax-decoders): New variable
|
|
5301 (ldap-attribute-syntaxes-alist): New variable
|
|
5302 (ldap-encode-boolean): New function
|
|
5303 (ldap-decode-boolean): New function
|
|
5304 (ldap-encode-country-string): New function
|
|
5305 (ldap-decode-string): New function
|
|
5306 (ldap-decode-address): New function
|
|
5307 (ldap-encode-address): New function
|
|
5308 (ldap-decode-attribute): New function
|
|
5309 (ldap-search): Use some of these
|
|
5310
|
|
5311 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
5312
|
|
5313 * version.el (emacs-version): Make the patch level/beta come
|
|
5314 before the XEmacs qualifier so that it gets into (funcall
|
|
5315 emacs-version) and thus in the bug reports.
|
|
5316 (emacs-version>=): Support patch levels.
|
|
5317
|
|
5318 1999-06-03 SL Baur <steve@xemacs.org>
|
|
5319
|
|
5320 * version.el: implement x.y.z version number
|
|
5321 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5322
|
|
5323 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
5324
|
|
5325 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
5326
|
|
5327 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
5328
|
|
5329 * startup.el: Document -private and break out non-standard X options.
|
|
5330
|
|
5331 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5332
|
|
5333 * mule/mule-charset.el (charset-after): New function.
|
|
5334 (charset-direction): Synch with Mule, update docstring.
|
|
5335 (get-charset-property): New function.
|
|
5336 (put-charset-property): New function.
|
|
5337 (charset-plist): New function.
|
|
5338
|
|
5339 * mule/mule-charset.el (compose-region):
|
|
5340 (decompose-region): remove; these functions (which don't work
|
|
5341 since we don't do composite characters) have been moved to
|
|
5342 mule-util.el.
|
|
5343 (toplevel): follow coding standards
|
|
5344
|
|
5345 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5346
|
|
5347 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
5348 exist any more.
|
|
5349
|
|
5350 * code-files.el: Fix commentary to follow coding standards. Move
|
|
5351 the single line left in mule-files.el to here.
|
|
5352
|
|
5353 * mule/mule-files.el: delete.
|
|
5354
|
|
5355 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
5356
|
|
5357 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
5358 old emacs 19 interface.
|
|
5359
|
|
5360 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
5361
|
|
5362 * x-font-menu.el (x-font-menu-load-font):
|
|
5363 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
5364
|
|
5365 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
5366
|
|
5367 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
5368 group.
|
|
5369 (font-menu-this-frame-only-p): ditto.
|
|
5370 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
5371 <vroonhof@math.ethz.ch>
|
|
5372 (font-menu-submenu-name-format): ditto.
|
|
5373 (font-menu-split-long-menu): ditto, for use by the family
|
|
5374 constructor.
|
|
5375 (font-menu-family-constructor): use it.
|
|
5376
|
|
5377 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
5378
|
|
5379 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
5380 for use by the font menu.
|
|
5381
|
|
5382 * msw-font-menu.el: new file implementing mswindows specific
|
|
5383 font-menu behaviour.
|
|
5384 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
5385 (mswindows-font-menu-junk-families): ditto.
|
|
5386 (hack-font-truename): ditto.
|
|
5387 (mswindows-font-regexp-ascii): ditto.
|
|
5388 (mswindows-reset-device-font-menus): ditto.
|
|
5389 (mswindows-font-menu-font-data): ditto.
|
|
5390 (mswindows-font-menu-load-font): ditto.
|
|
5391
|
|
5392 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
5393 (x-font-menu-font-data): ditto.
|
|
5394 (x-font-menu-load-font): ditto.
|
|
5395
|
|
5396 * font-menu.el: new file implementing generic font menu behaviour.
|
|
5397 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
5398 made device independent.
|
|
5399 (font-menu-this-frame-only-p): ditto.
|
|
5400 (font-menu-preferred-resolution): ditto.
|
|
5401 (font-menu-size-scaling): new variable used to determine whether
|
|
5402 sizes are in points or tenths of a point.
|
|
5403 (vassoc): moved from x-font-menu.el.
|
|
5404 (device-fonts-cache): ditto.
|
|
5405 (device-fonts-cache): ditto.
|
|
5406 (flush-device-fonts-cache): ditto.
|
|
5407 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
5408 device independent. Most functionality deferred to
|
|
5409 device-dependent versions.
|
|
5410 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
5411 made device independent.
|
|
5412 (font-menu-size-constructor): ditto.
|
|
5413 (font-menu-weight-constructor): ditto.
|
|
5414 (font-menu-set-font): ditto.
|
|
5415 (font-menu-change-face): ditto.
|
|
5416 (font-menu-load-font): new device method.
|
|
5417 (font-menu-font-data): ditto.
|
|
5418
|
|
5419 * x-font-menu.el: The above functions deleted.
|
|
5420
|
|
5421 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
5422
|
|
5423 * update-elc.el:
|
|
5424 * make-docfile.el:
|
|
5425 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
5426
|
|
5427 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
5428
|
|
5429 * x-select.el (x-select-convert-to-text):
|
|
5430 (x-selected-text-type):
|
|
5431 (x-get-selection):
|
|
5432 (xselect-convert-to-string):
|
|
5433 (xselect-convert-to-compound-text):
|
|
5434 (xselect-convert-to-length):
|
|
5435 (xselect-convert-to-targets):
|
|
5436 (xselect-convert-to-delete):
|
|
5437 (xselect-convert-to-filename):
|
|
5438 (xselect-convert-to-charpos):
|
|
5439 (xselect-convert-to-lineno):
|
|
5440 (xselect-convert-to-colno):
|
|
5441 (xselect-convert-to-sourceloc):
|
|
5442 (xselect-convert-to-os):
|
|
5443 (xselect-convert-to-host):
|
|
5444 (xselect-convert-to-user):
|
|
5445 (xselect-convert-to-class):
|
|
5446 (xselect-convert-to-name):
|
|
5447 (xselect-convert-to-integer):
|
|
5448 (xselect-convert-to-atom):
|
|
5449 (xselect-convert-to-identity): functions renamed from x-* and
|
|
5450 moved to select.el.
|
|
5451 (x-get-secondary-selection): use rename get-selection.
|
|
5452 (x-get-clipboard): ditto.
|
|
5453 (x-own-selection): moved to select.el.
|
|
5454 (x-valid-simple-selection-p): ditto.
|
|
5455 (x-dehilight-selection): ditto.
|
|
5456 (x-own-clipboard): ditto.
|
|
5457 (x-disown-selection): ditto.
|
|
5458
|
|
5459 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
5460 (x-insert-selection): ditto.
|
|
5461 (x-set-point-and-move-selection): use renamed function.
|
|
5462
|
|
5463 * select.el (selected-text-type): moved and renamed from
|
|
5464 x-select.el.
|
|
5465 (selection-owner-p): moved to C.
|
|
5466 (selection-exists-p): ditto.
|
|
5467 (get-cutbuffer): new device method.
|
|
5468 (get-selection): generalised and moved from x-select.el.
|
|
5469 (own-selection): moved x-own-selection functionality into here.
|
|
5470 (dehilight-selection): renamed and moved from x-select.el.
|
|
5471 (own-clipboard): functionality moved from x-select.el using new
|
|
5472 generic C builtins.
|
|
5473 (disown-clipboard): ditto.
|
|
5474 (select-convert-to-text):
|
|
5475 (select-convert-to-string):
|
|
5476 (select-convert-to-compound-text):
|
|
5477 (select-convert-to-length):
|
|
5478 (select-convert-to-targets):
|
|
5479 (select-convert-to-delete):
|
|
5480 (select-convert-to-filename):
|
|
5481 (select-convert-to-charpos):
|
|
5482 (select-convert-to-lineno):
|
|
5483 (select-convert-to-colno):
|
|
5484 (select-convert-to-sourceloc):
|
|
5485 (select-convert-to-os):
|
|
5486 (select-convert-to-host):
|
|
5487 (select-convert-to-user):
|
|
5488 (select-convert-to-class):
|
|
5489 (select-convert-to-name):
|
|
5490 (select-convert-to-integer):
|
|
5491 (select-convert-to-atom):
|
|
5492 (select-convert-to-identity): new functions renamed from x-* and
|
|
5493 moved from x-select.el.
|
|
5494
|
|
5495 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
5496 into here and use as the default window-system mouse yank.
|
|
5497 (insert-selection): generalised and moved from x-mouse.el.
|
|
5498 (own-clipboard): moved to C.
|
|
5499
|
|
5500 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
5501 (mswindows-own-selection): generalised and moved to select.el.
|
|
5502 (mswindows-disown-selection): generalised and moved to C.
|
|
5503 (mswindows-selection-owner-p): ditto.
|
|
5504
|
|
5505 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5506
|
|
5507 * XEmacs 21.2.14 is released
|
|
5508
|
|
5509 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5510
|
|
5511 * about.el: update contact info for jason and slb.
|
|
5512
|
|
5513 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5514
|
|
5515 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
5516 support from Emacs/Mule romanian.el.
|
|
5517
|
|
5518 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5519
|
|
5520 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
5521
|
|
5522 * cus-edit.el: idem ditto.
|
|
5523
|
|
5524 * faces.el: Added suport for adding device tags to various functions.
|
|
5525 (custom): New device tag.
|
|
5526 (face-spec-set): Call reset face with tags argument. No longer do
|
|
5527 x-init-global-faces hack.
|
|
5528
|
|
5529 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
5530 frob-face-property-1 over.
|
|
5531
|
|
5532 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
5533 properties to custom.
|
|
5534
|
|
5535 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
5536
|
|
5537 * mule/european.el (setup-czech-environment): Add czech support.
|
|
5538 From David Sauer <davids@orfinet.cz>
|
|
5539
|
|
5540 1999-03-15 SL Baur <steve@xemacs.org>
|
|
5541
|
|
5542 * check-features.el: Turn hard errors into warnings.
|
|
5543
|
|
5544 1999-03-21 SL Baur <steve@xemacs.org>
|
|
5545
|
|
5546 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
5547 xemacs-beta, default to t.
|
|
5548
|
|
5549 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
5550
|
|
5551 * loadup.el: Define Installation-string before loading anything.
|
|
5552
|
|
5553 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5554
|
|
5555 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
5556 From Anders Stenman <stenman@isy.liu.se>
|
|
5557
|
|
5558 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5559
|
|
5560 * wid-edit.el (widget-glyph-find): Ditto.
|
|
5561
|
|
5562 * packages.el (locate-library): Ditto.
|
|
5563
|
|
5564 * loadup.el (really-early-error-handler): Ditto.
|
|
5565
|
|
5566 * lib-complete.el (read-library): Ditto.
|
|
5567
|
|
5568 * faces.el (set-face-stipple): Ditto.
|
|
5569
|
|
5570 * code-files.el (load): Use new calling style of locate-file.
|
|
5571
|
|
5572 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5573
|
|
5574 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
5575 dead.
|
|
5576
|
|
5577 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5578
|
|
5579 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
5580 Installation.el.
|
|
5581
|
|
5582 * loadup.el (Installation-string): Define it here.
|
|
5583
|
|
5584 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5585
|
|
5586 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
5587 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
5588 the dumping process won't find it.
|
|
5589
|
434
|
5590 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
428
|
5591
|
|
5592 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
5593 subr so that we can use `replace-in-string' in Installation.el to
|
|
5594 get rid of C-m chars under the native Windows build.
|
|
5595
|
|
5596 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
5597
|
|
5598 * make-docfile.el: canonicalize file and directory names.
|
|
5599
|
|
5600 * device.el (call-device-method): new function for calling device
|
|
5601 specific methods.
|
|
5602 (define-device-method): new function for defining device methods.
|
|
5603 (define-device-method*): ditto.
|
|
5604
|
|
5605 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
5606
|
|
5607 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
5608
|
|
5609 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5610
|
|
5611 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
5612 (cyrillic-koi8-r-encode-table): Likewise.
|
|
5613 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
5614 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
5615
|
|
5616 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
5617 from vietnamese.el].
|
|
5618
|
|
5619 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
5620 mule/mule-misc.el.
|
|
5621
|
|
5622 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5623
|
|
5624 * mule/thai-xtis.el:
|
|
5625 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
5626 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
5627
|
|
5628 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5629
|
|
5630 * mule/ethiopic.el: fixed.
|
|
5631
|
|
5632 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5633
|
|
5634 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
5635
|
|
5636 * mule/thai-xtis.el: New file.
|
|
5637
|
|
5638 * mule/vietnamese.el: New file.
|
|
5639
|
|
5640 * mule/ethiopic.el: New file.
|
|
5641
|
|
5642 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
5643
|
|
5644 * bytecomp.el (byte-compile-close-variables): Leave
|
|
5645 debug-issue-ebola-notices alone.
|
|
5646
|
|
5647 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5648
|
|
5649 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
5650 at the top of the buffer since it is the most important thing to
|
|
5651 customize
|
|
5652 (ldap-get-host-parameter): New defun
|
|
5653 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
5654 distinguished names of entries
|
|
5655
|
|
5656 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
5657
|
|
5658 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
5659
|
|
5660 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
5661
|
|
5662 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
5663
|
|
5664 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
5665
|
|
5666 * format.el (format-alist): Disable image stuff.
|
|
5667
|
|
5668 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
5669
|
|
5670 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
5671 suffixes rather than the other way around.
|
|
5672 (widget-image-conversion): Renamed to
|
|
5673 `widget-image-file-name-suffixes'.
|
|
5674
|
|
5675 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
5676
|
|
5677 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
5678 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
5679 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
5680 (charset-iso-final-char): Rename from charset-final.
|
|
5681 (charset-width): Rename from charset-columns.
|
|
5682 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
5683
|
|
5684 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
5685 mule-charset.el
|
|
5686
|
|
5687 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
5688
|
|
5689 * x-faces.el (x-make-font-bold-italic): honor
|
|
5690 *try-oblique-before-italic-fonts*
|
|
5691
|
|
5692 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
5693
|
|
5694 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
5695
|
|
5696 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
5697
|
|
5698 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
5699 name.
|
|
5700
|
|
5701 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
5702
|
|
5703 * cl-extra.el (equalp): Would bug out for lists.
|
|
5704
|
|
5705 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
5706
|
|
5707 * about.el (about-hackers): Change cgw's email address
|
|
5708
|
|
5709 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5710
|
|
5711 * XEmacs 21.2.13 is released
|
|
5712
|
|
5713 1999-03-12 SL Baur <steve@xemacs.org>
|
|
5714
|
|
5715 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
5716 behavior.
|
|
5717
|
442
|
5718 1999-01-18 Didier Verna <didier@xemacs.org>
|
428
|
5719
|
|
5720 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
5721 multiple elements in the splash buffer body.
|
|
5722
|
|
5723 * startup.el (splash-frame-timeout): new constant: interval
|
|
5724 between splash buffer elements.
|
|
5725 (command-line-1): handle splash buffer with multiple elements (use
|
|
5726 a timeout).
|
|
5727 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
5728 Rewrote a cleaner and more readable version. This can now be array,
|
|
5729 in which case each element is displayed in turn in the splash buffer.
|
|
5730 (splash-frame-static-body): new constant. Persistent information
|
|
5731 across all splash buffer elements (preserves the possibility to give
|
|
5732 it in different languages.
|
|
5733 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
5734 to circulate through all splash frame elements and display them in
|
|
5735 sequence.
|
|
5736 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
5737 the case of multiple elements in the splash buffer body. Now
|
|
5738 returns a timeout id if multiple elements to display, or nil.
|
|
5739
|
|
5740 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5741
|
|
5742 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
5743 so they can be overridden by x-init-face-from-resources.
|
|
5744 Additionally specify the font name also with an x tag.
|
|
5745
|
|
5746 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
5747
|
|
5748 * package-get.el (package-get-base): autoload.
|
|
5749
|
|
5750 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
5751 custom menu to only be activated when package-base is available.
|
|
5752
|
|
5753 * package-get.el (package-get-custom): don't load
|
|
5754 package-get-custom as it is auto-generated. Fix group definition.
|
|
5755
|
442
|
5756 1999-03-05 Didier Verna <didier@xemacs.org>
|
428
|
5757
|
|
5758 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
5759 instead of `symbol-name' (Thanks Kyle).
|
|
5760
|
|
5761 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
5762 princ to write symbols.
|
|
5763
|
|
5764 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5765
|
|
5766 * XEmacs 21.2.12 is released
|
|
5767
|
|
5768 1999-03-05 SL Baur <steve@xemacs.org>
|
|
5769
|
|
5770 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
5771 From Neal Becker <nbecker@fred.net>
|
|
5772
|
|
5773 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
5774
|
|
5775 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
5776 calls to font-lock during buffer reversion.
|
|
5777
|
442
|
5778 1999-02-12 Didier Verna <didier@xemacs.org>
|
428
|
5779
|
|
5780 * info.el (Info-build-node-completions): unconditionally widen the
|
|
5781 tag table buffer.
|
|
5782
|
|
5783 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
5784
|
|
5785 * x-faces.el (x-init-face-from-resources):
|
|
5786 Only set fonts in the 'x locale.
|
|
5787
|
434
|
5788 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
428
|
5789
|
|
5790 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
5791 `package-admin-delete-binary-package' returning nil since it's
|
|
5792 normal. Reindent function.
|
|
5793 (pui-add-required-packages): Handle case where packages selected
|
|
5794 for installation have never been installed.
|
|
5795
|
|
5796 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
5797
|
|
5798 * menubar-items.el (default-menubar):
|
|
5799 Implement the ``Mule->Set coding system of process'' menu item.
|
|
5800
|
|
5801 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
5802
|
|
5803 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
5804 files
|
|
5805 - Change some `if's to `when's
|
|
5806
|
|
5807 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5808
|
|
5809 * XEmacs 21.2.11 is released
|
|
5810
|
|
5811 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5812
|
|
5813 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
5814 against window close (Fix Bug #460).
|
|
5815 (ask-user-about-lock-dbox): Idem.
|
|
5816
|
|
5817 1999-02-25 SL Baur <steve@xemacs.org>
|
|
5818
|
|
5819 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
5820 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
5821
|
|
5822 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
5823
|
|
5824 * about.el (xemacs-hackers): change andy's email address.
|
|
5825 (about-url-alist): change andy's web page address.
|
|
5826 (about-xemacs): add piper.
|
|
5827
|
|
5828 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5829
|
|
5830 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5831 of mule-base into lisp/mule.
|
|
5832
|
|
5833 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5834
|
|
5835 * mule/arabic.el:
|
|
5836 mule/canna-leim.el:
|
|
5837 mule/chinese.el:
|
|
5838 mule/cyrillic.el:
|
|
5839 mule/english.el:
|
|
5840 mule/european.el:
|
|
5841 mule/greek.el:
|
|
5842 mule/hebrew.el:
|
|
5843 mule/japanese.el:
|
|
5844 mule/kinsoku.el:
|
|
5845 mule/korean.el:
|
|
5846 mule/misc-lang.el:
|
|
5847 mule/mule-category.el:
|
|
5848 mule/mule-ccl.el:
|
|
5849 mule/mule-charset.el:
|
|
5850 mule/mule-cmds.el:
|
|
5851 mule/mule-coding.el:
|
|
5852 mule/mule-files.el:
|
|
5853 mule/mule-help.el:
|
|
5854 mule/mule-init.el:
|
|
5855 mule/mule-misc.el:
|
|
5856 mule/mule-tty-init.el:
|
|
5857 mule/mule-x-init.el:
|
|
5858 mule/viet-chars.el: Remerge from mule-base.
|
|
5859
|
|
5860 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5861 of mule-base into lisp/mule.
|
|
5862
|
434
|
5863 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
5864
|
|
5865 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
5866 of hard-wired "-c" (for WindowsNT).
|
|
5867
|
|
5868 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
5869
|
|
5870 * menubar-items.el (default-menubar): Remove obsolete
|
|
5871 "Gopher" item
|
|
5872
|
|
5873 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5874
|
|
5875 * package-admin.el (package-admin-get-install-dir): First fall
|
|
5876 back to the location of xemacs-base for non-mule packages.
|
|
5877
|
|
5878 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
5879
|
|
5880 * paths.el:
|
|
5881 - improved automounter tmp directory support.
|
|
5882 - support 4 (!) empirically discovered automounter conventions
|
|
5883
|
|
5884 1999-02-12 SL Baur <steve@xemacs.org>
|
|
5885
|
|
5886 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
5887
|
|
5888 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5889
|
|
5890 * XEmacs 21.2.10 is released
|
|
5891
|
|
5892 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5893
|
|
5894 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
5895 a local file name in the search entry.
|
|
5896
|
|
5897 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5898
|
|
5899 * XEmacs 21.2.9 is released
|
|
5900
|
442
|
5901 1999-01-19 Didier Verna <didier@xemacs.org>
|
428
|
5902
|
|
5903 * replace.el (replace-search-function): new variable containing a
|
|
5904 function to perform a search-forward.
|
|
5905 (replace-re-search-function): new variable containing a function
|
|
5906 to perform a re-search-forward.
|
|
5907 (perform-replace): use them.
|
|
5908
|
442
|
5909 1999-01-25 Didier Verna <didier@xemacs.org>
|
428
|
5910
|
|
5911 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
5912 (cut-copy-clear-internal): ditto.
|
|
5913
|
|
5914 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
5915
|
|
5916 * about.el (about-url-alist): Update my entry.
|
|
5917 (xemacs-hackers): Ditto.
|
|
5918
|
434
|
5919 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
5920
|
|
5921 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
5922 * minibuf.el (minibuffer-completion-table): ditto.
|
|
5923 * cl-macs.el (return-from): ditto.
|
|
5924
|
442
|
5925 1999-01-04 Didier Verna <didier@xemacs.org>
|
428
|
5926
|
|
5927 * replace.el (delete-non-matching-lines): temporarily disable
|
|
5928 case-folding when called interactively with a regexp containing
|
|
5929 uppercase characters.
|
|
5930 (delete-matching-lines): ditto.
|
|
5931 (count-matches): ditto.
|
|
5932 (list-matching-lines): ditto.
|
|
5933
|
|
5934 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
5935
|
|
5936 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
5937 abort if current window is split horizontally, not if others are
|
|
5938 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
5939 some comments (it's still complex).
|
|
5940
|
|
5941 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
5942
|
|
5943 * package-get.el: changed address for doc.ic.ac.uk to
|
|
5944 sunsite.doc.ic.ac.uk
|
|
5945
|
|
5946 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5947
|
|
5948 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
5949 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
5950
|
|
5951 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
5952
|
|
5953 * dump-paths.el: Calculate module-directory and set
|
|
5954 module-load-path to the load path for modules.
|
|
5955
|
|
5956 * loadup.el: Get bootstrap value of module-load-path from the
|
|
5957 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
5958 - Display the module load path if we're debugging paths.
|
|
5959
|
|
5960 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
5961 - Added function paths-find-module-directory.
|
|
5962 - Added function paths-construct-module-load-path. Uses new
|
|
5963 environment variable EMACSMODULEPATH.
|
|
5964
|
|
5965 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
5966
|
|
5967 * font.el (font-default-object-for-device):
|
|
5968 Oops! This `or' can't be replaced by `unless'.
|
|
5969 Fixed inability to run w3, among other things.
|
|
5970
|
|
5971 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
5972
|
|
5973 * package-admin.el: Change initialization of
|
|
5974 package-admin-install-function dependent on system type.
|
|
5975 Change package-admin-install-function-mswindows to use
|
|
5976 "minitar".
|
|
5977
|
|
5978 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
5979
|
|
5980 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
5981 in the minibuffer.
|
|
5982
|
|
5983 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
5984
|
|
5985 * XEmacs 21.2.8 is released.
|
|
5986
|
|
5987 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
5988
|
|
5989 * XEmacs 21.2.7 is released.
|
|
5990
|
|
5991 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5992
|
|
5993 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
5994
|
|
5995 * package-get.el (package-get-download-menu): Use
|
|
5996 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
5997
|
|
5998 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
5999 (pui-help-string): idem.
|
|
6000 (list-packages-mode): New major mode.
|
|
6001 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
6002 (pui-install-selected-packages): Add suport for removing packages.
|
|
6003 (pui-toggle-package-delete-key): New function.
|
|
6004 (pui-popup-context-sensitive): New kludge.
|
|
6005 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
6006 (package-ui-add-site): New function.
|
|
6007
|
442
|
6008 1998-12-01 Didier Verna <didier@xemacs.org>
|
428
|
6009
|
|
6010 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
6011
|
|
6012 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6013
|
|
6014 * ldap.el: Custom-ized
|
|
6015 (toplevel): Do not provide `ldap' which is provided by C level
|
|
6016 LDAP code
|
|
6017 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
6018
|
|
6019 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6020
|
|
6021 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
6022
|
|
6023 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
6024
|
|
6025 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
6026 (sound-extension-list): name changed from sound-ext-list.
|
|
6027 (load-default-sounds): use new names.
|
|
6028 (load-sound-file): use new names.
|
|
6029
|
|
6030 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
6031
|
|
6032 * XEmacs 21.2.6 is released
|
|
6033
|
|
6034 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
6035
|
|
6036 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
6037 errors.
|
|
6038
|
|
6039 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6040
|
|
6041 * wid-edit.el (widget-echo-this-extent): Set
|
|
6042 help-echo-owns-message to t.
|
|
6043
|
|
6044 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
6045
|
|
6046 * package-get.el (package-get-download-menu): use toggles for
|
|
6047 each site in the download site menu.
|
|
6048
|
|
6049 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6050
|
|
6051 * package-get.el (package-get): If we cannot find a package
|
|
6052 because package-get-remote is not set, give a more helpful
|
|
6053 error message.
|
|
6054
|
|
6055 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
6056
|
|
6057 * package-get.el (package-get-remote-filename): use an EFS path
|
|
6058 with user anonymous if no user is specified.
|
|
6059
|
|
6060 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6061
|
|
6062 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
6063 calling reset-face on the default face.
|
|
6064
|
|
6065 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6066
|
|
6067 * package-admin.el (package-admin-default-install-function):
|
|
6068 Behave as advertised. Make sure the pkg-dir is proper for
|
|
6069 default-directory.
|
|
6070 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
6071 proper for default-directory.
|
|
6072 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
6073 is proper for default-directory.
|
|
6074
|
|
6075 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6076
|
|
6077 * XEmacs 21.2.5 is released
|
|
6078
|
|
6079 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
6080
|
|
6081 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
6082 bytecompile time.
|
|
6083
|
|
6084 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
6085
|
|
6086 * x-win-xfree86.el:
|
|
6087 * x-win-sun.el (x-win-init-sun):
|
|
6088 * x-win-sun.el:
|
|
6089 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
6090 * x-iso8859-1.el:
|
|
6091 * x-init.el (init-post-x-win):
|
|
6092 * x-init.el (init-pre-x-win):
|
|
6093 * x-init.el (x-initialize-compose):
|
|
6094 * x-init.el:
|
|
6095 * x-compose.el:
|
|
6096 * winnt.el:
|
|
6097 * widget.el:
|
|
6098 * wid-edit.el (widget-glyph-click):
|
|
6099 * wid-edit.el (widget-glyph-find):
|
|
6100 * wid-edit.el (widget-type):
|
|
6101 * view-less.el (view-buffer-other-window):
|
|
6102 * very-early-lisp.el:
|
|
6103 * version.el:
|
|
6104 * toolbar.el:
|
|
6105 * toolbar-items.el:
|
|
6106 * term/sun.el (suntool-map):
|
|
6107 * term/sun-mouse.el:
|
|
6108 * term/internal.el:
|
|
6109 * syntax.el (modify-syntax-entry):
|
|
6110 * symbol-syntax.el:
|
|
6111 * subr.el:
|
|
6112 * startup.el (lock-directory):
|
|
6113 * simple.el (set-comment-column):
|
|
6114 * simple.el (backward-delete-char-untabify):
|
|
6115 * shadow.el (find-emacs-lisp-shadows):
|
|
6116 * shadow.el:
|
|
6117 * setup-paths.el (paths-construct-info-path):
|
|
6118 * select.el (cut-copy-clear-internal):
|
|
6119 * process.el (call-process-region):
|
|
6120 * process.el (start-process-shell-command):
|
|
6121 * process.el:
|
|
6122 * paths.el (rmail-spool-directory):
|
|
6123 * paragraphs.el (use-hard-newlines):
|
|
6124 * package-get.el (package-get-dependencies):
|
|
6125 * package-admin.el (package-admin-delete-binary-package):
|
|
6126 * obsolete.el (truncate-string):
|
|
6127 * obsolete.el (store-substring):
|
|
6128 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
6129 * mouse.el (mouse-yank-at-point):
|
|
6130 * modeline.el:
|
|
6131 * modeline.el (mouse-drag-modeline):
|
|
6132 * minibuf.el (read-directory-name-internal):
|
|
6133 * minibuf.el (read-file-name-internal):
|
|
6134 * minibuf.el (read-file-name-internal-1):
|
|
6135 * minibuf.el (read-file-name-2):
|
|
6136 * minibuf.el (exact-minibuffer-completion-p):
|
|
6137 * minibuf.el (read-from-minibuffer):
|
|
6138 * minibuf.el:
|
|
6139 * menubar.el (check-menu-syntax):
|
|
6140 * map-ynp.el (map-y-or-n-p):
|
|
6141 * make-docfile.el (docfile-out-of-date):
|
|
6142 * loadup.el ((member "run-temacs" command-line-args)):
|
|
6143 * loadup.el ((member "no-site-file" command-line-args)):
|
|
6144 * loadup.el (really-early-error-handler):
|
|
6145 * loadup.el:
|
|
6146 * loadhist.el:
|
|
6147 * loaddefs.el:
|
|
6148 * lisp-mnt.el (lm-verify):
|
|
6149 * lib-complete.el (lib-complete:cache-completions):
|
|
6150 * lib-complete.el (library-all-completions):
|
|
6151 * itimer.el (itimer-run-expired-timers):
|
|
6152 * info.el (Info-mode):
|
|
6153 * info.el (Info-insert-file-contents):
|
|
6154 * info.el (Info-rebuild-dir):
|
|
6155 * info.el (Info-build-dir-anew):
|
|
6156 * info.el (Info-parse-dir-entries):
|
|
6157 * info.el (Info-dir-outdated-p):
|
|
6158 * info.el (Info-insert-dir):
|
|
6159 * info.el (info-xref):
|
|
6160 * info.el:
|
|
6161 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
6162 * hyper-apropos.el (hyper-describe-face):
|
|
6163 * hyper-apropos.el (hyper-apropos-mode):
|
|
6164 * hyper-apropos.el:
|
|
6165 * help.el (list-processes):
|
|
6166 * help.el:
|
|
6167 * gnuserv.el:
|
|
6168 * font.el (mswindows-font-create-name):
|
|
6169 * font.el (font-default-font-for-device):
|
|
6170 * font.el (x-font-create-object):
|
|
6171 * font.el (font-registry):
|
|
6172 * font.el:
|
|
6173 * font-lock.el (font-lock-keywords):
|
|
6174 * font-lock.el:
|
|
6175 * finder.el (finder-compile-keywords):
|
|
6176 * find-paths.el (paths-find-recursive-path):
|
|
6177 * fill.el (set-justification-center):
|
|
6178 * fill.el (fill-region-as-paragraph):
|
|
6179 * files.el (insert-directory):
|
|
6180 * files.el (wildcard-to-regexp):
|
|
6181 * files.el (recover-file):
|
|
6182 * files.el (basic-save-buffer):
|
|
6183 * files.el (delete-auto-save-file-if-necessary):
|
|
6184 * files.el (file-relative-name):
|
|
6185 * files.el (backup-extract-version):
|
|
6186 * files.el (backup-buffer):
|
|
6187 * files.el (set-visited-file-name):
|
|
6188 * files.el (set-auto-mode):
|
|
6189 * files.el (interpreter-mode-alist):
|
|
6190 * files.el:
|
|
6191 * files.el (find-file-noselect):
|
|
6192 * files.el (abbreviate-file-name):
|
|
6193 * files.el (parse-colon-path):
|
|
6194 * files.el (directory-abbrev-alist):
|
|
6195 * etags.el (visit-tags-table-buffer):
|
|
6196 * easymenu.el (easy-menu-define):
|
|
6197 * dragdrop.el (experimental-dragdrop-drag):
|
|
6198 * dragdrop.el (dragdrop-drop-do-functions):
|
|
6199 * dragdrop.el (dragdrop-drop-at-point):
|
|
6200 * disass.el (disassemble-1):
|
|
6201 * disass.el (disassemble-internal):
|
|
6202 * disass.el (disassemble):
|
|
6203 * disass.el:
|
|
6204 * derived.el (derived-mode-init-mode-variables):
|
|
6205 * derived.el (define-derived-mode):
|
|
6206 * custom.el (defgroup):
|
|
6207 * cus-edit.el (custom-quote):
|
|
6208 * config.el:
|
|
6209 * code-process.el (open-network-stream):
|
|
6210 * code-process.el (start-process):
|
|
6211 * code-process.el (call-process-region):
|
|
6212 * code-process.el (call-process):
|
|
6213 * code-process.el:
|
|
6214 * code-files.el (insert-file-contents):
|
|
6215 * code-files.el:
|
|
6216 * code-files.el (buffer-file-coding-system-for-read):
|
|
6217 * cmdloop.el (yes-or-no-p-minibuf):
|
|
6218 * cl.el:
|
|
6219 * cl-macs.el:
|
|
6220 * cl-extra.el:
|
|
6221 * callers-of-rpt.el (make-caller-report):
|
|
6222 * callers-of-rpt.el:
|
|
6223 * bytecomp.el (batch-byte-recompile-directory):
|
|
6224 * bytecomp.el (batch-byte-compile-1):
|
|
6225 * bytecomp.el (batch-byte-compile):
|
|
6226 * bytecomp.el (display-call-tree):
|
|
6227 * bytecomp.el (byte-compile-insert):
|
|
6228 * bytecomp.el (byte-compile-two-args-19->20):
|
|
6229 * bytecomp.el (byte-compile-variable-ref):
|
|
6230 * bytecomp.el (byte-compile-form):
|
|
6231 * bytecomp.el (byte-compile-top-level-body):
|
|
6232 * bytecomp.el (byte-compile-out-toplevel):
|
|
6233 * bytecomp.el (byte-compile-byte-code-maker):
|
|
6234 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
6235 * bytecomp.el (byte-compile-file-form):
|
|
6236 * bytecomp.el (byte-compile-keep-pending):
|
|
6237 * bytecomp.el (byte-compile-insert-header):
|
|
6238 * bytecomp.el (byte-compile-from-buffer):
|
|
6239 * bytecomp.el (byte-compile-file):
|
|
6240 * bytecomp.el (byte-recompile-file):
|
|
6241 * bytecomp.el (byte-compile-close-variables):
|
|
6242 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
6243 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
6244 * bytecomp.el (byte-compiler-legal-options):
|
|
6245 * bytecomp.el (byte-compile-lapcode):
|
|
6246 * bytecomp.el (byte-optimize-log):
|
|
6247 * bytecomp.el ((fboundp 'defsubst)):
|
|
6248 * bytecomp.el:
|
|
6249 * bytecomp-runtime.el:
|
|
6250 * byte-optimize.el (byte-optimize-apply):
|
|
6251 * byte-optimize.el (car):
|
|
6252 * byte-optimize.el (byte-optimize-form):
|
|
6253 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
6254 * byte-optimize.el:
|
|
6255 * build-report.el (build-report-insert-installation-file):
|
|
6256 * build-report.el (build-report):
|
|
6257 * auto-show.el:
|
|
6258 * apropos.el (apropos-documentation):
|
|
6259 - mega patch
|
|
6260 - clean up byte-compile warnings
|
|
6261 - remove unused variables
|
|
6262 - Use common lisp style hashtable functions
|
|
6263 - byte compiler cleanup
|
|
6264 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
6265 - remove old backquote syntax usage
|
|
6266 - move some cl functionality into C for speed.
|
|
6267 - remove last remaining VMS support
|
|
6268 - spelling fixes
|
|
6269 - implement last, butlast, nbutlast, copy-list in C.
|
|
6270 - new macro ignore-file-errors, similar to ignore-errors
|
|
6271 (ignore-file-errors (delete-file "foo"))
|
|
6272 - get frequent garbage collection during loadup.el by tweaking
|
|
6273 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
6274 - default delete-key-deletes-forward to `t'.
|
|
6275
|
|
6276 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
6277
|
|
6278 * XEmacs 21.2-beta4 is released.
|
|
6279
|
|
6280 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6281
|
|
6282 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
6283 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
6284 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
6285
|
|
6286 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
6287 (add-menu-button): Add 'in-menu' argument.
|
|
6288 (add-menu-item-1): Add in-menu support to helper function.
|
|
6289
|
|
6290 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
6291
|
|
6292 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
6293
|
|
6294 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6295
|
|
6296 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
6297 of Dec 4, 1997.
|
|
6298
|
|
6299 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
6300
|
|
6301 * process.el (shell-command-on-region): Report if the command
|
|
6302 succeeded or failed.
|
|
6303
|
|
6304 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
6305
|
|
6306 * subr.el (buffer-substring-no-properties): Comment out.
|
|
6307
|
434
|
6308 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
428
|
6309
|
|
6310 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
6311 into font instances first, like `x-frob-font-size' does.
|
|
6312 (mswindows-find-larger-font): ditto
|
|
6313
|
|
6314 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
6315
|
|
6316 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
6317 to `package-get'.
|
|
6318
|
|
6319 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6320
|
|
6321 * package-get.el (host-name): New widget type.
|
|
6322 (package-get-remote): Better customization using new type.
|
|
6323 (package-get-download-sites): idem dito.
|
|
6324
|
|
6325 (package-get-custom): Do not use package-get-all untill we have
|
|
6326 runtime dependencies.
|
|
6327
|
|
6328 (package-get-remove-copy): Default to 't' we no longer need this
|
|
6329 kludge as we do not currently use depenencies.
|
|
6330
|
|
6331 (package-get-was-current): New variable.
|
|
6332 (package-get-require-base): New 'force-current' argument.
|
|
6333 (package-get-update-base): idem
|
|
6334 (package-get-package-provider): idem
|
|
6335 (package-get-locate-index-file): New 'no-remote' argument.
|
|
6336 (package-get-locate-file): idem.
|
|
6337
|
|
6338 (package-get-maybe-save-index): New function.
|
|
6339 (package-get-update-base): Use it.
|
|
6340
|
|
6341 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
6342
|
|
6343 * package-get.el (package-get-remote): default to nil; by default,
|
|
6344 don't go out to the net via EFS. They must select a download site.
|
|
6345 (package-get-download-sites): new variable.
|
|
6346 (package-get-download-menu): new function.
|
|
6347 (package-get-locate-index-file): new function.
|
|
6348 (package-get-update-base): use it.
|
|
6349
|
|
6350 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
6351 and "Add Download Site" menus under Options | Manage Packages.
|
|
6352
|
|
6353 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
6354
|
|
6355 * package-get.el (package-get): bugfix code checking installed version
|
|
6356 for case where package is not currently installed.
|
|
6357 (package-get-require-signed-base-updates): new variable.
|
|
6358 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
6359 deemed not a goot thing. Use the variable
|
|
6360 package-get-allow-unsigned-base-updates instead.
|
|
6361
|
|
6362 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
6363
|
|
6364 * package-get.el (package-get): Don't install an older version than
|
|
6365 we already have unless explicitly told to. Issue a warning.
|
|
6366
|
|
6367 * package-ui.el (pui-add-required-packages): when adding
|
|
6368 dependencies, don't add packages that are up to date.
|
|
6369 (pui-package-symbol-char): Don't consider a package out of date
|
|
6370 if you have a newer version installed than the latest version in
|
|
6371 package-get-base.
|
|
6372
|
|
6373 * package-get.el (package-get-base-filename): document that it may
|
|
6374 be a path relative to package-get-remote; new default value.
|
|
6375 (package-get-locate-file): new function.
|
|
6376 (package-get-update-base): use it to expand package-get-base-filename.
|
|
6377 (package-get-save-base): new function to save the package-get database
|
|
6378 to file.
|
|
6379 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
6380 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
6381 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
6382 (package-get-file-installed-p): removed; no longer needed.
|
|
6383 (package-get-create-custom): ditto.
|
|
6384 (toplevel): remove code to build and load package-get-custom.el
|
|
6385 (package-get-custom-add-entry): new function.
|
|
6386
|
|
6387 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
6388
|
|
6389 * wid-edit.el (widget-button-click): Don't switch window.
|
|
6390
|
|
6391 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6392
|
|
6393 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
6394
|
|
6395 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
6396
|
|
6397 * etags.el (find-tag-default): Run find-tag-hook using
|
|
6398 run-hooks rather than funcall
|
|
6399
|
|
6400 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
6401
|
|
6402 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
6403 and the current local map as the parents to isearch-mode-map.
|
|
6404
|
|
6405 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
6406
|
|
6407 * XEmacs 21.2-beta3 is released.
|
|
6408
|
|
6409 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6410
|
|
6411 * package-get.el (package-get-update-base): use
|
|
6412 insert-file-contents-internal, not insert-file-contents-literally.
|
|
6413
|
|
6414 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6415
|
|
6416 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
6417 dump time.
|
|
6418
|
|
6419 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6420
|
|
6421 * package-get.el (package-get-update-base-entry): new function.
|
|
6422 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
6423 cleanup, and use package-get-update-base-from-buffer.
|
|
6424 (package-get-update-base-from-buffer): new function.
|
|
6425 (package-get-update-base-entries): new; helper for above.
|
|
6426 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
6427
|
|
6428 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6429
|
|
6430 * files.el (set-auto-mode): Don't play games loading package-get
|
|
6431 database; package-get-package-provider will handle it all.
|
|
6432
|
|
6433 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
6434
|
|
6435 * package-get.el (package-get-base-filename): new variable.
|
|
6436 (package-get-require-base): new function.
|
|
6437 (package-get-pgp-signed-begin-line): new variable.
|
|
6438 (package-get-pgp-signature-begin-line): ditto.
|
|
6439 (package-get-pgp-signature-end-line): ditto.
|
|
6440 (package-get-load-base): new function.
|
|
6441 (package-get-interactive-package-query):
|
|
6442 (package-get-update-all):
|
|
6443 (package-get-dependencies):
|
|
6444 (package-get-package-provider):
|
|
6445 (package-get-custom): use package-get-require-base.
|
|
6446 [package-get-custom loading]: disable for now.
|
|
6447
|
|
6448 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
6449
|
|
6450 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6451
|
|
6452 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
6453
|
|
6454 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6455
|
|
6456 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
6457 to with Customize. Move all the package stuff to a new Item in Options.
|
|
6458
|
|
6459 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
6460
|
|
6461 * package-get.el (package-get): Use new
|
|
6462 package-admin-get-install-dir.
|
|
6463
|
|
6464 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
6465 Conserve package location and put mule packages where mule-base is.
|
|
6466
|
|
6467 * package-get.el : Customized
|
|
6468
|
|
6469 * package-ui.el (pui): Customized
|
|
6470 (pui-package-install-dest-dir): New variable.
|
|
6471 (pui-install-selected-packages): Use it
|
|
6472
|
|
6473 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
6474
|
|
6475 * package-get.el (package-get-interactive-package-query): Move
|
|
6476 dependency on package-get-base to run-time.
|
|
6477 (package-get-update-all): Ditto.
|
|
6478 (package-get-dependencies): Ditto.
|
|
6479 (package-get-package-provider): Ditto.
|
|
6480 (package-get-custom): Ditto.
|
|
6481
|
|
6482 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
6483
|
|
6484 * events.el: Remove 'ascii-character property from 'backspace
|
|
6485 and 'delete symbols
|
|
6486
|
|
6487 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
6488
|
|
6489 * package-get-base.el: removed.
|
|
6490
|
442
|
6491 1998-09-23 Didier Verna <didier@xemacs.org>
|
428
|
6492
|
|
6493 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
6494 (no-upper-case-p): new function.
|
|
6495 (with-search-caps-disable-folding): new macro.
|
|
6496 (with-interactive-search-caps-disable-folding): new macro.
|
|
6497 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
6498 the character is uppercase.
|
|
6499 (zap-up-to-char): ditto.
|
|
6500
|
|
6501 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
6502
|
|
6503 * isearch-mode.el (isearch-fix-case): ditto.
|
|
6504 make obsolete `with-caps-disable-folding' and
|
|
6505 `isearch-no-upper-case-p'.
|
|
6506
|
|
6507 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
6508 (tags-search): ditto.
|
|
6509 (tags-query-replace): ditto.
|
|
6510
|
|
6511 * info.el (Info-search): ditto.
|
|
6512
|
|
6513 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6514
|
|
6515 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
6516
|
|
6517 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
6518
|
|
6519 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
6520 check for "." and ".." before symlink check. expand files and
|
|
6521 directories with respect to DIRECTORY, not default-directory.
|
|
6522
|
|
6523 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
6524
|
|
6525 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
6526
|
|
6527 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
6528
|
|
6529 * package-ui.el (pui-add-required-packages): new function, select
|
|
6530 dependent packages.
|
|
6531 (pui-display-keymap): bind it.
|
|
6532 (pui-help-string): document it.
|
|
6533 (pui-install-selected-packages): package-get-all -> package-get.
|
|
6534
|
|
6535 * package-get.el (package-get-dependencies): new function.
|
|
6536
|
|
6537 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6538
|
|
6539 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
6540 regexps.
|
|
6541
|
|
6542 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6543
|
|
6544 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
6545 function.
|
|
6546 (default-mouse-track-normalize-point): Use it.
|
|
6547
|
|
6548 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6549
|
|
6550 * package-admin.el (package-admin-delete-binary-package):
|
|
6551 General cleanup. Remove unnessary use of progn and
|
|
6552 save-excursion.
|
|
6553 (package-admin-delete-binary-package): Do NOT mess with file
|
|
6554 modes. That is evil.
|
|
6555 (package-admin-delete-binary-package): Wrap all deleting in
|
|
6556 condition-case. The data in MANIFEST is untrustworthy.
|
|
6557 (package-admin-delete-binary-package): Let the OS worry about non
|
|
6558 empty directories.
|
|
6559
|
|
6560 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
6561
|
|
6562 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
6563 processing.
|
|
6564 (lm-report-bug): Fix mail address to send bug reports to.
|
|
6565
|
|
6566 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
6567
|
|
6568 * XEmacs 21.2-beta2 is released.
|
|
6569
|
|
6570 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6571
|
|
6572 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
6573
|
|
6574 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6575
|
|
6576 * info.el (Info-mode): Document page turning by double clicks in
|
|
6577 docstring so `M-x describe-mode' will display it.
|
|
6578
|
|
6579 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6580
|
|
6581 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
6582 widths to calculate a border region where double clicking does
|
|
6583 page turning, and return `nil' by default so other hooks, such as
|
|
6584 region highlighting, will be run.
|
|
6585
|
|
6586 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
6587
|
|
6588 * sound.el (default-sound-directory-list): Initialize with all the
|
|
6589 "sounds" directories in `data-directory-list'. It used to just be
|
|
6590 the first one.
|
|
6591
|
|
6592 * packages.el (locate-data-directory-list): Created. This gives
|
|
6593 the list of matching directories, unlike `locate-data-directory',
|
|
6594 which just gives the first one.
|
|
6595
|
|
6596 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6597
|
|
6598 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
6599 make a binding in the local keymap until help-char handling is
|
|
6600 improved.
|
|
6601
|
|
6602 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
6603 binding.
|
|
6604 (help-print-help-form): New helper function.
|
|
6605
|
|
6606 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
6607
|
|
6608 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
6609 move extent to another buffer; no need to create a new extent.
|
|
6610 (isearch-fix-case): New function.
|
|
6611 (isearch-search-and-update): Use it.
|
|
6612
|
|
6613 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6614
|
|
6615 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
6616 the keymap, not minor-mode-map-alist.
|
|
6617 (isearch-done): Restore overriding-local-map.
|
|
6618
|
|
6619 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
6620
|
|
6621 * bytecomp.el (byte-compile-buffer-substring):
|
|
6622 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
6623 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
6624 - new code not only works, but is more readable, too.
|
|
6625
|
|
6626 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6627
|
|
6628 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
6629 specify a default font at this late stage. Do try to force
|
|
6630 creation of the default face font so that if it fails we get
|
|
6631 an error now instead of a crash at frame creation.
|
|
6632
|
|
6633 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
6634 mswindows-make-font-unitalic: Canonical default weight
|
|
6635 changed from "Normal" to "Regular".
|
|
6636
|
|
6637 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
6638 not being passed into call to mswindows-find-smaller-font.
|
|
6639
|
|
6640 1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
6641
|
|
6642 * package-get.el (package-get-remote): Fix the path where to find
|
|
6643 the packages on xemacs.org.
|
|
6644
|
|
6645 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
6646
|
|
6647 * about.el (about-maintainer-info): Update Ben's entry.
|
|
6648
|
|
6649 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
6650
|
|
6651 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
6652 - `member' was being called on lists of length 2000!
|
|
6653 - Replace with hashtables.
|
|
6654 - Replace hand-coded loops with (dolist)
|
|
6655 - Fix comment typo
|
|
6656
|
|
6657 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
6658
|
|
6659 * packages.el: Added new function, `package-delete-name', to
|
|
6660 delete existing packages from the installed package database
|
|
6661 (`packages-package-list'). Also added the "pkginfo" directory
|
|
6662 to `packages-special-base-regexp', so that the pkginfo directory
|
|
6663 would not get added to `late-packages'.
|
|
6664
|
|
6665 * package-admin.el: Added ability to delete an installed package
|
|
6666 (added low-level function, `package-admin-delete-package').
|
|
6667 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
6668 delete the package. When installing a package, will also
|
|
6669 create a MANIFEST.* file if one is not provided by the
|
|
6670 package. If the MANIFEST.* doesn't exist when deleting a
|
|
6671 package, the functions will fall back to attempting to delete
|
|
6672 any package-specific lisp directory.
|
|
6673
|
|
6674 * package-get.el: Moved some functions to package-admin.el.
|
|
6675 Added interactive function `package-get-delete-package', for
|
|
6676 use by users for deleting a package.
|
|
6677
|
442
|
6678 Also modified to not require the presence of efs.
|
428
|
6679
|
|
6680 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6681
|
|
6682 * files.el (find-file-noselect): Handle all signals, kill the
|
|
6683 buffer and resignal.
|
|
6684
|
|
6685 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
6686
|
|
6687 * cl-macs.el (glyph-image): Add setf method.
|
|
6688
|
|
6689 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
6690
|
|
6691 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
6692 .tar.gz files first, in preference over .tgz files.
|
|
6693
|
|
6694 * package-ui.el: Fix display of package version numbers.
|
|
6695
|
|
6696 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6697
|
|
6698 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
6699 argument.
|
|
6700
|
|
6701 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
6702
|
|
6703 * list-mode.el: `display-completion-list': added new/optional
|
|
6704 keyword `:completion-string', which allows the programmer to
|
|
6705 change the "Possible completions are:" prompt.
|
|
6706
|
|
6707 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
6708 visual package browser/installer:
|
|
6709
|
|
6710 Options->Customize->List Packages
|
|
6711
|
|
6712 * package-admin.el: Added hooks for installing under both Unix
|
|
6713 and MS Windows. Does additional error checking. No longer
|
|
6714 calls "add-big-package.sh" to install packages under Unix; now
|
|
6715 calls gunzip & tar directly.
|
|
6716
|
|
6717 * package-get.el: Added ability to install packages from files
|
|
6718 on a local disk/CDROM. Now deletes any existing package lisp
|
|
6719 directory. Does completion on available packages when
|
|
6720 querying for package names. Will also search for .tgz files
|
|
6721 in addition for .tar.gz files. Tries to reload
|
|
6722 auto-autoloads, as a convenience when loading new packages,
|
|
6723 and also tries to add any new package paths to `load-path'.
|
|
6724 Changed all occurences of `concat' to use `expand-file-name'.
|
|
6725
|
|
6726 * package-ui.el: New file which implements the main visual
|
|
6727 package browser/installer, which is started via a menu pick or
|
|
6728 M-x pui-list packages.
|
|
6729
|
|
6730 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6731
|
|
6732 * startup.el (load-init-file): spelling fix.
|
|
6733
|
|
6734 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6735
|
|
6736 * startup.el (normal-top-level): Load auto-autoload files
|
|
6737 covariantly with their precedence.
|
|
6738
|
|
6739 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6740
|
|
6741 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
6742 option, there is currently no custom equivalent.. Customize-faces
|
|
6743 is "Edit faces".
|
|
6744
|
|
6745 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
6746 default face.
|
|
6747
|
|
6748 * faces.el (face-spec-update-all-matching): New function.
|
|
6749
|
|
6750 * cus-face.el (custom-set-face-update-spec): New function.
|
|
6751 Interface to customize faces from elisp.
|
|
6752
|
|
6753 (custom-face-value-create): Show the customized settings if set
|
|
6754 but not saved.
|
|
6755
|
|
6756 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6757
|
|
6758 (custom-face-value-create): Show the customized settings if set
|
|
6759 but not saved.
|
|
6760
|
|
6761 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
6762
|
|
6763 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
6764 query-replace-regexp.
|
|
6765
|
|
6766 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
6767
|
|
6768 * minibuf.el (read-file-name-internal-1): use
|
|
6769 user-name-completion-1 instead of user-name-completion.
|
|
6770
|
|
6771 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6772
|
|
6773 * loadup.el:
|
|
6774 * make-docfile.el:
|
|
6775 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
6776 global variable) no more.
|
|
6777
|
|
6778 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
6779 (now defunct as a global variable) a parameter.
|
|
6780
|
|
6781 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
6782
|
|
6783 * about.el (about-hackers): new email
|
|
6784
|
|
6785 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
6786
|
|
6787 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
6788
|
442
|
6789 1998-07-17 Didier Verna <didier@xemacs.org>
|
428
|
6790
|
|
6791 * faces.el (set-face-property):
|
|
6792 (set-face-dim-p):
|
|
6793 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
6794 tty-specific.
|
|
6795 (face-equal): the dim property is now a common one.
|
|
6796
|
|
6797 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
6798 Renamed the `stipple' attribute to `background-pixmap'.
|
|
6799 (custom-face-background-pixmap): make custom-face-stipple an
|
|
6800 obsolete alias for this.
|
|
6801
|
|
6802 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6803
|
|
6804 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
6805 used.
|
|
6806
|
|
6807 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
6808
|
|
6809 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6810
|
|
6811 * packages.el (packages-data-path-depth): Added and used.
|
|
6812
|
|
6813 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
6814
|
|
6815 * about.el:
|
|
6816 - Change .xpm to .png, delete "zcat" section.
|
|
6817 - cosmetic fix in the 'marcpa' entry.
|
|
6818
|
|
6819 * etc/photos
|
|
6820 - convert all .xpm.Z to .png
|
|
6821 - rename mrb to martin
|
|
6822 - rename mcook-m to mcookm
|
|
6823
|
|
6824 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
6825
|
|
6826 * x-init.el (x-initialize-compose): Add support for
|
|
6827 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
6828
|
|
6829 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
6830
|
|
6831 * setup-paths.el (paths-construct-exec-path): Made the
|
|
6832 last-packages really be last.
|
|
6833 (paths-construct-data-directory-list): Ditto.
|
|
6834
|
|
6835 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
6836
|
|
6837 * startup.el(startup-splash-frame-body):
|
|
6838 Update Copyright notice in splash screen
|
|
6839
|
|
6840 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6841
|
|
6842 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
6843
|
|
6844 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6845
|
|
6846 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
6847 aginst destroyed extents
|
|
6848
|
|
6849 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
6850
|
|
6851 * package-get.el (package-get): add `install-dir' argument.
|
|
6852
|
|
6853 1998-07-20 John Jones <jj@asu.edu>
|
|
6854
|
|
6855 * package-get.el: calls to package-get-update-all will only
|
|
6856 update packages which are already installed.
|
|
6857
|
|
6858 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
6859
|
|
6860 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
6861 writable.
|
|
6862
|
|
6863 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
6864
|
|
6865 * about.el (about-hackers): Correct my email.
|
|
6866
|
|
6867 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
6868
|
|
6869 * about.el (about-hackers): new email-address.
|
|
6870
|
|
6871 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
6872
|
|
6873 * minibuf.el (read-number): Don't let `input-error' condition
|
|
6874 escape.
|
|
6875
|
|
6876 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6877
|
|
6878 * about.el (about-hackers): use my `email-for-life' address.
|
|
6879
|
|
6880 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
6881
|
|
6882 * XEmacs 21.2-beta1 is released.
|
|
6883
|
|
6884 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6885
|
|
6886 * ldap.el (ldap-search): Doc string change
|
|
6887
|
|
6888 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
6889
|
|
6890 * menubar-items.el (default-menubar): Removed references to
|
|
6891 `data-directory', and use `locate-data-file' instead, and made
|
|
6892 then greyed out if they don't exist.
|
|
6893
|
|
6894 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6895
|
|
6896 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
6897 since the latter does not accept integer args anymore
|
|
6898
|
|
6899 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
6900
|
|
6901 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
6902 macros replaced.
|
|
6903
|
|
6904 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6905
|
|
6906 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
6907 * update-elc.el: Ditto.
|
|
6908 * loadup.el (really-early-error-handler): Ditto.
|
|
6909
|
|
6910 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
6911 very-early-lisp.el.
|
|
6912
|
|
6913 * very-early-lisp.el: New file.
|
|
6914
|
|
6915 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6916
|
|
6917 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
6918
|
|
6919 * obsolete.el (eval-current-buffer): Make compatible.
|
|
6920 (byte-code-function-p): Ditto.
|
|
6921 (send-string): Removed.
|
|
6922 (send-region): Removed.
|
|
6923 (screen-scrollbar-width): Removed.
|
|
6924 (set-screen-scrollbar-width): Removed.
|
|
6925 (set-screen-left-margin-width): Removed.
|
|
6926 (set-screen-right-margin-width): Removed.
|
|
6927 (screen-left-margin-width): Removed.
|
|
6928 (screen-right-margin-width): Removed.
|
|
6929 (set-buffer-left-margin-width): Removed.
|
|
6930 (set-buffer-right-margin-width): Removed.
|
|
6931 (buffer-left-margin-width): Removed.
|
|
6932 (buffer-right-margin-width): Removed.
|
|
6933 (x-set-frame-icon-pixmap): Removed.
|
|
6934 (x-set-screen-icon-pixmap): Removed.
|
|
6935 (pixel-name): Removed.
|
|
6936 (make-pixmap): Removed.
|
|
6937 (make-cursor): Removed.
|
|
6938 (pixmap-width): Removed.
|
|
6939 (pixmap-contributes-to-line-height-p): Removed.
|
|
6940 (set-pixmap-contributes-to-line-height): Removed.
|
|
6941
|
|
6942 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
6943
|
|
6944 * obsolete.el (popup-menu-up-p): removed.
|
|
6945 (read-no-blanks-input): Removed.
|
|
6946 (wholenump): Removed.
|
|
6947 (ring-mod): Removed (what was ring-mod?).
|
|
6948 (current-time-seconds): Removed.
|
|
6949 (run-special-hook-with-args): Removed.
|
|
6950 (dot): Removed.
|
|
6951 (dot-marker): Removed.
|
|
6952 (dot-min): Removed.
|
|
6953 (dot-max): Removed.
|
|
6954 (window-dot): Removed.
|
|
6955 (set-window-dot): Removed.
|
|
6956
|
|
6957 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
6958 `dot-min'.
|
|
6959
|
|
6960 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
6961
|
|
6962 * code-files.el (insert-file-contents): Rename
|
|
6963 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
6964 (write-region): Ditto.
|
|
6965
|
|
6966 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
6967
|
|
6968 * about.el: Fix typos, update release date.
|
|
6969
|
|
6970 * Symbols that have been obsolete for at least 3 years removed.
|
|
6971
|
|
6972 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
6973 screen- functions.
|
|
6974 (toplevel): remove setf methods for screen functions.
|
|
6975 * cl-macs.el (extent-data): defsetf removed.
|
|
6976 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
6977 many places to remove.
|
|
6978 (comment-indent-hook): Ditto.
|
|
6979 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
6980 (buffer-dedicated-screen): Ditto.
|
|
6981 (deiconify-screen): Ditto.
|
|
6982 (delete-screen): Ditto.
|
|
6983 (event-screen): Ditto.
|
|
6984 (find-file-other-screen): Ditto.
|
|
6985 (find-file-read-only-other-screen): Ditto.
|
|
6986 (live-screen-p): Ditto.
|
|
6987 (screen-height): Ditto.
|
|
6988 (screen-iconified-p): Ditto.
|
|
6989 (screen-list): Ditto.
|
|
6990 (screen-live-p): Ditto.
|
|
6991 (screen-name): Ditto.
|
|
6992 (screen-parameters): Ditto.
|
|
6993 (screen-pixel-height): Ditto.
|
|
6994 (screen-pixel-width): Ditto.
|
|
6995 (screen-root-window): Ditto.
|
|
6996 (screen-selected-window): Ditto.
|
|
6997 (screen-totally-visible-p): Ditto.
|
|
6998 (screen-visible-p): Ditto.
|
|
6999 (screen-width): Ditto.
|
|
7000 (screenp): Ditto.
|
|
7001 (get-screen-for-buffer): Ditto.
|
|
7002 (get-screen-for-buffer-noselect): Ditto.
|
|
7003 (get-other-screen): Ditto.
|
|
7004 (iconify-screen): Ditto.
|
|
7005 (lower-screen): Ditto.
|
|
7006 (mail-other-screen): Ditto.
|
|
7007 (make-screen): Ditto.
|
|
7008 (make-screen-invisible): Ditto.
|
|
7009 (make-screen-visible): Ditto.
|
|
7010 (modify-screen-parameters): Ditto.
|
|
7011 (new-screen): Ditto.
|
|
7012 (next-screen): Ditto.
|
|
7013 (next-multiscreen-window): Ditto.
|
|
7014 (other-screen): Ditto.
|
|
7015 (previous-screen): Ditto.
|
|
7016 (previous-multiscreen-window): Ditto.
|
|
7017 (raise-screen): Ditto.
|
|
7018 (redraw-screen): Ditto.
|
|
7019 (select-screen): Ditto.
|
|
7020 (selected-screen): Ditto.
|
|
7021 (set-buffer-dedicated-screen): Ditto.
|
|
7022 (set-screen-height): Ditto.
|
|
7023 (set-screen-position): Ditto.
|
|
7024 (set-screen-size): Ditto.
|
|
7025 (set-screen-width): Ditto.
|
|
7026 (show-temp-buffer-in-current-screen): Ditto.
|
|
7027 (switch-to-buffer-other-screen): Ditto.
|
|
7028 (visible-screen-list): Ditto.
|
|
7029 (window-screen): Ditto.
|
|
7030 (x-set-screen-pointer): Ditto.
|
|
7031 (x-set-frame-pointer): Ditto.
|
|
7032 (screen-title-format): Ditto.
|
|
7033 (screen-icon-title-format): Ditto.
|
|
7034 (terminal-screen): Ditto.
|
|
7035 (delete-screen-hook): Ditto.
|
|
7036 (create-screen-hook): Ditto.
|
|
7037 (mouse-enter-screen-hook): Ditto.
|
|
7038 (mouse-leave-screen-hook): Ditto.
|
|
7039 (map-screen-hook): Ditto.
|
|
7040 (unmap-screen-hook): Ditto.
|
|
7041 (default-screen-alist): Ditto.
|
|
7042 (default-screen-name): Ditto.
|
|
7043 (x-screen-defaults): Ditto.
|
|
7044 (x-create-screen): Ditto.
|
|
7045 * obsolete.el: meta-flag removed.
|
|
7046 baud-rate removed.
|
|
7047 sleep-for-millisecs removed.
|
|
7048 extent-data removed.
|
|
7049 set-extent-data removed.
|
|
7050 set-extent-attribute removed.
|
|
7051 extent-glyph removed.
|
|
7052 extent-layout removed.
|
|
7053 set-extent-layout removed.
|
|
7054 list-faces-display removed.
|
|
7055 list-faces removed.
|
|
7056 trim-versions-without-asking removed.
|
|
7057 after-write-file-hooks removed.
|
|
7058 truename removed.
|
|
7059 auto-fill-hook removed.
|
|
7060 blink-paren-hook removed.
|
|
7061 select-screen-hook, deselect-screen-hook removed.
|
|
7062 auto-raise-screen, auto-lower-screen removed.
|
|
7063
|
|
7064 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
7065
|
|
7066 * XEmacs 21.0-pre5 is released.
|
|
7067
|
|
7068 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
7069
|
|
7070 * about.el (about-hackers): Credits update.
|
|
7071
|
|
7072 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7073
|
|
7074 * register.el (insert-register): Don't activate the region.
|
|
7075
|
|
7076 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
7077
|
|
7078 * select.el: Restore x-* symbols for backwards compatibility:
|
|
7079 x-copy-primary-selection, x-kill-primary-selection,
|
|
7080 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
7081 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
7082
|
|
7083 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
7084
|
|
7085 * XEmacs 21.0-pre4 is released.
|
|
7086
|
|
7087 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7088
|
|
7089 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
7090 reporting bugs.
|
|
7091 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
7092 `expand-file-name' rather than `concat'.
|
|
7093
|
|
7094 * help.el (print-messages): New function.
|
|
7095
|
|
7096 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7097
|
|
7098 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
7099
|
|
7100 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7101
|
|
7102 * about.el: Tweaked my entry in about-hackers.
|
|
7103
|
|
7104 * find-paths.el (paths-emacs-root-p):
|
|
7105 Relaxed emacs-root checking of an in-place installation to
|
442
|
7106 also accommodate the flat layout used on MS Windows.
|
428
|
7107
|
|
7108 1998-06-29 John Jones <jj@asu.edu>
|
|
7109
|
|
7110 * package-get.el: calls to package-get-update-all will only
|
|
7111 update packages which are already installed.
|
|
7112
|
|
7113 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
7114
|
|
7115 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
7116 are handled by the gui-element face fallbacks now.
|
|
7117
|
|
7118 * x-faces.el: default gui-element face to "background" as well as
|
|
7119 the default face.
|
|
7120
|
|
7121 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
7122 and default face settings since these are set as fallbacks now in
|
|
7123 the appropriate domain.
|
|
7124
|
|
7125 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
7126
|
|
7127 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
7128 corresponding to `page-delim' goes first and the hack in
|
|
7129 `forward-paragraph' will work.
|
|
7130 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
7131
|
|
7132 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7133
|
|
7134 * subr.el (remove-hook): When checking the hook value
|
|
7135 with functionp, don't apply car to it.
|
|
7136
|
|
7137 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7138
|
|
7139 * package-get.el (package-get-remote-filename):
|
|
7140 Don't use file-name-as-directory because the local directory
|
|
7141 separator conventions might not be the same as ftp's.
|
|
7142
|
|
7143 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7144
|
|
7145 * ldap.el (ldap-host-parameters-alist): New name of
|
|
7146 `ldap-host-parameters-plist'
|
|
7147
|
434
|
7148 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
7149
|
|
7150 * package-get.el: Using (require 'package-get-base), now that it
|
|
7151 provides itself. Consequently removed all instances of (load
|
|
7152 "package-get-base.el").
|
|
7153
|
|
7154 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7155
|
|
7156 * subr.el (remove-hook): Don't treat the hook value as a
|
|
7157 list unless it is both consp and not functionp.
|
|
7158
|
|
7159 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
7160
|
|
7161 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
7162 * auto-show.el: Ditto.
|
|
7163 * bytecomp.el: Ditto.
|
|
7164 * faces.el: Ditto.
|
|
7165 * x-scrollbar.el: Ditto.
|
|
7166 * x-misc.el: Ditto.
|
|
7167 * tty-init.el: Ditto.
|
|
7168 * toolbar-items.el: Ditto.
|
|
7169 * symbol-syntax.el: Ditto.
|
|
7170 * specifier.el: Ditto.
|
|
7171 * objects.el: Ditto.
|
|
7172 * hyper-apropos.el: Ditto.
|
|
7173 * glyphs.el: Ditto.
|
|
7174
|
|
7175 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
7176
|
|
7177 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
7178 vertical-divider-always-visible-p.
|
|
7179 (default-mouse-motion-handler): Ditto.
|
|
7180
|
|
7181 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
7182
|
|
7183 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
7184 global value.
|
|
7185
|
|
7186 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
7187
|
|
7188 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
7189
|
|
7190 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7191
|
|
7192 * font.el: Split font-family-mappings into X and
|
|
7193 mswindows-specific versions.
|
|
7194 mswindows-font-create-[object|name]: Treat supplied size
|
|
7195 as a pointsize. Added underline and strikethru handling.
|
|
7196
|
|
7197 * msw-faces.el: changed default mswindows charset to western.
|
|
7198
|
|
7199 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7200 was inserted to get round bugs in the mswindows C font code.
|
|
7201
|
|
7202 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
7203
|
|
7204 * about.el (about-hackers): Credits update.
|
|
7205
|
|
7206 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
7207 TUTORIAL.
|
|
7208
|
|
7209 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
7210 to ISO-8859-2.
|
|
7211
|
|
7212 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7213
|
|
7214 * font.el: Split font-family-mappings into X and
|
|
7215 mswindows-specific versions.
|
|
7216 mswindows-font-create-[object|name]: Treat supplied size
|
|
7217 as a pointsize. Added underline and strikethru handling.
|
|
7218
|
|
7219 * msw-faces.el: changed default mswindows charset to western.
|
|
7220
|
|
7221 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7222 was inserted to get round bugs in the mswindows C font code.
|
|
7223
|
|
7224 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7225
|
|
7226 * minibuf.el: make read-color-completion-table call
|
|
7227 (mswindows-color-list for mswindows devices.
|
|
7228
|
|
7229 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
7230
|
|
7231 * lisp/font-lock.el
|
|
7232 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
7233 Let declaration items contain non-word symbol characters.
|
|
7234
|
434
|
7235 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
428
|
7236
|
|
7237 * package-get.el (package-get-package-provider): Added autoload
|
|
7238 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
7239 it. Fixed some (interactive ...) with multiple argument specs
|
|
7240 again. Cosmetic indentation changes.
|
|
7241
|
|
7242 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
7243
|
|
7244 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
7245 that you want to use later.
|
|
7246
|
|
7247 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7248
|
|
7249 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
7250 to x-kill-primary-selection with kill-primary-selection
|
|
7251
|
|
7252 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
7253
|
|
7254 * simple.el (what-cursor-position): Make cursor position reported
|
|
7255 use value of column-number-start-at-one
|
|
7256
|
|
7257 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
7258
|
|
7259 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
7260
|
|
7261 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
7262
|
|
7263 * startup.el (startup-splash-frame): Remove
|
|
7264 `xemacs-startup-logo-function'.
|
|
7265
|
|
7266 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
7267
|
|
7268 * about.el (about-hackers): Update credits list.
|
|
7269
|
|
7270 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
7271
|
|
7272 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
7273 extensions to be found by load-sound-file
|
|
7274
|
|
7275 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7276
|
|
7277 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
7278 (Info-auto-generate-directory): New variable
|
|
7279 (Info-save-auto-generated-dir): New variable
|
|
7280 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
7281 (Info-build-dir-anew): Second parameter removed. Use
|
|
7282 `Info-save-auto-generated-dir'
|
|
7283 (Info-rebuild-dir): Ditto
|
|
7284
|
|
7285 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
7286
|
|
7287 * list-mode.el (next-list-mode-item): Would not recognize
|
|
7288 border between directly neighbored items.
|
|
7289
|
|
7290 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7291
|
|
7292 * package-get.el: add autoloads for some functions.
|
|
7293
|
|
7294 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7295
|
|
7296 * specifier.el (let-specifier): Tiny docfixes.
|
|
7297
|
|
7298 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7299
|
|
7300 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
7301
|
|
7302 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
7303
|
|
7304 * wid-edit.el (widget-specify-secret): New function.
|
|
7305 (widget-after-change): Use it.
|
|
7306 (widget-specify-field): Use it.
|
|
7307
|
|
7308 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
7309
|
|
7310 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
7311 `doit'; reuse result of `window-pixel-edges'.
|
|
7312
|
|
7313 * modeline.el (drag-modeline-event-lag): Rename to
|
|
7314 drag-divider-event-lag.
|
|
7315
|
|
7316 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
7317
|
|
7318 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
7319 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
7320 arguments.
|
|
7321
|
|
7322 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7323
|
|
7324 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
7325 `completion-ignore-case' in completions buffer under Windows.
|
|
7326
|
|
7327 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7328
|
|
7329 * about.el (about-maintainer-glyph): Fix support for not
|
|
7330 compressed images.
|
|
7331
|
|
7332 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7333
|
|
7334 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
7335
|
|
7336 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
7337 `cancel-mode-internal' function is fetched.
|
|
7338
|
|
7339 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7340
|
|
7341 * files.el (save-some-buffers-1): Fixed return value.
|
|
7342
|
|
7343 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
7344
|
|
7345 * dragdrop.el: added experimental
|
|
7346
|
|
7347 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
7348
|
|
7349 * startup.el (after-init-hook, init-file-user,
|
|
7350 user-init-directory, load-user-init-file): Purge references
|
|
7351 to "~/.xemacs/init.el" from docstrings.
|
|
7352
|
|
7353 (load-user-init-file) Use paths-construct-path to construct
|
|
7354 paths to user init files. Go directly to ~/.emacs, do not
|
|
7355 search ~/.xemacs/, do not load `default-custom-file'.
|
|
7356
|
|
7357 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7358
|
|
7359 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
7360 general *sh.
|
|
7361 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
7362
|
|
7363 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
7364
|
|
7365 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
7366 menu.
|
|
7367
|
|
7368 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
7369
|
|
7370 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
7371 in xpm-color-symbols instead of default.
|
|
7372
|
|
7373 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
7374
|
|
7375 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
7376
|
|
7377 * startup.el (xemacs-startup-logo-function): New variable.
|
|
7378 (startup-splash-frame): Use it.
|
|
7379
|
|
7380 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
7381
|
|
7382 * files.el (save-some-buffers): Would wait 1 second.
|
|
7383 (save-some-buffers-1): Delete other windows here instead of in
|
|
7384 `save-some-buffers'.
|
|
7385 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
7386
|
442
|
7387 1998-06-02 Didier Verna <didier@xemacs.org>
|
428
|
7388
|
|
7389 * cus-face.el (custom-face-attributes): generalized the use of
|
|
7390 toggle buttons for boolean attributes.
|
|
7391 Re-ordered the items a bit.
|
|
7392
|
|
7393 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
7394
|
|
7395 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
7396 to find the sounds directory.
|
|
7397
|
|
7398 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7399
|
|
7400 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
7401 otherwise. load-default sounds without extensions.
|
|
7402
|
|
7403 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
7404
|
|
7405 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
7406 if send-pr is not bound.
|
|
7407
|
|
7408 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
7409
|
|
7410 * files.el: grok idl files in auto-mode-alist.
|
|
7411 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
7412
|
|
7413 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
7414 calling `upcase'.
|
|
7415
|
|
7416 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
7417
|
|
7418 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
7419
|
|
7420 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7421
|
|
7422 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
7423 instead of XEmacs one when dumping InfoDock.
|
|
7424
|
|
7425 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7426
|
|
7427 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
7428 for `modeline-visible-p'
|
|
7429
|
|
7430 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
7431
|
|
7432 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7433
|
|
7434 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
7435 since it's not used anymore. doc string fixes.
|
|
7436
|
|
7437 * package-get.el (package-get-file-installed-p): new function. use
|
|
7438 instead of file-installed-p which is in an external package.
|
|
7439
|
|
7440 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
7441
|
|
7442 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
7443 favor of select-window/switch-to-buffer
|
|
7444
|
|
7445 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
7446
|
|
7447 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
7448
|
|
7449 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
7450
|
|
7451 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
7452 (offix-start-drag-region) moved to dragdrop.el
|
|
7453 (offix-start-drag) moved to dragdrop.el
|
|
7454 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
7455 (offix-start-drag-region) moved from frame.el
|
|
7456 (offix-start-drag) moved from frame.el
|
|
7457 (cde-start-drag-region) cde drag regions
|
|
7458 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
7459
|
|
7460 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
7461
|
|
7462 * dragdrop.el: created dragdrop-drag prototypes
|
|
7463 (cde-start-drag-region) fixed typo
|
|
7464
|
|
7465 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
7466
|
|
7467 * simple.el (after-init-hook): Remove reader macro.
|
|
7468
|
|
7469 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
7470 macros. Update DOC string.
|
|
7471
|
|
7472 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7473
|
|
7474 * mouse.el (drag-window-divider): Ditto.
|
|
7475
|
|
7476 * modeline.el (mouse-drag-modeline): Use it.
|
|
7477
|
|
7478 * lisp-mode.el (let-specifier): Specify indentation.
|
|
7479
|
|
7480 * specifier.el (let-specifier): Renamed from
|
|
7481 `with-specifier-instance'.
|
|
7482
|
|
7483 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
7484
|
|
7485 * x-faces.el:
|
|
7486 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
7487 to faces. Predicate x-get-resource on the presence of x.
|
|
7488
|
442
|
7489 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
428
|
7490 faces as specfier defaults.
|
|
7491
|
|
7492 * package-get.el: don't use package-admin-add-single-file-package.
|
|
7493
|
|
7494 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7495
|
|
7496 * toolbar-items.el: Fixup tooltips.
|
|
7497 (toolbar-gnus): Don't use obsolete variable
|
|
7498 toolbar-news-frame-properties.
|
|
7499 (toolbar-news-reader): Default to `gnus' instead of
|
|
7500 `not-configured'.
|
|
7501
|
|
7502 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
7503 Windows.
|
|
7504
|
|
7505 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
7506
|
|
7507 * package-get.el: rename -installedp -> -installed-p.
|
|
7508
|
|
7509 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7510
|
|
7511 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
7512 attributes, and assinged it to continuation, truncation and
|
|
7513 hscroll glyphs.
|
|
7514
|
|
7515 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
7516 and made continuation, truncation and hscroll glyphs arrow
|
|
7517 characters out of that font.
|
|
7518
|
|
7519 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7520
|
|
7521 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
7522 directory-sep-char being \.
|
|
7523 (minibuffer-electric-tilde): Ditto.
|
|
7524 (read-file-name-map): Ditto.
|
|
7525
|
|
7526 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7527
|
|
7528 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
7529 on X devices.
|
|
7530 (default-mouse-track-deal-with-down-event): Avoid
|
|
7531 `x-disown-selection'; use `disown-selection' instead.
|
|
7532
|
|
7533 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7534
|
|
7535 * select.el:
|
|
7536 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
7537 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
7538 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
7539 (x-copy-primary-selection).
|
|
7540 (own-clipboard): new function.
|
|
7541
|
|
7542 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
7543 functions in select.el. remove old ones.
|
|
7544 (mswindows-own-clipboard): new function.
|
|
7545
|
|
7546 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7547
|
|
7548 * gnuserv.el: allow connections from mswindows type devices.
|
|
7549
|
|
7550 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
7551
|
|
7552 * msw-glyphs.el: change image type used from cursor to resource.
|
|
7553
|
|
7554 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7555
|
|
7556 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
7557 for {top,bottom}-{left,right} values in addition to
|
|
7558 {top,bottom}_{left,right}.
|
|
7559 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
7560
|
|
7561 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
7562
|
|
7563 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
7564
|
|
7565 * specifier.el (with-specifier-instance): Added docstring.
|
|
7566
|
|
7567 * mouse.el (drag-window-divider): Ditto.
|
|
7568
|
|
7569 * modeline.el (mouse-drag-modeline): Use it.
|
|
7570
|
|
7571 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
7572 level.
|
|
7573
|
|
7574 * specifier.el (with-specifier-instance): New macro.
|
|
7575
|
|
7576 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
7577
|
|
7578 * package-get.el (package-get-create-custom): new function to
|
|
7579 auto-generate package-get-custom.el from package-get-base.el.
|
|
7580 * (package-get-ever-installedp): new function.
|
|
7581 * (package-get-custom): new function to get all packages specified
|
|
7582 by customize.
|
|
7583
|
|
7584 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
7585
|
|
7586 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
7587
|
|
7588 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
7589
|
|
7590 * cl-extra.el: Reverse previous float change.
|
|
7591
|
|
7592 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
7593
|
|
7594 * x-faces.el:
|
|
7595 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
7596 required by w3 under mswindows as well X.
|
|
7597
|
|
7598 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7599
|
|
7600 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
7601 clause, one more overlookef fsfism.
|
|
7602 (nt-quote-args-functions-alist): End sentences with double space.
|
|
7603
|
|
7604 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7605
|
|
7606 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
7607 recaching default-toolbar specifier.
|
|
7608 (pop-window-configuration): Ditto.
|
|
7609 (unpop-window-configuration): Ditto.
|
|
7610
|
|
7611 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7612
|
|
7613 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
7614
|
|
7615 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7616
|
|
7617 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
7618 (nt-quote-args-prefix-quote): Added function.
|
|
7619 (nt-quote-args-backslash-quote): Added function.
|
|
7620 (nt-quote-args-double-quote): Added function.
|
|
7621 (nt-quote-args-functions-alist): New variable.
|
|
7622 (nt-quote-process-args): Added function. This is the main quoting
|
|
7623 work horse called from process-nt.c
|
|
7624
|
|
7625 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7626
|
|
7627 * winnt.el: Removed duplicate definitions for backspace,
|
|
7628 delete, M-backspace and C-M-backspace.
|
|
7629 (file-name-buffer-file-type-alist): Removed this variable.
|
|
7630 (find-buffer-file-type): Removed function.
|
|
7631 (find-file-binary): Removed function.
|
|
7632 (find-file-text): Removed function.
|
|
7633 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
7634 (save-to-unix-hook): Removed function.
|
|
7635 (revert-from-unix-hook): Removed function.
|
|
7636 (using-unix-filesystems): Removed function.
|
|
7637 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
7638 warning.
|
|
7639 (x-set-selection): Removed function.
|
|
7640 (x-get-selection): Removed function.
|
|
7641 Removed commented FSFisms.
|
|
7642 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
7643 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
7644 comint-process-echoes setting to t.
|
|
7645
|
|
7646 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7647
|
|
7648 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
7649 and used following the interface change of
|
|
7650 `paths-find-recursive-path'.
|
|
7651
|
|
7652 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
7653 regexp instead of a list of base names.
|
|
7654 (paths-version-control-filename-regexp):
|
|
7655 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
7656 Introduced and used following the interface change of
|
|
7657 `paths-find-recursive-path'.
|
|
7658
|
|
7659 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7660
|
|
7661 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
7662 on X devices, rather than on all non-TTY devices.
|
|
7663
|
|
7664 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7665
|
|
7666 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
7667
|
|
7668 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
7669
|
434
|
7670 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
428
|
7671
|
|
7672 * itimer.el (activate-itimer): Fixed usage of integers
|
|
7673 as argument to `concat'.
|
|
7674
|
|
7675 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7676
|
|
7677 * itimer.el (start-itimer): replace the use of `concat' with
|
|
7678 `format'
|
|
7679
|
|
7680 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
7681
|
|
7682 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
7683 From Bob Weiner <weiner@altrasoft.com>
|
|
7684
|
|
7685 * loadhist.el (symbol-file): Supply prompt string when used
|
|
7686 interactively.
|
|
7687 From Bob Weiner <weiner@altrasoft.com>
|
|
7688
|
|
7689 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7690
|
|
7691 * loadup.el (really-early-error-handler): Ditto.
|
|
7692
|
|
7693 * update-elc.el: Ditto.
|
|
7694
|
|
7695 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7696
|
|
7697 * make-docfile.el: Ditto.
|
|
7698
|
|
7699 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
7700 instead of decode-path.
|
|
7701
|
|
7702 * files.el (parse-colon-path): Update docstring reference.
|
|
7703
|
|
7704 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7705
|
|
7706 * msw-init.el:
|
|
7707 * x-init.el:
|
|
7708 Bind cut'n'paste keys to non window-system specific functions.
|
|
7709
|
|
7710 * msw-select.el: New function mswindows-clear-clipboard.
|
|
7711 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
7712 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
7713
|
|
7714 * select.el: on mswindows devices delete-primary-selection
|
|
7715 calls mswindows-clear-clipboard.
|
|
7716
|
|
7717 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
7718
|
|
7719 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
7720
|
|
7721 * cmdloop.el (read-char): Don't inhibit quit.
|
|
7722 (read-char-exclusive): Ditto.
|
|
7723 (read-char): Signal quit if quit-char was pressed.
|
|
7724 (read-char-exclusive): Ditto.
|
|
7725 (read-quoted-char): Return a character, not integer.
|
|
7726
|
|
7727 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
7728 selection code.
|
|
7729 (default-popup-menu): Fix code.
|
|
7730
|
|
7731 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
7732
|
|
7733 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
7734
|
|
7735 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
7736
|
|
7737 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
7738
|
|
7739 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7740
|
|
7741 * device.el (device-pixel-width):
|
|
7742 (device-pixel-height):
|
|
7743 (device-mm-width):
|
|
7744 (device-mm-height):
|
|
7745 (device-bitplanes):
|
|
7746 (device-color-cells): Swapped parameters to device-system-metric
|
|
7747 according to the interface change.
|
|
7748
|
|
7749 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7750
|
|
7751 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
7752 function event-over-vertical-divider-p.
|
|
7753 Do not set E-W arrow cursor over the divider if
|
|
7754 vertical-divider-draggable-p is nil in the window.
|
|
7755 ([top-level]): Use new name for the variable
|
|
7756 vertical-divider-map.
|
|
7757 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
7758 Variable name typo fixes.
|
|
7759
|
|
7760 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7761
|
|
7762 * keymap.el (kbd): Define here; handle string constants and
|
|
7763 others...
|
|
7764
|
|
7765 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
7766
|
|
7767 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
7768 in Emacs 18.
|
|
7769
|
442
|
7770 1998-05-13 Didier Verna <didier@xemacs.org>
|
428
|
7771
|
|
7772 * mouse.el (drag-window-divider): give the vertical divider a
|
|
7773 pressed look when dragging it.
|
|
7774
|
|
7775 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
7776
|
|
7777 * faces.el: predicate some more face operations on x or mswindows
|
|
7778 not just x.
|
|
7779
|
|
7780 * modeline.el: enable modeline coloring for mswindows.
|
|
7781
|
|
7782 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7783
|
|
7784 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
7785 FSF Emacs.
|
|
7786 (next-history-element): Used `minibuffer-default'.
|
|
7787
|
|
7788 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
7789
|
|
7790 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
7791 arguments still look a bit strange
|
|
7792 (dragdrop-compare-mods) created
|
|
7793 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
7794 modifiers
|
|
7795
|
|
7796 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7797
|
|
7798 * setup-paths.el (paths-default-info-directories): Replace
|
|
7799 path-separator with directory-sep-char.
|
|
7800
|
|
7801 * files.el (path-separator): Don't define it here.
|
|
7802
|
|
7803 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7804
|
|
7805 * update-elc.el: Ditto.
|
|
7806
|
|
7807 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7808
|
|
7809 * make-docfile.el: Ditto.
|
|
7810
|
|
7811 * loadup.el (really-early-error-handler): Ditto.
|
|
7812
|
|
7813 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
7814 instead of decode-path-internal.
|
|
7815
|
|
7816 * files.el (parse-colon-path): Update docstring.
|
|
7817
|
|
7818 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
7819
|
|
7820 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
7821
|
|
7822 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
7823 get-buffer-window-list.
|
|
7824
|
|
7825 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7826
|
|
7827 * disass.el: Fix maintainer keyword.
|
|
7828
|
|
7829 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
7830 (byte-compile-buffer): Ditto.
|
|
7831
|
|
7832 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
7833 value is returned, not the name.
|
|
7834 (lisp-imenu-generic-expression): Enable it.
|
|
7835 (lisp-mode-variables): Ditto.
|
|
7836 (lisp-indent-offset): Change defconst to defvar.
|
|
7837 (lisp-indent-function): Ditto.
|
|
7838 (lisp-body-indent): Ditto.
|
|
7839
|
|
7840 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7841
|
|
7842 * modeline.el: Use zap-last-kbd-macro-event.
|
|
7843
|
|
7844 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
7845 nil, don't attempt to do anything with messages.
|
|
7846 (eval-last-sexp): Use `letf' for clarity.
|
|
7847
|
|
7848 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7849
|
|
7850 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
7851
|
|
7852 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
7853
|
|
7854 * buff-menu.el:
|
|
7855 * lisp-mode.el:
|
|
7856 * obsolete.el:
|
|
7857 Change empty docstrings into no doc strings at all.
|
|
7858 Fix bogus FSF-format docstrings.
|
|
7859 * etags.el: Fix docstring.
|
|
7860
|
|
7861 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7862
|
|
7863 * package-get.el (package-get): Use internal md5
|
|
7864
|
|
7865 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
7866
|
|
7867 * about.el (about-xemacs): Correct abuse of concat.
|
|
7868
|
|
7869 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
7870
|
|
7871 * info.el (Info-mode): Use easymenu.
|
|
7872
|
|
7873 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7874
|
|
7875 * apropos.el (apropos): Don't use concat with integers.
|
|
7876
|
|
7877 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
7878 was seen gracefully.
|
|
7879
|
|
7880 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
7881 defun.
|
|
7882 (apropos-describe-plist): Ditto.
|
|
7883
|
|
7884 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
7885 (describe-key): Use it as defun.
|
|
7886 (describe-mode): Ditto.
|
|
7887 (describe-bindings): Ditto.
|
|
7888 (describe-prefix-bindings): Ditto.
|
|
7889 (describe-installation): Ditto.
|
|
7890 (view-lossage): Ditto.
|
|
7891 (describe-function): Ditto.
|
|
7892 (describe-variable): Ditto.
|
|
7893 (describe-syntax): Ditto.
|
|
7894
|
|
7895 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
7896
|
|
7897 * dragdrop.el: changed order of require/provide
|
|
7898 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
7899 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
7900 (dragdrop-function-widget) this one needs more work...
|
|
7901
|
|
7902 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
7903
|
|
7904 * about.el: another small change in my entry
|
|
7905 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
7906 plus customizations
|
|
7907 changed interface to handler functions. now called with event
|
|
7908 and object
|
|
7909
|
|
7910 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7911
|
|
7912 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
7913 E-W arrow pointer displayed over draggable dividers.
|
|
7914
|
|
7915 * mouse.el (default-mouse-motion-handler): Show it when
|
|
7916 appropriate.
|
|
7917 (drag-window-divider): Added.
|
|
7918 ([top-level]): Initialized window-divider-map with a keymap
|
|
7919 binding the above function to left button down event.
|
|
7920
|
|
7921 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
7922 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
7923 E-W double arrow.
|
|
7924
|
|
7925 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
7926
|
|
7927 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
7928
|
|
7929 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7930
|
|
7931 * simple.el (count-words-buffer): Don't query for buffer.
|
|
7932 (count-lines-buffer): Ditto.
|
|
7933
|
|
7934 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7935
|
|
7936 * help.el (where-is): add optional insert argument.
|
|
7937
|
|
7938 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7939
|
|
7940 * help.el (describe-key-briefly): New argument INSERT.
|
|
7941
|
|
7942 * simple.el (eval-expression): New optional argument; synch with
|
|
7943 FSF 20.3.
|
|
7944
|
|
7945 * keydefs.el (global-map): Add new register bindings.
|
|
7946
|
|
7947 * register.el: Synched with FSF 20.3.
|
|
7948
|
|
7949 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7950
|
|
7951 * window-xemacs.el (recenter): all arguments are optional.
|
|
7952
|
|
7953 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7954
|
|
7955 * device.el: (device-pixel-width): Reflected name/parameters
|
|
7956 change to device-system-metric.
|
|
7957 (device-pixel-height): Ditto.
|
|
7958 (device-mm-width): Ditto.
|
|
7959 (device-mm-height): Ditto.
|
|
7960 (device-bitplanes): Ditto.
|
|
7961 (device-color-cells): Ditto.
|
|
7962
|
|
7963 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7964
|
|
7965 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
7966
|
|
7967 * cl.el (most-positive-fixnum): Document.
|
|
7968 (most-negative-fixnum): Ditto.
|
|
7969
|
|
7970 * cus-dep.el: Updated comment.
|
|
7971
|
|
7972 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
7973 constant.
|
|
7974
|
|
7975 * cus-load.el (custom-put): Removed.
|
|
7976
|
|
7977 * files.el (after-find-file): Just resignal quit instead of
|
|
7978 signaling "canceled".
|
|
7979
|
|
7980 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7981
|
|
7982 * frame.el (other-frame): Use `focus-frame' instead of
|
|
7983 select-frame kludges.
|
|
7984
|
|
7985 * lisp-mode.el: Update lisp-indent-function for
|
|
7986 save-selected-frame and with-selected-frame.
|
|
7987
|
|
7988 * frame.el (save-selected-frame): New macro.
|
|
7989 (with-selected-frame): Ditto.
|
|
7990 (other-frame): Use `set-frame-focus'.
|
|
7991
|
|
7992 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
7993
|
|
7994 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
7995 (dragdrop-drop-url-default) default handler for URL drops created
|
|
7996 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
7997 (dragdrop-drop-functions) default custom for handling drops created
|
|
7998 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
7999
|
|
8000 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8001
|
|
8002 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
8003
|
|
8004 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
8005
|
|
8006 * about.el: changed some text in my entry
|
|
8007 * dragdrop.el: added customs
|
|
8008
|
|
8009 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
8010
|
|
8011 * mouse.el: killed global drop key bindings
|
|
8012 (mouse-offix-drop) removed
|
|
8013 * dragdrop.el: created
|
|
8014 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
8015
|
|
8016 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8017
|
|
8018 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
8019 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
8020
|
|
8021 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
8022 obsolete comment.
|
|
8023
|
|
8024 * scrollbar.el (scrollbars-visible-p): Use new
|
|
8025 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
8026
|
|
8027 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8028
|
|
8029 * device.el (device-pixel-height):
|
|
8030 (device-pixel-width):
|
|
8031 (device-mm-width):
|
|
8032 (device-mm-height):
|
|
8033 (device-bitplanes):
|
|
8034 (device-color-cells): Moved these 6 functions from device.c; they
|
|
8035 all use single (device-system-metrics) call.
|
|
8036
|
|
8037 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
8038
|
|
8039 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
8040 were renamed.
|
|
8041
|
|
8042 * menubar-items.el:
|
|
8043 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
8044 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
8045
|
|
8046 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
8047 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
8048
|
|
8049 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
8050
|
|
8051 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
8052 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
8053
|
|
8054 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
8055
|
|
8056 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
8057
|
|
8058 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
8059
|
|
8060 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
8061
|
|
8062 * startup.el (startup-splash-frame): Change ID logo name.
|
|
8063
|
|
8064 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8065
|
|
8066 * files.el (after-find-file): If the user presses C-g on
|
|
8067 directory-creation prompt, kill the buffer.
|
|
8068
|
|
8069 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
8070
|
|
8071 * simple.el (count-words-region): Reverse previous change.
|
|
8072
|
|
8073 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
8074
|
|
8075 * replace.el (query-replace): Just call perform-replace.
|
|
8076 (query-replace-regexp): Ditto.
|
|
8077 (perform-replace): Move region handling here.
|
|
8078 (perform-replace): Use the new arg to match-data.
|
|
8079
|
|
8080 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8081
|
|
8082 * x-init.el: Install X specific display table that
|
|
8083 displays char 0240 as a space to avoid whatever it is
|
|
8084 that screws up display of that character code.
|
|
8085
|
|
8086 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
8087
|
|
8088 * help.el (function-arglist): If no arguments are documented for a
|
|
8089 subr, print nothing rather than incorrect output.
|
|
8090
|
|
8091 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
8092
|
|
8093 * cmdloop.el (command-error): Update bail-out error message to use
|
|
8094 `emacs-program-name'.
|
|
8095
|
|
8096 * lib-complete.el: Remove reader macro cruft.
|
|
8097
|
|
8098 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
8099 cruft.
|
|
8100
|
|
8101 * simple.el (count-words-region): Drop interactive-p check on the
|
|
8102 message.
|
|
8103
|
|
8104 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8105
|
|
8106 * font.el
|
|
8107 * msw-faces.el
|
|
8108 Correct spelling of mswindows-font-canonicalize-name.
|
|
8109
|
|
8110 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8111
|
|
8112 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
8113 `ldap-host-parameters-plist'
|
|
8114 (ldap-search): Adapt to previous change
|
|
8115
|
|
8116 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8117
|
|
8118 * about.el (about-hackers): Update Bob Weiner bio.
|
|
8119 (about-maintainer-info): Ditto.
|
|
8120
|
|
8121 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
8122
|
|
8123 * simple.el (display-warning-minimum-level): Docfix.
|
|
8124
|
|
8125 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
8126
|
|
8127 * widget.el (:default-get): New keyword.
|
|
8128 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
8129 (group, widget-group-default-get): Define it.
|
|
8130 (menu-choice, widget-choice-default-get): Define it.
|
|
8131 (widget-default-get): New function.
|
|
8132 (widget-choice-action): Call it.
|
|
8133 (widget-editable-list-entry-create): Call it.
|
|
8134
|
|
8135 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8136
|
|
8137 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
8138 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
8139 lookup through `byte-boolean-vars'.
|
|
8140
|
|
8141 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8142
|
|
8143 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
8144 resource-provided values into ghost specs for scrollbar-height and
|
|
8145 scrollbar-width.
|
|
8146
|
|
8147 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8148
|
|
8149 * byte-optimize.el: Don't attempt to optimize /=.
|
|
8150
|
|
8151 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
8152 (byte-compile-/=): Ditto.
|
|
8153
|
|
8154 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8155
|
|
8156 * apropos.el: Use `with-displaying-help-buffer'.
|
|
8157 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
8158 Use `with-displaying-help-buffer'.
|
|
8159 (apropos-follow): Do not give special treatment to buffer cursor
|
|
8160 was in prior to a mouse click.
|
|
8161 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
8162 (apropos-print-doc): Set correct buffer for setting text
|
|
8163 properties.
|
|
8164
|
|
8165 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
8166
|
|
8167 * help.el (help-buffer-prefix-string): New variable.
|
|
8168 (help-buffer-name): Use it.
|
|
8169
|
|
8170 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
8171 mode menu.
|
|
8172
|
|
8173 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
8174
|
|
8175 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
8176
|
|
8177 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8178
|
|
8179 * files.el (find-file-noselect): Update docstring.
|
|
8180 (find-file-noselect): Signal an error if found an unreadable file.
|
|
8181 (file-chase-links): Save the match data.
|
|
8182 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
8183 (interpreter-mode-alist): Change defconst to defvar.
|
|
8184 (inhibit-first-line-modes-regexps): Ditto.
|
|
8185 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
8186 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
8187 (change-major-mode-with-file-name): New user-option.
|
|
8188 (set-visited-file-name): Synched with FSF.
|
|
8189 (file-name-extension): New function, from FSF 20.3.
|
|
8190 (file-relative-name): Synched with FSF.
|
|
8191 (save-some-buffers): Support the C-r feature.
|
|
8192 (recover-session): Synched with FSF.
|
|
8193 (kill-some-buffers): Ditto.
|
|
8194 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
8195
|
|
8196 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
8197
|
|
8198 * files.el (insert-file): Undo previous change and reenable use of
|
|
8199 format.el.
|
|
8200
|
|
8201 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8202
|
|
8203 * window-xemacs.el (recenter): Define.
|
|
8204
|
|
8205 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8206
|
|
8207 * font.el (mswindows-font-create-name)
|
|
8208 (mswindows-font-create-object): new functions for mswindows type
|
|
8209 fonts.
|
|
8210
|
|
8211 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
8212 strings are parsed as well as font objects.
|
|
8213
|
|
8214 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8215
|
|
8216 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
8217 kbd-macro being recorded.
|
|
8218 (add-minor-mode): Simplify docstring.
|
|
8219 (modeline-minor-mode-menu): Remove stuff.
|
|
8220
|
|
8221 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8222
|
|
8223 * code-process.el (call-process): dynamically decide process
|
|
8224 coding type.
|
|
8225
|
|
8226 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
8227
|
|
8228 * modeline.el: Add line-number-mode, column-number-mode to
|
|
8229 the modeline minor-mode menu. Button2 on the line number does
|
|
8230 goto-line.
|
|
8231
|
|
8232 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8233
|
|
8234 * mouse.el: move x-selection-owner-p type things to
|
|
8235 selection-owner-p.
|
|
8236
|
|
8237 * msw-init.el: copy zmacs stuff from x-init.el
|
|
8238
|
|
8239 * msw-select.el (mswindows-own-selection)
|
|
8240 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
8241 functions. Very simple minded implementation of selectio
|
|
8242 ownership.
|
|
8243
|
|
8244 * select.el (own-selection) (disown-selection)
|
|
8245 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
8246 (valid-simple-selection-p): functions moved from x-select.el for
|
|
8247 generalized selection.
|
|
8248
|
|
8249 * x-select.el: see select.el changes.
|
|
8250
|
|
8251 * x-toolbar.el: use new selection functions.
|
|
8252
|
|
8253 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8254
|
|
8255 * packages.el (packages-find-package-directories): Fixed bug that
|
|
8256 would pick up multiple site-package directories.
|
|
8257 (package-locations): Added "xemacs-packages" as a late package
|
|
8258 location.
|
|
8259
|
|
8260 * find-paths.el: Now uses `emacs-program-name' and
|
|
8261 `emacs-program-version'.
|
|
8262 Additions to enforce version-specific directories in
|
|
8263 `paths-find-version-directory'.
|
|
8264
|
|
8265 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
8266
|
|
8267 * default.el: Removed.
|
|
8268 * site-start.el: Removed.
|
|
8269
|
442
|
8270 1998-04-29 Didier Verna <didier@xemacs.org>
|
428
|
8271
|
|
8272 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
8273 to nil.
|
|
8274
|
|
8275 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
8276
|
|
8277 * find-paths.el (paths-program-name): Rename.
|
|
8278 (paths-emacs-root-p): Ditto.
|
|
8279 (paths-find-site-directory): Ditto.
|
|
8280
|
|
8281 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
8282
|
|
8283 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
8284 `emacs-lisp-byte-compile-and-load'.
|
|
8285
|
|
8286 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8287
|
|
8288 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
8289 `ldap-open'
|
|
8290
|
|
8291 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
8292
|
|
8293 * select.el (kill-primary-selection) (selection-owner-p)
|
|
8294 (copy-primary-selection) (yank-clipboard-selection)
|
|
8295 (selection-exists-p) (delete-primary-selection): new file and
|
|
8296 functions that do the right thing for the selected device.
|
|
8297
|
|
8298 * x-menubar.el: use generalised selection functions.
|
|
8299
|
|
8300 * dumped-lisp.el: dump select.el.
|
|
8301
|
|
8302 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
8303
|
|
8304 * find-paths.el (paths-progname): New variable.
|
|
8305 (paths-emacs-root-p): Use it.
|
|
8306 (paths-find-site-directory): Ditto.
|
|
8307
|
|
8308 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
8309
|
|
8310 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
8311 `infodock' if InfoDock.
|
|
8312
|
|
8313 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
8314
|
|
8315 * find-paths.el (construct-emacs-version): Simplify, include
|
|
8316 program name in the return value.
|
|
8317 * (paths-find-version-directory): Use it.
|
|
8318
|
|
8319 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8320
|
|
8321 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
8322 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
8323 name for files with no @direntry
|
|
8324 (Info-batch-rebuild-dir): New function
|
|
8325 (Info-suffixed-file): Check for regular files instead of simple
|
|
8326 file existence (could catch directories before)
|
|
8327
|
|
8328 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8329
|
|
8330 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
8331 temacs doesn't have.
|
|
8332
|
|
8333 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
8334 into root searching.
|
|
8335
|
|
8336 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
8337
|
|
8338 * subr.el: Remove definition of `not'.
|
|
8339
|
|
8340 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8341
|
|
8342 * msw-glyphs.el: enable graphics support.
|
|
8343
|
442
|
8344 1998-04-23 Didier Verna <didier@xemacs.org>
|
428
|
8345
|
|
8346 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
8347 option.
|
|
8348
|
|
8349 * misc doc string updates related to the options menu.
|
|
8350
|
|
8351 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
8352
|
|
8353 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
8354
|
|
8355 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8356
|
|
8357 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
8358 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
8359 gets us one step further towards making --no-autoloads work.
|
|
8360
|
|
8361 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
8362 lisp-directory is non-nil.
|
|
8363
|
|
8364 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
8365 against nil lisp-directory.
|
|
8366
|
|
8367 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
8368 to the list of variables that cause a warning when nil.
|
|
8369
|
|
8370 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
8371 no toolbar icon directory.
|
|
8372
|
|
8373 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
8374
|
|
8375 * help.el (view-lossage): Recognize it.
|
|
8376
|
|
8377 * simple.el (log-message): Mark multiline messages.
|
|
8378
|
|
8379 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8380
|
|
8381 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
8382
|
|
8383 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
8384
|
|
8385 * package-get.el (package-get-all): add `\n' separator to
|
|
8386 interactive specification so that both variables are read
|
|
8387
|
442
|
8388 1998-04-22 Didier Verna <didier@xemacs.org>
|
428
|
8389
|
|
8390 * x-menubar.el: ported the options menu to Custom.
|
|
8391 Moved the "read only" toggle button to the buffers menu.
|
|
8392 Corrected some missing ;;;###autoload or defcustom.
|
|
8393
|
|
8394 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
8395 the scrollbar-visible specifier for options menu handling.
|
|
8396
|
|
8397 * toolbar.el (toolbar-visible-p)
|
|
8398 (toolbar-captioned-p)
|
|
8399 (default-toolbar-position): defcustom wrappers around
|
|
8400 the toolbar specifiers for options menu handling.
|
|
8401
|
|
8402 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
8403 defcustom it for options menu handling.
|
|
8404
|
440
|
8405 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
428
|
8406 font-lock-mode for options menu handling.
|
|
8407
|
|
8408 * cus-start.el: added Custom properties to overwrite-mode for
|
|
8409 options menu handling.
|
|
8410
|
|
8411 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8412
|
|
8413 * about.el: shameless self-promotion.
|
|
8414
|
|
8415 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
8416
|
|
8417 * simple.el (raw-append-message): Slightly optimize.
|
|
8418 (remove-message): Use `push' for clarity.
|
|
8419 (append-message): Ditto.
|
|
8420 (display-warning): Dito.
|
|
8421 (raw-append-message): Send the message to the appropriate device.
|
|
8422
|
|
8423 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8424
|
|
8425 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
8426 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
8427
|
|
8428 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8429
|
|
8430 * setup-paths.el: Changed `directory-sep-char' to
|
|
8431 `path-separator', following a change in GNU Emacs.
|
|
8432
|
|
8433 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8434
|
|
8435 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
8436 (Info-build-dir-anew): Add a final newline.
|
|
8437 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
8438 is `always'
|
|
8439 (Info-rebuild-dir): Ditto
|
|
8440
|
|
8441 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
8442
|
|
8443 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
8444
|
|
8445 * simple.el (count-words-buffer): Retain zmacs region.
|
|
8446 (count-words-region): Ditto.
|
|
8447 * simple.el: (what-line): Expanded line counts.
|
|
8448 (count-lines): New parameter to conditionalize whether collapsed
|
|
8449 lines get counted.
|
|
8450 From Bob Weiner <weiner@altrasoft.com>
|
|
8451
|
|
8452 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
8453
|
|
8454 * packages.el (package-locations): infodock-packages must override
|
|
8455 mule-packages and packages.
|
|
8456
|
|
8457 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
8458
|
|
8459 * wid-edit.el:
|
|
8460 remove rude messages from widget-activation-widget-mapper
|
|
8461 and widget-activation-glyph-mapper
|
|
8462
|
|
8463 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8464
|
|
8465 * toolbar.el: Remove (featurep 'x) test from
|
|
8466 toolbar-make-button-list
|
|
8467
|
|
8468 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
8469
|
|
8470 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
8471 only if in the same frame.
|
|
8472
|
|
8473 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8474
|
|
8475 * packages.el (package-locations): Added site-packages hierarchy.
|
|
8476
|
|
8477 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
8478 used.
|
|
8479
|
|
8480 * packages.el, setup-paths.el: Set various path searching depths
|
|
8481 to 1.
|
|
8482
|
|
8483 * packages.el (packages-hierarchy-depth):
|
|
8484 (packages-load-path-depth): Introduced and used.
|
|
8485
|
|
8486 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
8487
|
|
8488 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
8489 parameter.
|
|
8490
|
|
8491 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8492
|
|
8493 * setup-paths.el (paths-construct-info-path): Removed
|
|
8494 dependency on behavior of (file-name-as-directory "").
|
|
8495
|
|
8496 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8497
|
|
8498 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
8499 lisp objects
|
|
8500
|
|
8501 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8502
|
|
8503 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
8504
|
|
8505 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
8506
|
|
8507 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
8508 properties for an extent based on the :help-echo widget
|
|
8509 property, since help-echo and balloon-help cause an EXTENT to
|
|
8510 get passed in, where :help-echo functions are expecting a WIDGET
|
|
8511
|
|
8512 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8513
|
|
8514 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
8515 mswindows-init-scrollbar-metrics when appropriate.
|
|
8516
|
|
8517 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8518
|
|
8519 * dumped-lisp.el: dump x-toolbar for window system
|
|
8520
|
|
8521 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
8522 have support and xpm.
|
|
8523
|
|
8524 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
8525
|
|
8526 * files.el (toggle-read-only): Fix docstring.
|
442
|
8527 From Didier Verna <didier@xemacs.org>
|
428
|
8528
|
|
8529 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8530
|
|
8531 * startup.el (normal-top-level): Load autoload-file-name without
|
|
8532 specifying an extension---some people only auto-autoload.el.gz.
|
|
8533
|
|
8534 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8535
|
|
8536 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
8537 nil.
|
|
8538
|
|
8539 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8540
|
|
8541 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
8542 This shouldn't cause any of the originally anticipated problems as
|
|
8543 the current paths architecture will not define the various
|
|
8544 configure-xxx variables if they're not specified on the configure
|
|
8545 command line.
|
|
8546
|
|
8547 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
8548 mentionings of "/" as a path separator.
|
|
8549 Used paths-construct-path throughout.
|
|
8550
|
|
8551 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
8552 from directory components.
|
|
8553
|
|
8554 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
8555 instead of decode-path-internal.
|
|
8556
|
|
8557 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
8558 and associates.
|
|
8559 (paths-decode-directory-path) Created.
|
|
8560
|
|
8561 * setup-paths.el: Changed configure-exec-path to
|
|
8562 configure-exec-directory.
|
|
8563
|
|
8564 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8565
|
|
8566 * packages.el (packages-find-packages): Fixed decoding of
|
|
8567 EMACSPACKAGEPATH.
|
|
8568
|
|
8569 * startup.el: -no-packages -> -no-early-packages.
|
|
8570
|
|
8571 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
8572 files.
|
|
8573
|
|
8574 * startup.el (normal-top-level): Fixed loading of core
|
|
8575 auto-autoload.
|
|
8576
|
|
8577 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
8578
|
|
8579 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
8580 for site-directory and lisp-directory variables.
|
|
8581
|
|
8582 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
8583 inhibit-package-autoloads and fixed handling of it.
|
|
8584
|
|
8585 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
8586 handling of former inhibit-package-init, now
|
|
8587 inhibit-early-packages, to make -vanilla etc. work.
|
|
8588
|
|
8589 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8590
|
|
8591 * code-process.el (start-process): Fallback to 'undecided instead
|
|
8592 of 'binary for process input coding stream.
|
|
8593
|
|
8594 * process.el (start-process): Docstring fix.
|
|
8595
|
|
8596 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8597
|
|
8598 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
8599 in Info-dir-file-attributes
|
|
8600 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
8601 (Info-rebuild-dir): Ditto.
|
|
8602
|
|
8603 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8604
|
|
8605 * obsolete.el: Added obsoleteness declarations for
|
|
8606 `site-directory' and `Info-default-directory-list'.
|
|
8607
|
|
8608 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8609
|
|
8610 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
8611 executable at the end of the symlink chain for determining the
|
|
8612 Emacs root.
|
|
8613
|
|
8614 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8615
|
|
8616 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
8617 to cater to gone default in configure.
|
|
8618
|
|
8619 * find-paths.el (paths-uniq-append): Added.
|
|
8620
|
|
8621 * packages.el: Rewritten package path construction once again.
|
|
8622
|
|
8623 * dump-paths.el, startup.el: Removed package-path as a global
|
|
8624 variable.
|
|
8625
|
|
8626 * package-admin.el (package-admin-add-single-file-package):
|
|
8627 (package-admin-add-binary-package): Changed package-path to
|
|
8628 late-packages.
|
|
8629
|
|
8630 * packages.el (packages-split-path): Split path at "/" rather than
|
|
8631 nil according to change in emacs.c.
|
|
8632
|
|
8633 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8634
|
|
8635 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
8636 order so that directories come out right.
|
|
8637 (paths-find-lock-directory): Fixed bug: It used to think
|
|
8638 configure-lock-directory is a path.
|
|
8639
|
|
8640 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
8641
|
|
8642 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
8643 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
8644 eases the use of toolbar-add/kill-item functions.
|
|
8645
|
|
8646 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8647
|
|
8648 * code-files.el (file-coding-system-alist): Commented out
|
|
8649 loaddefs.el magical treatment.
|
|
8650
|
|
8651 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8652
|
|
8653 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
8654 `conservative' and made it the default
|
|
8655 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
8656 strings, and multi-section dir files. Issue warning when dir
|
|
8657 is rebuilt as temporary
|
|
8658 (Info-build-dir-anew): Issue warning when dir is built as
|
|
8659 temporary
|
|
8660
|
|
8661 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8662
|
|
8663 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
8664 standard keys left, right, C-b and C-f.
|
|
8665
|
|
8666 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
8667
|
|
8668 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
8669
|
|
8670 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
8671
|
|
8672 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
8673
|
|
8674 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
8675
|
|
8676 * package-get-base.el: Updated.
|
|
8677
|
|
8678 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
8679
|
|
8680 * isearch-mode.el (isearch-just-started): New variable.
|
|
8681 (isearch-mode): Set it.
|
|
8682 (isearch-repeat): Advance one character forward only if the search
|
|
8683 was successful, and was not just started.
|
|
8684 (isearch-repeat): Clear isearch-just-started.
|
|
8685
|
|
8686 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8687
|
|
8688 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
8689 if running -batch.
|
|
8690
|
|
8691 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
8692
|
|
8693 * subr.el (listify-key-sequence): Removed.
|
|
8694
|
|
8695 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
8696
|
|
8697 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
8698 (byte-compile-output-file-form): Use it.
|
|
8699 (byte-compile-output-docform): Ditto.
|
|
8700 (byte-compile-compiled-obj-to-list): Ditto.
|
|
8701
|
|
8702 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8703
|
|
8704 * msw-glyphs.el: set frame icon if xpm support.
|
|
8705
|
|
8706 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8707
|
|
8708 * help.el: Code that pretty prints variable values
|
|
8709 removed.
|
|
8710
|
|
8711 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8712
|
|
8713 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
8714 directory.
|
|
8715 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8716
|
|
8717 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8718
|
|
8719 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
8720 its default value set to nil.
|
|
8721
|
|
8722 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
8723
|
|
8724 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
8725
|
|
8726 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8727
|
|
8728 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
8729 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
8730 does not exist or is older than some info files in directory
|
|
8731
|
|
8732 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8733
|
|
8734 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
8735 for last packages, mainly for using a 20.4 package base.
|
|
8736
|
|
8737 * packages.el (late-packages): Typo fix. It was called
|
|
8738 early-packages.
|
|
8739
|
|
8740 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
8741 relative symlinks correctly.
|
|
8742 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
8743 configuration-time root.
|
|
8744
|
|
8745 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
8746 find its roots.
|
|
8747
|
|
8748 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
8749
|
|
8750 * faces.el: Fix docstrings.
|
|
8751 * glyphs.el: Fix docstrings.
|
|
8752 * mouse.el: Fix docstrings.
|
|
8753
|
|
8754 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
8755
|
|
8756 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
8757
|
|
8758 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
8759 macros using backquote to make them infinitely more readable.
|
|
8760
|
|
8761 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
8762
|
|
8763 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
8764 InfoDock support until we can clean this up.
|
|
8765
|
|
8766 * help.el (describe-bindings-1): Return the value of the bindings
|
|
8767 help buffer created.
|
|
8768 (describe-bindings): Ditto.
|
|
8769
|
|
8770 * simple.el (set-variable): Restore previous behavior of not
|
|
8771 bombing if the variable to set is not boundp.
|
|
8772
|
|
8773 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8774
|
|
8775 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
8776 non-local files to be loaded off the package-lisp variable.
|
|
8777
|
|
8778 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8779
|
|
8780 * x-faces.el: Global X resources should override
|
|
8781 specs for all device classes (color, grayscale, mono);
|
|
8782 code currently doesn't override any of them. Fixed by
|
|
8783 calling remove-specifier with '(x default) as the tag
|
|
8784 set and allowing inexact matches.
|
|
8785
|
|
8786 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8787
|
442
|
8788 * faces.el: Separated face initializations based on
|
428
|
8789 device classes into device type specific (tag set,
|
|
8790 instantiator) pairs.
|
|
8791
|
|
8792 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
8793
|
|
8794 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
8795 choice.
|
|
8796 (widget-choice-value-create): Respect it.
|
|
8797 From Richard Stallman <rms@gnu.org>
|
|
8798
|
|
8799 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8800
|
|
8801 * setup-paths.el (paths-construct-info-path): Always append
|
|
8802 existing directories from configure-time info path.
|
|
8803
|
|
8804 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
8805 Info-directory-list.
|
|
8806
|
|
8807 * info.el: Removed Info-default-directory-list which was broken by
|
|
8808 design.
|
|
8809 Removed bogus initialization of Info-directory-list---startup.el
|
|
8810 can do a much better job.
|
|
8811 Added autoload of Info-directory-list.
|
|
8812
|
|
8813 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
8814 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
8815 be exclusive; now it's merely given precedence, just like in the
|
|
8816 old days.
|
|
8817
|
|
8818 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8819
|
|
8820 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
8821 finding; it used to default too early.
|
|
8822
|
|
8823 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
8824
|
|
8825 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
8826 for paths that weren't split.
|
|
8827
|
|
8828 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
8829
|
|
8830 * finder.el (finder-compile-keywords): trap on errors.
|
|
8831
|
|
8832 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8833
|
|
8834 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
8835 fourth argument of t so that only the specs exactly
|
|
8836 matching the tag lists are removed.
|
|
8837
|
|
8838 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
8839
|
|
8840 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
8841
|
|
8842 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
8843
|
|
8844 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
8845 specified, use it for generating the completions.
|
|
8846
|
|
8847 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8848
|
|
8849 * update-elc.el: Now respects inhibit-package-init and
|
|
8850 inhibit-site-lisp.
|
|
8851 Now does path construction with loadup-paths.
|
|
8852
|
|
8853 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
8854 inhibit-package-init and inhibit-site-lisp.
|
|
8855
|
|
8856 * packages.el (packages-find-package-path): Extended package path
|
|
8857 by version-specific hierarchies.
|
|
8858 (packages-find-packages): Now respects inhibit flag and
|
|
8859 inhibit-site-lisp.
|
|
8860 Moved path setup to loadup-paths.
|
|
8861
|
|
8862 * make-docfile.el: Now respects inhibit-package-init and
|
|
8863 inhibit-site-lisp.
|
|
8864 Now does path construction with loadup-paths.
|
|
8865
|
|
8866 * loadup.el: Now respects inhibit-package-init and
|
|
8867 inhibit-site-lisp.
|
|
8868
|
|
8869 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
8870
|
|
8871 * loadup-paths.el: New file: setup load-path to encompass
|
|
8872 packages.
|
|
8873
|
|
8874 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8875
|
|
8876 * auto-show.el: load-gc renamed to pureload.
|
|
8877 * site-load.el: Ditto.
|
|
8878 * packages.el (toplevel): Ditto.
|
|
8879 * loadup.el (really-early-error-handler): Ditto.
|
|
8880 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
8881 * cus-face.el (custom-declare-face): Ditto.
|
|
8882
|
|
8883 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8884
|
|
8885 * <Today>: The Big Path Searching Overhaul.
|
|
8886
|
|
8887 * find-paths.el: New file: find and assemble paths in the
|
|
8888 installation hierarchy.
|
|
8889
|
|
8890 * setup-paths.el: New file: global layout of paths and directories
|
|
8891 within the XEmacs hierarchy.
|
|
8892
|
|
8893 * packages.el: Replaced everything related to path searching and
|
|
8894 startup by code in terms of find-paths.
|
|
8895
|
|
8896 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
8897 the new path searching engine.
|
|
8898
|
|
8899 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
8900 and setup-paths.
|
|
8901
|
|
8902 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8903
|
|
8904 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
8905 setup-paths.el.
|
|
8906
|
|
8907 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8908
|
|
8909 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
8910 compiles identically in any configuration.
|
|
8911 Removed irrelevant commentary.
|
|
8912
|
|
8913 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8914
|
|
8915 * simple.el (set-variable): Allow setting specifiers.
|
|
8916
|
|
8917 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
8918
|
|
8919 * lisp.el (forward-sexp): Revert previous change.
|
|
8920
|
|
8921 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
8922
|
|
8923 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
8924 `delete-device' to delete the stream console to match the usage in
|
|
8925 Fkill_emacs.
|
|
8926
|
|
8927 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
8928
|
|
8929 * files.el (cdpath-previous): New variable.
|
|
8930 (cd): Use it.
|
|
8931 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
8932
|
|
8933 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8934
|
|
8935 * keydefs.el: Changed keybindings of forward-char,
|
|
8936 backward, scroll-up and scroll-down to point to their
|
|
8937 -command counterparts.
|
|
8938
|
|
8939 * simple.el: New functions: forwarc-char-command,
|
|
8940 backwrad-char-command, scroll-up-command,
|
|
8941 scroll-down-command which work liek their counterparts
|
|
8942 except that they honor the variable
|
|
8943 signal-error-on-buffer-boundary.
|
|
8944
|
|
8945 Definition of signal-error-on-buffer-boundary received
|
|
8946 from src/cmds.c.
|
|
8947
|
|
8948 defvar declaration added for word-across-newline to avoid
|
|
8949 byte-compiler warning about the free variable reference.
|
|
8950
|
|
8951 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8952
|
|
8953 * winnt.el: Removed "%t" from the beginning of
|
|
8954 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
8955
|
|
8956 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
8957
|
|
8958 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
8959 of `when' with `if'.
|
|
8960
|
|
8961 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8962
|
|
8963 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
8964 mswindows. Must be reworked along with glyphs.el, or
|
|
8965 merged into it, after there is images support.
|
|
8966
|
|
8967 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
8968 'mswindows.
|
|
8969
|
|
8970 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
8971
|
|
8972 * faces.el: fix for text cursor initialization.
|
|
8973 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
8974 From Andy Piper <andyp@parallax.co.uk>
|
|
8975
|
|
8976 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
8977
|
|
8978 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
8979 if there is an existing package that handles it and warn the user
|
|
8980 about that mode.
|
|
8981
|
|
8982 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8983
|
|
8984 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
8985 Installation" menu item when Installation-string is not bound.
|
|
8986
|
|
8987 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
8988
|
|
8989 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
8990 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
8991
|
|
8992 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8993
|
|
8994 * msw-faces.el:
|
|
8995 * faces.el: Fix face initialization.
|
|
8996
|
|
8997 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
8998
|
|
8999 * files.el (backup-enable-predicate): fix breakage introduced
|
|
9000 by TMPDIR patch.
|
|
9001
|
|
9002 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9003
|
|
9004 * x-faces.el (x-init-face-from-resources): The
|
|
9005 TTY face property retrieval functions don't return
|
|
9006 specifiers, so use face-property instead.
|
|
9007
|
|
9008 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
9009
|
|
9010 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
9011
|
|
9012 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9013
|
|
9014 * x-menubar.el: Expanded documentation for
|
|
9015 option-save-faces. Changed Options -> Browse Faces
|
|
9016 menu entry to invoke customize-face.
|
|
9017
|
|
9018 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9019
|
|
9020 * faces.el: Most face initialization moved out of
|
|
9021 init-other-random-faces to the top level so that the
|
|
9022 initialization happens before Xemacs is dumped. Much
|
|
9023 of the fascist "face-differs-from-default-p or FROB!"
|
|
9024 code has been retired in favor of letting the user do
|
|
9025 what they want to do. Face initialization code changed
|
|
9026 to use `default' specifier tag so that the settings can
|
|
9027 be overridden later if the user wishes it.
|
|
9028
|
|
9029 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
9030
|
|
9031 * about.el (about-hackers): Update contributors list.
|
|
9032
|
|
9033 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9034
|
|
9035 * specifier.el: Define new specifier tag `default'.
|
|
9036
|
|
9037 * modeline.el: Initialize faces using `default' tag.
|
|
9038
|
|
9039 * x-faces.el (x-init-face-from-resources): Remove
|
|
9040 specifier specs containing the `default' tag before
|
|
9041 adding new specs.
|
|
9042
|
|
9043 1998-03-02 John Jones <jj@asu.edu>
|
|
9044
|
|
9045 * package-get.el (package-get-all): fixed arguments on call to
|
|
9046 package-admin-add-single-file-package.
|
|
9047 * package-get.el (package-get-installedp): fixed to match
|
|
9048 advertised behavior.
|
|
9049 * package-get.el: added function package-get-update-all which
|
|
9050 installs newest versions of all the current packages (if they are
|
|
9051 not already installed).
|
|
9052
|
|
9053 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9054
|
|
9055 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
9056 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
9057 still nil, as happens for example when finding a compressed
|
|
9058 file with "jka-compr".
|
|
9059
|
|
9060 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9061
|
|
9062 * faces.el: in make-face-* type functions do the operation for all
|
|
9063 window systems, not just the first one found.
|
|
9064
|
|
9065 * font.el: call mswindows-list-fonts for mswindows.
|
|
9066
|
|
9067 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
9068
|
|
9069 * code-process.el (call-process-region):
|
|
9070 * process.el (call-process-region):
|
|
9071 * package-get.el (package-get-dir):
|
|
9072 * files.el (backup-enable-predicate):
|
|
9073 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
9074 Use temp-directory in place of `/tmp'.
|
|
9075
|
|
9076 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
9077
|
|
9078 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
9079
|
|
9080 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
9081 Emacs.
|
|
9082
|
|
9083 * files.el (insert-directory): Modified to use special
|
|
9084 dired-in-C enhancements if present.
|
|
9085
|
|
9086 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9087
|
|
9088 * code-files.el: make default coding no-conversion.
|
|
9089
|
|
9090 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
9091
|
|
9092 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
9093 the load-path.
|
|
9094
|
|
9095 * update-elc.el: Strip directory when testing for files not to
|
|
9096 bytecompile.
|
|
9097
|
|
9098 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9099
|
|
9100 * lisp-mode.el: Use recommended form for menus.
|
|
9101
|
|
9102 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
9103
|
|
9104 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
9105 entry.
|
|
9106
|
|
9107 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9108
|
|
9109 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
9110 (get-frame-for-buffer-noselect): Always return frames
|
|
9111 in the not-this-window-p cond clause.
|
|
9112
|
|
9113 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
9114
|
|
9115 * help.el (describe-installation): New function.
|
|
9116
|
|
9117 * x-menubar.el (default-menubar): Add describe-installation to
|
|
9118 Help menu.
|
|
9119
|
|
9120 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
9121 should not be bytecompiled.
|
|
9122
|
|
9123 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
9124 XEmacs.
|
|
9125
|
|
9126 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
9127 entry.
|
|
9128
|
|
9129 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
9130 coding.
|
|
9131 From Andy Piper <andyp@parallax.co.uk>
|
|
9132
|
|
9133 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9134
|
|
9135 * ldap.el: Do not require ldap-internal at compile time.
|
|
9136
|
|
9137 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9138
|
|
9139 * code-files.el: new file. a virtual copy of mule-files.el
|
|
9140 but without charset
|
|
9141 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
9142 changing the eol type for the current buffer.
|
|
9143
|
|
9144 * code-process.el: new file. a copy of
|
|
9145 mule-process.el. mule-process.el will disappear when things have
|
|
9146 settled.
|
|
9147
|
|
9148 * coding.el: new file. a virtual copy of mule-files.el but
|
|
9149 without charset dependencies. (coding-system-base) new function
|
|
9150 for getting the parent coding system of a coding system with eol
|
|
9151 type set.
|
|
9152
|
|
9153 * dumped-lisp.el: add above files for the non-mule case.
|
|
9154
|
|
9155 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9156
|
|
9157 * window-xemacs.el (display-buffer): If no explicit
|
|
9158 frame is specified, search for a window that displays
|
|
9159 the buffer on the currently selected frame, before
|
|
9160 searching other frames.
|
|
9161
|
|
9162 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9163
|
|
9164 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
9165 is non-nil, use window on the selected frame if it is not
|
|
9166 also the selected window. When defaulting, search for
|
|
9167 windows on the currently selected fgrame before searching
|
|
9168 other frames.
|
|
9169
|
442
|
9170 1998-02-25 Didier Verna <didier@xemacs.org>
|
428
|
9171
|
|
9172 * modeline.el (modeline-swap-buffers): originally named
|
|
9173 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
9174 decided in `mouse-drag-modeline'.
|
|
9175 (mouse-drag-modeline): A button release event is considered a
|
|
9176 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
9177 stay unchanged.
|
|
9178
|
|
9179 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
9180
|
|
9181 * x-menubar.el: Put redo on the menubar.
|
|
9182 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9183
|
|
9184 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9185
|
|
9186 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
9187 temp-buffer-show-function is set, use it to display current set of
|
|
9188 warnings in the "*Compile-Log-Show*" buffer.
|
|
9189
|
|
9190 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
9191 is set, use it to display current set of warnings in the
|
|
9192 "*Warnings-Show*" buffer.
|
|
9193
|
|
9194 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9195
|
|
9196 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
9197 Common Lisp.
|
|
9198
|
|
9199 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9200
|
|
9201 * menubar.el: Allow button descriptors at least 2 long.
|
|
9202
|
|
9203 * x-menubar.el (default-menubar): Use recommended forms.
|
|
9204 (file-menu-filter): Remove.
|
|
9205 (edit-menu-filter): Remove.
|
|
9206
|
|
9207 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9208
|
|
9209 * about.el (about-hackers): Updated.
|
|
9210
|
|
9211 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9212
|
|
9213 * help.el (help-max-help-buffers): new variable
|
|
9214 (help-register-and-maybe-prune-excess): new function
|
|
9215 (help-buffer-name): use help-max-help-buffers.
|
|
9216 (with-displaying-help-buffer): use
|
|
9217 help-register-and-maybe-prune-excess.
|
|
9218
|
|
9219 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
9220 one line, let it.
|
|
9221
|
|
9222 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
9223
|
|
9224 * (with-displaying-help-buffer): there is no need to kill the buffer
|
442
|
9225 if it exists, because with-output-to-temp-buffer will clear it.
|
428
|
9226 further, killing the buffer violates the rule that
|
|
9227 temp-buffer-show-function, if set, has the full responsibility of
|
|
9228 showing the temp buffer. killing the buffer fucks with the window
|
|
9229 configuration, hosing temp-buffer-show-function.
|
|
9230
|
|
9231
|
442
|
9232 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9233
|
|
9234 * modeline.el (mouse-drag-modeline):
|
|
9235 - Always scroll the modeline that was originally clicked on.
|
|
9236 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
9237 as horizontal reference for modeline dragging. This allows us to
|
|
9238 keep on dragging the modeline even if the motion event occurs in
|
|
9239 another window.
|
|
9240
|
442
|
9241 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9242
|
|
9243 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
9244 glyph on the modeline to indicate that dragging the mouse has an
|
|
9245 effect both horizontally and vertically.
|
|
9246
|
|
9247 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9248
|
|
9249 * about.el (about-xemacs): Get rid of redundant visible version
|
|
9250 number.
|
|
9251
|
|
9252 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
9253
|
|
9254 * about.el (about-hackers): Update credits.
|
|
9255
|
|
9256 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9257
|
|
9258 * prim/register.el (view-register): Show register type file-query.
|
|
9259
|
|
9260 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9261
|
|
9262 * mode-motion.el (mode-motion-highlight-internal):
|
|
9263 save-excursion inside save-window-exucrsion form to
|
|
9264 hide buffer point changes from save-window-excursion.
|
|
9265 Prevents display flickering when the mouse pointer
|
|
9266 moves.
|
|
9267
|
442
|
9268 1998-02-17 Didier Verna <didier@xemacs.org>
|
428
|
9269
|
|
9270 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
9271 function to handle correctly the case of a toolbar one side of the
|
|
9272 window: scrolling will not necessarily happen.
|
|
9273
|
|
9274 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9275
|
|
9276 * files.el (after-find-file): Restore missing argument
|
|
9277 to format that provides filename for "... consider M-x
|
|
9278 recover-file" message. Also call `message' with "%s"
|
|
9279 as the first arg instead of an arbitrary string.
|
|
9280
|
|
9281 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
9282
|
|
9283 * about.el (about-hackers): Various additions.
|
|
9284
|
|
9285 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
9286
|
|
9287 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
9288 line out when copying on-the-same line autoloads.
|
|
9289
|
|
9290 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
9291 is installed.
|
|
9292
|
|
9293 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
9294
|
|
9295 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
9296 * x11/x-win-sun.el (x-win-init-sun):
|
|
9297 * x11/x-init.el (x-initialize-compose):
|
|
9298 * prim/simple.el:
|
|
9299 (backward-or-forward-kill-sexp):
|
|
9300 (backward-or-forward-kill-sentence):
|
|
9301 (backward-or-forward-kill-word):
|
|
9302 (backward-or-forward-delete-char):
|
|
9303 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
9304 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
9305 x-keysym-on-keyboard-p to detect backspace.
|
|
9306 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
9307 Clean up symbols used with dead keys, checking Linux and solaris
|
|
9308 keysyms.
|
|
9309 Simplify x-win-*.el using above methods.
|
|
9310 Change documentation for x-keysym-*-p functions.
|
|
9311
|
|
9312 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
9313
|
|
9314 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
9315 Vinnie Shelton.
|
|
9316 From Vinnie Shelton <acs@acm.org>
|
|
9317
|
|
9318 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9319
|
|
9320 * simple.el (count-words-region): Ditto.
|
|
9321
|
|
9322 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9323
|
|
9324 * simple.el (count-words-buffer): Document. Don't print anything
|
|
9325 if non-interactive.
|
|
9326
|
|
9327 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
9328
|
|
9329 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
9330 multiple files in InfoDock.
|
|
9331
|
|
9332 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
9333
|
|
9334 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
9335 from version.el in InfoDock.
|
|
9336
|
|
9337 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
9338 specially.
|
|
9339
|
|
9340 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9341
|
|
9342 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
9343 variable name in docstring.
|
|
9344
|
|
9345 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
9346
|
|
9347 * menubar.h: Include "gui.h".
|
|
9348
|
|
9349 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
9350
|
|
9351 * site-load.el: Fix documentation.
|
|
9352
|
|
9353 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9354
|
|
9355 * package-get-base.el (package-get-base): Updated.
|
|
9356
|
|
9357 * keymap.el: PC-ize.
|
|
9358
|
|
9359 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9360
|
|
9361 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
9362 from' on a fresh line.
|
|
9363
|
|
9364 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
9365
|
|
9366 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
9367 object.
|
|
9368
|
|
9369 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9370
|
|
9371 * undo-stack.el: PC-ize.
|
|
9372
|
|
9373 * cmdloop.el: PC-ize.
|
|
9374
|
|
9375 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
9376
|
|
9377 * bytecomp-runtime.el: PC-ize.
|
|
9378
|
|
9379 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
9380
|
|
9381 * cus-dep.el: Spelling fix.
|
|
9382
|
|
9383 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
9384 entries follow).
|
|
9385
|
|
9386 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9387
|
|
9388 * text-mode.el (text-mode-hook-identify): New function,
|
|
9389 put on text-mode-hook. Set text-mode-variant here.
|
|
9390 (text-mode): Don't set it here.
|
|
9391
|
|
9392 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9393
|
|
9394 * text-mode.el (text-mode-hook): New defvar.
|
|
9395 (text-mode-variant): New variable.
|
|
9396 (text-mode): Set that variable locally.
|
|
9397 (toggle-text-mode-auto-fill): New command.
|
|
9398
|
|
9399 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9400
|
|
9401 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
9402
|
|
9403 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9404
|
|
9405 * text-mode.el (paragraph-indent-text-mode):
|
|
9406 Renamed from spaced-text-mode.
|
|
9407 (text-mode-map): Bind TAB to indent-relative.
|
|
9408 (indented-text-mode-map): Variable deleted.
|
|
9409 (indented-text-mode): Now an alias for text-mode.
|
|
9410
|
|
9411 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
9412
|
|
9413 * loadup.el: test-atoms debugging stuffs removed.
|
|
9414
|
442
|
9415 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
428
|
9416
|
|
9417 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
9418
|
|
9419 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
9420
|
|
9421 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
9422 (describe-distribution): Ditto.
|
|
9423 (describe-copying): Ditto.
|
|
9424 (describe-project): Ditto.
|
|
9425 (view-emacs-news): Ditto.
|
|
9426
|
|
9427 * help-nomule.el (help-with-tutorial): Made it use
|
|
9428 `locate-data-file' to find tutorial.
|
|
9429
|
|
9430 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
9431
|
|
9432 * about.el: Corrected my email address.
|
|
9433
|
|
9434 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
9435 'mouse-offix-drop'.
|
|
9436
|
|
9437 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
9438
|
|
9439 * loadup.el (running-xemacs): Spelling fix.
|
|
9440
|
|
9441 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
9442
|
|
9443 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9444 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9445
|
|
9446 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
9447
|
|
9448 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
9449
|
|
9450 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
9451
|
|
9452 * package-info.el (pi-last-mod-date): New function.
|
|
9453 (pi-author-version): New function.
|
|
9454 (batch-update-package-info): Use them.
|
|
9455
|
|
9456 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
9457
|
|
9458 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
9459 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
9460 with `get-frame-for-buffer-default-to-current'.
|
|
9461
|
|
9462 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
9463
|
|
9464 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
9465 (byte-compile-output-docform): Ditto.
|
|
9466 (byte-compile-compiled-obj-to-list): Ditto.
|
|
9467
|
|
9468 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9469
|
|
9470 * startup.el (command-line-1): Removed code that ran
|
|
9471 buffer-menu.
|
|
9472
|
|
9473 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
9474
|
|
9475 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
9476
|
|
9477 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9478
|
|
9479 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
9480 `device-on-window-system-p' instead of explicitly checking for X,
|
|
9481 so that the same logic works for MS Windows.
|
|
9482 (suspend-or-iconify-emacs): Ditto.
|
|
9483
|
|
9484 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9485
|
|
9486 * about.el (about-maintainer-info): Andy Piper is back.
|
|
9487 (xemacs-hackers): Updated Andy Piper's email address.
|
|
9488 (about-hackers): Added Jonathan Harris.
|
|
9489 (about-hackers): Updated Tibor Polgar's email address.
|
|
9490
|
|
9491 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9492
|
|
9493 * about.el: Add xemacs.org email manager.
|
|
9494
|
|
9495 * package-get-base.el (package-get-base): Updated with most recent
|
|
9496 package updates.
|
|
9497
|
|
9498 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9499
|
|
9500 * help.el (function-arglist): Use `indirect-function' instead of
|
|
9501 `symbol-function' so that aliases are treated correctly.
|
|
9502
|
|
9503 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9504
|
|
9505 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
9506 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
9507 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
9508 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
9509 (describe-key): Use `princ' "%s" to print object.
|
|
9510 (describe-function-1): Use `princ' "%s" to print object.
|
|
9511 Commented out alias lines removed.
|
|
9512 (help-pretty-print-limit): New variable to control pretty-printing
|
|
9513 of variable values.
|
|
9514 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
9515 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
9516 list of length less than `help-pretty-print-limit'.
|
|
9517 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
9518
|
|
9519 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9520
|
|
9521 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
9522 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
9523
|
|
9524 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9525
|
|
9526 * info.el (Info-default-directory-list): Made the documentation
|
|
9527 more explanitory.
|
|
9528
|
|
9529 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
9530
|
|
9531 * lisp/packages.el:
|
|
9532 * lisp/package-admin.el:
|
|
9533 * lisp/build-report.el:
|
|
9534 Fix typos.
|
|
9535
|
|
9536 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9537
|
|
9538 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
9539 warnings in Java buffers without final newline and editing the
|
|
9540 last line.
|
|
9541
|
|
9542 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
9543
|
|
9544 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9545 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9546 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
9547
|
|
9548 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
9549 From Oliver Graf <ograf@fga.de>
|
|
9550
|
|
9551 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
9552
|
|
9553 * loadup.el (load-gc): rewrite as defun.
|
|
9554 Print something sensical if a required dump-time file isn't found.
|
|
9555
|
|
9556 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
9557
|
|
9558 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
9559 bug strikes a menudescriptor.
|
|
9560
|
|
9561 * package-get-base.el (package-get-base): Updated.
|
|
9562
|
|
9563 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
9564 from the Makefile.
|
|
9565
|
|
9566 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
9567
|
|
9568 * files.el (save-some-buffers): Don't play games with deleting
|
|
9569 other windows if we are in the minibuffer window.
|
|
9570
|
|
9571 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9572
|
|
9573 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
9574 (add-minor-mode): Document :active property to TOGGLE.
|
|
9575
|
|
9576 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9577
|
|
9578 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
9579 `:included' predicate in the `toggle-sym' plist.
|
|
9580 (add-minor-mode): Document the :included property, format
|
|
9581 docstring some more.
|
|
9582 (modeline-minor-mode-menu): Documentation string added.
|
|
9583
|
|
9584 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9585
|
|
9586 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
9587 labels from the symbol-names by thwacking off the overly redundant
|
|
9588 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
9589 resultant strings. Also shortened the menu's title by eliminating
|
|
9590 the redundant buffer name.
|
|
9591 (add-minor-mode): Beautified the docstring, added mention of the
|
|
9592 `:menu-tag' property of TOGGLE.
|
|
9593 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
9594 `toggle-sym' to beatify the mode-life menus.
|
|
9595 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
9596 `auto-fill-function'.
|
|
9597
|
442
|
9598 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9599
|
|
9600 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
9601 menus to :style 'toggle.
|
|
9602
|
|
9603 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
9604
|
|
9605 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
9606
|
|
9607 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9608
|
|
9609 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
9610 only recognize first hyperlink.
|
|
9611 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
9612 `hyper-apropos-insert-face'.
|
|
9613 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
9614
|
|
9615 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9616
|
|
9617 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
9618 mail.
|
|
9619 (toolbar-mail-reader): Add support for `send'.
|
|
9620 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
9621
|
442
|
9622 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9623
|
|
9624 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
9625 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
9626 will function properly.
|
|
9627
|
|
9628 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
9629
|
|
9630 * simple.el: make the backwards delete function called by
|
|
9631 `backward-or-forward-delete-char' user configurable.
|
|
9632
|
|
9633 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9634
|
|
9635 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
9636 compiled function got loaded from.
|
|
9637
|
|
9638 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9639
|
|
9640 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
9641
|
|
9642 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
9643
|
|
9644 * startup.el (load-init-file): Load autoloads earlier.
|
|
9645 (startup-splash-frame): Handle InfoDock logo.
|
|
9646
|
|
9647 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
9648 InfoDock.
|
|
9649 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
9650
|
|
9651 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
9652 doesn't have this function.
|
|
9653
|
|
9654 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
9655
|
|
9656 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
9657
|
|
9658 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
9659 version of version.el.
|
|
9660 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
9661
|
|
9662 * x-menubar.el (default-menubar): Guard reference to
|
|
9663 `gnuserv-frame'.
|
|
9664 (default-menubar): Guard references to `font-lock-mode'.
|
|
9665 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
9666 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
9667
|
|
9668 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
9669
|
|
9670 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
9671 loading auto-autoloads files.
|
|
9672
|
|
9673 * loaddefs.el: Disable dumping autoloads.
|
|
9674
|
|
9675 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
9676
|
|
9677 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
9678
|
|
9679 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
9680
|
|
9681 * finder.el (finder-by-keyword): Autoload.
|
|
9682
|
|
9683 * help.el: Conditionalize hyperbole setup.
|
|
9684
|
|
9685 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9686
|
|
9687 * packages.el (package-require): Update to reflect new data format.
|
|
9688
|
442
|
9689 1998-01-02 Didier Verna <didier@xemacs.org>
|
428
|
9690
|
|
9691 * x-menubar.el (default-menubar): make the tutorials available
|
|
9692 through the menubar. (Plus some compilation warnings cleanup).
|
|
9693
|
|
9694 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9695
|
|
9696 * check-features.el: New file. Perform sanity check after build.
|
|
9697
|
|
9698 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
9699 files to tooltalk package.
|
|
9700 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
9701 package.
|
|
9702
|
|
9703 * package-admin.el (package-admin-xemacs): Use better default for
|
|
9704 location of XEmacs binary.
|
|
9705
|
|
9706 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9707
|
|
9708 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
9709 tag with sexp and add value tag with value `t'.
|
|
9710
|
|
9711 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
9712
|
|
9713 * package-get.el: Changes to work with real data.
|
|
9714 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9715
|
|
9716 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
9717 being.
|
|
9718
|
|
9719 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
9720 of possibly out-of-date packges.elc.
|
|
9721 * make-docfile.el ("packages.el"): Ditto.
|
|
9722
|
|
9723 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
9724
|
|
9725 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
9726 the main tarball shadowing anything past it.
|
|
9727
|
|
9728 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
9729
|
|
9730 * packages.el (package-provide): Delete a previous provide.
|
|
9731
|
|
9732 * package-info.el: New file.
|
|
9733
|
|
9734 * package-get.el: New file.
|
|
9735 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9736 (package-get): Fix md5 computation to work with Mule.
|
|
9737
|
|
9738 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9739
|
|
9740 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
9741
|
|
9742 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
9743
|
|
9744 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
9745
|
|
9746 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
9747 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9748
|
|
9749 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
9750
|
|
9751 * startup.el (load-init-file): Reload new or changed autoloads
|
|
9752 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
9753
|
|
9754 * packages.el (packages-new-autoloads): New function.
|
|
9755 (packages-reload-autoloads): New function.
|
|
9756 (packages-reload-dumped-lisp): New (stub) function.
|
|
9757
|
|
9758 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
9759
|
|
9760 * loadhist.el (file-provides): Extend to handle variant
|
|
9761 extensions.
|
|
9762
|
|
9763 * replace.el (query-replace): Fix typo.
|
|
9764
|
|
9765 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9766
|
|
9767 * make-docfile.el: list-autoloads-path has been renamed.
|
|
9768 * update-elc.el: list-autoloads has been renamed.
|
|
9769
|
|
9770 * packages.el (packages-list-autoloads): Renamed.
|
|
9771 (packages-list-autoloads-path): Ditto.
|
|
9772
|
|
9773 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
9774
|
|
9775 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
9776 for an error in an auto-autoload.el file.
|
|
9777
|
|
9778 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9779
|
|
9780 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
9781 tag with const.
|
|
9782 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9783
|
|
9784 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
9785
|
|
9786 * loadhist.el (unload-feature): Remove autoload.
|
|
9787
|
|
9788 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
9789
|
|
9790 * loadhist.el: Unpackaged.
|
|
9791
|
|
9792 * help.el (describe-symbol-find-file): Rename
|
|
9793 `describe-function-find-file' and make old name obsolete.
|
|
9794 (describe-function-1): Use it.
|
|
9795 (describe-function-1): Guard reference to
|
|
9796 `compiled-function-annotation'.
|
|
9797
|
|
9798 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9799
|
|
9800 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
9801 argument.
|
|
9802 (help-mode-quit): New optional arg to control whether it kills or
|
|
9803 buries. Tidied up.
|
|
9804 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
9805 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
9806 (help-pretty-print-value): Rename back from
|
|
9807 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
9808 use it, otherwise use dumped `cl-prettyprint'.
|
|
9809 (describe-variable): Use `help-pretty-print-value' again.
|
|
9810 (find-func): Removed reference to "find-func" at end.
|
|
9811
|
|
9812 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9813
|
|
9814 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
9815 GUI XEmacs. Rename? x-menubar is rather window system
|
|
9816 independant, except for a couple of items.
|
|
9817
|
|
9818 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
9819
|
|
9820 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
9821 entries as they will no longer be distributed with XEmacs.
|
|
9822
|
|
9823 * format.el (format-alist): Fix image/tiff regexps.
|
|
9824 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9825
|
|
9826 * help.el (help-maybe-pretty-print-value): Rename.
|
|
9827 (describe-variable): Use it.
|
|
9828 (describe-variable): Add trailing linefeed.
|
|
9829
|
|
9830 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9831
|
|
9832 * help.el (describe-function-1): Don't output anything for
|
|
9833 arglist of autoload functions.
|
|
9834
|
|
9835 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9836
|
|
9837 * help.el (describe-function-1): Don't output anything for
|
|
9838 arglist of autoload functions.
|
|
9839
|
|
9840 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9841
|
|
9842 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
9843 `describe-function-at-point', `describe-variable-at-point',
|
|
9844 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
9845 `help-prev-section'.
|
|
9846 (help-next-section): New function.
|
|
9847 (help-prev-section): New function.
|
|
9848 (help-mode-quit): Changed to kill the help buffer.
|
|
9849 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
9850 correctly.
|
|
9851 (help-buffer-name): New function to generate the name of help
|
|
9852 buffers.
|
|
9853 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
9854 argument giving the name of the help buffer.
|
|
9855 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
9856 (describe-mode): Ditto.
|
|
9857 (describe-bindings): Ditto.
|
|
9858 (describe-prefix-bindings): Ditto.
|
|
9859 (view-lossage): Ditto.
|
|
9860 (with-syntax-table): New macro.
|
|
9861 (function-called-at-point): Use `ignore-errors' and
|
|
9862 `with-syntax-table'.
|
|
9863 (function-at-point): Ditto.
|
|
9864 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
9865 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
9866 function's arglist as string.
|
|
9867 (function-documentation): Extracted from `describe-function-1'.
|
|
9868 Returns function's docstring.
|
|
9869 (describe-function-1): Remove all the "stream" garbage, including
|
|
9870 the stream argument. Use `function-arglist' and
|
|
9871 `function-documentation'.
|
|
9872 (describe-function-arglist): Just use `function-arglist'.
|
|
9873 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
9874 (help-pretty-print-value): New function to help with
|
|
9875 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
9876 `pp-internal'.
|
|
9877 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
9878 Formatting improved. Display file where variable is defined, if
|
|
9879 known. Use `help-pretty-print-value'.
|
|
9880 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
9881 (list-processes): Remove "stream" garbage.
|
|
9882
|
|
9883 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
9884
|
|
9885 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
9886 call a dumped routine instead.
|
|
9887
|
|
9888 * x-win-xfree86.el: Wrap file in defun.
|
|
9889 * x-win-sun.el: Ditto.
|
|
9890
|
|
9891 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
9892
|
|
9893 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
9894 advises functions and does other evil things.
|
|
9895
|
|
9896 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
9897
|
|
9898 * format.el (format-alist): Add `image/tiff'.
|
|
9899 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9900
|
|
9901 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
9902
|
|
9903 * about.el (about-hackers): More names added.
|
|
9904
|
|
9905 * make-docfile.el: Remove superfluous package path search.
|
|
9906
|
|
9907 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
9908
|
|
9909 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
9910
|
|
9911 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
9912 ignored shadows.
|
|
9913
|
|
9914 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
9915
|
|
9916 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
9917 get trailing slashes when added to the load-path.
|
|
9918
|
|
9919 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
9920 are.
|
|
9921
|
|
9922 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9923
|
|
9924 * x-faces.el: Added support for foregroundToolBarColor
|
|
9925 to xpm-color-symbols.
|
|
9926
|
|
9927 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9928
|
|
9929 * etags.el (tags-remove-duplicates): Removed.
|
|
9930 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
9931
|
|
9932 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
9933 correctly.
|
|
9934 (get*): Defalias to `get'.
|
|
9935
|
|
9936 * cl.el (eql): Compare integers with `eq'.
|
|
9937 (cl-map-extents): Check for `map-extents' first.
|
|
9938
|
442
|
9939 1997-12-17 Didier Verna <didier@xemacs.org>
|
428
|
9940
|
|
9941 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
9942 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
9943
|
|
9944 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
9945
|
|
9946 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9947
|
|
9948 * widget.el (define-widget): Check the arguments.
|
|
9949
|
|
9950 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
9951 (custom-variable-value-create): Use `signal' to signal error.
|
|
9952 (custom-variable-reset-saved): Ditto.
|
|
9953 (custom-variable-reset-standard): Ditto.
|
|
9954 (custom-face-reset-saved): Ditto.
|
|
9955
|
|
9956 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
9957 (widget-default-format-handler): Ditto.
|
|
9958 (widget-checklist-add-item): Ditto.
|
|
9959 (widget-radio-add-item): Ditto.
|
|
9960 (widget-editable-list-entry-create): Ditto.
|
|
9961 (widget-sexp-prompt-value): Ditto.
|
|
9962
|
|
9963 * custom.el (custom-declare-variable): Signal errors better.
|
|
9964 (custom-handle-keyword): Ditto.
|
|
9965 (custom-declare-group): Ditto.
|
|
9966
|
|
9967 * window-xemacs.el (windows): Ditto.
|
|
9968
|
|
9969 * menubar.el (menu): Ditto.
|
|
9970
|
|
9971 * keydefs.el (keyboard): Ditto.
|
|
9972
|
|
9973 * minibuf.el (minibuffer): Ditto.
|
|
9974
|
|
9975 * process.el (execute): Ditto.
|
|
9976
|
|
9977 * fill.el (fill): Ditto.
|
|
9978
|
|
9979 * modeline.el (modeline): Ditto.
|
|
9980
|
|
9981 * help.el (help): Ditto.
|
|
9982
|
|
9983 * faces.el (faces): Ditto.
|
|
9984
|
|
9985 * files.el (files): Ditto.
|
|
9986
|
|
9987 * x-init.el (x): Ditto.
|
|
9988
|
|
9989 * lisp-mode.el (lisp): Ditto.
|
|
9990
|
|
9991 * process.el (processes): Ditto.
|
|
9992
|
|
9993 * mouse.el (mouse): Ditto.
|
|
9994
|
|
9995 * abbrev.el (abbrev): Moved from cus-edit.
|
|
9996
|
|
9997 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
9998 as variable declaration.
|
|
9999
|
|
10000 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10001
|
|
10002 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
10003 (find-menu-item): Cosmetic changes.
|
|
10004
|
|
10005 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
10006
|
|
10007 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
10008
|
|
10009 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
10010
|
|
10011 * startup.el (set-default-load-path): Only search package-path
|
|
10012 when not running temacs.
|
|
10013
|
|
10014 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
10015 files.
|
|
10016
|
|
10017 * loadup.el: Correct commentary. Reformatting.
|
|
10018 (really-early-error-handler): Use absolute path to the
|
|
10019 first dumped-lisp.el file.
|
|
10020 (really-early-error-handler): Print full path name of
|
|
10021 each dumped lisp file (inherited from InfoDock).
|
|
10022
|
|
10023 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
10024 dumped-lisp.el files.
|
|
10025
|
|
10026 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
10027 package-path is searched.
|
|
10028 * update-elc.el: Ditto.
|
|
10029
|
|
10030 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
10031 `condition-case' for indentation.
|
|
10032
|
|
10033 * about.el (about-xemacs): Update release date.
|
|
10034
|
|
10035 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10036
|
|
10037 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
10038 anywhere but at the last clause.
|
|
10039 (ecase): Disallow `t' and `otherwise'.
|
|
10040
|
|
10041 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10042
|
|
10043 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
10044 from stuff moved out of `custom-buffer-create-internal'.
|
|
10045 (custom-novice): New variable. Default t.
|
|
10046 (custom-display-global-buttons): Ditto. Default `top'.
|
|
10047 (custom-buffer-create-internal): Only display help if
|
|
10048 `custom-novice' is non-nil. Display global buttons according to
|
|
10049 `custom-display-global-buttons'.
|
|
10050
|
|
10051 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10052
|
|
10053 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
10054 (find-menu-item): Cosmetic changes.
|
|
10055
|
|
10056 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10057
|
|
10058 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
10059 look.
|
|
10060
|
|
10061 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10062
|
|
10063 * format.el (format-deannotate-region): Bug fix.
|
|
10064 Deannotating a region containing unknown tags would fail
|
|
10065 (causing decoding of text/enriched to fail at user level)
|
|
10066
|
|
10067 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10068
|
|
10069 * minibuf.el (read-directory-name): Support sixth
|
|
10070 arg, HISTORY, as already documented.
|
|
10071
|
|
10072 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10073
|
|
10074 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
10075 to `ecase'.
|
|
10076
|
|
10077 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
10078
|
|
10079 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
10080 skk-activate.
|
|
10081
|
|
10082 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
10083
|
|
10084 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|