472
|
1 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
2
|
|
3 * XEmacs 21.5.0 "alfalfa" is released.
|
|
4
|
470
|
5 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
6
|
|
7 * startup.el (load-user-init-file): define `custom-file' before
|
|
8 loading the user's init file.
|
|
9
|
464
|
10 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
11
|
|
12 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
13 we get them working.
|
|
14
|
|
15 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
16
|
|
17 * help.el:
|
|
18 * help.el (Help-princ-face):
|
|
19 * help.el (Help-prin1-face):
|
|
20 * help.el (frob-help-extents):
|
|
21 * help.el (describe-function-1):
|
|
22 * help.el (describe-variable):
|
|
23 Avoid using font-lock faces, which may not be defined.
|
|
24 Instead, use hyper-apropos faces, and make sure they're
|
|
25 defined as necessary by using `require'. (It's not so safe
|
|
26 to do this for font-lock.) In any case, we will eventually
|
|
27 be merging this functionality into hyper-apropos.
|
|
28
|
|
29 * loaddefs.el (completion-ignored-extensions):
|
|
30 Fix documentation.
|
470
|
31
|
464
|
32 * menubar-items.el (menu-truncate-list): Removed.
|
|
33 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
34 * menubar-items.el (default-menubar):
|
|
35 Fix errors if grep or compile command is too long. Rename helper
|
|
36 function to be less visible.
|
|
37
|
|
38 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
39
|
|
40 * byte-optimize.el (byte-optimize-minus):
|
|
41 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
42
|
|
43 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
44
|
|
45 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
46 Mule is available.
|
|
47
|
|
48 * mule/latin.el: New file.
|
|
49
|
|
50 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
51
|
|
52 * auto-save.el:
|
|
53 * auto-save.el (auto-save-directory):
|
|
54 * auto-save.el (make-auto-save-file-name):
|
|
55 * auto-save.el (auto-save-file-name-p): New.
|
|
56
|
|
57 Merge in improvements from other definition of
|
|
58 make-auto-save-file-name in files.el.
|
470
|
59
|
464
|
60 * auto-save.el (auto-save-original-name):
|
|
61 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
62 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
63 * auto-save.el (auto-save-slashify-name): Removed.
|
|
64 * auto-save.el (auto-save-reserved-chars): New.
|
|
65 * auto-save.el (auto-save-escape-name): New.
|
|
66 * auto-save.el (auto-save-unhex): New.
|
|
67 * auto-save.el (auto-save-unescape-name): New.
|
|
68
|
|
69 Change algorithm for encoding filenames in auto-save names to be
|
|
70 entirely safe with all filesystems and all possible characters in
|
|
71 a filename, and 100% reversible. (Essentially, uses
|
|
72 quoted-printable as the encoding.)
|
470
|
73
|
464
|
74 * auto-save.el (recover-all-files):
|
|
75
|
|
76 Use insert-directory rather than calling ls directly -- fixes
|
|
77 things under Windows.
|
|
78
|
|
79 * files.el:
|
|
80 * files.el (convert-standard-filename): Substitute FSF's
|
|
81 definition for this (we had nothing here before).
|
470
|
82
|
464
|
83 * files.el (backup-buffer): Warning fix.
|
470
|
84
|
464
|
85 * files.el (make-backup-file-name):
|
|
86 * files.el (find-backup-file-name):
|
|
87 Fix error in calling sequence to auto-save-file-name-p.
|
470
|
88
|
464
|
89 * files.el (recover-file):
|
|
90 Use insert-directory rather than calling ls directly -- fixes
|
|
91 things under Windows.
|
|
92
|
|
93 * files.el (make-auto-save-file-name): Removed.
|
|
94 * files.el (auto-save-file-name-p): Removed.
|
|
95 auto-save is always dumped so no sense in having a definition
|
|
96 that will always be overwritten with another.
|
470
|
97
|
464
|
98 * files.el (insert-directory):
|
|
99 * win32-native.el:
|
|
100 * win32-native.el (debug-mswindows-process-command-lines):
|
|
101 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
102 * win32-native.el (make-auto-save-file-name): Removed.
|
|
103
|
|
104
|
462
|
105 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
106
|
|
107 * XEmacs 21.2.46 "Urania" is released.
|
|
108
|
|
109 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
110
|
|
111 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
112 sample.init.el and adjust accelerators.
|
|
113
|
|
114 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
115
|
|
116 * build-report.el (build-report): Improve docstring.
|
|
117
|
|
118 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
119
|
|
120 * ChangeLog: Log GTK merge.
|
|
121
|
|
122 * gutter-items.el:
|
|
123 * mwheel.el:
|
|
124 * sound.el:
|
|
125 * startup.el:
|
|
126 Revert gratuitous whitespace changes.
|
|
127
|
|
128 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
129
|
|
130 * help.el:
|
|
131 * help.el (key-or-menu-binding):
|
|
132 * help.el (Help-find-file): New.
|
|
133 * help.el (describe-beta):
|
|
134 * help.el (describe-copying):
|
|
135 * help.el (describe-project):
|
|
136 * help.el (view-emacs-news):
|
|
137 * help.el (view-sample-init-el): New.
|
|
138 * help.el (Help-princ-face): New.
|
|
139 * help.el (Help-prin1-face): New.
|
|
140 * help.el (help-symbol-function-context-menu):
|
|
141 * help.el (help-symbol-variable-context-menu):
|
|
142 * help.el (help-symbol-function-and-variable-context-menu):
|
|
143 * help.el (frob-help-extents):
|
|
144 * help.el (describe-function-1):
|
|
145 * help.el (describe-variable):
|
|
146
|
|
147 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
148 View files in view-mode rather than Fundamental.
|
|
149 Remove separators from context menus -- now handled in generic code.
|
|
150 Add `Find Tag' to context menu.
|
470
|
151
|
462
|
152 * menubar.el (popup-mode-menu):
|
|
153
|
|
154 Rewrite code that outputs the popup menu to (a) put more specific
|
|
155 entries first, (b) be more robust, (c) output the proper context
|
|
156 menu separators automatically (the context menu functionality is
|
|
157 new and currently used only by Help).
|
|
158
|
|
159 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
160
|
|
161 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
162 this function when converting from the 21.1 GTK branch. Now
|
|
163 supports file, password, question, and color built-in dialogs.
|
|
164
|
|
165 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
166
|
|
167 * keydefs.el:
|
|
168 * keydefs.el (global-map):
|
|
169 Add commented-out change of M-k (for 21.5).
|
470
|
170
|
462
|
171 * menubar-items.el (default-menubar):
|
|
172 Fix items to control kill-line behavior; add items for
|
|
173 shifted motion.
|
470
|
174
|
462
|
175 * simple.el:
|
|
176 * simple.el (kill-whole-line):
|
|
177 * simple.el (historical-kill-line): Removed.
|
|
178 * simple.el (kill-line): Removed.
|
|
179 * simple.el (kill-entire-line): New.
|
|
180 * simple.el (kill-line-1): New.
|
|
181 * simple.el (backward-kill-line):
|
|
182 Undo kill-whole-line == always changes. Add new function
|
|
183 kill-entire-line to unconditionally delete the current line.
|
|
184 Add comments describing the lamentable state of affairs of
|
|
185 the kill-line functions and variables.
|
|
186
|
|
187 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
188
|
|
189 * simple.el:
|
|
190 * simple.el (beginning-of-buffer):
|
|
191 * simple.el (end-of-buffer):
|
|
192 * simple.el (mark-ring-unrecorded-commands):
|
|
193 * simple.el (signal-error-on-buffer-boundary):
|
|
194 * simple.el (shifted-motion-keys-select-region):
|
|
195 * simple.el (unshifted-motion-keys-deselect-region):
|
|
196 * simple.el (motion-keys-for-shifted-motion): New.
|
|
197 * simple.el (handle-pre-motion-command):
|
|
198 * simple.el (handle-post-motion-command):
|
|
199 * simple.el (forward-char-command):
|
|
200 * simple.el (backward-char-command):
|
|
201 * simple.el (scroll-up-command):
|
|
202 * simple.el (scroll-down-command):
|
|
203 * simple.el (next-line):
|
|
204 * simple.el (previous-line):
|
|
205 * simple.el (backward-block-of-lines):
|
|
206 * simple.el (forward-block-of-lines):
|
|
207 * simple.el (backward-word):
|
|
208 * simple.el (mark-word):
|
|
209
|
|
210 Augment documentation of the most common motion commands to make
|
|
211 note of the shifted-motion support. Improve the support to (a)
|
|
212 properly document how it works and why it's done in the fashion it
|
|
213 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
214
|
|
215 Correct error in the customize specification of
|
|
216 mark-ring-unrecorded-commands.
|
|
217
|
|
218 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
219
|
|
220 * font-lock.el:
|
|
221 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
222 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
223 * font-lock.el (font-lock-pre-idle-hook):
|
|
224 * font-lock.el (font-lock-after-change-function):
|
|
225 * font-lock.el (font-lock-fontify-pending-extents):
|
|
226 * font-lock.el (font-lock-lisp-like):
|
|
227
|
|
228 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
229 behavior) when making lots of buffer changes between redisplays,
|
|
230 such as when saving the Options.
|
|
231
|
|
232 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
233
|
|
234 * device.el:
|
|
235 * dragdrop.el:
|
|
236 * dumped-lisp.el:
|
|
237 * faces.el:
|
|
238 * frame.el:
|
|
239 * gnuserv.el:
|
|
240 * loadup.el:
|
|
241 * menubar-items.el:
|
|
242 * minibuf.el:
|
|
243 The Great GTK Merge.
|
|
244
|
|
245 * ChangeLog.GTK:
|
|
246 * dialog-gtk.el:
|
|
247 * gdk.el:
|
|
248 * generic-widgets.el:
|
|
249 * glade.el:
|
|
250 * gnome-widgets.el:
|
|
251 * gnome.el:
|
|
252 * gtk-compose.el:
|
|
253 * gtk-extra.el:
|
|
254 * gtk-faces.el:
|
|
255 * gtk-ffi.el:
|
|
256 * gtk-file-dialog.el:
|
|
257 * gtk-font-menu.el:
|
|
258 * gtk-glyphs.el:
|
|
259 * gtk-init.el:
|
|
260 * gtk-iso8859-1.el:
|
|
261 * gtk-marshal.el:
|
|
262 * gtk-mouse.el:
|
|
263 * gtk-package.el:
|
|
264 * gtk-password-dialog.el:
|
|
265 * gtk-select.el:
|
|
266 * gtk-widget-accessors.el:
|
|
267 * gtk-widgets.el:
|
|
268 * gtk.el:
|
|
269 widgets-gtk.el:
|
|
270 The Great GTK Merge: new files.
|
|
271
|
|
272 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
273
|
|
274 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
275 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
276
|
|
277 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
278
|
|
279 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
280
|
460
|
281 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
282
|
|
283 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
284
|
470
|
285 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
286
|
|
287 * about.el (xemacs-hackers): update my entry.
|
|
288 * about.el (about-maintainer-info): ditto.
|
|
289 * about.el (about-hackers): ditto.
|
460
|
290
|
|
291 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
292
|
|
293 * about.el (about-maintainer-info): More vanity info about
|
|
294 yours truly.
|
|
295
|
|
296 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
297
|
|
298 * build-report.el (build-report-destination): xemacs-build-reports
|
|
299 has moved to SourceForge, where mailing list name length is
|
|
300 restricted, hence the name change to
|
|
301 xemacs-buildreports@xemacs.org.
|
|
302 * build-report.el (build-report-keep-regexp): Update default.
|
|
303 * build-report.el (build-report-delete-regexp): Ditto.
|
|
304 * build-report.el (build-report-make-output-files): Ditto.
|
|
305
|
|
306 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
307
|
|
308 * lisp-mode.el: Add indentation specifications for following
|
|
309 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
310 with-open-file, with-open-stream, print-unreadable-object.
|
|
311
|
|
312 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
313
|
|
314 * font-lock.el (font-lock-set-defaults-1):
|
|
315 Move initialization of `font-lock-cache-position' so that it's set
|
|
316 even if font-lock-keywords is already defined.
|
|
317
|
|
318 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
319
|
|
320 * autoload.el (generate-file-autoloads-1):
|
|
321 Use `emacs-lisp-mode-syntax-table' instead of
|
|
322 `lisp-mode-syntax-table'.
|
|
323 * lisp-mode.el (lisp-mode-syntax-table):
|
|
324 Get rid of old checks for `parse-partial-sexp' version.
|
|
325 Make `|' (pipe) string delimiter instead of punctuation.
|
|
326
|
|
327 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
328
|
|
329 * window.el (save-selected-window):
|
|
330 Use gensym for better macro hygiene.
|
|
331
|
|
332 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
333
|
|
334 * dump-paths.el:
|
|
335 * startup.el (startup-setup-paths): Set and use
|
|
336 `mule-lisp-directory'.
|
|
337 (startup-setup-paths-warning): Ditto.
|
|
338
|
|
339 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
340 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
341
|
|
342 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
343
|
|
344 * font-lock.el: Syntax table improvements used. A few random
|
|
345 changes are not specified below.
|
|
346 (font-lock-fontify-string-delimiters):
|
|
347 (font-lock-syntactic-keywords):
|
|
348 (font-lock-cache-state nil):
|
|
349 (font-lock-cache-position):
|
|
350 New variables.
|
|
351 (font-lock-set-syntax):
|
|
352 (font-lock-apply-syntactic-highlight):
|
|
353 (font-lock-fontify-syntactic-anchored-keywords):
|
|
354 (font-lock-fontify-syntactic-keywords-region):
|
|
355 (font-lock-eval-keywords):
|
|
356 New functions.
|
|
357 (font-lock-remove-face):
|
|
358 (font-lock-fontify-syntactically-region):
|
|
359 Use syntax properties.
|
|
360
|
458
|
361 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
362
|
|
363 * XEmacs 21.2.44 "Thalia" is released.
|
|
364
|
|
365 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
366
|
|
367 * startup.el (normal-top-level): Work even if no installation root
|
|
368 is found.
|
|
369
|
|
370 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
371
|
|
372 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
373 (set-progress-abort-instantiator): new function.
|
|
374 (abort-progress-feedback): use it.
|
|
375
|
|
376 * gutter.el (set-gutter-dirty-p): new function.
|
|
377
|
|
378 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
379
|
|
380 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
381
|
|
382 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
383
|
|
384 * sound.el (sound-extension-list): give a better default value.
|
|
385 * sound.el (load-sound-file): improve the doc string, also find
|
|
386 files given by absolute names, pass a real extension list to
|
|
387 `locate-file'.
|
|
388
|
456
|
389 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
390
|
|
391 * XEmacs 21.2.43 "Terspichore" is released.
|
|
392
|
|
393 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
394
|
|
395 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
396 messages from gnuserv.
|
|
397
|
454
|
398 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
399
|
|
400 * XEmacs 21.2.42 "Poseidon" is released.
|
|
401
|
|
402 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
403
|
|
404 * package-get.el (package-get-custom): call
|
|
405 package-net-update-installed-db.
|
|
406
|
|
407 * package-ui.el (pui-install-selected-packages): call
|
|
408 package-net-update-installed-db.
|
|
409
|
|
410 * package-net.el (package-net-update-installed-db): use
|
|
411 packages-package-list so that we reflect reality.
|
|
412
|
|
413 * packages.el (packages-package-list): Make docstring reflect
|
|
414 reality.
|
|
415
|
|
416 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
417
|
|
418 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
419 isn't installed.
|
|
420
|
|
421 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
422
|
|
423 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
424 deactivate native widgets.
|
|
425 (widget-glyph-insert-glyph): record instantiator.
|
|
426 (widget-push-button-value-create): use it.
|
|
427
|
|
428 * gui.el (gui-button-action): new function. Make button's domain
|
|
429 buffer current when calling.
|
|
430 (make-gui-button): update to use gui-button-action.
|
|
431
|
|
432 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
433
|
|
434 * menubar-items.el (default-menubar): add an entry for modeline
|
|
435 horizontal scrolling in Options -> Display.
|
|
436
|
|
437 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
438
|
|
439 * package-get.el (package-get-require-signed-base): Set to nil
|
|
440 by default.
|
|
441
|
452
|
442 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
443
|
|
444 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
445
|
|
446 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
447
|
|
448 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
449 catch lisp/mule/.
|
|
450
|
|
451 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
452
|
|
453 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
454 (maybe-unmigrate-user-init-file):
|
|
455 (unmigrate-user-init-file): Created.
|
|
456 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
457 .emacs.
|
|
458 Some doc fixes wrt init file location.
|
|
459
|
|
460 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
461
|
|
462 * faces.el (face-frob-from-locale-first): new variable.
|
|
463 (frob-face-font-2): Honor tags arg while trying to use
|
|
464 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
465 first try to set face inheriting from frobbed-face.
|
|
466
|
|
467 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
468
|
|
469 * about.el (xemacs-hackers): update my entry.
|
|
470 * about.el (about-url-alist): ditto.
|
|
471 * about.el (about-maintainer-info): ditto.
|
|
472 * about.el (about-hackers): ditto.
|
|
473
|
|
474 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
475
|
|
476 The byte compiler has been badly broken for a year,
|
|
477 by the patch of 1999-12-06.
|
|
478 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
479 Bug was: the byte compiler was making this erroneous optimization:
|
|
480 (progn (or (foo)) (bar)) ==> (bar)
|
|
481
|
|
482 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
483
|
|
484 * setup-paths.el (paths-core-load-path-depth): Split
|
|
485 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
486 recurse into core.
|
|
487 * setup-paths.el (paths-construct-load-path): Use.
|
|
488
|
|
489 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
490
|
|
491 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
492 (package-net-win32-binary-size): ditto. add much needed
|
|
493 commentary.
|
|
494
|
|
495 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
496 for buffers-tab-max-size.
|
|
497
|
450
|
498 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
499
|
|
500 * XEmacs 21.2.40 is released.
|
|
501
|
|
502 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
503
|
|
504 * mule/hebrew.el: Fix comments and typos.
|
|
505 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
506
|
|
507 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
508
|
|
509 * ChangeLog.1: move ancient log from fill.el.
|
|
510
|
|
511 * dump-paths.el:
|
|
512 paragraphs.el:
|
|
513 mule/mule-category.el:
|
|
514 Miscellaneous typo fixes and slight doc clarifications.
|
|
515
|
|
516 * mule/mule-ccl.el: Correct file name in header.
|
|
517
|
448
|
518 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
519
|
|
520 * XEmacs 21.2.39 is released.
|
|
521
|
|
522 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
523
|
|
524 * byte-optimize.el (byte-optimize-cond):
|
|
525 (byte-optimize-cond-1): New.
|
|
526 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
527 Optimizes (cond (x nil)) ==> nil.
|
|
528 Provide better diagnostic on malformed expr like (cond foo).
|
|
529
|
|
530 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
531
|
|
532 * mule/mule-coding.el:
|
|
533 mule/mule-cmds.el (reset-language-environment,
|
|
534 set-language-environment-coding-systems):
|
|
535 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
536
|
|
537 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
538
|
|
539 * package-admin.el: Allow package removal from
|
|
540 early-package-load-path.
|
|
541
|
|
542 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
543
|
|
544 * about.el (about-maintainer-info): Update my entry.
|
|
545
|
|
546 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
547
|
|
548 * packages.el (locate-library): Add support for bzip2
|
|
549 compressed .el files.
|
|
550
|
|
551 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
552
|
|
553 * package-net.el: new file.
|
|
554
|
|
555 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
556
|
|
557 * font-lock.el: Add missing C++ keywords.
|
|
558
|
|
559 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
560
|
|
561 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
562 starting in column 0, as documented in (Info-goto-node
|
|
563 "(xemacs)Comments"). Update docstring accordingly.
|
|
564
|
446
|
565 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
566
|
|
567 * XEmacs 21.2.38 is released.
|
|
568
|
|
569 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
570
|
|
571 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
572 spurious '+' operation detected by Martin.
|
|
573
|
|
574
|
|
575 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
576
|
|
577 * cl-extra.el (coerce):
|
|
578 Implement char to integer coercion.
|
|
579 Remove extraneous (numberp) test.
|
|
580
|
|
581 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
582 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
583 (byte-optimize-predicate):
|
|
584 Warn if evaluating constant expression signals an error.
|
|
585 (byte-optimize-form): Small simplification.
|
|
586
|
|
587 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
588
|
|
589 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
590
|
|
591 * byte-optimize.el:
|
|
592 (byte-optimize-minus):
|
|
593 (byte-optimize-plus):
|
|
594 (byte-optimize-mult):
|
|
595 (byte-optimize-quo):
|
|
596 Use (car (last x)) instead of (last x) to get last elt!
|
|
597 Use `byte-optimize-predicate' to optimize `%'.
|
|
598 Move optimizations for special numeric args to bytecomp.el.
|
|
599 * bytecomp.el (byte-compile-associative): Remove.
|
|
600 (byte-compile-max): New.
|
|
601 (byte-compile-min): New.
|
|
602 Properly handle erroneous calls: (max) (min).
|
|
603 (byte-compile-plus): New.
|
|
604 (byte-compile-minus):
|
|
605 It's easiest to handle 0, +1 and -1 args here.
|
|
606 (byte-compile-mult): New.
|
|
607 It's easiest to handle 1, -1 and 2 args here.
|
|
608 (byte-compile-quo):
|
|
609 It's easiest to handle 0, +1 and -1 args here.
|
|
610 Issue byte-compiler warning when dividing by zero.
|
|
611
|
|
612 Byte-compiler arithmetic improvements.
|
|
613 Better optimize these expressions in the obvious way:
|
|
614 (+ x y 1) --> varref x varref y add add1
|
|
615 (+ x y -1) --> varref x varref y add sub1
|
|
616 (- x y 0) --> (- x y)
|
|
617 (- 0 x y) --> (- (- x) y)
|
|
618 (% 42 19) --> compile-time constant
|
|
619 (/ 42 19) --> compile-time constant
|
|
620 (* (foo) 2) --> foo call dup plus
|
|
621
|
|
622 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
623 unless (declaim (optimize (safety 3)))
|
|
624 or (setq byte-compile-delete-errors nil).
|
|
625
|
|
626 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
627
|
|
628 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
629 docstrings.
|
|
630
|
|
631 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
632
|
|
633 * startup.el (command-line-do-help): Add documentation of
|
|
634 portable dumper switches.
|
|
635
|
|
636 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
637
|
|
638 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
639
|
|
640 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
641
|
|
642 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
643
|
|
644 * byte-optimize.el (byte-optimize-char-before):
|
|
645 (byte-optimize-backward-char):
|
|
646 (byte-optimize-backward-word):
|
|
647 Fix incorrect optimizations for these sorts of expressions:
|
|
648 (let ((x nil)) (backward-char x))
|
|
649
|
|
650 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
651
|
|
652 * byte-optimize.el:
|
|
653 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
654 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
655 Make backward-word and backward-char as efficient as forward versions.
|
|
656
|
|
657 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
658 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
659 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
660 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
661 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
662 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
663 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
664
|
|
665 * simple.el (backward-word):
|
|
666 * simple.el (mark-word):
|
|
667 * simple.el (kill-word):
|
|
668 * simple.el (backward-kill-word):
|
|
669 Make COUNT argument optional, for consistency with forward-char et al.
|
|
670
|
|
671 * abbrev.el (abbrev-string-to-be-defined):
|
|
672 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
673 * abbrev.el (inverse-add-abbrev):
|
|
674 * abbrev.el (expand-region-abbrevs):
|
|
675 * buff-menu.el (Buffer-menu-execute):
|
|
676 * indent.el (move-to-left-margin):
|
|
677 * indent.el (indent-relative):
|
|
678 * indent.el (move-to-tab-stop):
|
|
679 * info.el (Info-reannotate-node):
|
|
680 * lisp-mode.el (lisp-indent-line):
|
|
681 * lisp.el (end-of-defun):
|
|
682 * lisp.el (move-past-close-and-reindent):
|
|
683 * misc.el (copy-from-above-command):
|
|
684 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
685 * page.el (forward-page):
|
|
686 * paragraphs.el (forward-paragraph):
|
|
687 * paragraphs.el (end-of-paragraph-text):
|
|
688 * picture.el (picture-forward-column):
|
|
689 * picture.el (picture-self-insert):
|
|
690 * rect.el (extract-rectangle-line):
|
|
691 * simple.el (newline):
|
|
692 * simple.el (fixup-whitespace):
|
|
693 * simple.el (backward-delete-char-untabify):
|
|
694 * simple.el (transpose-chars):
|
|
695 * simple.el (transpose-preceding-chars):
|
|
696 * simple.el (do-auto-fill):
|
|
697 * simple.el (indent-new-comment-line):
|
|
698 * simple.el (blink-matching-open):
|
|
699 * view-less.el (cleanup-backspaces):
|
|
700 * wid-edit.el (widget-transpose-chars):
|
|
701 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
702 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
703
|
|
704 * info.el (Info-fontify-node):
|
|
705 * simple.el (backward-delete-function):
|
|
706 Use canonical delete-backward-char instead of backward-delete-char.
|
|
707
|
|
708 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
709
|
|
710 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
711 no buffers.
|
|
712
|
|
713 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
714
|
|
715 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
716 buffer tabs.
|
|
717
|
|
718 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
719
|
|
720 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
721 (proclaim inline...) was shadowing compiler-macros.
|
|
722
|
|
723 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
724
|
|
725 * bytecomp.el (byte-compile-eval): New.
|
|
726 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
727 Keeps this promise made in Lispref:
|
|
728 "If a file being compiled contains a `defmacro' form, the macro is
|
|
729 defined temporarily for the rest of the compilation of that file."
|
|
730
|
|
731 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
732
|
|
733 * cl.el (floatp-safe):
|
|
734 (plusp):
|
|
735 (minusp):
|
|
736 (oddp):
|
|
737 (evenp):
|
|
738 (cl-abs):
|
|
739 Use a better parameter name than `x'.
|
|
740
|
|
741 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
742 to require PLACE, but accept any form for compatibility.
|
|
743
|
|
744 * abbrev.el (define-abbrev): Use check-type.
|
|
745 * font-menu.el (font-menu-change-face): Use check-type.
|
|
746 * menubar.el (relabel-menu-item): Use check-type.
|
|
747 * itimer.el: Fix typo.
|
|
748
|
|
749 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
750
|
|
751 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
752
|
444
|
753 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
754
|
|
755 * XEmacs 21.2.37 is released.
|
|
756
|
|
757 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
758
|
|
759 * code-cmds.el: Provide the feature.
|
|
760
|
|
761 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
762
|
|
763 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
764
|
|
765 * code-cmds.el: New file
|
|
766 * mule/mule-cmds.el:
|
|
767 * mule/mule-misc.el
|
|
768 (coding-keymap): New keymap. Define coding system keyboard
|
|
769 commands on file-coding builds too.
|
446
|
770 (coding-system-change-eol-conversion):
|
|
771 (universal-coding-system-argument):
|
|
772 (set-default-coding-systems):
|
444
|
773 (prefer-coding-system): Moved from mule-cmds.el
|
|
774 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
775
|
|
776 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
777
|
|
778 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
779
|
|
780 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
781
|
|
782 * package-get.el (package-get-download-sites): Add a pre-release
|
|
783 site for experimental packages.
|
|
784
|
|
785 * auto-autoloads.el: Regenerated.
|
|
786
|
|
787 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
788
|
|
789 * gutter-items.el (buffers-tab-omit-function): reference
|
|
790 buffers-tab-select-visible-buffers.
|
|
791 (buffers-tab-filter-functions): new variable, by default uses
|
|
792 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
793 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
794 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
795 of buffers-menu-omit-invisible-buffers.
|
|
796 (buffers-tab-items): rewrite to use
|
|
797 buffers-tab-filter-functions. Rewrite docstring.
|
|
798 (gutter-buffers-tab-extent): delete.
|
|
799 (add-tab-to-gutter): always build a new extent when adding the
|
|
800 tabs.
|
|
801 (update-tab-in-gutter): make gutter dirty when orientation
|
|
802 changes.
|
|
803
|
|
804 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
805
|
|
806 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
807 Only do loadhist recording if defvar form includes a value.
|
|
808
|
|
809 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
810
|
|
811 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
812 `eval-when-compile' should not compile its body.
|
|
813
|
|
814 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
815
|
|
816 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
817 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
818 some Japanese English. Remove some ancient FSF comments, and
|
|
819 improve docstrings. Use symbols not vectors for tables.
|
|
820
|
|
821 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
822
|
|
823 * keymap.el:
|
|
824 (local-key-binding):
|
|
825 (global-key-binding):
|
|
826 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
827
|
|
828 * lisp.el:
|
|
829 (backward-sexp): Slightly simpler code.
|
|
830 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
831 (forward-list): Slightly simpler code.
|
|
832 (backward-list): Slightly simpler code.
|
|
833 (down-list): Make arg optional, like FSF Emacs.
|
|
834 (up-list): Make arg optional, like FSF Emacs.
|
|
835 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
836 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
837 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
838
|
|
839 * font-menu.el (font-menu-change-face):
|
|
840 Take continuable errors into account.
|
|
841
|
|
842 * abbrev.el:
|
|
843 * abbrev.el (clear-abbrev-table):
|
|
844 * abbrev.el (define-abbrev-table):
|
|
845 * abbrev.el (define-abbrev):
|
|
846 * abbrev.el (insert-abbrev-table-description):
|
|
847 * apropos.el (apropos-documentation-check-doc-file):
|
|
848 * apropos.el (apropos-documentation-check-elc-file):
|
|
849 * buff-menu.el (list-buffers):
|
|
850 * buff-menu.el (list-buffers-noselect):
|
|
851 * bytecomp.el (byte-recompile-directory):
|
|
852 * bytecomp.el (batch-byte-compile):
|
|
853 * cl-macs.el (typep):
|
|
854 * code-files.el (find-coding-system-magic-cookie):
|
|
855 * code-files.el (insert-file-contents):
|
|
856 * cus-edit.el (customize-set-variable):
|
|
857 * cus-edit.el (customize-save-variable):
|
|
858 * cus-face.el (custom-set-face-font-size):
|
|
859 * cus-face.el (custom-set-face-update-spec):
|
|
860 * cus-face.el (custom-reset-faces):
|
|
861 * custom.el (custom-check-theme):
|
|
862 * custom.el (copy-upto-last):
|
|
863 * fill.el (canonically-space-region):
|
|
864 * fill.el (fill-paragraph):
|
|
865 * fill.el (fill-region):
|
|
866 * fill.el (find-space-insertable-point):
|
|
867 * fill.el (justify-current-line):
|
|
868 * faces.el (face-spec-update-all-matching):
|
|
869 * faces.el (set-face-stipple):
|
|
870 * files-nomule.el (insert-file-contents):
|
|
871 * files.el (insert-file-contents-literally):
|
|
872 * files.el (hack-local-variables-last-page):
|
|
873 * files.el (basic-save-buffer):
|
|
874 * files.el (insert-directory):
|
|
875 * font-menu.el (font-menu-change-face):
|
|
876 * font.el (font-spatial-to-canonical):
|
|
877 * format.el (format-encode-region):
|
|
878 * format.el (format-insert-file):
|
|
879 * format.el (format-replace-strings):
|
|
880 * gutter.el (set-gutter-element):
|
|
881 * help.el (key-or-menu-binding):
|
|
882 * help.el (describe-bindings):
|
|
883 * help.el (with-syntax-table):
|
|
884 * indent.el (indent-rigidly):
|
|
885 * indent.el (delete-to-left-margin):
|
|
886 * info.el:
|
|
887 * info.el (Info-extract-dir-entry-from):
|
|
888 * info.el (Info-build-dir-anew):
|
|
889 * info.el (Info-rebuild-dir):
|
|
890 * info.el (Info-batch-rebuild-dir):
|
|
891 * info.el (Info-read-subfile):
|
|
892 * info.el (Info-build-node-completions):
|
|
893 * info.el (Info-extract-menu-node-name):
|
|
894 * isearch-mode.el (isearch-range-invisible):
|
|
895 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
896 * itimer.el (itimerp):
|
|
897 * itimer.el (itimer-live-p):
|
|
898 * keymap.el:
|
|
899 * keymap.el (substitute-key-definition):
|
|
900 * keymap.el (read-command-or-command-sexp):
|
|
901 * keymap.el (local-key-binding):
|
|
902 * keymap.el (global-key-binding):
|
|
903 * keymap.el (global-set-key):
|
|
904 * keymap.el (local-set-key):
|
|
905 * ldap.el:
|
|
906 * ldap.el (ldap-add-entries):
|
|
907 * ldap.el (ldap-delete-entries):
|
|
908 * lisp.el (backward-sexp):
|
|
909 * lisp.el (mark-sexp):
|
|
910 * lisp.el (forward-list):
|
|
911 * lisp.el (backward-list):
|
|
912 * lisp.el (down-list):
|
|
913 * lisp.el (backward-up-list):
|
|
914 * lisp.el (up-list):
|
|
915 * lisp.el (kill-sexp):
|
|
916 * lisp.el (backward-kill-sexp):
|
|
917 * menubar.el (add-menu-button):
|
|
918 * menubar.el (add-submenu):
|
|
919 * menubar.el (delete-menu-item):
|
|
920 * menubar.el (relabel-menu-item):
|
|
921 * mouse.el (narrow-window-to-region):
|
|
922 * obsolete.el (define-obsolete-variable-alias):
|
|
923 * obsolete.el (store-substring):
|
|
924 * package-admin.el:
|
|
925 * package-admin.el (package-admin-install-function):
|
|
926 * package-admin.el (package-admin-install-function-mswindows):
|
|
927 * package-admin.el (package-admin-default-install-function):
|
|
928 * package-get.el (package-get-update-base-entries):
|
|
929 * packages.el (packages-load-package-dumped-lisps):
|
|
930 * packages.el (packages-collect-package-dumped-lisps):
|
|
931 * printer.el (generic-print-buffer):
|
|
932 * printer.el (generic-print-region):
|
|
933 * replace.el (occur-mode-mouse-goto):
|
|
934 * replace.el (perform-replace):
|
|
935 * select.el (get-selection-no-error):
|
|
936 * simple.el:
|
|
937 * simple.el (newline):
|
|
938 * simple.el (open-line):
|
|
939 * simple.el (edit-and-eval-command):
|
|
940 * simple.el (goto-line):
|
|
941 * simple.el (undo):
|
|
942 * simple.el (kill-region):
|
|
943 * simple.el (copy-region-as-kill):
|
|
944 * simple.el (kill-ring-save):
|
|
945 * simple.el (set-mark):
|
|
946 * simple.el (next-line):
|
|
947 * simple.el (previous-line):
|
|
948 * simple.el (line-move):
|
|
949 * simple.el (set-goal-column):
|
|
950 * simple.el (comment-region):
|
|
951 * subr.el:
|
|
952 * subr.el (putf):
|
|
953 * syntax.el (modify-syntax-entry):
|
|
954 * syntax.el (map-syntax-table):
|
|
955 * view-less.el (view-file):
|
|
956 * view-less.el (view-buffer):
|
|
957 * view-less.el (view-file-other-window):
|
|
958 * window-xemacs.el (backward-other-window):
|
|
959 * window.el:
|
|
960 * window.el (one-window-p):
|
|
961 * window.el (walk-windows):
|
|
962 * window.el (window-list):
|
|
963 * x-mouse.el (x-mouse-kill):
|
|
964 * x-select.el (x-get-cutbuffer):
|
|
965 * x-select.el (x-store-cutbuffer):
|
|
966 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
967 * term/sun-mouse.el (window-line-end):
|
|
968 * term/sun-mouse.el (sun-select-region):
|
|
969 * term/sun.el (kill-region-and-unmark):
|
|
970 * mule/mule-category.el:
|
|
971 * mule/mule-category.el (modify-category-entry):
|
|
972 * mule/mule-category.el (char-category-list):
|
|
973 * mule/mule-coding.el (coding-system-force-on-output):
|
|
974 * mule/mule-misc.el (coding-system-put):
|
|
975 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
976
|
|
977 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
978
|
|
979 * cus-face.el: Typo fixes and tiny clarifications.
|
|
980 * custom.el: ditto
|
|
981
|
|
982 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
983
|
|
984 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
985 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
986 if auto-save-list-file-prefix is non-nil.
|
|
987
|
|
988 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
989
|
|
990 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
991
|
|
992 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
993
|
|
994 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
995 get symbol at point-min.
|
|
996
|
|
997 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
998
|
|
999 * info.el (Info-emacs-info-file-name): defconst it.
|
|
1000 * info.el (Info-footnote-tag): defcustom it.
|
|
1001 * info.el (Info-no-description-string): ditto.
|
|
1002 * info.el (Info-find-node): adapt to new semantics of
|
|
1003 'Info-suffixed-file (don't do the case variants stuff).
|
|
1004 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
1005 * info.el (Info-directory-files): New. Return the list of info
|
|
1006 files in a directory.
|
|
1007 * info.el (Info-dir-outdated-p): use it.
|
|
1008 * info.el (Info-parse-dir-entries): ditto.
|
|
1009 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
1010 with a ".info.*" extension.
|
|
1011 * info.el (Info-set-mode-line): ditto.
|
|
1012 * info.el (Info-read-subfile): adapt to new semantics of
|
|
1013 'Info-suffixed-file (append 'exact argument).
|
|
1014 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
1015 string independently of the case.
|
|
1016 * info.el (Info-suffixed-file): use it (match all possible case
|
|
1017 for the file name).
|
|
1018 * info.el (Info-insert-file-contents): code cleanup.
|
|
1019 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
1020 columns.
|
|
1021 * info.el (Info-batch-rebuild-dir): ditto.
|
|
1022 * info.el (Info-read-node-name-1): ditto.
|
|
1023 * info.el (Info-search): ditto.
|
|
1024 * info.el (Info-fontify-node): ditto.
|
|
1025
|
|
1026
|
|
1027 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1028
|
|
1029 * process.el (shell-command): when called from a program, avoid
|
|
1030 'push-mark's "mark-set" message.
|
|
1031
|
|
1032 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
1033
|
|
1034 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
1035 by a symbol, not by a vector.
|
|
1036 * mule/vietnamese.el (vscii): Likewise.
|
|
1037 (viscii): Likewise.
|
|
1038 * mule/cyrillic.el (koi8-r): Likewise.
|
|
1039
|
|
1040 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
1041 by a symbol, not by a vector.
|
|
1042 (chinese-big5-2): Likewise.
|
|
1043 * mule/ethiopic.el (ethiopic): Likewise.
|
|
1044 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
1045 (vietnamese-viscii-upper): Likewise.
|
|
1046
|
|
1047 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1048
|
|
1049 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
1050
|
|
1051 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1052
|
|
1053 * byte-optimize.el (byte-optimize-car): New function.
|
|
1054 (byte-optimize-cdr): Ditto.
|
|
1055
|
|
1056 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1057
|
|
1058 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
1059 Optimize constant concatenation.
|
|
1060 Add keymapp as a side effect free function. It is a built-in.
|
|
1061 (byte-after-unbind-pos): Remove byte-equal.
|
|
1062
|
|
1063 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1064
|
|
1065 * update-elc-2.el: Quote regexps correctly.
|
|
1066
|
|
1067 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
1068
|
|
1069 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
1070 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
1071 check the type of the buffer magnification
|
|
1072 (ccl-compile-write-string): Encode a string with binary
|
|
1073 coding system.
|
|
1074 (ccl-compile-write-repeat): Likewise.
|
|
1075
|
|
1076 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1077
|
|
1078 * buff-menu.el:
|
|
1079 * bytecomp.el:
|
|
1080 * coding.el:
|
|
1081 * faces.el:
|
|
1082 * files.el:
|
|
1083 * fill.el:
|
|
1084 * float-sup.el:
|
|
1085 * font-lock.el:
|
|
1086 * help.el:
|
|
1087 * iso8859-1.el:
|
|
1088 * loaddefs.el:
|
|
1089 * menubar-items.el:
|
|
1090 * menubar.el:
|
|
1091 * modeline.el:
|
|
1092 * msw-font-menu.el:
|
|
1093 * paragraphs.el:
|
|
1094 * paths.el:
|
|
1095 * replace.el:
|
|
1096 * simple.el:
|
|
1097 * sound.el:
|
|
1098 * startup.el:
|
|
1099 * version.el:
|
|
1100 * x-faces.el:
|
|
1101 * x-font-menu.el:
|
|
1102 Remove purecopy.
|
|
1103
|
|
1104 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
1105
|
|
1106 * simple.el (do-auto-fill): Use the function pointer to by
|
|
1107 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
1108 fixes an issue with cc-mode comment continuation.
|
|
1109
|
|
1110 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
1111
|
|
1112 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
1113 * mwheel.el (mwheel-install): Add (interactive).
|
|
1114 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
1115 (turn-off-font-lock): Add (interactive).
|
|
1116
|
|
1117 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1118
|
|
1119 * packages.el (packages-special-base-regexp): Add `man'.
|
|
1120
|
|
1121 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
1122
|
|
1123 * wid-edit.el (widget-specify-active): map over extents in current
|
|
1124 buffer like `widget-specify-inactive' does. Mapping over the
|
|
1125 inactive extent object does not work since the current extent is
|
|
1126 ignored by `map-extents'.
|
|
1127
|
442
|
1128 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
1129
|
|
1130 * XEmacs 21.2.36 is released.
|
|
1131
|
|
1132 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
1133
|
|
1134 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
1135 Optimize the compiled-function-constants vector by byte-code
|
|
1136 reference counts.
|
|
1137
|
|
1138 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1139
|
|
1140 * build-report.el (build-report-delete-regexp): quote value in
|
|
1141 defcustom
|
|
1142
|
|
1143 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1144
|
|
1145 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
1146 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
1147 warning.
|
|
1148
|
|
1149 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1150
|
|
1151 * build-report.el: Requires cl and custom now.
|
|
1152 build-report-version is determined by XEmacs version -- remove
|
|
1153 build-report-version*.
|
|
1154 * build-report.el (build-report-version): Removed.
|
|
1155 * build-report.el (build-report-installation-version-regexp): New.
|
|
1156 * build-report.el (build-report-version-file-regexp): New.
|
|
1157 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
1158 * build-report.el (build-report-destination): Offer
|
|
1159 xemacs-build-reports and xemacs-beta.
|
|
1160 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
1161 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
1162 * build-report.el (build-report-make-output-dir): New.
|
|
1163 * build-report.el (build-report-installation-file): Replace use of
|
|
1164 `concat' with `expand-file-name'.
|
|
1165 * build-report.el (build-report-make-output-file): Removed.
|
|
1166 * build-report.el (build-report-make-output-files): New.
|
|
1167 * build-report.el (build-report-subject): Identify as
|
|
1168 user-variable with "*...".
|
|
1169 * build-report.el (build-report-prompts): Ditto.
|
|
1170 * build-report.el (build-report-version-file): New.
|
|
1171 * build-report.el (build-report-file-encoding): Identify as
|
|
1172 user-variable with "*...".
|
|
1173 * build-report.el (build-report-make-output-get): New.
|
|
1174 * build-report.el (build-report-insert-header): Report
|
|
1175 emacs-version and system-configuration instead of
|
|
1176 build-report-version.
|
|
1177 * build-report.el (build-report-insert-make-output): Add file
|
|
1178 argument.
|
|
1179 * build-report.el (build-report-insert-installation-file):
|
|
1180 Re-indent.
|
|
1181 * build-report.el (build-report-keep): Change docstring,
|
|
1182 re-indent.
|
|
1183 * build-report.el (build-report-delete): Ditto.
|
|
1184 * build-report.el (build-report-installation-data): New.
|
|
1185 * build-report.el (build-report-version-file-data): New.
|
|
1186
|
|
1187 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
1188
|
|
1189 * byte-optimize.el (byte-optimize-lapcode):
|
|
1190 Fix the optimization of using the first 5 elements of the
|
|
1191 constants vector for variables.
|
|
1192 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
1193
|
|
1194 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1195
|
|
1196 * *: Spelling mega-patch
|
|
1197
|
|
1198 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1199
|
|
1200 * easymenu.el: doc fixes.
|
|
1201 (easy-menu-do-define): Use backquote.
|
444
|
1202 (easy-menu-change):
|
|
1203 (easy-menu-add):
|
442
|
1204 `when' seems much clearer than `if' here.
|
|
1205 (easy-menu-remove):
|
444
|
1206 (easy-menu-add-item):
|
|
1207 (easy-menu-item-present-p):
|
|
1208 (easy-menu-remove-item):
|
442
|
1209 Wrap using (when (featurep 'menubar) ...)
|
|
1210
|
|
1211 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1212
|
|
1213 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1214 Revert Ben's change to this function below so that the compile log
|
|
1215 is displayed properly for users of the "popper" package.
|
|
1216
|
|
1217 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
1218
|
|
1219 * window.el (save-selected-window): Use backquote.
|
|
1220
|
444
|
1221 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
442
|
1222 Renamed from `byte-compile-file-form-defvar'.
|
|
1223 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
1224 Only cons onto current-load-list in top-level forms.
|
|
1225 Else this leaks a cons cell every time a defun is called.
|
|
1226 Renamed from `byte-compile-defvar', for clarity.
|
|
1227 Warn when docstring of defvar is not a string.
|
|
1228 Use consistent error messages.
|
|
1229 Better comments.
|
|
1230
|
|
1231 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
1232
|
|
1233 * simple.el (set-variable):
|
|
1234 Remove unneeded defvar by rearranging order of let* forms.
|
|
1235
|
|
1236 * mule/mule-ccl.el (ccl-get-next-code):
|
444
|
1237 * menubar-items.el (bookmark-menu-filter):
|
|
1238 (language-environment-menu-filter):
|
|
1239 (tutorials-menu-filter):
|
442
|
1240 * toolbar-items.el (toolbar-compile):
|
|
1241 * byte-optimize.el (disassemble-offset):
|
|
1242 Use (declare (special ...)) instead of `defvar'.
|
|
1243
|
|
1244 * cl-macs.el (cl-do-proclaim):
|
|
1245 Fix (declare (special ...)) warning suppression syntax.
|
|
1246
|
|
1247 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
1248
|
|
1249 * info.el (Info-tag-table-marker):
|
|
1250 (Info-tag-table-buffer):
|
|
1251 (Info-find-file-node):
|
|
1252 (Info-read-subfile):
|
|
1253 (Info-build-node-completions):
|
|
1254 (Info-search):
|
|
1255 (Info-mode):
|
|
1256 Multiple info buffer support.
|
|
1257
|
|
1258 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
1259
|
|
1260 * ldap.el (ldap-decode-entry): New defun
|
|
1261 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
1262 entries properly
|
|
1263
|
|
1264 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
1265
|
|
1266 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
1267 Use `eq', not `=', to compare symbols.
|
|
1268
|
|
1269 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
1270
|
|
1271 * bytecomp.el (byte-compile-report-error):
|
|
1272 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1273 if stack-trace-on-error is set, send out a backtrace when
|
|
1274 an error is encountered that stops byte compilation. this
|
|
1275 should make it much much easier to track down those curious
|
|
1276 problems. also undo the kludge of using a separate "*Show*"
|
|
1277 buffer for display when there's a temp-buffer-show-function;
|
|
1278 we can avoid this by just being a little smarter.
|
444
|
1279
|
442
|
1280 * dialog-items.el:
|
|
1281 * dialog-items.el (search-dialog-regexp): New.
|
|
1282 * dialog-items.el (search-dialog-callback):
|
|
1283 * dialog-items.el (make-search-dialog):
|
|
1284 add a regexp option to the dialog and clean up a bit.
|
444
|
1285
|
442
|
1286 * dialog.el:
|
|
1287 * dialog.el (yes-or-no-p-dialog-box):
|
|
1288 * dialog.el (get-dialog-box-response):
|
|
1289 * dialog.el (make-dialog-box):
|
|
1290 * dialog.el (dialog-box-finish): New.
|
|
1291 * dialog.el (dialog-box-cancel): New.
|
|
1292 * dialog.el (internal-make-dialog-box-exit): New.
|
|
1293 implement [properly!] the :modal property of the new dialog box
|
|
1294 interface. this is the first time xemacs has ever had *proper*
|
|
1295 modal dialog boxes, giving the standard window-system feedback.
|
|
1296 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
1297 and makes the dialog box flash three times.)
|
444
|
1298
|
442
|
1299 * dragdrop.el: header keyword frobbing.
|
444
|
1300
|
442
|
1301 * dumped-lisp.el (preloaded-file-list):
|
|
1302 renamed winnt.el to win32-native.el.
|
444
|
1303
|
442
|
1304 * faces.el (face-property):
|
|
1305 * faces.el (set-face-property):
|
|
1306 * faces.el (frob-face-property):
|
|
1307 * faces.el (frob-face-font-2):
|
|
1308 * faces.el (make-face-bold):
|
|
1309 * faces.el (make-face-italic):
|
|
1310 * faces.el (make-face-bold-italic):
|
|
1311 * faces.el (make-face-unbold):
|
|
1312 * faces.el (make-face-unitalic):
|
|
1313 * faces.el (make-face-smaller):
|
|
1314 * faces.el (make-face-larger):
|
|
1315 clean up the implementation of these so that window-system-specific
|
|
1316 methods are called only on objects belonging to that window system.
|
|
1317 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
1318 on font object of device type `stream', which is not good and
|
|
1319 explains the subtle errors Adrian was getting when byte-compiling
|
|
1320 something that required 'term. (Adrian, now you can use stack-trace-
|
|
1321 on-error to find the exact place where things are going wrong instead
|
|
1322 of having to laboriously binary-search your way through.)
|
444
|
1323
|
442
|
1324 * finder.el (finder-known-keywords):
|
|
1325 cleaned up -- properly sorted, clarified the meanings of many of
|
|
1326 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
1327 user, services. the last two try to distinguish between a package
|
|
1328 that's used directly by the user, and a package that provides
|
|
1329 support services to other packages.
|
444
|
1330
|
442
|
1331 * font-lock.el (lisp-font-lock-keywords-2):
|
|
1332 update list of lisp control structures to include everything,
|
|
1333 including new ones i introduced.
|
444
|
1334
|
442
|
1335 * gutter.el: header keyword frobbing.
|
444
|
1336
|
442
|
1337 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
1338 recent isearch element was not doing so! you got the second-most-
|
|
1339 recent instead.
|
|
1340
|
|
1341 * lisp-mode.el (construct-lisp-mode-menu):
|
|
1342 more menubar cleanups.
|
|
1343 * lisp-mode.el (with-selected-window):
|
|
1344 make it indent properly.
|
444
|
1345
|
442
|
1346 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
1347 rearranged the options menu the most, e.g. splitting up the
|
|
1348 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
1349 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
1350 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
1351 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
1352 Added stuff to the Cmds menu, e.g. Change Case.
|
|
1353
|
|
1354 NB please don't complain about these periodic menubar changes.
|
|
1355 Anything like this is necessarily incremental in its construction
|
|
1356 -- By constant use you gradually become more and more aware of
|
|
1357 better and better ways to group menu items. When we eventually
|
|
1358 move the options menu to a property sheet, the existing structure
|
|
1359 will probably be preserved fairly well.
|
444
|
1360
|
442
|
1361 * minibuf.el (next-history-element): fix problems with pressing
|
|
1362 down arrow in repeat-complex-command.
|
|
1363
|
|
1364 * modeline.el:
|
|
1365 * modeline.el (modeline-3d-p): New.
|
|
1366 added custom variable for controlling the 3d modeline. the
|
|
1367 corresponding Options item has been present for a long time,
|
|
1368 but commented out with "fix me!" comments. it's fixed now.
|
444
|
1369
|
442
|
1370 * obsolete.el (add-menu):
|
|
1371 remove bogus gettexts.
|
444
|
1372
|
442
|
1373 * process.el (shell-quote-argument):
|
|
1374 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
1375 For bash under Windows native, see below.
|
444
|
1376
|
442
|
1377 * simple.el:
|
|
1378 * simple.el (display-warning-buffer):
|
|
1379 Fixed the handling of warning display to eliminate the annoying
|
|
1380 *Show* buffer, like was done for byte-compiler output above.
|
444
|
1381
|
442
|
1382 * simple.el (debug-print): New.
|
|
1383 Simple function for sending debug messages to the console and/or
|
|
1384 other debug places.
|
|
1385
|
|
1386 * subr.el (replace-in-string):
|
|
1387 Rewrite this function to avoid N^2 behavior with large strings --
|
|
1388 catastrophic with the new Windows selection code! (Apparently the
|
|
1389 author of this function didn't realize there was a fun
|
|
1390 replace-match that could make his life much easier, because we
|
|
1391 duplicated the entire logic. The new version is smaller, easier
|
|
1392 to understand, much more robust, and has extended features --
|
|
1393 those of replace-match.)
|
444
|
1394
|
442
|
1395 * window.el:
|
|
1396 * window.el (with-selected-window): New.
|
|
1397 An obvious complement to the existing `with-selected-frame' and
|
|
1398 `with-current-buffer'.
|
|
1399
|
|
1400 * win32-native.el: Renamed from winnt.el.
|
|
1401 Added a great deal of stuff for properly handling process quoting,
|
|
1402 somewhat modeled on Kirill's original model (which i later threw
|
|
1403 away). We should now finally have correctly working process arg
|
|
1404 quoting/dequoting so that the final app gets exactly what we
|
|
1405 intended. Because the mechanism is in Lisp, it's easily
|
|
1406 extendible. (For those running bash and running the native
|
|
1407 version, I tried hard to do what I thought was correct. But more
|
|
1408 thought is needed, and ideally the volunteer work of people with
|
|
1409 these configurations that they generally run on.)
|
444
|
1410
|
442
|
1411 * x-font-menu.el (x-font-menu-font-data):
|
|
1412 Put in defvar's to fix byte-compiler warnings.
|
|
1413
|
|
1414 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1415
|
|
1416 * select.el (selection-coercion-alist): Initialise.
|
|
1417 * select.el (select-coerce-to-text): New.
|
|
1418 * select.el (select-coerce): New.
|
|
1419 New functions to perform type and value coercion.
|
|
1420
|
|
1421 * select.el (select-buffer-killed-default): Keep data if it was
|
|
1422 on the clipboard.
|
|
1423
|
|
1424 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
1425
|
|
1426 * menubar-items.el (default-menubar): Fix typo.
|
|
1427 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
1428
|
|
1429 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1430
|
|
1431 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
1432 edge checking code.
|
|
1433
|
|
1434 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1435
|
|
1436 * paths.el (gnus-local-domain): Removed.
|
|
1437 (gnus-local-organization): Ditto.
|
|
1438 (gnus-startup-file): Ditto.
|
|
1439
|
|
1440 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1441
|
|
1442 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
1443
|
|
1444 2000-07-31 Andy Piper <andy@xemacs.org>
|
444
|
1445
|
442
|
1446 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
1447
|
|
1448 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1449
|
|
1450 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
1451 browse-url.
|
|
1452 * help.el (xemacs-www-page): Ditto.
|
|
1453 (xemacs-www-faq): Ditto.
|
|
1454 * menubar-items.el (default-menubar): Ditto.
|
|
1455
|
|
1456 * wid-edit.el (widget-url-link-action): Ditto.
|
|
1457 From: Kenichi OKADA <okada@opaopa.org>.
|
|
1458
|
|
1459 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
1460
|
|
1461 * finder.el (finder-commentary): Add autoload cookie.
|
|
1462
|
|
1463 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1464
|
|
1465 * files.el (insert-file-contents-literally): Fix second let
|
|
1466 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
1467 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
1468
|
|
1469 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1470
|
|
1471 * files.el (insert-file-contents-literally): Use binary coding
|
|
1472 system (from Morioka san).
|
|
1473 (insert-file-contents-literally): Make file-name-handler method.
|
|
1474
|
|
1475 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
1476
|
|
1477 * cl-macs.el (get-selection): Add defsetf.
|
|
1478
|
|
1479 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
1480
|
|
1481 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
1482 function x-own-selection with own-selection.
|
|
1483 (ow-find): replace obsolete functions x-get-selection and
|
|
1484 x-get-clipboard with get-selection and get-clipboard.
|
|
1485 (init-post-x-win): replace obsolete function x-disown-selection
|
|
1486 with disown-selection.
|
|
1487
|
|
1488 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
1489
|
|
1490 * startup.el (load-user-init-file): Only try to load init file if
|
|
1491 it exists.
|
|
1492
|
|
1493 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
1494
|
|
1495 * dialog-items.el: sync with Ben's patch.
|
444
|
1496
|
442
|
1497 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
1498 comment.
|
|
1499 (progress-text-glyph): deleted.
|
|
1500 (progress-layout-glyph): make completely minimal.
|
|
1501 (progress-gauge-glyph): ditto.
|
|
1502 (progress-display-style): fix to handle dynamic instantiator
|
|
1503 changes.
|
|
1504 (progress-text-instantiator): new.
|
|
1505 (progress-layout-instantiator): new.
|
|
1506 (progress-gauge-instantiator): new.
|
|
1507 (set-progress-display-instantiator): renamed and changed from
|
|
1508 set-progress-display-style.
|
|
1509 (progress-abort-glyph): use instantiator not glyph.
|
|
1510 (append-progress-display): use set-progress-display-instantiator
|
|
1511 and set-glyph-image.
|
|
1512 (abort-progress-display): ditto.
|
|
1513 (raw-append-progress-display): ditto.
|
|
1514
|
|
1515 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
1516
|
|
1517 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
1518
|
|
1519 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
1520
|
|
1521 * autoload.el:
|
|
1522 Fixed comments.
|
|
1523
|
|
1524 * cmdloop.el:
|
|
1525 * cmdloop.el (yes-or-no-p):
|
|
1526 * cmdloop.el (y-or-n-p):
|
|
1527 Make these functions use should-use-dialog-box-p and not be
|
|
1528 overridden in dialog.el.
|
|
1529
|
|
1530 * cus-dep.el:
|
|
1531 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
1532 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
1533 * cus-dep.el (Custom-make-one-dependency): New.
|
|
1534 New entry point for use in Makefiles, to avoid excessive
|
|
1535 invocations.
|
|
1536
|
|
1537 * cus-edit.el (custom-variable-reset-saved):
|
|
1538 * cus-edit.el (custom-variable-reset-standard):
|
|
1539 * cus-edit.el (custom-save-resets):
|
|
1540 Fix bytecompiler warnings.
|
|
1541
|
|
1542 * dialog.el:
|
|
1543 * dialog.el (yes-or-no-p-dialog-box):
|
|
1544 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
1545 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
1546 * dialog.el (get-dialog-box-response):
|
|
1547 * dialog.el (message-or-box):
|
|
1548 * dialog.el (make-dialog-box):
|
|
1549 * dialog.el (popup-dialog-box): New.
|
|
1550 Avoid yes-or-no-p bogosities.
|
|
1551 Create a general function `make-dialog-box' to encapsulate all
|
|
1552 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
1553
|
|
1554 * dumped-lisp.el (preloaded-file-list):
|
|
1555 Add dialog-items. Clean up. Group files by types.
|
|
1556
|
|
1557 * easymenu.el (easy-menu-add):
|
|
1558 * easymenu.el (easy-menu-remove):
|
|
1559 Account for accelerators.
|
|
1560
|
|
1561 * extents.el:
|
|
1562 * extents.el (extent-list): New args, like in map-extents.
|
|
1563 * extents.el (extent-at-event): New.
|
|
1564 * extents.el (extents-at-event): New.
|
|
1565
|
|
1566 * font-lock.el:
|
|
1567 * font-lock.el (font-lock-mode):
|
|
1568 * font-lock.el (font-lock-default-fontify-buffer):
|
|
1569 * font-lock.el (font-lock-default-unfontify-region):
|
|
1570 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
1571 * font-lock.el (font-lock-fontify-keywords-region):
|
|
1572 Use new progress-feedback names.
|
|
1573
|
|
1574 * font-lock.el (java-font-lock-identifier-regexp):
|
|
1575 * font-lock.el (java-font-lock-class-name-regexp):
|
|
1576 Fix bytecompiler warnings.
|
|
1577
|
|
1578 * gutter-items.el:
|
|
1579 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
1580 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
1581 * gutter-items.el (progress-display-popup-period): Removed.
|
|
1582 * gutter-items.el (progress-feedback-popup-period): New.
|
|
1583 * gutter-items.el (set-progress-display-style): Removed.
|
|
1584 * gutter-items.el (set-progress-feedback-style): New.
|
|
1585 * gutter-items.el (progress-display-style): Removed.
|
|
1586 * gutter-items.el (progress-feedback-style): New.
|
|
1587 * gutter-items.el (progress-stack):
|
|
1588 * gutter-items.el (progress-displayed-p): Removed.
|
|
1589 * gutter-items.el (progress-feedbacked-p): New.
|
|
1590 * gutter-items.el (clear-progress-display): Removed.
|
|
1591 * gutter-items.el (clear-progress-feedback): New.
|
|
1592 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
1593 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
1594 * gutter-items.el (remove-progress-display): Removed.
|
|
1595 * gutter-items.el (remove-progress-feedback): New.
|
|
1596 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
1597 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
1598 * gutter-items.el (append-progress-display): Removed.
|
|
1599 * gutter-items.el (append-progress-feedback): New.
|
|
1600 * gutter-items.el (abort-progress-display): Removed.
|
|
1601 * gutter-items.el (abort-progress-feedback): New.
|
|
1602 * gutter-items.el (raw-append-progress-display): Removed.
|
|
1603 * gutter-items.el (raw-append-progress-feedback): New.
|
|
1604 * gutter-items.el (display-progress-display): Removed.
|
|
1605 * gutter-items.el (display-progress-feedback): New.
|
|
1606 * gutter-items.el (current-progress-display): Removed.
|
|
1607 * gutter-items.el (current-progress-feedback): New.
|
|
1608 * gutter-items.el (current-progress-display-label): Removed.
|
|
1609 * gutter-items.el (current-progress-feedback-label): New.
|
|
1610 * gutter-items.el (progress-display): Removed.
|
|
1611 * gutter-items.el (progress-feedback): New.
|
|
1612 Replace "progress-display" with "progress-feedback" globally.
|
|
1613
|
|
1614 * gutter-items.el (lprogress-display): Removed.
|
|
1615 * gutter-items.el (progress-feedback-with-label): New.
|
|
1616 Rename lprogress-display ==> progress-feedback-with-label.
|
|
1617
|
|
1618 * gutter-items.el (search-dialog-direction): Removed.
|
|
1619 * gutter-items.el (search-dialog-text): Removed.
|
|
1620 * gutter-items.el (search-dialog-callback): Removed.
|
|
1621 * gutter-items.el (make-search-dialog): Removed.
|
|
1622 Move to dialog-items.el.
|
|
1623
|
|
1624 * help.el:
|
|
1625 * help.el (help-mode-quit):
|
|
1626 * help.el (mode-for-help): New.
|
|
1627 * help.el (help-sticky-window): New.
|
|
1628 * help.el (help-window-config): New.
|
|
1629 * help.el (with-displaying-help-buffer):
|
|
1630 * help.el (function-at-event): New.
|
|
1631 * help.el (help-symbol-regexp): New.
|
|
1632 * help.el (help-symbol-run-function-1): New.
|
|
1633 * help.el (help-symbol-run-function): New.
|
|
1634 * help.el (help-symbol-function-context-menu): New.
|
|
1635 * help.el (help-symbol-variable-context-menu): New.
|
|
1636 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
1637 * help.el (frob-help-extents): New.
|
|
1638 * help.el (describe-function-1):
|
|
1639 * help.el (variable-at-point):
|
|
1640 * help.el (variable-at-event): New.
|
|
1641 * help.el (describe-variable):
|
444
|
1642 Major overhaul.
|
|
1643 - Make functions and variables be mousable.
|
|
1644 - Middle button hyperlinks.
|
442
|
1645 - New context-menu entries.
|
|
1646
|
|
1647 * keydefs.el:
|
444
|
1648 * keydefs.el (global-map):
|
442
|
1649 New key bindings to move lines up and down.
|
|
1650
|
|
1651 * lisp-mode.el:
|
|
1652 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
1653 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
1654 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
1655 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
1656 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
1657 Make popup and menubar menus be different. Popup menu uses
|
|
1658 clicked location and automatically assumes symbol under the mouse
|
|
1659 for various commands.
|
|
1660
|
|
1661 * menubar-items.el:
|
|
1662 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
1663 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
1664
|
|
1665 * menubar-items.el (global-popup-menu): Removed.
|
|
1666 * menubar-items.el (mode-popup-menu): Removed.
|
|
1667 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
1668 * menubar-items.el (popup-mode-menu): Removed.
|
|
1669 * menubar-items.el (popup-buffer-menu): Removed.
|
|
1670 * menubar-items.el (popup-menubar-menu): Removed.
|
|
1671 Move to menubar.el.
|
444
|
1672
|
442
|
1673 * menubar.el:
|
|
1674 * menubar.el (global-popup-menu): New.
|
|
1675 * menubar.el (mode-popup-menu): New.
|
|
1676 * menubar.el (activate-popup-menu-hook): New.
|
|
1677 * menubar.el (last-popup-menu-event): New.
|
|
1678 * menubar.el (popup-mode-menu): New.
|
|
1679 * menubar.el (popup-buffer-menu): New.
|
|
1680 * menubar.el (popup-menubar-menu): New.
|
|
1681 * menubar.el (menu-call-at-event): New.
|
|
1682 Move non-content functions here. Add support for context menu
|
|
1683 items on extents.
|
|
1684
|
444
|
1685 * minibuf.el (minibuffer-history-uniquify):
|
442
|
1686 Typo fix.
|
|
1687
|
444
|
1688 * minibuf.el (read-file-name-1):
|
442
|
1689 Call new file dialog box if it exists.
|
|
1690
|
|
1691 * minibuf.el (mouse-rfn-setup-vars):
|
|
1692 Clean up "chop" action.
|
|
1693
|
|
1694 * mouse.el:
|
|
1695 * mouse.el (button2): Now bound to mouse-track.
|
|
1696 * mouse.el (click-inside-extent-p):
|
|
1697 * mouse.el (point-inside-extent-p):
|
|
1698 * mouse.el (point-inside-selection-p):
|
|
1699 * mouse.el (mouse-drag-or-yank): Removed.
|
|
1700 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
1701 * mouse.el (mouse-eval-sexp):
|
|
1702 * mouse.el (mouse-track-activate-strokes): New.
|
|
1703 * mouse.el (mouse-track-do-activate): New.
|
|
1704 * mouse.el (mouse-track):
|
|
1705 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
1706 * mouse.el (default-mouse-track-cleanup-hook):
|
|
1707 * mouse.el (default-mouse-track-drag-hook):
|
|
1708 * mouse.el (default-mouse-track-drag-up-hook):
|
|
1709 * mouse.el (default-mouse-track-click-hook):
|
|
1710 Merge drag-n-drop into mouse-track.
|
|
1711 Add general "activate" support to replace specific button2 kludges.
|
|
1712 Use "button modifier" support in mouse-track.
|
|
1713
|
|
1714 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
1715
|
|
1716 * package-ui.el:
|
|
1717 * package-ui.el (pui-menu):
|
|
1718 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
1719 Fix bytecompiler warnings.
|
|
1720 Clean up popup code a bit.
|
|
1721
|
|
1722 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
1723
|
|
1724 * simple.el:
|
|
1725 * simple.el (transpose-lines):
|
|
1726 * simple.el (transpose-line-up): New.
|
|
1727 * simple.el (transpose-line-down): New.
|
|
1728 * simple.el (transpose-subr):
|
|
1729 * simple.el (transpose-subr-1): Removed.
|
|
1730 Clean up, add functions to move lines up and down.
|
|
1731
|
|
1732 * startup.el (mail-host-address):
|
|
1733 * startup.el (user-mail-address):
|
|
1734 Customize.
|
|
1735
|
|
1736 * subr.el:
|
|
1737 * subr.el (set-symbol-value-in-buffer): New.
|
|
1738 * subr.el (error):
|
|
1739 * subr.el (check-argument-type):
|
|
1740 * subr.el (defined-error-p): New.
|
|
1741 Add structured error support.
|
|
1742
|
|
1743 * toolbar-items.el (toolbar-compile):
|
|
1744 Use new make-dialog-box.
|
|
1745
|
|
1746 * update-elc.el:
|
|
1747
|
|
1748 * userlock.el (ask-user-about-lock-dbox):
|
|
1749 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
1750 * userlock.el (ask-user-about-lock):
|
|
1751 * userlock.el (ask-user-about-supersession-threat):
|
|
1752 Use new make-dialog-box.
|
|
1753 Add safety checks; use should use-dialog-box-p.
|
|
1754
|
|
1755 * window-xemacs.el:
|
|
1756 * window-xemacs.el (__buffer-dedicated-frame):
|
|
1757 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
1758 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
1759 Move dedicated-frame stuff into lisp.
|
|
1760
|
|
1761 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1762
|
|
1763 * printer.el (generic-print-region): Do not require that
|
|
1764 `printer-name' be set.
|
|
1765 (printer-name): Commentary clarification.
|
|
1766
|
|
1767 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
1768
|
|
1769 * XEmacs 21.2.35 is released.
|
|
1770
|
|
1771 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1772
|
|
1773 * select.el (selection-coercible-types): Initialise.
|
|
1774
|
|
1775 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1776
|
|
1777 * select.el (own-clipboard): Bug fix.
|
|
1778
|
|
1779 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
1780
|
|
1781 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
1782 continuing.
|
|
1783
|
|
1784 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
1785
|
|
1786 * startup.el (load-init-file): Remove silly call to
|
|
1787 `load-user-custom-file`.
|
|
1788 (maybe-migrate-user-init-file): Minor fixes.
|
|
1789
|
|
1790 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
1791
|
444
|
1792 * apropos.el (apropos-documentation-check-doc-file):
|
442
|
1793 `doc' variable should be let-bound, as was presumably intended.
|
|
1794
|
444
|
1795 * cus-edit.el (custom-variable-reset-saved):
|
|
1796 (custom-variable-reset-standard):
|
442
|
1797 Remove unused variable comment-widget. Twice.
|
|
1798
|
444
|
1799 * toolbar.el (toolbar-blank-press-function):
|
442
|
1800 Add a real defvar with initial value nil and proper docstring.
|
|
1801 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
1802
|
|
1803 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
1804 Add defvar for pending-delete-mode.
|
|
1805
|
|
1806 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
1807
|
444
|
1808 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
442
|
1809 Use let* since the second form referred to the first.
|
|
1810
|
|
1811 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1812
|
|
1813 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
1814 instead of removed `mswindows-get-clipboard'.
|
|
1815
|
|
1816
|
|
1817 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1818
|
|
1819 * select.el (select-convert-from-text): New.
|
|
1820 * select.el (select-convert-from-length): New.
|
|
1821 * select.el (select-convert-from-integer): New.
|
|
1822 * select.el (select-convert-from-identity): New.
|
|
1823 * select.el (select-convert-from-filename): New.
|
|
1824 * select.el (selection-converter-in-alist): Use them.
|
|
1825 New converter functions for X.
|
|
1826
|
|
1827 * select.el (get-selection): Removed comment.
|
|
1828
|
|
1829 * select.el (own-selection): Removed append code - I thought
|
|
1830 I'd already done this, but apparently not...
|
|
1831
|
|
1832 * select.el: Changed comment about TIMESTAMP.
|
|
1833
|
|
1834 * select.el (select-convert-in): New.
|
|
1835 * select.el (select-convert-out): New.
|
|
1836 New functions that get used by select.c.
|
|
1837
|
|
1838 * select.el (select-buffer-killed-default): New.
|
|
1839 * select.el (select-buffer-killed-text): New.
|
|
1840 * select.el (selection-buffer-killed-alist): New.
|
|
1841 New list and functions that get called if a relevant selection
|
|
1842 exists and a buffer gets killed.
|
|
1843
|
|
1844 * select.el (select-convert-to-targets):
|
|
1845 * select.el (select-convert-to-identity): Removed.
|
|
1846 * select.el (select-convert-from-identity): Removed.
|
|
1847 * select.el (select-converter-out-alist):
|
|
1848 Removed _EMACS_INTERNAL selection type.
|
|
1849
|
|
1850 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
1851 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
1852 Removed this X-specific nonesense. Use the generic support
|
|
1853 in select.el instead.
|
|
1854
|
|
1855 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
1856
|
444
|
1857 * mule/mule-category.el (defined-category-hashtable):
|
442
|
1858 Use make-hash-table instead of make-hashtable
|
|
1859
|
|
1860 * buff-menu.el: Byte-compiler warning fix.
|
|
1861
|
444
|
1862 * isearch-mode.el (isearch-highlight-all-cleanup):
|
442
|
1863 Remove unused variable `isearch-highlight-all-start'.
|
|
1864
|
|
1865 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
1866
|
|
1867 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
1868
|
444
|
1869 * cus-dep.el (Custom-make-dependencies):
|
442
|
1870 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
1871
|
|
1872 * autoload.el (autoload-package-name): Warning suppression.
|
|
1873 Move defvar prior to first use.
|
|
1874
|
|
1875 * custom.el: Add autoload for custom-declare-face.
|
|
1876 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
444
|
1877 * cl.el (cl-hack-byte-compiler):
|
442
|
1878 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
1879 to work properly.
|
|
1880
|
|
1881 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
1882
|
|
1883 * startup.el (load-home-init-file): Added variable.
|
|
1884 (maybe-migrate-user-init-file): Added.
|
|
1885 (load-user-init-file): Load custom file if different from init
|
|
1886 file.
|
|
1887
|
|
1888 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
1889 "startup."
|
|
1890
|
|
1891 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
1892 Moved `custom-file'-related code to cus-file.el.
|
|
1893
|
|
1894 * cus-file.el: New file.
|
|
1895
|
|
1896 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
1897
|
|
1898 * packages.el (packages-find-package-directories): Added support
|
|
1899 for external package hierarchies with in-place installations.
|
|
1900
|
|
1901 * find-paths.el (paths-root-in-place-p): Added.
|
|
1902 (paths-find-emacs-directory): Added support for external
|
|
1903 directories with in-place installations.
|
|
1904 (paths-find-site-directory): Ditto.
|
|
1905
|
|
1906 * startup.el (find-user-init-file): Also look for
|
|
1907 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
1908
|
|
1909 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1910
|
|
1911 * select.el (own-selection):
|
|
1912 * select.el (own-clipboard): Changed `append' parameter to
|
|
1913 `how-to-use' parameter.
|
|
1914 * select.el (own-selection): Removed icky append code.
|
|
1915 * select.el (own-selection, get-selection): Removed extra type
|
|
1916 checking.
|
|
1917 * select.el (selection-appender-alist):
|
|
1918 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
1919 * select.el (select-append-to-*): New.
|
|
1920 * select.el (select-convert-from-*): New. New functions to append
|
|
1921 data and convert data from external type.
|
|
1922
|
|
1923 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
1924
|
|
1925 * font-lock.el: Javadoc enhancements.
|
|
1926
|
|
1927 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1928
|
|
1929 * printer.el (generic-print-region): Compose job name from buffer
|
|
1930 name.
|
|
1931
|
|
1932 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1933
|
|
1934 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
1935 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
1936 to avoid unnecessary progress gauges.
|
|
1937
|
|
1938 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
1939
|
|
1940 * custom-load.el (faces):
|
|
1941
|
|
1942 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
1943 dir is a regex.
|
|
1944
|
|
1945 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
1946 coding systems so that jka-compr works.
|
|
1947
|
|
1948 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
1949
|
|
1950 * font-lock.el: Undo previous change. Unfortunately, some
|
|
1951 files actually use the variables directly in their init code
|
|
1952 without quoting them.
|
|
1953
|
|
1954 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
1955
|
|
1956 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
1957
|
|
1958 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
1959 only when necessary.
|
|
1960
|
|
1961 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
444
|
1962
|
442
|
1963 * cl-macs.el: fix cl-transform-function-property kludge
|
|
1964 so that it does not require a random feature.
|
|
1965
|
|
1966 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1967
|
|
1968 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
1969 as in Linux kernel "Rules.make".
|
|
1970
|
|
1971 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1972
|
|
1973 * build-report.el (build-report): Add autoload cookie.
|
|
1974
|
|
1975 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
1976
|
|
1977 * package-ui.el (defgroup pui): Correct a misspelling
|
|
1978 (pui-toggle-package-delete): Change `seleted' to `selected'
|
444
|
1979
|
442
|
1980 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1981
|
444
|
1982 * package-get.el (package-get-update-base):
|
442
|
1983 (package-get): Use insert-file-contents-literally always.
|
|
1984 (package-get-maybe-save-index):
|
|
1985 Force coding system for writing to binary.
|
|
1986
|
|
1987 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
1988
|
|
1989 * code-process.el (call-process-region): If there is no coding
|
|
1990 system for the process on process-coding-system-alist use the
|
|
1991 coding system of the buffer containing the region.
|
|
1992
|
|
1993 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
1994
|
|
1995 * cmdloop.el (command-error):
|
|
1996 If debug-on-error and noninteractive, output backtrace.
|
|
1997
|
|
1998 * files.el (file-relative-name):
|
|
1999 Remove MSDOS references.
|
|
2000
|
|
2001 * simple.el (line-number): New function, due to non-obvious
|
|
2002 behavior/usage of count-lines.
|
|
2003
|
|
2004 * simple.el (count-lines): document non-obvious usage to get
|
|
2005 line number.
|
|
2006
|
|
2007 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
2008
|
|
2009 * faces.el ((featurep 'xpm)):
|
|
2010 * x-faces.el (x-init-face-from-resources):
|
|
2011 * x-faces.el (x-init-frame-faces):
|
|
2012 * x-misc.el (x-init-specifier-from-resources):
|
|
2013 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
2014 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
2015 * x-mouse.el (x-init-pointer-shape):
|
|
2016 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
2017 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
2018 rather than errors on bogus arguments.
|
|
2019
|
|
2020 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
2021
|
|
2022 * compat.el: new file. provides a clean, non-intrusive way to
|
|
2023 define compatibility functions.
|
|
2024
|
|
2025 * process.el (shell-quote-argument): temporary fix for lack
|
|
2026 of nt-quote-process-args. #### I need to put back the overall
|
|
2027 structure of that mechanism but redo the guts of it using the
|
|
2028 extra intelligence in the C code.
|
|
2029
|
|
2030 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2031
|
|
2032 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
2033 `package-get' does in package-get.el, instead of using external
|
|
2034 "md5sum" program.
|
|
2035
|
|
2036 * package-get.el (package-get): Insert package file literally to
|
|
2037 make checksum calculation work.
|
|
2038
|
|
2039 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2040
|
|
2041 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
2042 (file-coding-system-alist): Removed reference to
|
|
2043 convert-mbox-coding-system.
|
|
2044
|
|
2045 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
2046
|
|
2047 * XEmacs 21.2.34 is released.
|
|
2048
|
|
2049 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2050
|
|
2051 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
2052
|
|
2053 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2054
|
|
2055 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
2056 and fboundp
|
|
2057
|
|
2058 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2059
|
|
2060 * packages.el: It's ok to use built-in macros, but not lisp
|
|
2061 defined ones.
|
|
2062
|
|
2063 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
2064
|
|
2065 * font-lock.el:
|
|
2066 * font-lock.el (font-lock-message-threshold):
|
|
2067 * font-lock.el (font-lock-mode):
|
|
2068 * font-lock.el (font-lock-default-fontify-buffer):
|
|
2069 * font-lock.el (font-lock-always-fontify-immediately):
|
|
2070 * font-lock.el (font-lock-old-extent): Removed.
|
|
2071 * font-lock.el (font-lock-old-len): Removed.
|
|
2072 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
2073 * font-lock.el (font-lock-pending-extent-table): New.
|
|
2074 * font-lock.el (font-lock-range-table): New.
|
|
2075 * font-lock.el (font-lock-after-change-function):
|
|
2076 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
2077 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
2078 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
2079 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
2080 Rewrite deferral code to handle any number of changes, merging
|
|
2081 them properly. Remove hacked-up code for revert-buffer, now
|
|
2082 unnecessary.
|
444
|
2083
|
442
|
2084 * menubar-items.el (default-menubar):
|
|
2085 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
2086 unless necessary; doing this turns off font-lock.
|
|
2087
|
|
2088 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2089
|
|
2090 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
2091
|
|
2092 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2093
|
|
2094 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
2095 matching to process -*-texinfo-*- -*-.
|
|
2096
|
|
2097 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
2098
|
|
2099 * minibuf.el (minibuf-directory-files): new function.
|
|
2100 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
2101 (read-directory-name-internal): ditto.
|
|
2102 (mouse-file-display-completion-list): ditto.
|
|
2103 (mouse-directory-display-completion-list): ditto.
|
|
2104 (read-file-name-internal): remove "./" from completion list unless
|
|
2105 explicitly matched, for consistency.
|
|
2106
|
|
2107 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
2108
|
|
2109 * gutter-items.el (gutter-buffers-tab):
|
|
2110 * gutter-items.el (add-tab-to-gutter):
|
|
2111 * gutter-items.el (update-tab-in-gutter):
|
|
2112 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
2113 * gutter-items.el (append-progress-display):
|
|
2114 * gutter-items.el (abort-progress-display):
|
|
2115 * gutter-items.el (raw-append-progress-display):
|
|
2116 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
2117 to fix problems with multiple windows in a frame.
|
444
|
2118
|
442
|
2119 * menubar-items.el (tutorials-menu-filter):
|
|
2120 Fix typo.
|
444
|
2121
|
442
|
2122 * startup.el (early-error-handler):
|
|
2123 Display message box under windows; otherwise, message will disappear
|
|
2124 before it can be viewed.
|
444
|
2125
|
442
|
2126 * update-elc.el:
|
|
2127 Fix bug in NEEDTODUMP processing.
|
|
2128
|
|
2129 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2130
|
|
2131 * startup.el (lock-directory): Removed.
|
|
2132 (superlock-file): Ditto.
|
|
2133 (startup-set-paths): Remove lockdir.
|
|
2134 (startup-setup-paths-warning): Remove lock-directory.
|
|
2135
|
|
2136 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
2137 (paths-find-superlock-file): Ditto.
|
|
2138
|
|
2139 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2140
|
|
2141 * faces.el (set-face-property):
|
|
2142 * faces.el (set-face-font):
|
|
2143 * faces.el (set-face-foreground):
|
|
2144 * faces.el (set-face-background):
|
|
2145 * faces.el (set-face-background-pixmap):
|
|
2146 * faces.el (set-face-underline-p):
|
|
2147 * faces.el (set-face-strikethru-p):
|
|
2148 * faces.el (set-face-highlight-p):
|
|
2149 * faces.el (set-face-dim-p):
|
|
2150 * faces.el (set-face-blinking-p):
|
|
2151 * faces.el (set-face-reverse-p):
|
|
2152 doc string changes.
|
444
|
2153
|
442
|
2154 * glyphs.el:
|
|
2155 * glyphs.el (make-image-specifier):
|
|
2156 * glyphs.el (glyph-property):
|
|
2157 * glyphs.el (set-glyph-image):
|
|
2158 * glyphs.el (make-glyph):
|
|
2159 * glyphs.el (make-pointer-glyph):
|
|
2160 * glyphs.el (make-icon-glyph):
|
|
2161 * glyphs.el (widget-image-instance-p): New.
|
|
2162 authorship info, lots of doc changes. New predicate, inadvertently
|
|
2163 omitted. the general principle with specifier docs is now that
|
|
2164 the description of instantiators should go with the make-foo-specifier
|
|
2165 fun's doc string, rather than in foo-specifier-p. this follows
|
|
2166 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
2167 of a place to look. sometimes the make-foo-specifier function needs
|
|
2168 to be created in the process.
|
444
|
2169
|
442
|
2170 * gutter.el:
|
|
2171 * gutter.el (make-gutter-specifier): New.
|
|
2172 * gutter.el (make-gutter-size-specifier): New.
|
|
2173 * gutter.el (make-gutter-visible-specifier): New.
|
|
2174 specifier doc updates according to the conventions specified before.
|
|
2175
|
|
2176 * objects.el:
|
|
2177 * objects.el (make-font-specifier):
|
|
2178 * objects.el (make-color-specifier):
|
|
2179 * objects.el (make-face-boolean-specifier): New.
|
|
2180 specifier doc updates according to the conventions specified before.
|
|
2181
|
|
2182 * specifier.el:
|
|
2183 * specifier.el (set-specifier):
|
|
2184 * specifier.el (make-integer-specifier): New.
|
|
2185 * specifier.el (make-boolean-specifier): New.
|
|
2186 * specifier.el (make-natnum-specifier): New.
|
|
2187 * specifier.el (make-generic-specifier): New.
|
|
2188 * specifier.el (make-display-table-specifier): New.
|
|
2189 specifier doc updates according to the conventions specified before.
|
|
2190
|
|
2191 * toolbar.el:
|
|
2192 * toolbar.el (make-toolbar-specifier): New.
|
|
2193 specifier doc updates according to the conventions specified before.
|
|
2194
|
|
2195 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2196
|
|
2197 * process.el (call-process-internal): Revert to previous version
|
|
2198 because Mike's change clashed with a change I did not long before.
|
|
2199 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
2200 Thanks very much Mike for pointing out the bug and submitting a
|
|
2201 patch!
|
|
2202
|
|
2203 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
2204
|
|
2205 * process.el (call-process-internal): Send the correct input buffer
|
|
2206 (call-process-internal): Return the exit status of the process
|
|
2207
|
|
2208 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2209
|
|
2210 * winnt.el:
|
|
2211 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
2212 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
2213 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
2214 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
2215 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
2216 * winnt.el (nt-quote-process-args): Removed.
|
|
2217 Remove all stuff for argument quoting. We borrow the code instead
|
|
2218 from Emacs 20.6, which is much more careful in its quoting
|
|
2219 (e.g. in handling runs of the escape character) and avoids most of
|
|
2220 the need for this Lisp mechanism by checking to see whether we're
|
|
2221 running a Cygwin or normal program and doing the appropriate
|
|
2222 quoting. If we end up needing such a mechanism, we should add
|
|
2223 it by extending the variable `mswindows-quote-process-args' so it
|
|
2224 can take an alist of regexps.
|
|
2225
|
|
2226 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2227
|
|
2228 * keydefs.el:
|
|
2229 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
2230 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
2231 the window without moving point.
|
444
|
2232
|
442
|
2233 * simple.el:
|
|
2234 * simple.el (scroll-up-one): New.
|
|
2235 * simple.el (scroll-down-one): New.
|
|
2236 Functions for use with C-M-up/down.
|
|
2237
|
|
2238 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
2239
|
|
2240 * XEmacs 21.2.33 is released.
|
|
2241
|
|
2242 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
2243
|
444
|
2244 * dialog.el (yes-or-no-p-dialog-box):
|
442
|
2245 Fix docstring.
|
444
|
2246 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
442
|
2247 1. Visit two files in two different frames.
|
|
2248 2. do File->Revert Buffer in one of those frames.
|
|
2249 3. Dialog box appears.
|
|
2250 4. Arrange things so that the mouse passes over the *other*
|
|
2251 frame, then to the dialog box, and click on "Yes".
|
|
2252 5. The file contents end up in the *wrong* buffer!
|
|
2253 Add TODO comment.
|
444
|
2254
|
442
|
2255 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2256
|
|
2257 * help.el (describe-installation): correct typo introduced
|
|
2258 in last patch: boundp -> fboundp.
|
|
2259
|
|
2260 * etags.el (buffer-tag-table-list):
|
|
2261 canonicalize filenames to Unix format so that tag-table-alist
|
|
2262 searching works under Windows.
|
444
|
2263
|
442
|
2264 * autoload.el:
|
|
2265 Bowdlerize the supposedly objectionable words
|
|
2266 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
444
|
2267
|
442
|
2268 * gutter-items.el (set-progress-display-style):
|
|
2269 * gutter-items.el (search-dialog-callback):
|
|
2270 * gutter-items.el (make-search-dialog):
|
|
2271 Change to new callback-ex api.
|
|
2272
|
|
2273 2000-04-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
2274
|
|
2275 * help.el: (describe-installation): decode-coding-string is not
|
|
2276 defined in a non MULE environment.
|
|
2277
|
|
2278 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2279
|
|
2280 * gutter-items.el (buffer-list-changed-hook):
|
|
2281 use it, not record-buffer-hook.
|
|
2282
|
|
2283 * subr.el (record-buffer-hook): Removed.
|
|
2284
|
|
2285 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
2286
|
|
2287 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
2288 use NORECORD option. Andy will not like this, but the existing
|
|
2289 gutter behavior is just wrong, as per this comment:
|
|
2290
|
|
2291 ;; this used to add the norecord flag to both calls below.
|
|
2292 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
2293 ;; that the current buffer is at the front of the buffers list.
|
|
2294 ;; for example, select an item and then do M-C-l
|
|
2295 ;; (switch-to-other-buffer). Things get way confused.
|
|
2296 ;;
|
|
2297 ;; Andy, if you want to maintain the current look, you must
|
|
2298 ;; *uncouple* the gutter order and buffers order.
|
|
2299
|
|
2300 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
2301
|
|
2302 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
2303 xemacs.mak.
|
|
2304
|
|
2305 * autoload.el (batch-update-one-directory): new function, used in
|
|
2306 xemacs.mak.
|
|
2307
|
|
2308 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
2309 loadup during update-elc is much much much faster. also do this
|
|
2310 when quick-building.
|
|
2311
|
|
2312 add commented-out code for profiling loadup.
|
444
|
2313
|
442
|
2314
|
|
2315 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
2316 is required in order to build xemacs.
|
|
2317
|
|
2318 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
2319
|
|
2320 * loadup.el: don't garbage collect during loadup if quick-build
|
|
2321 compile-time option is set.
|
|
2322
|
|
2323 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
2324
|
|
2325 * update-elc.el: compute whether any dumped .el or .elc files
|
|
2326 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
2327 if so.
|
444
|
2328
|
442
|
2329 * update-elc.el (update-elc-files-to-compile): always change
|
|
2330 NOBYTECOMPILE in the src directory rather than current dir,
|
|
2331 so it will work under NT.
|
|
2332
|
|
2333 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
2334 the form of this file is identical between Unix and Windows.
|
|
2335 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
2336 Added comment.
|
|
2337 (update-autoloads-from-directory): updated doc string.
|
|
2338 updated doc strings in a few other places.
|
|
2339
|
|
2340 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2341
|
|
2342 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
2343 byte-recompile-directory.
|
|
2344
|
|
2345 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2346
|
|
2347 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
2348 add-one-shot-hook.
|
|
2349 * gutter-items.el (clear-progress-display): Adjust number of
|
|
2350 arguments.
|
|
2351
|
|
2352 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2353
|
|
2354 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
2355
|
|
2356 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
2357
|
|
2358 * printer.el: New file.
|
444
|
2359
|
442
|
2360 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
444
|
2361
|
442
|
2362 * help.el (describe-installation): Fix decoding for Windows.
|
444
|
2363
|
442
|
2364 * menubar-items.el:
|
|
2365 * menubar-items.el (default-menubar):
|
|
2366 * menubar-items.el (tutorials-menu-filter): New.
|
|
2367 * menubar-items.el (popup-menubar-menu):
|
|
2368 Add authorship. Redo Help menu and Tutorials filter.
|
444
|
2369
|
442
|
2370 * menubar.el: Correct comment.
|
444
|
2371
|
442
|
2372 * modeline.el (modeline-buffer-identification): Correct doc string.
|
444
|
2373
|
442
|
2374 * simple.el:
|
|
2375 * simple.el (printing): Removed.
|
|
2376 * simple.el (printer-name): Removed.
|
|
2377 * simple.el (generic-print-buffer): Removed.
|
|
2378 * simple.el (generic-print-region): Removed.
|
|
2379 Move generic print code to printer.el.
|
|
2380
|
|
2381 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
2382
|
|
2383 * simple.el (generic-print-region): New.
|
|
2384 make this function actually work.
|
|
2385 (generic-print-buffer): call generic-print-region.
|
|
2386
|
|
2387 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
2388
|
|
2389 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
2390 by using the new widget-callback-current-channel.
|
|
2391 (search-dialog-callback): ditto.
|
|
2392
|
|
2393 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
2394
|
|
2395 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
2396 (default-gutter-position-changed-hook): ditto.
|
|
2397 (gutter-element-visibility-changed-hook): ditto.
|
|
2398 (set-gutter-element): ditto.
|
|
2399 (remove-gutter-element): ditto.
|
444
|
2400 (set-gutter-element-visible-p): ditto.
|
442
|
2401 (gutter-element-visible-p): ditto.
|
|
2402 (init-gutter): ditto.
|
|
2403
|
|
2404 * dialog.el (make-dialog-box): renamed and moved from
|
|
2405 gutter-items.el
|
|
2406
|
|
2407 * gutter-items.el: move various functions elsewhere.
|
|
2408
|
|
2409 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2410
|
|
2411 * menubar-items.el: Fixed place of parenthesis.
|
|
2412
|
|
2413 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
2414
|
|
2415 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
2416 without constantly being prompted for the tag.
|
|
2417 * simple.el: Added a number of section headings, to clarify the
|
|
2418 organization of this file.
|
444
|
2419 * simple.el (activate-region):
|
|
2420 * simple.el (region-exists-p):
|
|
2421 * simple.el (region-active-p):
|
442
|
2422 Moved these three function down to the other side of
|
|
2423 the case-changing functions, so they join the rest of
|
|
2424 the region code.
|
|
2425 * simple.el (printing): New.
|
|
2426 * simple.el (printer-name): New.
|
|
2427 * simple.el (generic-print-buffer): New.
|
|
2428 New functions, a very simple prototype for a unified
|
|
2429 printing interface.
|
444
|
2430
|
442
|
2431 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
2432 other problems with BUFFER specs.
|
444
|
2433
|
442
|
2434 * menubar-items.el:
|
|
2435 Fixed up File->Print to use new printing functions.
|
|
2436 Various corrections and expansions to Grep/Compile menus.
|
|
2437 New options for Printing.
|
|
2438 New options for SMTP Mail, the way to send mail under
|
|
2439 MS Windows. (There's also a package patch to make SMTP
|
|
2440 Mail be the default under MSWin.)
|
|
2441
|
|
2442 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
2443
|
|
2444 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
2445 did not work. Needed to quote mouse-track-rectangle-p.
|
|
2446
|
|
2447 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2448
|
|
2449 * cl-compat.el (keywordp): Removed.
|
|
2450
|
|
2451 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
2452
|
|
2453 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
2454 (progress-gauge-glyph): use dynamic sizing.
|
|
2455 (set-progress-display-style): new function. Set progress glyphs
|
|
2456 appropriately depending on the style.
|
|
2457 (progress-display-style): new variable. Custom version of
|
|
2458 set-progress-display-style.
|
|
2459 (progress-abort-glyph): switch to dynamic sizes.
|
|
2460 (search-dialog-text): make the edit field active.
|
|
2461
|
|
2462 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
2463
|
|
2464 * gutter-items.el (make-search-dialog): need to make the search
|
|
2465 dialog visible after creation.
|
|
2466
|
|
2467 * menubar-items.el (default-menubar): use the search dialog for
|
|
2468 searching. Remove some extraneous search menu items.
|
|
2469
|
|
2470 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
2471 well as strings.
|
|
2472 (make-gutter-only-dialog-frame): allow the user to create the
|
|
2473 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
2474 (search-dialog-direction): new variable.
|
|
2475 (search-dialog-text): new variable.
|
|
2476 (search-dialog-callback): new function. Callback for the search
|
|
2477 dialog action.
|
|
2478 (make-search-dialog): new function. Create a user-friendly search
|
|
2479 dialog.
|
|
2480
|
|
2481 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2482
|
|
2483 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
2484 under Windows.
|
|
2485
|
|
2486 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
2487
|
|
2488 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
2489 progress more accurately.
|
|
2490
|
|
2491 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
2492
|
|
2493 * finder.el (finder-compile-keywords): Process readable files only.
|
|
2494 Because error in process of .#finder-inf.el when compile xemacs
|
|
2495 with --with-clash-detection option.
|
|
2496
|
|
2497 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
2498
|
|
2499 * gutter-items.el (append-progress-display): don't delay after a
|
|
2500 successful font-lock.
|
|
2501 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
2502 create gutter-only dialogs.
|
|
2503
|
|
2504 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
2505
|
|
2506 * process.el (call-process-internal): Handle a null BUFFER
|
|
2507 parameter correctly.
|
|
2508
|
|
2509 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
2510
|
|
2511 * gutter-items.el (abort-progress-display): put strings in the
|
|
2512 gutter not extents.
|
|
2513 (progress-layout-glyph): signal special 'quit callback.
|
|
2514 (progress-display-quit-function): deleted.
|
|
2515 (progress-display-stop-callback): deleted.
|
|
2516 (progress-display-dispatch-command-events): deleted.
|
|
2517 (append-progress-display): remove calls to
|
|
2518 progress-display-dispatch-command-events.
|
|
2519 (raw-append-progress-display): ditto.
|
|
2520
|
|
2521 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2522
|
|
2523 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
2524 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
2525 an error predicate. Correctly handle PIXMAP being either relative
|
|
2526 or absolute file name.
|
|
2527
|
|
2528 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
2529
|
|
2530 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
2531 (abort-progress-display): ditto. Don't delete the created extent.
|
|
2532 (raw-append-progress-display): ditto.
|
|
2533 (progress-display-dispatch-non-command-events): new
|
|
2534 function. Encapsulates what we want to do when no command input is
|
|
2535 required.
|
|
2536 (progress-display-dispatch-command-events): likewise, but disable
|
|
2537 for now since it causes too many problems.
|
|
2538 (append-progress-display): use them.
|
|
2539 (raw-append-progress-display): ditto.
|
|
2540 (default-gutter-position-changed-hook): set this rather than
|
|
2541 default-gutter-position-changed.
|
|
2542 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
2543 rather than one.
|
|
2544 (raw-append-progress-display): trap errors in pending input since
|
|
2545 allowing them to signal will hose the gauge well and
|
|
2546 truly. Ideally we would like to delay these until we are more able
|
|
2547 to cope.
|
|
2548 (append-progress-display): ditto.
|
|
2549
|
|
2550 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
444
|
2551
|
442
|
2552 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
2553 in process.el.
|
|
2554
|
|
2555 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2556
|
444
|
2557 * mule\mule-cmds.el (set-language-info-alist):
|
442
|
2558 Fix to correspond to new menu arrangement.
|
|
2559
|
|
2560 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2561
|
|
2562 * process.el:
|
|
2563 * process.el (call-process-internal): New.
|
|
2564 New implementation of call-process. Only enabled under NT, so far.
|
|
2565 stderr handling not implemented yet in CVS'd C code.
|
|
2566
|
|
2567 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
2568
|
|
2569 * lisp-mode.el:
|
|
2570 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
2571 * lisp-mode.el (lisp-interaction-mode):
|
|
2572 Put back Lisp Interaction menubar for Jan V's sake.
|
444
|
2573
|
442
|
2574 * simple.el:
|
|
2575 * simple.el (mark-ring):
|
|
2576 * simple.el (dont-record-current-mark): New.
|
|
2577 * simple.el (in-shifted-motion-command): New.
|
|
2578 * simple.el (mark-ring-unrecorded-commands): New.
|
|
2579 * simple.el (mark-ring-max):
|
|
2580 * simple.el (set-mark-command):
|
|
2581 * simple.el (push-mark):
|
|
2582 * simple.el (handle-pre-motion-command):
|
|
2583 Implement scheme for not recording unimportant marks.
|
444
|
2584
|
442
|
2585 * subr.el:
|
|
2586 * subr.el (function-allows-args): New.
|
|
2587 New function function-allows-args.
|
|
2588
|
|
2589 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
2590
|
|
2591 * XEmacs 21.2.32 is released.
|
|
2592
|
|
2593 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
2594
|
|
2595 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
2596 selected-window if required to do so.
|
|
2597 (buffers-tab-items): ditto.
|
|
2598 (add-tab-to-gutter): ditto.
|
|
2599 (create-frame-hook): use force-selection.
|
|
2600 (default-gutter-position-changed): lambdify.
|
|
2601 (update-tab-hook): deleted since it was only used in one place.
|
|
2602
|
|
2603 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
2604
|
|
2605 * files.el (find-file-noselect): undo change that shouldn't have
|
|
2606 gone in.
|
|
2607
|
|
2608 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
2609
|
|
2610 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
2611 of selected-window trickery.
|
|
2612
|
|
2613 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
2614 frames tabs.
|
|
2615 (progress-display-stop-callback): progress -> progress-display
|
|
2616 (progress-display-quit-function): ditto.
|
|
2617 (clear-progress-display): ditto.
|
|
2618 (remove-progress-display): ditto.
|
|
2619 (append-progress-display): ditto.
|
|
2620 (abort-progress-display): ditto.
|
|
2621 (raw-append-progress-display): ditto.
|
|
2622 (display-progress-display): ditto.
|
|
2623 (current-progress-display-label): ditto.
|
|
2624 (current-progress-display): ditto.
|
|
2625 (lprogress-display): ditto and save the buffer
|
|
2626 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
2627 changed which confuses font-lock.
|
|
2628
|
|
2629 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
2630 errors, not just quit.
|
|
2631 (font-lock-mode): progress -> display-progress
|
|
2632 (font-lock-default-fontify-buffer): ditto.
|
|
2633 (font-lock-fontify-syntactically-region): ditto.
|
|
2634 (font-lock-fontify-keywords-region): ditto.
|
|
2635
|
|
2636 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2637
|
|
2638 * cl.el (gensym): Move to here from cl-macs.el.
|
|
2639 (gentemp): Ditto.
|
|
2640
|
|
2641 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
2642
|
|
2643 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
2644 progress management.
|
|
2645 (font-lock-default-fontify-buffer): ditto.
|
|
2646 (font-lock-fontify-syntactically-region): ditto.
|
|
2647 (font-lock-fontify-keywords-region): ditto.
|
|
2648 (font-lock-revert-cleanup): fix reverting.
|
|
2649 (font-lock-revert-setup): ditto.
|
|
2650
|
|
2651 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
2652 echo area for progress gauges if non-nil.
|
|
2653 (clear-progress): remove echo area stuff and defer to
|
|
2654 clear-message.
|
|
2655 (append-progress): dispatch non-command events after each progress
|
|
2656 increment. Remove echo area stuff.
|
|
2657 (abort-progress): remove echo area stuff and defer to
|
|
2658 display-message.
|
|
2659 (raw-append-progress): ditto. Dispatch non-command events after
|
|
2660 gutter redisplay.
|
|
2661 (display-progress): defer echo area stuff to display-message.
|
|
2662
|
|
2663 * gutter-items.el (clear-progress):
|
|
2664 (abort-progress): indentation changes.
|
|
2665 (display-progress): don't clear progress.
|
|
2666 (append-progress): compare messages with equal.
|
|
2667 (raw-append-progress): use dispatch-non-command-events to flush
|
|
2668 widget creation events.
|
|
2669
|
|
2670 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
2671
|
|
2672 * abbrev.el:
|
|
2673 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
2674 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
2675 Changes for use with the menubar.
|
|
2676
|
|
2677 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
2678
|
|
2679 * alist.el (vassoc): moved here from font-menu.el.
|
|
2680
|
|
2681 * custom.el (defface): typo fix.
|
|
2682
|
|
2683 * dialog.el (yes-or-no-p-dialog-box):
|
|
2684 * dialog.el (message-box):
|
|
2685 * files.el (save-some-buffers-1):
|
|
2686 Put accelerators in the button names.
|
|
2687
|
|
2688 * font-lock.el (font-lock-comment-face):
|
|
2689 * font-lock.el (font-lock-keyword-face):
|
|
2690 * font-lock.el (font-lock-function-name-face):
|
|
2691 Fixed some of the colors under MS Windows because the existing
|
|
2692 default colors were hardly different from black and needed to be
|
|
2693 made lighter.
|
|
2694
|
|
2695 * font-menu.el:
|
|
2696 * font-menu.el (font-menu-split-long-menu):
|
|
2697 * font-menu.el (font-menu-family-constructor):
|
|
2698 * font-menu.el (font-menu-size-constructor):
|
|
2699 * font-menu.el (font-menu-weight-constructor):
|
|
2700 * font-menu.el (font-menu-set-font):
|
|
2701 vassoc moved to alist.el.
|
|
2702 Accelerators added to all menus.
|
|
2703 Unused bound var new-props removed.
|
444
|
2704
|
442
|
2705 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
2706 more consistent order and fixed a number of cases where key
|
|
2707 combinations involving up, down, left, right and so on were
|
|
2708 defined but the corresponding keypad combinations were not
|
444
|
2709 defined.
|
442
|
2710
|
|
2711 * lisp-mode.el:
|
|
2712 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
2713 * lisp-mode.el (emacs-lisp-mode):
|
|
2714 * lisp-mode.el (lisp-interaction-mode):
|
|
2715 * lisp-mode.el (flet):
|
|
2716 Added accelerators onto the menus.
|
|
2717 Made all the different versions of the let function be indented
|
|
2718 the same way.
|
|
2719 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
2720 to have the menubar and popup menus different.
|
|
2721 Cleaned up the menu; added items for find-function &c and some
|
|
2722 indenting, and removed debug-on-*.
|
|
2723
|
|
2724 * list-mode.el (list-mode-hook):
|
|
2725 * list-mode.el (list-mode):
|
|
2726 * list-mode.el (completion-setup-hook):
|
|
2727 * list-mode.el (display-completion-list):
|
|
2728 Added support for the :window-height keyword, which is required
|
|
2729 because of other changes that I made for the file dialog box. I
|
|
2730 also made the hook variables list-mode-hook and
|
|
2731 completion-setup-hook and also minibuffer-setup-hook in
|
|
2732 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
2733
|
|
2734 * map-ynp.el (map-y-or-n-p):
|
|
2735 Added accelerators to the dialog buttons.
|
|
2736
|
|
2737 * menubar-items.el (menu-truncate-list):
|
|
2738 New internal function.
|
|
2739 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
2740 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
2741 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
2742 New exported functions, for use in auto-generating accelerator specs.
|
|
2743
|
|
2744 * menubar-items.el:
|
|
2745 * menubar-items.el (default-menubar):
|
|
2746 * menubar-items.el (maybe-add-init-button):
|
|
2747 * menubar-items.el (bookmark-menu-filter):
|
|
2748 * menubar-items.el (slow-format-buffers-menu-line):
|
|
2749 * menubar-items.el (build-buffers-menu-internal):
|
|
2750 * menubar-items.el (language-environment-menu-filter):
|
|
2751 * menubar-items.el (default-popup-menu):
|
|
2752 * menubar-items.el (popup-buffer-menu):
|
|
2753 * menubar-items.el (popup-menubar-menu):
|
|
2754 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
2755 done working on the menubar, and there will be more patches to
|
|
2756 come. A basic summary of what I've done:
|
|
2757
|
|
2758 a) I added accelerators to all of the menu items. For menus that
|
|
2759 are auto-generated, such as the buffers menu, the accelerators are
|
|
2760 automatically added to the beginning of each line using the
|
|
2761 numbers 1 through 9, then zero, and then letters starting with A,
|
|
2762 but omitting the letters that are already in use for the fixed
|
|
2763 menu items at the top of the buffers menu. To facilitate adding
|
|
2764 accelerators of this kind, I created some new functions
|
|
2765 (*-accelerator-spec), which are also being used by other filters
|
|
2766 that auto generate lists of things such as ftp sites to download
|
|
2767 packages. If people really don't like these accelerators
|
|
2768 appearing at the beginning of the menu items, a variable can be
|
|
2769 added to optionally turn them off, but I think this is rather
|
|
2770 pointless because other menu items have accelerators and many or
|
|
2771 most of the menu users will use the accelerators if the support is
|
|
2772 there.
|
|
2773
|
|
2774 b) I combined the top level Tools and Apps menus into a single
|
|
2775 Tools menu, because the distinction between the two is not
|
|
2776 obvious, and the items on the menus are not used often enough that
|
444
|
2777 putting some of them onto submenus is a problem.
|
442
|
2778
|
|
2779 c) I created two new top level menus called View and Cmds because
|
|
2780 there were too many items on the File and Edit menus, and I'm going
|
|
2781 to be adding more items to these menus. In contrast to the Tools
|
|
2782 menu, the items on these menus may be used quite often during an
|
|
2783 editing session, and so should be available with fewer
|
444
|
2784 keystrokes.
|
442
|
2785
|
|
2786 d) I added a number of options to the options menu, including one
|
|
2787 for controlling whether the alt key can be used to traverse to
|
|
2788 menu items using the accelerators, one for controlling behavior of
|
|
2789 control-k, one for controlling how the kill and yank functions
|
|
2790 interact with the clipboard, a few additional buffers-menu
|
|
2791 options, and various other things. I also did a bit of
|
|
2792 rearranging, for example, combining the keyboard and mouse options
|
|
2793 into a single keyboard and mouse submenu to facilitate the
|
444
|
2794 accelerators on that level.
|
442
|
2795
|
|
2796 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
2797 to take two arguments instead of one, the second argument being
|
|
2798 the line number for use in creating an accelerator. I added a
|
|
2799 hack to support existing functions with one argument (although I
|
444
|
2800 doubt that very many of these exist), for backward compatibility.
|
442
|
2801
|
|
2802 f) I moved the top level mule menu to be a submenu of the edit
|
|
2803 menu. I think that most of the items on this menu are fairly
|
|
2804 useless and there are certainly not enough frequently used items
|
444
|
2805 to justify this being its own top level menu.
|
442
|
2806
|
|
2807 g) I combined most of the items in big-menubar.el into the main menu.
|
|
2808 If people think the main menu is too big, it would be possible to
|
|
2809 create different configurations, some smaller.
|
|
2810
|
|
2811 * menubar.el (check-menu-syntax):
|
|
2812 Deleted some syntax checks that were no longer valid, partly
|
|
2813 because of changes that were already made a long time ago, and
|
|
2814 partly because of a change I made where I allow the name of the
|
|
2815 menu item to be an evaluated expression rather than just a string,
|
|
2816 similar to all of the other parameters of a menu item.
|
|
2817
|
|
2818 * minibuf.el:
|
|
2819 * minibuf.el (read-file-name-1):
|
|
2820 * minibuf.el (mouse-read-file-name-1):
|
|
2821 I made a number of changes to improve the appearance
|
|
2822 and functioning of the file dialog box. They include:
|
|
2823
|
|
2824 a) Fixing the problem where closing the dialog box by clicking on
|
|
2825 the close button of the window didn't properly exit the
|
444
|
2826 minibuffer.
|
442
|
2827
|
|
2828 b) Fixing the problem that if you typed part of a file name, and
|
|
2829 then clicked on a completion with the mouse, the file was not
|
444
|
2830 correctly selected.
|
442
|
2831
|
|
2832 c) Changing the title of the dialog box to reflect the operation
|
|
2833 being done in accordance with user interface conventions, rather
|
444
|
2834 than the name of the dialog box buffer, which is rather useless.
|
442
|
2835
|
|
2836 d) Remove the words "possible completions are" which didn't
|
444
|
2837 belong.
|
442
|
2838
|
|
2839 e) Fix things so that the completions scroll off the end of the
|
|
2840 completions windows only to the right, rather than both to the
|
|
2841 right and down, which is in accordance with Windows user interface
|
444
|
2842 conventions.
|
442
|
2843
|
|
2844 * msw-init.el (init-post-mswindows-win):
|
|
2845 Added a binding for meta-F4, which is the standard windows binding
|
|
2846 for exiting a program.
|
|
2847
|
|
2848 * select.el (get-selection-no-error):
|
|
2849 * select.el (own-selection):
|
|
2850 * select.el (own-clipboard):
|
|
2851 Added an optional argument called append to the functions
|
|
2852 own-selection and own-clipboard. This adds support for appending
|
|
2853 text to the existing selection and allows the function
|
|
2854 own-clipboard to be used as the value of the variable
|
|
2855 interprogram- cut-function.
|
|
2856
|
|
2857 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
2858
|
|
2859 * simple.el (historical-kill-line): New.
|
|
2860
|
|
2861 * simple.el (kill-line):
|
|
2862 * simple.el (interprogram-cut-function):
|
|
2863 * simple.el (interprogram-paste-function):
|
|
2864 * simple.el (handle-pre-motion-command):
|
|
2865 * simple.el (next-line):
|
|
2866 * simple.el (previous-line):
|
|
2867 a) Expanded the variable kill-whole-line, so that function
|
|
2868 kill-line can be set to delete the entire line always, not just
|
|
2869 when cursor is at the beginning of the line. This is controlled
|
|
2870 by setting the variable kill-whole-line to the symbol 'always.
|
|
2871 This behavior, as well as the existing kill-whole-line behavior,
|
|
2872 now only take effect when kill-line is called interactively,
|
|
2873 although this is a departure from a previous behavior in the case
|
|
2874 of setting this variable kill-whole-line to t. It is almost
|
|
2875 certainly what has always been intended, and most likely the old
|
|
2876 way of doing things introduced bugs. I also created a function
|
|
2877 called historical-kill-line, which ignores the kill-whole-line
|
|
2878 setting and always gives the historical behavior of only killing
|
|
2879 to the end of the line. I bound this function to shift- control-k
|
|
2880 so that the kill to end of line behavior is available, even when
|
|
2881 kill-whole-line has been set to change control-k into the simple
|
|
2882 delete-whole-line behavior. (This can be set using the options
|
|
2883 menu.)
|
|
2884
|
|
2885 b) I changed things so that kill and yank now interact with the
|
|
2886 clipboard by default under windows. This was done by changing the
|
|
2887 default value of interprogram-cut- function and
|
|
2888 interprogram-paste-function. You can get the old behavior by
|
|
2889 setting these to nil, and there is an option on the options menu
|
|
2890 to do this.
|
|
2891
|
|
2892 c) I added support for selecting text using shifted motion keys.
|
|
2893 This support is on by default and can be controlled by the
|
|
2894 variable shifted-motion-keys-select-region. There is also a
|
|
2895 variable called unshifted-motion-keys-deselect-region that
|
|
2896 controls more specifically how the shifted motion key behavior
|
|
2897 works. I did not put an option on the options menu to turn this
|
|
2898 off, because I can't imagine why this would be useful.
|
|
2899
|
|
2900 * simple.el (forward-block-of-lines):
|
|
2901 * simple.el (backward-block-of-lines):
|
|
2902 * simple.el (block-movement-size):
|
|
2903 New.
|
|
2904
|
|
2905 * simple.el (uncapitalized-title-words):
|
|
2906 * simple.el (uncapitalized-title-word-regexp):
|
|
2907 * simple.el (capitalize-string-as-title):
|
|
2908 * simple.el (capitalize-region-as-title):
|
|
2909 New.
|
444
|
2910
|
442
|
2911
|
|
2912 * subr.el (add-hook):
|
|
2913 * subr.el (make-local-hook): New.
|
|
2914 * subr.el (remove-local-hook): New.
|
|
2915 * subr.el (add-one-shot-hook): New.
|
|
2916 * subr.el (add-local-one-shot-hook): New.
|
|
2917 Added some functions to make using hooks easier.
|
|
2918 These include:
|
|
2919
|
|
2920 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
2921 to use local hooks.
|
|
2922
|
|
2923 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
2924 make it possible to add a "one-shot" hook, which is to say a hook
|
|
2925 that runs only once, and automatically removes itself after the
|
|
2926 first time it has run.
|
|
2927
|
|
2928 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
2929
|
|
2930 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
2931
|
|
2932 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2933
|
|
2934 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
2935 Moved from menubar-items.el.
|
|
2936 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
2937
|
|
2938 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
2939
|
|
2940 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
2941 to buffers tab spec.
|
|
2942
|
|
2943 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2944
|
|
2945 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
2946
|
|
2947 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
2948
|
|
2949 * startup.el (command-line-1): remove unused variable
|
|
2950 `first-file-buffer'.
|
|
2951
|
|
2952 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2953
|
|
2954 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
2955 which is also used for Web server log files.
|
|
2956
|
|
2957 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
2958
|
|
2959 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
2960
|
|
2961 2000-03-02 SL Baur <steve@beopen.com>
|
|
2962
|
|
2963 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
2964 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
2965 non-deletion of buffer after execution problem.
|
|
2966 (with-output-to-string): Use unique buffer name.
|
|
2967
|
|
2968 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2969
|
|
2970 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
2971 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
2972
|
|
2973 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2974
|
|
2975 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
2976
|
|
2977 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
2978
|
|
2979 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
2980 .emacs" button from all menubars.
|
|
2981
|
|
2982 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
2983
|
|
2984 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
2985 region rectangle replacement (from Jan Vroonhof).
|
|
2986 (replace-rectangle): new function.
|
|
2987
|
|
2988 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2989
|
|
2990 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
2991 set-terminal-coding-system and set-keyboard-coding-system.
|
|
2992 * coding.el (set-terminal-coding-system): Use
|
|
2993 set-console-tty-output-coding-system.
|
|
2994 (set-keyboard-coding-system): Use
|
|
2995 set-console-tty-input-coding-system.
|
|
2996
|
|
2997 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2998
|
|
2999 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
3000
|
|
3001 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
3002
|
|
3003 * gutter-items.el (update-tab-hook): new function to be used for
|
|
3004 hooks.
|
|
3005 (create-frame-hook): add update-tab-hook.
|
|
3006 (record-buffer-hook): ditto.
|
|
3007 (default-gutter-position-changed): ditto.
|
|
3008 (default-gutter-position): updating the buffers tab is now handled
|
|
3009 by a hook.
|
|
3010 (default-gutter-position-changed-hook): new variable.
|
|
3011 (gutter-element-visibility-changed-hook): ditto.
|
|
3012 (set-gutter-element-visible-p): call it.
|
|
3013 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
3014 as duplicable before using.
|
|
3015 (remove-gutter-element): ditto.
|
|
3016 (set-gutter-element-visible-p): ditto.
|
|
3017 (init-gutter): new function.
|
|
3018 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
3019 setting specifiers directly.
|
|
3020 (clear-progress): ditto.
|
|
3021 (abort-progress): ditto.
|
|
3022 (gutter-buffers-tab-visible-p): renamed from
|
|
3023 default-gutter-visible-p
|
|
3024
|
|
3025 * specifier.el (modify-specifier-instances): new function from Jan
|
|
3026 Vroonhof.
|
|
3027
|
|
3028 * x-init.el (init-post-x-win): call init-gutter.
|
|
3029
|
|
3030 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
3031
|
|
3032 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
3033 variables.
|
|
3034
|
|
3035 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
3036
|
|
3037 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
3038 elements to the specified gutter.
|
|
3039 (remove-gutter-element): new function. Remove gutter elements from
|
|
3040 the specified gutter.
|
|
3041 (set-gutter-element-visible-p): new function. Set gutter element
|
|
3042 visibility for the provided gutter-visible specifier.
|
|
3043
|
|
3044 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
3045
|
|
3046 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
3047 dynamically.
|
|
3048
|
|
3049 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
3050
|
|
3051 * gutter-items.el (add-tab-to-gutter):
|
|
3052 * package-get.el (package-get-interactive-package-query):
|
|
3053 * package-ui.el (pui-directory-exists):
|
|
3054 (pui-install-selected-packages):
|
|
3055 (pui-list-packages):
|
|
3056 Use #'(lambda ...) instead of '(lambda ...).
|
|
3057
|
|
3058 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
3059
|
|
3060 * startup.el (load-user-init-file): Check to make sure user
|
|
3061 has an init-file before calling load().
|
|
3062
|
|
3063 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3064
|
|
3065 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
3066
|
|
3067 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
3068
|
|
3069 * XEmacs 21.2.31 is released.
|
|
3070
|
|
3071 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
3072
|
|
3073 * loadup.el (really-early-error-handler):
|
|
3074 * update-elc.el:
|
|
3075 * make-docfile.el:
|
|
3076 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
3077
|
|
3078 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
3079
|
|
3080 * XEmacs 21.2.30 is released.
|
|
3081
|
|
3082 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
3083
|
|
3084 * byte-optimize.el (byte-optimize-plus):
|
|
3085 (byte-optimize-minus):
|
|
3086 (byte-optimize-multiply):
|
|
3087 Optimize (- 0) to 0, not (-)
|
|
3088 Optimize (+ 5 3.0) to 8.0
|
|
3089 Optimize (* 5 3.0) to 15.0
|
|
3090 Improve readability.
|
|
3091
|
|
3092 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3093
|
|
3094 * modeline.el: (modeline-scrolling-method): change modeline
|
|
3095 mswindows cursor appearance according to the value.
|
|
3096
|
|
3097 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
3098 and 'gui-element face colors and 'gui-element face font to Windows
|
|
3099 defaults.
|
|
3100
|
|
3101 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
3102
|
|
3103 * font-lock.el: Javadoc enhancements
|
|
3104
|
|
3105 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3106
|
|
3107 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
3108 (ldap-verbose): New option
|
|
3109 (ldap-search-entries): Renamed from the previous ldap-search
|
|
3110 Conditionalize message display on ldap-verbose
|
|
3111 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
3112 defuns
|
|
3113 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
3114 ldap-search-basic or ldap-search-entries
|
|
3115
|
|
3116
|
|
3117 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
3118 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
3119 Jan Vroonhof <jan@xemacs.org>
|
|
3120
|
|
3121 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
3122 When for-effect is true, didn't call `byte-optimize-form'
|
|
3123 in and/or subforms without last.
|
|
3124
|
|
3125 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3126
|
|
3127 * package-get.el (package-get-download-sites): Use correct custom
|
|
3128 type.
|
|
3129
|
|
3130 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3131
|
|
3132 * files.el (write-file): Ask for coding system when compiled with
|
|
3133 file-coding.
|
|
3134
|
|
3135 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
3136
|
|
3137 * buffer.el (switch-to-buffer): give norecord argument to
|
|
3138 set-window-buffer instead of explicitly recording.
|
|
3139
|
|
3140 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
3141 we have to pick a window.
|
|
3142
|
|
3143 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3144
|
|
3145 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
3146 unexist function to help-map.
|
|
3147 (describe-coding-system): Don't use already assigend `C'.
|
|
3148
|
|
3149 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3150
|
|
3151 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
3152 work in custom.
|
|
3153
|
|
3154 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
3155
|
|
3156 * about.el: Ienaga's e-mail address change.
|
|
3157
|
|
3158 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
3159
|
|
3160 * etags.el (find-tag): force new window -- even if buf already
|
|
3161 visible -- when other-window is t
|
|
3162
|
|
3163 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
3164
|
|
3165 * XEmacs 21.2.29 is released.
|
|
3166
|
|
3167 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
3168
|
|
3169 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
3170 just defalias it.
|
|
3171 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
3172 byte-compiler level, using define-compiler-macro.
|
|
3173
|
|
3174 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
3175
|
|
3176 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
3177
|
|
3178 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3179
|
|
3180 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
3181 a regular expression that matches against the tagname
|
|
3182 part of the tag entry first instead of only looking in
|
|
3183 the context area.
|
|
3184
|
|
3185 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3186
|
|
3187 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
3188 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
3189
|
440
|
3190 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3191
|
|
3192 * XEmacs 21.2.28 is released.
|
|
3193
|
|
3194 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3195
|
|
3196 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
3197 Make arglist match docstring.
|
|
3198 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
3199 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
3200 * byte-optimize.el: remove references to `get*'.
|
|
3201
|
|
3202 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
3203
|
|
3204 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
3205
|
|
3206 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
3207
|
|
3208 * byte-optimize.el: Byte-optimize (length "foo")
|
|
3209
|
|
3210 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
3211
|
|
3212 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
3213 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
3214
|
|
3215 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3216
|
|
3217 * wid-edit.el (widget-match-inline): An atom never matches a
|
442
|
3218 list.
|
440
|
3219
|
|
3220 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3221
|
|
3222 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
3223 'win tag.
|
|
3224
|
|
3225 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3226
|
|
3227 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
3228 intelligent about buffer naming when we have duplicates.
|
|
3229
|
|
3230 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3231
|
|
3232 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
3233 updated when it becomes visible.
|
|
3234
|
|
3235 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3236
|
|
3237 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
3238 system under MULE and file-coding.
|
|
3239
|
|
3240 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
3241
|
442
|
3242 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
3243 (dontusethis-set-value-terminal-coding-system-handler):
|
|
3244 (dontusethis-set-value-keyboard-coding-system-handler):
|
440
|
3245 Never undefine coding system aliases. Emergency fix for gnus.
|
|
3246
|
|
3247 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3248
|
|
3249 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
3250 of hard-coded "/".
|
|
3251
|
|
3252 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3253
|
|
3254 * startup.el (user-init-file-base-list): New variable, replacing
|
|
3255 user-init-file-base.
|
|
3256 (find-user-init-file): New function.
|
|
3257 (command-line-early): Use it.
|
|
3258 (load-user-init-file): Ditto.
|
|
3259
|
|
3260 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3261
|
|
3262 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
3263 calling valid-image-instantiator-format-p
|
|
3264
|
|
3265 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3266
|
|
3267 * isearch-mode.el (isearch-mode): The variable is
|
|
3268 isearch-unhidden-extents, not isearch-opened-extents.
|
|
3269
|
|
3270 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3271
|
|
3272 * minibuf.el (next-history-element): Modify error message if a
|
|
3273 default value is available.
|
|
3274
|
|
3275 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
3276
|
|
3277 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
3278 .elc files in binary - might contain non-Latin1.
|
|
3279
|
|
3280 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3281
|
|
3282 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
3283 for windows-nt.
|
|
3284
|
442
|
3285 * version.el:
|
|
3286 * startup.el (user-init-file-base):
|
|
3287 * process.el (call-process-region):
|
|
3288 * files.el (make-backup-file-name):
|
|
3289 (backup-file-name-p):
|
|
3290 (file-relative-name):
|
|
3291 (abbreviate-file-name):
|
|
3292 (set-auto-mode):
|
440
|
3293 * code-process.el (call-process-region): Removed unnecessary
|
|
3294 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
3295 support out of the universe.
|
|
3296
|
|
3297 * process.el:
|
442
|
3298 * code-process.el:
|
440
|
3299 * bytecomp.el (byte-compile-file): Removed reference to
|
|
3300 buffer-file-type, and commented usage of binary-process-output
|
|
3301 NTEmacs variables.
|
|
3302
|
|
3303 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3304
|
|
3305 * help.el (function-arglist): Add case for macro.
|
|
3306
|
|
3307 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3308
|
|
3309 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
3310 printers.
|
|
3311 (custom-display): Added a menu for printer/display tags.
|
|
3312
|
|
3313 * frame.el (frame-type):
|
|
3314 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
3315 removed 'pc -- it is not going to be implemented ever.
|
|
3316 (call-device-method): Fixed docstring typo.
|
|
3317 Defined specifier tags 'printer and 'display.
|
|
3318
|
|
3319 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3320
|
|
3321 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
3322 last-command-event-time) instead of (consp
|
|
3323 'last-command-event-time).
|
|
3324
|
|
3325 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3326
|
|
3327 * msw-glyphs.el: Removed obsolete commentary.
|
|
3328
|
|
3329 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3330
|
|
3331 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
3332 better default value.
|
|
3333
|
|
3334 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3335
|
|
3336 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
3337 (read-string): Ditto.
|
|
3338 (eval-minibuffer): Ditto.
|
|
3339 (read-command): Ditto.
|
|
3340 (read-function): Ditto.
|
|
3341 (read-variable): Ditto.
|
|
3342 (read-number): Ditto.
|
|
3343 (read-shell-command): Ditto.
|
|
3344 (read-number): Record history.
|
|
3345
|
|
3346 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3347
|
|
3348 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
3349
|
|
3350 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3351
|
|
3352 * faces.el (startup-initialize-custom-faces): New function.
|
|
3353 Reset all faces created during auto-autoloads loading time
|
|
3354 by defface.
|
|
3355 * startup.el (command-line): Call it.
|
|
3356
|
|
3357 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3358
|
|
3359 * about.el (about-hackers): Add myself to contributors list.
|
|
3360
|
|
3361 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3362
|
|
3363 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
3364 a call to load-user-init-file, as the function managed to lose its
|
|
3365 formal parameter a few betas ago.
|
|
3366
|
438
|
3367 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3368
|
|
3369 * XEmacs 21.2.27 is released.
|
|
3370
|
|
3371 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3372
|
|
3373 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
3374 Make shell-command-to-string the standard function, and
|
|
3375 exec-to-string the (deprecated) alias.
|
|
3376
|
|
3377 * startup.el: typo fix.
|
|
3378
|
|
3379 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
3380
|
|
3381 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
3382
|
|
3383 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3384
|
|
3385 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
3386 buffers after visible buffers.
|
|
3387 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
3388
|
|
3389 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3390
|
|
3391 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
3392 followed by whitespace or right parenthesis.
|
|
3393
|
|
3394 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3395
|
|
3396 * info.el (Info-directory-list): Warn against using Customize with
|
|
3397 Info-directory-list.
|
|
3398
|
|
3399 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3400
|
|
3401 * minibuf.el (read-file-name): doc fix.
|
|
3402
|
|
3403 * autoload.el (update-file-autoloads): doc fix.
|
|
3404
|
|
3405 * about.el (about-hackers): Change my E-mail address.
|
|
3406
|
|
3407 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
3408
|
|
3409 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
3410 read a filename in the standard way.
|
|
3411
|
|
3412 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
3413
|
|
3414 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
3415 (gutter-buffers-tab-extent): new variable.
|
|
3416 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
3417 orientation has changed.
|
|
3418 (add-tab-to-gutter): cope with different orientations.
|
|
3419
|
|
3420 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
3421
|
|
3422 * info.el (Info-following-node-name): backward-skip dots as well
|
|
3423 as spaces (dots at the end of a node name aren't part of it).
|
|
3424 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
3425 some in the node name.
|
|
3426 (Info-index): allow dots to be part of a node name.
|
|
3427
|
|
3428 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
3429
|
|
3430 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
3431 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
3432
|
|
3433 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3434
|
|
3435 * info.el (Info-search): Show default value.
|
|
3436
|
|
3437 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3438
|
|
3439 * info.el (Info-read-node-completion-table): New variable.
|
|
3440 (Info-read-node-name-1): New function.
|
|
3441 (Info-read-node-name): Use it.
|
|
3442 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
3443 (Info-menu): Ditto.
|
|
3444
|
|
3445 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3446
|
|
3447 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
3448 window configuration.
|
|
3449 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
3450 (hyper-apropos-read-variable-symbol): Ditto.
|
|
3451 (hyper-apropos-read-function-symbol): Ditto.
|
|
3452
|
|
3453 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3454
|
|
3455 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
3456 comint-exec-hook to use coding-system-for-read and
|
|
3457 coding-system-for-write so that C-x RET c works.
|
|
3458
|
|
3459 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3460
|
|
3461 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
3462 (previous-matching-history-element): Increment
|
|
3463 minibuffer-max-depth by 1.
|
|
3464 (next-matching-history-element): Ditto.
|
|
3465
|
|
3466 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
3467
|
|
3468 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
3469 tab.
|
|
3470 (buffers-tab-face): use it.
|
|
3471
|
|
3472 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
3473
|
|
3474 * modeline.el (modeline-scrolling-method): change modeline X
|
|
3475 cursor appearance according to the value.
|
|
3476
|
|
3477 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
3478
|
|
3479 * about.el (about-hackers): Moved my entry to contributor list.
|
|
3480 (xemacs-hackers): Added myself.
|
|
3481 (about-maintainer-info): Added description of myself.
|
|
3482
|
|
3483
|
|
3484 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
3485
|
|
3486 * modeline.el (modeline-scrolling-method): new variable.
|
|
3487 (mouse-drag-modeline): add reference to it in the docstring.
|
|
3488 (mouse-drag-modeline): handle it.
|
|
3489
|
|
3490 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
3491
|
|
3492 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
3493 calls.
|
|
3494 (remove-buffer-from-gutter-tab): ditto.
|
|
3495
|
|
3496 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3497
|
|
3498 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
3499 (custom-face-edit): Fix grammatical error in help message.
|
|
3500
|
|
3501 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3502
|
|
3503 * movemail.el: Added.
|
|
3504
|
|
3505 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
3506
|
|
3507 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
3508
|
|
3509 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
3510 the modeline horizontal scrolling facility.
|
|
3511
|
436
|
3512 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
3513
|
|
3514 * XEmacs 21.2.26 is released.
|
|
3515
|
|
3516 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
3517
|
|
3518 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
3519 does not agree with native widgets which can only be displayed
|
|
3520 once per window. The reasons for caching are diminished now that
|
|
3521 we don't hog resources when creating buttons.
|
|
3522 (widget-push-button-cache) deleted.
|
|
3523
|
434
|
3524 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
3525
|
|
3526 * XEmacs 21.2.25 is released.
|
|
3527
|
|
3528 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3529
|
|
3530 * hyper-apropos.el (hyper-apropos): Toggle
|
|
3531 hyper-apropos-programming-apropos correctly.
|
|
3532 Set REGEXP when user accepts default value.
|
|
3533
|
|
3534 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3535
|
|
3536 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
3537 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
3538
|
|
3539 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3540
|
|
3541 * mule/mule-category.el (undefined-category-designator):
|
|
3542 Return char instead of character. Search for undefined one.
|
|
3543 (describe-category): Use with-displaying-help-buffer.
|
|
3544
|
|
3545 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
3546
|
438
|
3547 * byte-optimize.el (byte-optimize-plus):
|
434
|
3548 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
3549
|
|
3550 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
3551
|
|
3552 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
3553
|
|
3554 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
3555 Remove performance penalty for using (char-before) instead of (char-after).
|
|
3556
|
|
3557 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3558
|
|
3559 * mule/mule-category.el (char-category-list): Return character
|
|
3560 instead of integer.
|
|
3561
|
|
3562 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3563
|
|
3564 * minibuf.el (read-buffer): Check default is buffer object.
|
|
3565
|
|
3566 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
3567
|
|
3568 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
3569 for buttons.
|
|
3570
|
|
3571 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
3572
|
|
3573 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
3574 Patch by Jeff Miller <jmiller@smart.net>.
|
|
3575
|
|
3576 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
3577
|
438
|
3578 * gnuserv.el (gnuserv-process-filter): don't call
|
434
|
3579 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
3580
|
432
|
3581 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
3582
|
|
3583 * XEmacs 21.2.24 is released.
|
|
3584
|
|
3585 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3586
|
|
3587 * about.el (about-hackers): Update my email address.
|
|
3588
|
430
|
3589 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
3590
|
|
3591 * XEmacs 21.2.23 is released.
|
|
3592
|
|
3593 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
3594
|
|
3595 * package-get.el (package-get-download-sites): Removed several
|
|
3596 defunct download sites, added many new ones, and corrected a few
|
|
3597 incorrect directory-on-site entries. Added physical locations to
|
|
3598 site-description.
|
|
3599
|
|
3600 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3601
|
|
3602 * finder.el (finder-commentary): add DOC string and fix
|
|
3603 interactive spec
|
|
3604
|
|
3605 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3606
|
|
3607 * help.el (describe-function): Don't forget to intern the string
|
|
3608 completing-read returns.
|
|
3609 (describe-variable): Ditto.
|
|
3610
|
434
|
3611 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
430
|
3612
|
|
3613 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
3614 `hyper-apropos-help-mode' here to find symbol to customize
|
|
3615 irregardless of cursor position and simplify
|
|
3616 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
3617 `hyper-apropos-popup-menu'.
|
|
3618
|
|
3619 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3620
|
|
3621 * apropos.el (apropos-mode-map): Add return to call
|
|
3622 apropos-follow.
|
|
3623 (apropos-print): Call apropos-mode to have better
|
|
3624 command reference. Put keymap text-poperty to
|
|
3625 symbole name.
|
|
3626
|
|
3627 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
3628
|
|
3629 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
3630 the extents at point.
|
|
3631
|
|
3632 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
3633
|
|
3634 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
3635 save-match-data
|
|
3636
|
|
3637 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3638
|
|
3639 * help.el (describe-function): Use the DEFAULT argument to
|
|
3640 completing-read.
|
|
3641 (describe-variable): Ditto.
|
|
3642
|
|
3643 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3644
|
|
3645 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
3646 DEFAULT to have better mini-buffer history support.
|
|
3647 (completing-read): Pass default to read-from-minibuffer.
|
|
3648 (read-buffer): Pass default to completing-read.
|
|
3649
|
|
3650 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3651
|
|
3652 * font-lock.el (font-lock-doc-string-face): Document the
|
|
3653 `font-lock-lisp-like' property.
|
|
3654
|
|
3655 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3656
|
|
3657 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
3658
|
|
3659 * font-lock.el (font-lock-lisp-like): New function.
|
|
3660 (font-lock-fontify-syntactically-region): Use it.
|
|
3661
|
428
|
3662 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3663
|
|
3664 * XEmacs 21.2.22 is released
|
|
3665
|
|
3666 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
3667
|
|
3668 * XEmacs 21.2.21 is released.
|
|
3669
|
|
3670 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3671
|
|
3672 * minibuf.el (read-coding-system): Accept symbol and
|
|
3673 coding-system object as a default-coding-system.
|
|
3674
|
|
3675 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3676
|
|
3677 * minibuf.el (read-coding-system): Accept symbol as
|
|
3678 a default-coding-system.
|
|
3679
|
|
3680 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3681
|
|
3682 * apropos.el (apropos-documentation): Use insert instead
|
|
3683 of princ.
|
|
3684
|
|
3685 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
3686
|
|
3687 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
3688 for the linux console.
|
|
3689
|
|
3690 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
3691 stuff to work when you are not on a window system, since the GPM
|
|
3692 mouse support now allows pasting from outside of XEmacs.
|
|
3693
|
|
3694 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3695
|
|
3696 * XEmacs 21.2.20 is released
|
|
3697
|
|
3698 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3699
|
|
3700 * setup-paths.el (paths-default-info-directories): Add
|
|
3701 /usr/share/info and /usr/local/share/info.
|
|
3702
|
|
3703 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
3704
|
|
3705 * about.el: Updated Vladimir Ivanovic's info.
|
|
3706
|
|
3707 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3708
|
|
3709 * auto-show.el (auto-show-truncationp): Remove.
|
|
3710
|
|
3711 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
3712
|
|
3713 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3714
|
|
3715 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
3716 with tab if column is multiple of tab-width
|
|
3717 From dhn@qedinc.com
|
|
3718
|
|
3719 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3720
|
|
3721 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
3722 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
3723
|
|
3724 * package-get.el (package-get-package-provider): Be verbose when
|
|
3725 interactive. Patch from Robert Pluim
|
|
3726
|
|
3727 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
3728
|
|
3729 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
3730 info file suffixes.
|
|
3731
|
|
3732 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
3733
|
|
3734 * process.el (open-network-stream): Add a new optional parameter
|
|
3735 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
3736 in docstring for udp programming.
|
|
3737
|
|
3738 * code-process.el (open-network-stream): Add a new optional
|
|
3739 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
3740 explanation in docstring for udp programming.
|
|
3741
|
|
3742 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
3743
|
|
3744 * gui.el (make-gui-button): be more precise about how we call
|
|
3745 callbacks.
|
|
3746
|
|
3747 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
3748 of native gui-button.
|
|
3749
|
|
3750 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3751
|
|
3752 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
3753
|
|
3754 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
3755
|
|
3756 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
3757 abort status.
|
|
3758 (append-progress): dispatch-event rather than sit-for.
|
|
3759 (abort-progress): new function. Show the abort glyph with an
|
|
3760 appropriate message.
|
|
3761 (raw-append-progress): dispatch-event rather than sit-for.
|
|
3762 (display-progress): cope with aborts.
|
|
3763
|
|
3764 * gui.el (make-gui-button): Use native widgets for buttons
|
|
3765 unconditionally.
|
|
3766 (insert-gui-button): ditto.
|
|
3767 (gui-button-p): ditto.
|
|
3768
|
|
3769 * xbm-button.el: remove from core.
|
|
3770
|
|
3771 * xpm-button.el: remove from core.
|
|
3772
|
|
3773 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
3774
|
|
3775 * faces.el (init-device-faces): Don't initialize the random faces
|
|
3776 on the stream device.
|
|
3777
|
|
3778 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
3779
|
438
|
3780 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
428
|
3781
|
434
|
3782 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
428
|
3783
|
|
3784 * package-get.el (package-get-download-menu): Make menu really
|
|
3785 toggle download sites.
|
|
3786 (package-get-download-sites): Add autoload cookie.
|
|
3787
|
|
3788 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3789
|
|
3790 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
3791
|
|
3792 1999-09-29 Werner Fink <werner@suse.de>
|
|
3793
|
|
3794 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
3795 parameter for environment.
|
|
3796
|
|
3797 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
3798
|
438
|
3799 * modeline.el (modeline-format):
|
|
3800 Only purecopy the strings. Else
|
428
|
3801 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
3802 barfs.
|
|
3803
|
|
3804 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
3805
|
|
3806 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
3807 user setting comint-completion-addsuffix and
|
|
3808 comint-process-echoes.
|
|
3809
|
|
3810 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
3811
|
|
3812 * gutter-items.el (update-tab-in-gutter): use
|
|
3813 last-nonminibuf-window instead of selected-window.
|
|
3814
|
|
3815 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
3816
|
|
3817 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
3818 display on.
|
|
3819
|
|
3820 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
3821 some documentation.
|
|
3822
|
|
3823 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
3824
|
|
3825 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
3826 gutter is visible.
|
|
3827 (remove-buffer-from-gutter-tab): ditto.
|
|
3828
|
|
3829 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
3830
|
|
3831 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
3832 processing.
|
|
3833
|
|
3834 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3835
|
|
3836 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
3837 highlighting extents a high priority.
|
|
3838 (isearch-make-extent): Give the main highlighting extent an even
|
|
3839 higher priority.
|
|
3840
|
|
3841 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3842
|
|
3843 * packages.el (packages-compute-package-locations): Fix typo from
|
|
3844 -u rationalization.
|
|
3845
|
|
3846 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3847
|
|
3848 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
3849 `configure-doc-directory.'
|
|
3850
|
|
3851 * find-paths.el (paths-find-architecture-directory): Give
|
|
3852 precendence `default' argument (which typically comes from
|
|
3853 configure).
|
|
3854
|
|
3855 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3856
|
|
3857 * startup.el (command-line-early): Added options -user-init-file
|
|
3858 and -user-init-directory.
|
|
3859
|
|
3860 * files.el (user-init-file): Default to NIL so we can recognize
|
|
3861 when it's set.
|
|
3862
|
|
3863 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3864
|
438
|
3865 * obsolete.el (init-file-user):
|
|
3866 * startup.el:
|
|
3867 * packages.el (packages-compute-package-locations):
|
|
3868 * package-get.el (package-get-user-index-filename):
|
|
3869 * menubar-items.el (maybe-add-init-button):
|
|
3870 * info.el (Info-annotations-path):
|
|
3871 * dump-paths.el:
|
428
|
3872 Change `user-init-directory' to be an absolute path.
|
|
3873 Use `user-init-directory' where appropriate.
|
|
3874 Zap `init-file-user' and its uses.
|
|
3875
|
|
3876 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
3877
|
|
3878 * subr.el (copy-symbol): New function.
|
|
3879
|
|
3880 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3881
|
|
3882 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
3883 extents in the proper buffer.
|
|
3884 (isearch-pre-command-hook): Set this-command to the correct value
|
|
3885 in case the buffer has changed and old overriding-local-map was
|
|
3886 used.
|
|
3887 (isearch-restore-extent): Use remprop instead of setting the
|
|
3888 property to nil.
|
|
3889
|
|
3890 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3891
|
|
3892 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
3893 before the delay.
|
|
3894 (execute-extended-command): Make the message gettext-friendly.
|
|
3895
|
|
3896 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
3897
|
|
3898 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
3899 progress-glyph.
|
|
3900 (progress-text-glyph): new variable.
|
|
3901 (progress-layout-glyph): use layouts and text glyphs.
|
|
3902 (progress-area-buffer): removed.
|
|
3903 (progress-text-and-extent): new variable.
|
|
3904 (progress-displayed-p): dynamically create gutter area buffer.
|
|
3905 (clear-progress): ditto.
|
|
3906 (raw-append-progress): ditto.
|
|
3907 (append-progress): use new glyph names.
|
|
3908 (raw-append-progress): only create the extent when needed. set
|
|
3909 properties more optimally.
|
|
3910 (progress): remove args.
|
|
3911
|
|
3912 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3913
|
|
3914 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
3915 mapcar where the return value is unused.
|
|
3916 (isearch-restore-invisible-extents): Ditto.
|
|
3917 (isearch-highlight-all-cleanup): Ditto.
|
|
3918 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
3919 (isearch-highlight-all-update): Don't start over if the search
|
|
3920 string has changed and more input is pending.
|
|
3921
|
|
3922 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3923
|
|
3924 * packages.el (packages-find-package-data-path): Ditto.
|
|
3925
|
|
3926 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
3927
|
|
3928 * subr.el (mapc-internal): Don't make obsolete.
|
|
3929
|
|
3930 * cl-extra.el (mapc): Resurrect.
|
|
3931
|
|
3932 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
3933
|
438
|
3934 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
428
|
3935 alias.
|
|
3936
|
|
3937 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
3938 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
3939 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
3940 x-get-clipboard.
|
|
3941 (isearch-yank-selection): Fix docstring.
|
|
3942
|
|
3943 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
3944
|
|
3945 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
3946
|
|
3947 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
3948
|
|
3949 * cl-macs.el (extent-start-position): Fix setf method.
|
|
3950 (extent-end-position): Ditto.
|
|
3951
|
|
3952 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
3953
|
|
3954 * isearch-mode.el: End merge with FSF 20.4.
|
|
3955
|
|
3956 * isearch-mode.el (search-invisible): New variable.
|
|
3957 (isearch-hide-immediately): Ditto.
|
|
3958 (isearch-unhidden-extents): Ditto.
|
|
3959 (isearch-range-invisible): New function.
|
|
3960 (isearch-unhide-extent): Ditto.
|
|
3961 (isearch-restore-invisible-extents): Ditto.
|
|
3962 (isearch-restore-extent): Ditto.
|
|
3963
|
|
3964 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
3965 implementation.
|
|
3966 (isearch-ring-retreat-edit): Ditto.
|
|
3967 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
3968 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
3969 NO-RECURSIVE-EDIT.
|
|
3970 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
3971 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
3972 NO-RECURSIVE-EDIT.
|
|
3973 (isearch-mode): Return isearch-success.
|
|
3974 (isearch-update): Use unread-command-events instead of
|
|
3975 unread-command-event.
|
|
3976 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
3977 states.
|
|
3978 (isearch-*-char): Use FSF implementation.
|
|
3979 (isearch-whitespace-chars): Use the more robust FSF's
|
|
3980 implementation.
|
|
3981 (isearch-within-brackets): New variable.
|
|
3982 (isearch-mode): Initialize it.
|
|
3983 (isearch-edit-string): Bind it.
|
|
3984 (isearch-search-and-update): Set it.
|
|
3985 (isearch-push-state): Push it.
|
|
3986 (isearch-top-state): Pop it.
|
|
3987 (isearch-search): Set it.
|
|
3988 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
3989 handle M-SPC gracefully.
|
|
3990 (isearch-message-prefix): New argument ELLIPSIS.
|
|
3991 (isearch-message-suffix): Ditto.
|
|
3992 (isearch-message): Use the ELLIPSIS argument when calling
|
|
3993 isearch-message-prefix and isearch-message-suffix.
|
|
3994 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
3995 "overwrapped" search, FWIW.
|
|
3996
|
|
3997 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
3998
|
|
3999 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
4000 search ring instead of search-last-string and search-last-regexp.
|
|
4001 (search-highlight): Renamed from isearch-highlight.
|
|
4002 (isearch-exit): Use the new name.
|
|
4003 (isearch-highlight): Ditto.
|
|
4004 (isearch-dehighlight): Ditto.
|
|
4005 (isearch-update-ring): New function.
|
|
4006 (isearch-done): Call it.
|
|
4007 (isearch-done): New argument EDIT.
|
438
|
4008 (isearch-repeat): If search string is empty, look up at the car of
|
428
|
4009 the search ring; ignore the yank pointer.
|
|
4010 (isearch-abort): Call isearch-done with NOPUSH.
|
|
4011 (isearch-cancel): New function.
|
|
4012 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
4013
|
|
4014 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
4015
|
|
4016 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
4017
|
|
4018 * x-select.el (x-get-clipboard): obsolete.
|
|
4019 (x-yank-clipboard-selection): obsolete
|
|
4020
|
|
4021 * select.el (disown-selection): need to be careful to disown the
|
|
4022 clipboard if we set it via selection.
|
|
4023 (get-clipboard): move from x-select.el
|
|
4024 (yank-clipboard-selection): ditto.
|
|
4025
|
|
4026 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4027
|
|
4028 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
4029 isearch-highlight-all-matches to nil.
|
|
4030 (isearch-fixed-case): New variable.
|
|
4031 (isearch-mode): Initialize it.
|
|
4032 (isearch-edit-string): Save it.
|
|
4033 (isearch-toggle-case-fold): Set it.
|
|
4034 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
4035 need to check isearch-fixed-case.
|
|
4036 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
4037 before the pause.
|
438
|
4038 (isearch-edit-string):
|
428
|
4039
|
|
4040 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4041
|
|
4042 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
4043 before reading the event so that the prompt is displayed properly.
|
|
4044 (isearch-message): Use isearch-nonincremental when calling
|
|
4045 isearch-message-prefix.
|
|
4046 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
4047 M-p and M-n respectively.
|
|
4048 (isearch-done): New arg NOPUSH.
|
|
4049 (isearch-edit-string): Use it.
|
|
4050 (isearch-edit-string): Don't bind isearch-string.
|
|
4051 (isearch-ring-adjust): Edit string, *then* push state.
|
|
4052
|
|
4053 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
4054
|
|
4055 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
4056 different than default.
|
|
4057
|
|
4058 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4059
|
|
4060 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4061 save-excursion.
|
|
4062 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4063 (isearch-update): Call isearch-dehighlight without arguments.
|
|
4064 (isearch-done): Ditto.
|
|
4065
|
|
4066 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
4067 upper-case letters, allow the folding to be reenabled.
|
|
4068 Previously, once disabled, the folding would remain that way until
|
|
4069 the end of isearch.
|
|
4070 (isearch-top-state): Call isearch-fix-case.
|
|
4071
|
|
4072 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4073 save-excursion.
|
|
4074 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4075
|
|
4076 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
4077
|
|
4078 * xpm-button.el:
|
|
4079 xbm-button.el: Need to exist in core because gui.el depends on
|
|
4080 them.
|
|
4081
|
|
4082 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
4083
|
|
4084 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
4085 (buffers-tab-default-buffer-line-length): new specifier for
|
|
4086 maximum viewable characters.
|
|
4087 (progress-stack): new variable for implementing widget-based
|
|
4088 progress messages.
|
|
4089 (progress-area-buffer): ditto.
|
|
4090 (progress-glyph-height): ditto.
|
|
4091 (progress-stop-callback): ditto.
|
|
4092 (progress-quit-function): new function.
|
|
4093 (progress-glyph): new variable.
|
|
4094 (progress-layout-glyph): ditto.
|
|
4095 (progress-displayed-p): new function, see message-displayed-p for
|
|
4096 details.
|
|
4097 (clear-progress): ditto.
|
|
4098 (remove-progress): ditto.
|
|
4099 (append-progress): ditto.
|
|
4100 (raw-append-progress): ditto.
|
|
4101 (display-progress): ditto.
|
|
4102 (current-progress): ditto.
|
|
4103 (current-progress-label): ditto.
|
|
4104 (progress): ditto.
|
|
4105 (lprogress): ditto.
|
|
4106
|
|
4107
|
|
4108 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4109
|
|
4110 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
4111
|
|
4112 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
4113 `isearch-yank-selection'.
|
|
4114 (isearch-mode-map): Use it.
|
|
4115 (isearch-yank-selection): Use `get-selection' instead of
|
|
4116 `get-x-selection'.
|
|
4117
|
|
4118 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4119
|
|
4120 * faces.el (isearch-secondary): Create face here.
|
|
4121
|
438
|
4122 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
428
|
4123 timers.
|
|
4124
|
|
4125 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
4126
|
|
4127 * subr.el (buffer-string): More robust backward compatibility
|
|
4128 check, courtesy William Perry.
|
|
4129
|
|
4130 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
4131
|
|
4132 * replace.el (perform-replace): Stop the search after the search
|
|
4133 limit has been reached.
|
|
4134
|
|
4135 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
4136
|
|
4137 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
4138 here if we don't have one.
|
|
4139
|
|
4140 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
4141
|
|
4142 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
4143 efficient UTF8 support
|
|
4144 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
4145 being defined
|
|
4146 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
4147 being defined
|
|
4148
|
442
|
4149 1999-08-23 Didier Verna <didier@xemacs.org>
|
428
|
4150
|
|
4151 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
4152 Some doc strings improvements, and add a star to the `interactive'
|
|
4153 calls.
|
|
4154
|
|
4155 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
4156
|
|
4157 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
4158 keywords and regexpes for javadoc syntax 1.2.
|
|
4159
|
|
4160 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
4161
|
|
4162 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
4163 format-buffers-tab-line.
|
|
4164 (buffers-tab-max-buffer-line-length): new variable.
|
|
4165 (format-buffers-tab-line): new function. truncate names if over
|
|
4166 buffers-tab-max-buffer-line-length.
|
|
4167
|
|
4168 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
4169
|
|
4170 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
4171
|
|
4172 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
4173
|
|
4174 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
4175 brute-force approach to deleting the last buffer.
|
|
4176 (buffers-tab-grouping-regexp): new customizable variable.
|
|
4177 (select-buffers-tab-buffers-by-mode): use it.
|
|
4178
|
|
4179 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
4180
|
|
4181 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
4182 deletion problem.
|
|
4183
|
442
|
4184 1999-07-30 Didier Verna <didier@xemacs.org>
|
428
|
4185
|
|
4186 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
4187 of princ to output symbols.
|
|
4188 (custom-save-face-internal): ditto.
|
|
4189 (custom-save-resets): ditto.
|
|
4190
|
442
|
4191 1999-08-09 Didier Verna <didier@xemacs.org>
|
428
|
4192
|
|
4193 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
4194 `regexp-quote' to protect the major mode name for use as a regular
|
|
4195 expression (c++ needs this for instance).
|
|
4196
|
|
4197 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
4198
|
|
4199 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
4200 cope with similar mode names.
|
|
4201
|
|
4202 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
4203 function.
|
|
4204 (select-buffers-tab-buffers-by-mode): new function.
|
|
4205 (buffers-tab-items): use it if set to only display buffers in the
|
|
4206 tab in the current buffer's group..
|
|
4207 (update-tab-in-gutter): use new api.
|
|
4208 (remove-buffer-from-gutter-tab): ditto.
|
|
4209
|
|
4210 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
4211 default to 6.
|
|
4212 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
4213 (add-tab-to-gutter): set face as default.
|
|
4214
|
|
4215 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
4216
|
|
4217 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
4218 with the target, not replace it.
|
|
4219
|
|
4220 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
4221
|
|
4222 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
4223 buffer-items.
|
|
4224 (update-tab-in-gutter): use it.
|
|
4225
|
|
4226 * gutter-items.el (record-buffer-hook): set.
|
|
4227
|
|
4228 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
4229 change.
|
|
4230 (switch-to-buffer-hook) deleted.
|
|
4231
|
|
4232 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
4233
|
|
4234 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
4235 as an argument to create-frame-hook.
|
|
4236
|
|
4237 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4238
|
|
4239 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
4240 instead of timer emulation.
|
|
4241
|
|
4242 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
4243
|
|
4244 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
4245 Emacs isearch enhancements.
|
|
4246
|
|
4247 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
4248
|
|
4249 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
4250 all devices that support tab controls.
|
|
4251 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
4252 value for kill-buffer-hook.
|
|
4253
|
|
4254 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
4255
|
|
4256 * auto-show.el (auto-show-truncationp): changed to match
|
|
4257 `window_translation_on'
|
|
4258
|
|
4259 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4260
|
|
4261 * XEmacs 21.2.19 is released
|
|
4262
|
|
4263 1999-07-28 SL Baur <steve@miho>
|
|
4264
|
|
4265 * code-files.el (insert-file-contents): Fix docstring.
|
|
4266 revert previous change.
|
|
4267
|
|
4268 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4269
|
|
4270 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
4271 contain word-across-newline plus one character so that filling
|
|
4272 Japanese and Chinese works as desired.
|
|
4273 * simple.el (do-auto-fill): Ditto.
|
|
4274
|
|
4275 1999-07-26 SL Baur <steve@miho>
|
|
4276
|
|
4277 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
4278 method.
|
|
4279 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4280
|
|
4281 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
4282
|
|
4283 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
4284 able to use cl-macs macro in early lisp.
|
|
4285
|
|
4286 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
4287
|
|
4288 * custom.el:
|
|
4289 * cus-face.el:
|
|
4290 * cus-edit.el:
|
|
4291 Massive custom Theme API changes.
|
|
4292
|
|
4293 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4294
|
|
4295 * code-files.el (insert-file-contents): Regard
|
|
4296 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
4297
|
|
4298 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4299
|
|
4300 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
4301 bootstrapping problem with C locale.
|
|
4302
|
|
4303 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
4304
|
|
4305 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
4306 gutter-items in a less than functional XEmacs.
|
|
4307 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
4308
|
|
4309 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
4310
|
|
4311 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
4312 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
4313 t.
|
|
4314
|
|
4315 1999-07-22 SL Baur <steve@miho>
|
|
4316
|
|
4317 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
4318
|
|
4319 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
4320
|
|
4321 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
4322 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
4323 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
4324 modular enough to use as an efficient scripting tool.)
|
|
4325
|
|
4326 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4327
|
|
4328 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
4329 coding-category `utf-8' and `ucs-4' if they are available.
|
|
4330
|
|
4331 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4332
|
|
4333 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
4334 (prefer-coding-system): Fix DOC-string.
|
|
4335
|
|
4336 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
4337 DOC-string too.
|
|
4338
|
|
4339 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
4340 Mule.
|
|
4341 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
4342
|
|
4343 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4344
|
|
4345 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
4346 instead of `list-coding-system'.
|
|
4347
|
|
4348 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4349
|
|
4350 * menubar-items.el (default-menubar): `select-input-method' was
|
|
4351 renamed to `set-input-method'.
|
|
4352
|
|
4353 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4354 "Set Language Environment" menu.
|
|
4355
|
|
4356 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4357 "Describe Language Support" menu.
|
|
4358
|
|
4359 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4360
|
|
4361 * mule/chinese.el ("Chinese-GB"): Rename
|
|
4362 `chinese-gb-environment-setup-function' to
|
|
4363 `setup-chinese-gb-environment-internal'.
|
|
4364
|
|
4365 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4366
|
|
4367 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
4368 `copy-coding-system'.
|
|
4369
|
|
4370 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4371
|
|
4372 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4373 Treat duplicated coding-categories.
|
|
4374
|
|
4375 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4376
|
|
4377 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
4378 `copy-coding-system'.
|
|
4379
|
|
4380 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4381
|
|
4382 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
4383 coding-system `viscii'.
|
|
4384
|
|
4385 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4386
|
|
4387 * mule/cyrillic.el:
|
|
4388 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
4389 (cyrillic-alternativnyj-decode-table): New variable.
|
|
4390 (cyrillic-alternativnyj-encode-table): New variable.
|
|
4391 - Specify `iso-8-1' as a category of coding-system
|
|
4392 `alternativnyj'.
|
|
4393 - Abolish general Cyrillic environment.
|
|
4394
|
|
4395 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4396
|
|
4397 * mule/chinese.el:
|
|
4398 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
4399 - Register `chinese-gb-environment-setup-function' as a
|
|
4400 `setup-function' of "Chinese-GB" environment.
|
|
4401
|
|
4402 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4403
|
|
4404 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
4405 optional argument `parents'.
|
|
4406
|
|
4407 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
4408 property for Thai-XTIS.
|
|
4409
|
|
4410 * mule/mule-help.el (help-with-tutorial): Use property
|
|
4411 `tutorial-coding-system' of language-info as a coding-system to
|
|
4412 read tutorial file.
|
|
4413
|
|
4414 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4415
|
|
4416 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
4417 `exit-function'.
|
|
4418
|
|
4419 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4420 `set-coding-category-system' to set up coding-system for
|
|
4421 coding-category.
|
|
4422
|
|
4423 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4424 `set-coding-category-system' to set up coding-system for
|
|
4425 coding-category.
|
|
4426
|
|
4427 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4428
|
|
4429 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
4430 Thai-XTIS environment.
|
|
4431
|
|
4432 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4433 `find-coding-system' instead of `coding-system-p'.
|
|
4434
|
|
4435 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4436
|
|
4437 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4438 Modify eol-type for XEmacs.
|
|
4439
|
|
4440 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
4441
|
|
4442 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
4443 function.
|
|
4444 (prefer-coding-system): Don't call
|
|
4445 `update-coding-systems-internal'; use function
|
|
4446 `coding-category-list' instead of variable `coding-category-list';
|
|
4447 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
4448 modify `eol-type' for XEmacs.
|
|
4449
|
|
4450 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
4451 `charset-columns'.
|
|
4452 (char-width): Likewise.
|
|
4453
|
|
4454 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4455
|
|
4456 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
4457 `tis-620'.
|
|
4458
|
|
4459 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4460 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
4461 call `update-coding-systems-internal'.
|
|
4462
|
|
4463 * mule/mule-misc.el (coding-system-get): New function.
|
|
4464 (coding-system-put): New function.
|
|
4465 (coding-system-category): New function.
|
|
4466
|
|
4467 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4468
|
|
4469 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
4470 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
4471 to avoid conflict with leim/quail/thai-xtis.
|
|
4472
|
|
4473 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
4474 to thai-xtis-chars.el.
|
|
4475
|
|
4476 * mule/thai-xtis-chars.el: New file (split from
|
|
4477 mule/thai-xtis.el).
|
|
4478
|
|
4479 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4480
|
|
4481 * mule/thai-xtis.el:
|
|
4482 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
4483 - Add syntax entries.
|
|
4484 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
4485 `tis-620'.
|
|
4486
|
|
4487 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
4488
|
|
4489 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
4490 rewritten to use write-multibyte-character.
|
|
4491
|
|
4492 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4493
|
|
4494 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
4495 of `iso-2022-7'.
|
|
4496 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
4497 ported yet.
|
|
4498 (read-input-method-name): Treat optional argument `default'.
|
|
4499
|
|
4500 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4501
|
|
4502 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
4503 all.
|
|
4504 (set-language-info-alist): Set up menus here.
|
|
4505
|
|
4506 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4507
|
|
4508 * minibuf.el (completing-read): Add new optional argument
|
|
4509 `default'.
|
|
4510 (read-coding-system): Add new optional argument
|
|
4511 `default-coding-system'.
|
|
4512
|
|
4513 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
4514
|
|
4515 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
4516 (viet-viscii-...->viet-vscii...).
|
|
4517
|
|
4518 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
4519
|
|
4520 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
4521 and menus.
|
|
4522
|
|
4523 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
4524
|
|
4525 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
4526 property.
|
|
4527
|
|
4528 1999-03-30 Dave Love <fx@gnu.org>
|
|
4529
|
|
4530 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
4531
|
|
4532 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
4533
|
|
4534 * mule/european.el (setup-slovenian-environment): New function.
|
|
4535 ("Slovenian"): New language environment.
|
|
4536
|
|
4537 1999-01-27 Dave Love <fx@gnu.org>
|
|
4538
|
|
4539 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
4540 :type (choices) and appropriate :get.
|
|
4541
|
|
4542 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
4543
|
|
4544 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
4545 input-method-alist.
|
|
4546
|
|
4547 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
4548
|
|
4549 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
4550 set-coding-priority, so that the internal array of priorities is
|
|
4551 also updated.
|
|
4552
|
|
4553 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4554
|
|
4555 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
4556 requires specific EOL conversion type, make the default coding
|
|
4557 systems use that.
|
|
4558
|
|
4559 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4560
|
|
4561 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
4562 eol-type to set-language-environment-coding-systems.
|
|
4563 (set-default-coding-systems): Copy the eol-type property for the
|
|
4564 new default values of {buffer-file,process}-coding-system from the
|
|
4565 old defaults.
|
|
4566 (set-language-environment-coding-systems): Accept an optional
|
|
4567 argument EOL-TYPE, and set the eol-type property of the default
|
|
4568 coding systems accordingly.
|
|
4569
|
|
4570 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
4571
|
|
4572 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
4573 use generate-new-buffer instead of get-buffer-create.
|
|
4574
|
|
4575 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4576
|
|
4577 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
4578
|
|
4579 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
4580
|
|
4581 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
4582
|
|
4583 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4584
|
|
4585 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
4586 Add apropos-inhibit property.
|
|
4587 (describe-specified-language-support): Likewise.
|
|
4588
|
|
4589 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4590
|
|
4591 * mule/mule-cmds.el: Doc fixes.
|
|
4592
|
|
4593 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
4594
|
|
4595 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
4596 modified.
|
|
4597
|
|
4598 1998-09-01 Dave Love <fx@gnu.org>
|
|
4599
|
|
4600 * mule/mule-cmds.el (current-language-environment): Fix
|
|
4601 setter function.
|
|
4602
|
|
4603 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
4604
|
|
4605 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
4606 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
4607 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
4608 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
4609 files using interpreted code.
|
|
4610
|
|
4611 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
4612
|
|
4613 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
4614 ("Latin-2"): Likewise.
|
|
4615
|
|
4616 1998-08-18 Per Starback <starback@update.uu.se>
|
|
4617
|
|
4618 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
4619
|
|
4620 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
4621
|
|
4622 * mule/european.el: Give proper value of `input-method' key to all
|
|
4623 lang. env.
|
|
4624
|
|
4625 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
4626 the arg INPUT-METHOD is nil correctly.
|
|
4627 (read-multilingual-string): Activate the specified input method
|
|
4628 before calling read-string. Afterward, activate the original
|
|
4629 input method.
|
|
4630
|
|
4631 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
4632
|
|
4633 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4634 (set-language-info-alist): Fix typo in doc-string.
|
|
4635
|
|
4636 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
4637
|
|
4638 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
4639
|
|
4640 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4641 (reset-language-environment): New function for the job that
|
|
4642 setup-english-environment used to do.
|
|
4643 (set-language-environment): Do more setups according to the info
|
|
4644 in language-info-alist.
|
|
4645 (read-language-name): Handle the case that the arg KEY is nil.
|
|
4646 (describe-language-environment): Handle input-method property.
|
|
4647
|
|
4648 * mule/: All files under this directory, which related with
|
|
4649 specific languages (such as mule/european.el, mule/greek.el,
|
|
4650 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
4651 (setup-XXX-environment): Just call set-language-environment. If
|
|
4652 they used to do some other jobs than what done by
|
|
4653 set-language-environment, those jobs are done in
|
|
4654 setup-XXX-environment-internal now.
|
|
4655 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
4656 the value to setup-XXX-environment-internal. Add properties
|
|
4657 input-method and features.
|
|
4658
|
|
4659 * mule/english.el (setup-english-environment): Just call
|
|
4660 reset-language-environment.
|
|
4661
|
|
4662 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
4663
|
|
4664 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4665
|
|
4666 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
4667 (input-method-use-echo-area): Doc fixes.
|
|
4668
|
|
4669 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
4670
|
|
4671 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
4672 variable.
|
|
4673 (input-method-use-echo-area): New variable.
|
|
4674
|
|
4675 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
4676
|
|
4677 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4678
|
|
4679 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
4680
|
|
4681 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
4682 (inactivate-input-method): Likewise.
|
|
4683
|
|
4684 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
4685
|
|
4686 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
4687 input method in the current buffer, but just bind
|
|
4688 current-input-method.
|
|
4689
|
|
4690 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
4691
|
|
4692 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
4693
|
|
4694 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
4695 coding-system.
|
|
4696
|
|
4697 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
4698
|
|
4699 * mule/greek.el: Add coding-priority.
|
|
4700
|
|
4701 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4702
|
|
4703 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
4704 LANG-ENV.
|
|
4705
|
|
4706 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4707
|
|
4708 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
4709 (setup-specified-language-environment): Doc fix.
|
|
4710
|
|
4711 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4712
|
|
4713 * mule/mule-cmds.el: Several doc fixes.
|
|
4714 (get-language-info, set-language-info): Rename argument.
|
|
4715 (set-language-info-alist): Likewise.
|
|
4716 (register-input-method): Rename argument.
|
|
4717 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
4718
|
|
4719 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
4720
|
|
4721 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
4722 default value while reading an input method.
|
|
4723
|
|
4724 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
4725
|
|
4726 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
4727 Use buffer-file-coding-system as default.
|
|
4728
|
|
4729 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
4730
|
|
4731 * mule/korean.el ("Korean"): Doc fix.
|
|
4732
|
|
4733 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
4734
|
|
4735 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
4736 languge environment at the head.
|
|
4737
|
|
4738 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
4739
|
|
4740 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
4741 for Japanese environment.
|
|
4742
|
|
4743 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
4744
|
|
4745 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
4746 (current-language-environment): Use defcustom.
|
|
4747 (default-input-method): Specify :type.
|
|
4748
|
|
4749 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
4750
|
|
4751 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4752 modified.
|
|
4753 (prefer-coding-system): Doc-string modified.
|
|
4754
|
|
4755 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4756
|
|
4757 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
4758 describes `coding-priority' KEY.
|
|
4759 (set-language-environment-coding-systems): New function.
|
|
4760 (select-safe-coding-system): New function.
|
|
4761 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
4762 (set-language-info-alist): New optionla arg PARENTS. Call
|
442
|
4763 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
428
|
4764 (set-language-environment-coding-systems): New function.
|
|
4765
|
|
4766 * mule/chinese.el: Remove setting up of
|
|
4767 describe-chinese-environment-map and
|
|
4768 setup-chinese-environment-map. Exclude them in args of calls to
|
|
4769 set-language-info-alist. Register coding-priority key in
|
|
4770 language-info-alist.
|
|
4771
|
|
4772 * mule/cyrillic.el: Remove setting up of
|
|
4773 describe-cyrillic-environment-map and
|
|
4774 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
4775 set-language-info-alist. Register coding-priority key in
|
|
4776 language-info-alist.
|
|
4777
|
|
4778 * mule/english.el: Register coding-priority key in
|
|
4779 language-info-alist.
|
|
4780
|
|
4781 * mule/ethiopic.el: Register coding-priority key in
|
|
4782 language-info-alist.
|
|
4783
|
|
4784 * mule/european.el: Remove setting up of
|
|
4785 describe-european-environment-map and
|
|
4786 setup-european-environment-map. Exclude them in args of calls to
|
|
4787 set-language-info-alist. Register coding-priority key in
|
|
4788 language-info-alist. Add "German" language env.
|
|
4789 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
4790 (setup-german-environment): New function.
|
|
4791
|
|
4792 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
4793 change default input method to "greek-postfix".
|
|
4794
|
|
4795 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
4796 coding-priority key in
|
|
4797
|
|
4798 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
4799
|
|
4800 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
4801 (input-method-inactivate-hook): Doc fix.
|
|
4802
|
|
4803 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
4804
|
|
4805 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
4806 select-input-method.
|
|
4807
|
|
4808 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
4809
|
|
4810 * mule/mule-cmds.el (set-language-environment): Run
|
|
4811 exit-language-environment-hook before calling `exit-function'
|
|
4812 which is specified for the language environment.
|
|
4813
|
|
4814 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
4815
|
|
4816 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4817 modified.
|
|
4818 (prefer-coding-system): Likewise.
|
|
4819 (describe-language-environment): Print aliases of each coding
|
|
4820 system.
|
|
4821 (set-language-environment-hook): New variable.
|
|
4822 (exit-language-environment-hook): New variable.
|
|
4823 (set-language-environment): Call these hooks. Before setting a
|
|
4824 new language environment, exit from the
|
|
4825 current-language-environment if necessary.
|
|
4826 (input-method-verbose-flag): The value can be nil, t,
|
|
4827 complex-only, or default.
|
|
4828 (input-method-highlight-flag): Doc-string augmented.
|
|
4829 (activate-input-method): Check if we can run the registered
|
|
4830 function to activate an input method.
|
|
4831
|
|
4832 * mule/korean.el: Set exit-function for language environment
|
|
4833 "Korean" to exit-korean-environment.
|
|
4834 (setup-korean-environment): Moved to korea-util.el.
|
|
4835
|
|
4836 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4837
|
|
4838 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
4839 current-input-method prior to default-input-method. Don't bind
|
|
4840 current-input-method by `let', instead, activate the specified
|
|
4841 input method in the current buffer temporarily.
|
|
4842
|
|
4843 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
4844
|
|
4845 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
4846
|
|
4847 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4848
|
|
4849 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
4850 decode-hz-region.
|
|
4851 (pre-write-encode-hz): Do not change the value of
|
|
4852 last-coding-system.
|
|
4853
|
|
4854 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4855
|
|
4856 * mule/mule-ccl.el: Doc fixes.
|
|
4857
|
|
4858 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
4859
|
|
4860 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
4861 (check-ccl-program): New macro.
|
|
4862
|
|
4863 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4864
|
|
4865 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
4866 (ccl-command-table): Add read-multibyte-character and
|
|
4867 write-multibyte-character.
|
|
4868 (ccl-code-table): Add ex-cmd.
|
|
4869 (ccl-extended-code-table): New variable.
|
|
4870 (ccl-embed-extended-command): New function.
|
|
4871 (ccl-compile-read-multibyte-character,
|
|
4872 ccl-compile-write-multibyte-character) New functions.
|
|
4873 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
4874 ccl-dump-write-multibyte-character): New functions.
|
|
4875
|
|
4876 1999-07-22 SL Baur <steve@miho>
|
|
4877
|
|
4878 * config.el (config-value-file): config.values is installed into
|
|
4879 doc-directory.
|
|
4880 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
4881
|
442
|
4882 1999-07-19 Didier Verna <didier@xemacs.org>
|
428
|
4883
|
|
4884 * rect.el: all functions rewritten, except when noted. Below is a
|
|
4885 list of interface changes.
|
|
4886 (apply-on-rectangle): new function. Obsoletes
|
|
4887 `operate-on-rectangle'. All functions that used to call this
|
|
4888 function now call the new one.
|
|
4889 (kill-rectangle): added optional prefix arg to fill lines.
|
|
4890 (delete-rectangle): ditto.
|
|
4891 (delete-extract-rectangle): ditto.
|
|
4892 (open-rectangle): ditto.
|
|
4893 (clear-rectangle): ditto.
|
|
4894 (delete-rectangle-line): added third arg FILL.
|
|
4895 (delete-extract-rectangle-line): ditto.
|
|
4896 (open-rectangle-line): ditto.
|
|
4897 (clear-rectangle-line): ditto.
|
|
4898
|
|
4899 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
4900
|
|
4901 * menubar-items.el (default-menubar): add gutter options.
|
|
4902
|
|
4903 * gutter-items.el: new file.
|
|
4904 (gutter): new group for custom.
|
|
4905 (gutter-visible-p): new variable.
|
|
4906 (default-gutter-position): ditto.
|
|
4907 (buffers-tab): new group for the buffers tab.
|
|
4908 (gutter-buffers-tab): widget to put in the gutter.
|
|
4909 (buffers-tab-max-size): max number of tabs.
|
|
4910 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
4911 tab is pressed.
|
|
4912 (buffers-tab-omit-function): filter buffers with this function.
|
|
4913 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
4914 inclusion in tabs.
|
|
4915 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
4916 the record.
|
|
4917 (build-buffers-tab-internal): build a list of tab items.
|
|
4918 (buffers-tab-items): ditto.
|
|
4919 (add-tab-to-gutter): put a tab in the gutter area.
|
|
4920 (update-tab-in-gutter): reset the buffers in the tab.
|
|
4921
|
|
4922 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
4923
|
|
4924 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
4925 (switch-to-buffer-hooks): new hook.
|
|
4926
|
|
4927 * toolbar.el (default-toolbar-position): fix typo.
|
|
4928
|
|
4929 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
4930
|
|
4931 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
4932
|
442
|
4933 1999-07-15 Didier Verna <didier@xemacs.org>
|
428
|
4934
|
|
4935 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
4936 prompt for a comment string.
|
|
4937 (customize-set-value): optional prefix makes this function handle
|
|
4938 variable comments.
|
|
4939 (customize-set-variable): ditto.
|
|
4940 (customize-save-variable): ditto.
|
|
4941 (customize-customized): handle custom comments.
|
|
4942 (customize-save-customized): ditto.
|
|
4943 (custom-variable-state-set): ditto.
|
|
4944 (custom-face-state-set): ditto.
|
|
4945 (customize-saved): ditto.
|
|
4946 (custom-variable-set): ditto.
|
|
4947 (custom-face-set): ditto.
|
|
4948 (custom-variable-save): ditto.
|
|
4949 (custom-face-save): ditto.
|
|
4950 (custom-variable-reset-saved): ditto.
|
|
4951 (custom-face-reset-saved): ditto.
|
|
4952 (custom-variable-reset-standard): ditto.
|
|
4953 (custom-face-reset-standard): ditto.
|
|
4954 (custom-comment-face): new face.
|
|
4955 (custom-comment-tag-face): ditto.
|
|
4956 (custom-comment): new widget.
|
|
4957 (custom-comment-create): new function.
|
|
4958 (custom-comment-delete): ditto.
|
|
4959 (custom-comment-value-set): ditto.
|
|
4960 (custom-comment-show): ditto.
|
|
4961 (custom-comment-invisible-p): ditto.
|
|
4962 (custom-variable-value-create): create a comment field widget.
|
|
4963 (custom-face-value-create): ditto.
|
|
4964 (custom-variable-menu): new entry for adding a custom comment.
|
|
4965 (custom-face-menu): ditto.
|
|
4966 (custom-save-variables): possibly save custom comments.
|
|
4967 (custom-save-faces): ditto.
|
|
4968
|
|
4969 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
4970 custom comment as fourth argument.
|
|
4971
|
|
4972 * custom.el (custom-set-variables): the arguments can now have a
|
|
4973 custom comment as fifth element.
|
|
4974
|
|
4975 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4976
|
|
4977 * XEmacs 21.2.18 is released
|
|
4978
|
|
4979 1999-07-13 SL Baur <steve@miho>
|
|
4980
|
|
4981 * lib-complete.el (read-library-name): Revert previous change.
|
|
4982 (read-library): Ditto.
|
|
4983
|
|
4984 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
4985
|
|
4986 * packages.el (packages-package-list): Capitalize docstring.
|
|
4987
|
|
4988 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
4989 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
4990 which returns a freshly consed list. #'append would create yet
|
|
4991 another fresh list, using Fmake_list in concat.
|
|
4992
|
|
4993 * packages.el (package-provide): Use setq with remassq like it
|
|
4994 says in its docstring.
|
|
4995
|
|
4996 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
4997
|
|
4998 * lib-complete.el (progn-with-message): Fix typo.
|
|
4999
|
|
5000 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5001
|
|
5002 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
5003 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
5004
|
|
5005 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
5006
|
|
5007 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
5008
|
|
5009 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
5010
|
|
5011 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
5012 keys if already bound
|
|
5013
|
|
5014 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5015
|
|
5016 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
5017
|
|
5018 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5019
|
|
5020 * lib-complete.el (find-library):
|
|
5021 (find-library-other-window):
|
|
5022 (find-library-other-frame): Completely rewrote
|
|
5023 so that these functions actually work when called non-interactively.
|
|
5024 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
5025
|
|
5026 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5027
|
|
5028 * simple.el (indent-new-comment-line): Locally bound
|
|
5029 `block-comment-start' to `comstart' or else when this is called
|
|
5030 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
5031 `block-comment-start' value, ignoring any existing spacing after a
|
|
5032 comment prefix in the previous line and producing ugly comments.
|
|
5033
|
|
5034 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
5035
|
|
5036 * list-mode.el (mouse-choose-completion):
|
|
5037 (choose-completion):
|
|
5038 (completion-switch-to-minibuffer): Added.
|
|
5039 ([Tab]): [Tab] previously switched to the minibuffer
|
|
5040 but since [space] does that and since most applications in the
|
|
5041 world use [Tab] to select the next item in a list, do that in the
|
|
5042 *Completions* buffer too. This will cause the least confusion
|
|
5043 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
5044 06/23/1999.
|
|
5045
|
|
5046 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
5047
|
|
5048 * help.el (help-buffer-name): Added support for a null value
|
|
5049 of `help-buffer-prefix-string' since some buffers require no
|
|
5050 prefix.
|
|
5051
|
|
5052 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5053
|
|
5054 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
5055 in the completion-list-mode-map to bury the completions buffer
|
|
5056 even when the minibuffer is no longer active.
|
|
5057
|
|
5058 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5059
|
|
5060 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
5061 the text cursor disappear within list buffers, especially when
|
|
5062 moving from window to window, so leave it visible.
|
|
5063
|
|
5064 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
5065
|
|
5066 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
5067 report menu item (which may not be possible in this XEmacs).
|
|
5068 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
5069
|
|
5070 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
5071
|
|
5072 * subr.el (with-current-buffer): DOC string fix.
|
|
5073 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
5074
|
|
5075 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
5076
|
|
5077 * cus-face.el (custom-face-italic): insert missing args
|
|
5078
|
|
5079 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5080
|
|
5081 * packages.el (package-locations): Changed default early package
|
|
5082 hierarchies to ~/.xemacs/mule-packages and
|
|
5083 ~/.xemacs/xemacs-packages.
|
|
5084
|
|
5085 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
5086
|
|
5087 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
5088
|
|
5089 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5090
|
|
5091 * packages.el (package-locations): Changed default early package
|
|
5092 hierarchy to ~/.xemacs/packages.
|
|
5093 (package-locations): Removed `packages' as a possible name for a
|
|
5094 late package hierarchy.
|
|
5095
|
|
5096 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5097
|
|
5098 * mule/mule-category.el (word-combining-categories): Set up new
|
|
5099 variable.
|
|
5100 (word-separating-categories): Likewise.
|
|
5101
|
|
5102 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5103
|
|
5104 * XEmacs 21.2.17 is released
|
|
5105
|
|
5106 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
5107
|
|
5108 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
5109 of font size.
|
|
5110
|
|
5111 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5112
|
|
5113 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
5114 is 1.
|
|
5115
|
|
5116 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5117
|
|
5118 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
5119 8859-5 instead of ISO 8859-1.
|
|
5120
|
|
5121 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
5122
|
|
5123 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
5124 (viet-viscii-encode-table): Ditto.
|
|
5125
|
|
5126 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
5127 Make obsolete definition of char-octet.
|
|
5128
|
|
5129 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
5130
|
|
5131 * subr.el: Move no-Mule make-char ...
|
|
5132 * help-nomule.el (make-char): To here.
|
|
5133 (string-width): Make Mule compatibility alias.
|
|
5134
|
|
5135 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
5136
|
|
5137 * select.el (get-selection-no-error): really make there be no-error.
|
|
5138 (get-selection): revert to original.
|
|
5139
|
|
5140 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
5141
|
|
5142 * select.el (selection-sets-clipboard): renamed.
|
|
5143 (own-selection): use it.
|
|
5144
|
|
5145 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5146
|
|
5147 * XEmacs 21.2.16 is released
|
|
5148
|
|
5149 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5150
|
|
5151 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
5152 missing characters to avoid crash.
|
|
5153
|
|
5154 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5155
|
|
5156 * coding.el (set-terminal-coding-system): Only set the console
|
|
5157 coding system on the selected console if it is a tty.
|
|
5158
|
|
5159 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5160
|
|
5161 * cus-face.el:
|
|
5162 * cus-edit.el:
|
|
5163 * faces.el:
|
|
5164 (custom):
|
|
5165 (face-spec-set):
|
|
5166 * faces.el (frob-face-property):
|
|
5167 * font-menu.el (font-menu-set-font):
|
|
5168 Actually apply changes from 1999-03-17
|
|
5169
|
|
5170 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
5171
|
|
5172 * select.el (get-selection): abstract out non error-signalling
|
|
5173 part.
|
|
5174 (get-selection-no-error): get-selection without signalling an
|
|
5175 error.
|
|
5176 (selection-is-clipboard-p): new variable. controls whether the
|
|
5177 selection sets the clipboard.
|
|
5178 (own-selection): use it.
|
|
5179
|
|
5180 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
5181 primary selection and cutbuffer.
|
|
5182
|
|
5183 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
5184
|
|
5185 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
5186 selection functions.
|
|
5187
|
|
5188 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5189
|
|
5190 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
5191 default value.
|
|
5192 (load): Use `raw-text' instead of `no-conversion'.
|
|
5193 (insert-file-contents): Likewise.
|
|
5194
|
|
5195 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
5196 of `no-conversion'.
|
|
5197
|
|
5198 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5199
|
|
5200 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
5201
|
|
5202 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
5203
|
|
5204 * subr.el (make-char): Define it if Mule is not around.
|
|
5205
|
|
5206 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
5207
|
|
5208 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
5209
|
|
5210 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
5211 obsolete alias.
|
|
5212 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
5213
|
|
5214 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5215
|
|
5216 * XEmacs 21.2.15 is released
|
|
5217
|
|
5218 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
5219
|
|
5220 * subr.el (split-string): Avoid infinite looping
|
|
5221
|
|
5222 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5223
|
|
5224 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
5225 (ldap-default-attribute-decoder): New variable
|
|
5226 (ldap-coding-system): New variable
|
|
5227 (ldap-attribute-syntax-encoders): New variable
|
|
5228 (ldap-attribute-syntax-decoders): New variable
|
|
5229 (ldap-attribute-syntaxes-alist): New variable
|
|
5230 (ldap-encode-boolean): New function
|
|
5231 (ldap-decode-boolean): New function
|
|
5232 (ldap-encode-country-string): New function
|
|
5233 (ldap-decode-string): New function
|
|
5234 (ldap-decode-address): New function
|
|
5235 (ldap-encode-address): New function
|
|
5236 (ldap-decode-attribute): New function
|
|
5237 (ldap-search): Use some of these
|
|
5238
|
|
5239 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
5240
|
|
5241 * version.el (emacs-version): Make the patch level/beta come
|
|
5242 before the XEmacs qualifier so that it gets into (funcall
|
|
5243 emacs-version) and thus in the bug reports.
|
|
5244 (emacs-version>=): Support patch levels.
|
|
5245
|
|
5246 1999-06-03 SL Baur <steve@xemacs.org>
|
|
5247
|
|
5248 * version.el: implement x.y.z version number
|
|
5249 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5250
|
|
5251 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
5252
|
|
5253 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
5254
|
|
5255 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
5256
|
|
5257 * startup.el: Document -private and break out non-standard X options.
|
|
5258
|
|
5259 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5260
|
|
5261 * mule/mule-charset.el (charset-after): New function.
|
|
5262 (charset-direction): Synch with Mule, update docstring.
|
|
5263 (get-charset-property): New function.
|
|
5264 (put-charset-property): New function.
|
|
5265 (charset-plist): New function.
|
|
5266
|
|
5267 * mule/mule-charset.el (compose-region):
|
|
5268 (decompose-region): remove; these functions (which don't work
|
|
5269 since we don't do composite characters) have been moved to
|
|
5270 mule-util.el.
|
|
5271 (toplevel): follow coding standards
|
|
5272
|
|
5273 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5274
|
|
5275 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
5276 exist any more.
|
|
5277
|
|
5278 * code-files.el: Fix commentary to follow coding standards. Move
|
|
5279 the single line left in mule-files.el to here.
|
|
5280
|
|
5281 * mule/mule-files.el: delete.
|
|
5282
|
|
5283 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
5284
|
|
5285 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
5286 old emacs 19 interface.
|
|
5287
|
|
5288 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
5289
|
|
5290 * x-font-menu.el (x-font-menu-load-font):
|
|
5291 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
5292
|
|
5293 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
5294
|
|
5295 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
5296 group.
|
|
5297 (font-menu-this-frame-only-p): ditto.
|
|
5298 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
5299 <vroonhof@math.ethz.ch>
|
|
5300 (font-menu-submenu-name-format): ditto.
|
|
5301 (font-menu-split-long-menu): ditto, for use by the family
|
|
5302 constructor.
|
|
5303 (font-menu-family-constructor): use it.
|
|
5304
|
|
5305 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
5306
|
|
5307 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
5308 for use by the font menu.
|
|
5309
|
|
5310 * msw-font-menu.el: new file implementing mswindows specific
|
|
5311 font-menu behaviour.
|
|
5312 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
5313 (mswindows-font-menu-junk-families): ditto.
|
|
5314 (hack-font-truename): ditto.
|
|
5315 (mswindows-font-regexp-ascii): ditto.
|
|
5316 (mswindows-reset-device-font-menus): ditto.
|
|
5317 (mswindows-font-menu-font-data): ditto.
|
|
5318 (mswindows-font-menu-load-font): ditto.
|
|
5319
|
|
5320 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
5321 (x-font-menu-font-data): ditto.
|
|
5322 (x-font-menu-load-font): ditto.
|
|
5323
|
|
5324 * font-menu.el: new file implementing generic font menu behaviour.
|
|
5325 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
5326 made device independent.
|
|
5327 (font-menu-this-frame-only-p): ditto.
|
|
5328 (font-menu-preferred-resolution): ditto.
|
|
5329 (font-menu-size-scaling): new variable used to determine whether
|
|
5330 sizes are in points or tenths of a point.
|
|
5331 (vassoc): moved from x-font-menu.el.
|
|
5332 (device-fonts-cache): ditto.
|
|
5333 (device-fonts-cache): ditto.
|
|
5334 (flush-device-fonts-cache): ditto.
|
|
5335 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
5336 device independent. Most functionality deferred to
|
|
5337 device-dependent versions.
|
|
5338 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
5339 made device independent.
|
|
5340 (font-menu-size-constructor): ditto.
|
|
5341 (font-menu-weight-constructor): ditto.
|
|
5342 (font-menu-set-font): ditto.
|
|
5343 (font-menu-change-face): ditto.
|
|
5344 (font-menu-load-font): new device method.
|
|
5345 (font-menu-font-data): ditto.
|
|
5346
|
|
5347 * x-font-menu.el: The above functions deleted.
|
|
5348
|
|
5349 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
5350
|
|
5351 * update-elc.el:
|
|
5352 * make-docfile.el:
|
|
5353 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
5354
|
|
5355 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
5356
|
|
5357 * x-select.el (x-select-convert-to-text):
|
|
5358 (x-selected-text-type):
|
|
5359 (x-get-selection):
|
|
5360 (xselect-convert-to-string):
|
|
5361 (xselect-convert-to-compound-text):
|
|
5362 (xselect-convert-to-length):
|
|
5363 (xselect-convert-to-targets):
|
|
5364 (xselect-convert-to-delete):
|
|
5365 (xselect-convert-to-filename):
|
|
5366 (xselect-convert-to-charpos):
|
|
5367 (xselect-convert-to-lineno):
|
|
5368 (xselect-convert-to-colno):
|
|
5369 (xselect-convert-to-sourceloc):
|
|
5370 (xselect-convert-to-os):
|
|
5371 (xselect-convert-to-host):
|
|
5372 (xselect-convert-to-user):
|
|
5373 (xselect-convert-to-class):
|
|
5374 (xselect-convert-to-name):
|
|
5375 (xselect-convert-to-integer):
|
|
5376 (xselect-convert-to-atom):
|
|
5377 (xselect-convert-to-identity): functions renamed from x-* and
|
|
5378 moved to select.el.
|
|
5379 (x-get-secondary-selection): use rename get-selection.
|
|
5380 (x-get-clipboard): ditto.
|
|
5381 (x-own-selection): moved to select.el.
|
|
5382 (x-valid-simple-selection-p): ditto.
|
|
5383 (x-dehilight-selection): ditto.
|
|
5384 (x-own-clipboard): ditto.
|
|
5385 (x-disown-selection): ditto.
|
|
5386
|
|
5387 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
5388 (x-insert-selection): ditto.
|
|
5389 (x-set-point-and-move-selection): use renamed function.
|
|
5390
|
|
5391 * select.el (selected-text-type): moved and renamed from
|
|
5392 x-select.el.
|
|
5393 (selection-owner-p): moved to C.
|
|
5394 (selection-exists-p): ditto.
|
|
5395 (get-cutbuffer): new device method.
|
|
5396 (get-selection): generalised and moved from x-select.el.
|
|
5397 (own-selection): moved x-own-selection functionality into here.
|
|
5398 (dehilight-selection): renamed and moved from x-select.el.
|
|
5399 (own-clipboard): functionality moved from x-select.el using new
|
|
5400 generic C builtins.
|
|
5401 (disown-clipboard): ditto.
|
|
5402 (select-convert-to-text):
|
|
5403 (select-convert-to-string):
|
|
5404 (select-convert-to-compound-text):
|
|
5405 (select-convert-to-length):
|
|
5406 (select-convert-to-targets):
|
|
5407 (select-convert-to-delete):
|
|
5408 (select-convert-to-filename):
|
|
5409 (select-convert-to-charpos):
|
|
5410 (select-convert-to-lineno):
|
|
5411 (select-convert-to-colno):
|
|
5412 (select-convert-to-sourceloc):
|
|
5413 (select-convert-to-os):
|
|
5414 (select-convert-to-host):
|
|
5415 (select-convert-to-user):
|
|
5416 (select-convert-to-class):
|
|
5417 (select-convert-to-name):
|
|
5418 (select-convert-to-integer):
|
|
5419 (select-convert-to-atom):
|
|
5420 (select-convert-to-identity): new functions renamed from x-* and
|
|
5421 moved from x-select.el.
|
|
5422
|
|
5423 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
5424 into here and use as the default window-system mouse yank.
|
|
5425 (insert-selection): generalised and moved from x-mouse.el.
|
|
5426 (own-clipboard): moved to C.
|
|
5427
|
|
5428 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
5429 (mswindows-own-selection): generalised and moved to select.el.
|
|
5430 (mswindows-disown-selection): generalised and moved to C.
|
|
5431 (mswindows-selection-owner-p): ditto.
|
|
5432
|
|
5433 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5434
|
|
5435 * XEmacs 21.2.14 is released
|
|
5436
|
|
5437 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5438
|
|
5439 * about.el: update contact info for jason and slb.
|
|
5440
|
|
5441 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5442
|
|
5443 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
5444 support from Emacs/Mule romanian.el.
|
|
5445
|
|
5446 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5447
|
|
5448 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
5449
|
|
5450 * cus-edit.el: idem ditto.
|
|
5451
|
|
5452 * faces.el: Added suport for adding device tags to various functions.
|
|
5453 (custom): New device tag.
|
|
5454 (face-spec-set): Call reset face with tags argument. No longer do
|
|
5455 x-init-global-faces hack.
|
|
5456
|
|
5457 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
5458 frob-face-property-1 over.
|
|
5459
|
|
5460 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
5461 properties to custom.
|
|
5462
|
|
5463 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
5464
|
|
5465 * mule/european.el (setup-czech-environment): Add czech support.
|
|
5466 From David Sauer <davids@orfinet.cz>
|
|
5467
|
|
5468 1999-03-15 SL Baur <steve@xemacs.org>
|
|
5469
|
|
5470 * check-features.el: Turn hard errors into warnings.
|
|
5471
|
|
5472 1999-03-21 SL Baur <steve@xemacs.org>
|
|
5473
|
|
5474 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
5475 xemacs-beta, default to t.
|
|
5476
|
|
5477 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
5478
|
|
5479 * loadup.el: Define Installation-string before loading anything.
|
|
5480
|
|
5481 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5482
|
|
5483 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
5484 From Anders Stenman <stenman@isy.liu.se>
|
|
5485
|
|
5486 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5487
|
|
5488 * wid-edit.el (widget-glyph-find): Ditto.
|
|
5489
|
|
5490 * packages.el (locate-library): Ditto.
|
|
5491
|
|
5492 * loadup.el (really-early-error-handler): Ditto.
|
|
5493
|
|
5494 * lib-complete.el (read-library): Ditto.
|
|
5495
|
|
5496 * faces.el (set-face-stipple): Ditto.
|
|
5497
|
|
5498 * code-files.el (load): Use new calling style of locate-file.
|
|
5499
|
|
5500 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5501
|
|
5502 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
5503 dead.
|
|
5504
|
|
5505 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5506
|
|
5507 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
5508 Installation.el.
|
|
5509
|
|
5510 * loadup.el (Installation-string): Define it here.
|
|
5511
|
|
5512 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5513
|
|
5514 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
5515 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
5516 the dumping process won't find it.
|
|
5517
|
434
|
5518 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
428
|
5519
|
|
5520 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
5521 subr so that we can use `replace-in-string' in Installation.el to
|
|
5522 get rid of C-m chars under the native Windows build.
|
|
5523
|
|
5524 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
5525
|
|
5526 * make-docfile.el: canonicalize file and directory names.
|
|
5527
|
|
5528 * device.el (call-device-method): new function for calling device
|
|
5529 specific methods.
|
|
5530 (define-device-method): new function for defining device methods.
|
|
5531 (define-device-method*): ditto.
|
|
5532
|
|
5533 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
5534
|
|
5535 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
5536
|
|
5537 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5538
|
|
5539 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
5540 (cyrillic-koi8-r-encode-table): Likewise.
|
|
5541 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
5542 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
5543
|
|
5544 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
5545 from vietnamese.el].
|
|
5546
|
|
5547 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
5548 mule/mule-misc.el.
|
|
5549
|
|
5550 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5551
|
|
5552 * mule/thai-xtis.el:
|
|
5553 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
5554 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
5555
|
|
5556 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5557
|
|
5558 * mule/ethiopic.el: fixed.
|
|
5559
|
|
5560 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5561
|
|
5562 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
5563
|
|
5564 * mule/thai-xtis.el: New file.
|
|
5565
|
|
5566 * mule/vietnamese.el: New file.
|
|
5567
|
|
5568 * mule/ethiopic.el: New file.
|
|
5569
|
|
5570 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
5571
|
|
5572 * bytecomp.el (byte-compile-close-variables): Leave
|
|
5573 debug-issue-ebola-notices alone.
|
|
5574
|
|
5575 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5576
|
|
5577 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
5578 at the top of the buffer since it is the most important thing to
|
|
5579 customize
|
|
5580 (ldap-get-host-parameter): New defun
|
|
5581 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
5582 distinguished names of entries
|
|
5583
|
|
5584 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
5585
|
|
5586 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
5587
|
|
5588 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
5589
|
|
5590 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
5591
|
|
5592 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
5593
|
|
5594 * format.el (format-alist): Disable image stuff.
|
|
5595
|
|
5596 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
5597
|
|
5598 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
5599 suffixes rather than the other way around.
|
|
5600 (widget-image-conversion): Renamed to
|
|
5601 `widget-image-file-name-suffixes'.
|
|
5602
|
|
5603 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
5604
|
|
5605 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
5606 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
5607 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
5608 (charset-iso-final-char): Rename from charset-final.
|
|
5609 (charset-width): Rename from charset-columns.
|
|
5610 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
5611
|
|
5612 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
5613 mule-charset.el
|
|
5614
|
|
5615 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
5616
|
|
5617 * x-faces.el (x-make-font-bold-italic): honor
|
|
5618 *try-oblique-before-italic-fonts*
|
|
5619
|
|
5620 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
5621
|
|
5622 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
5623
|
|
5624 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
5625
|
|
5626 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
5627 name.
|
|
5628
|
|
5629 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
5630
|
|
5631 * cl-extra.el (equalp): Would bug out for lists.
|
|
5632
|
|
5633 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
5634
|
|
5635 * about.el (about-hackers): Change cgw's email address
|
|
5636
|
|
5637 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5638
|
|
5639 * XEmacs 21.2.13 is released
|
|
5640
|
|
5641 1999-03-12 SL Baur <steve@xemacs.org>
|
|
5642
|
|
5643 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
5644 behavior.
|
|
5645
|
442
|
5646 1999-01-18 Didier Verna <didier@xemacs.org>
|
428
|
5647
|
|
5648 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
5649 multiple elements in the splash buffer body.
|
|
5650
|
|
5651 * startup.el (splash-frame-timeout): new constant: interval
|
|
5652 between splash buffer elements.
|
|
5653 (command-line-1): handle splash buffer with multiple elements (use
|
|
5654 a timeout).
|
|
5655 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
5656 Rewrote a cleaner and more readable version. This can now be array,
|
|
5657 in which case each element is displayed in turn in the splash buffer.
|
|
5658 (splash-frame-static-body): new constant. Persistent information
|
|
5659 across all splash buffer elements (preserves the possibility to give
|
|
5660 it in different languages.
|
|
5661 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
5662 to circulate through all splash frame elements and display them in
|
|
5663 sequence.
|
|
5664 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
5665 the case of multiple elements in the splash buffer body. Now
|
|
5666 returns a timeout id if multiple elements to display, or nil.
|
|
5667
|
|
5668 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5669
|
|
5670 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
5671 so they can be overridden by x-init-face-from-resources.
|
|
5672 Additionally specify the font name also with an x tag.
|
|
5673
|
|
5674 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
5675
|
|
5676 * package-get.el (package-get-base): autoload.
|
|
5677
|
|
5678 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
5679 custom menu to only be activated when package-base is available.
|
|
5680
|
|
5681 * package-get.el (package-get-custom): don't load
|
|
5682 package-get-custom as it is auto-generated. Fix group definition.
|
|
5683
|
442
|
5684 1999-03-05 Didier Verna <didier@xemacs.org>
|
428
|
5685
|
|
5686 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
5687 instead of `symbol-name' (Thanks Kyle).
|
|
5688
|
|
5689 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
5690 princ to write symbols.
|
|
5691
|
|
5692 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5693
|
|
5694 * XEmacs 21.2.12 is released
|
|
5695
|
|
5696 1999-03-05 SL Baur <steve@xemacs.org>
|
|
5697
|
|
5698 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
5699 From Neal Becker <nbecker@fred.net>
|
|
5700
|
|
5701 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
5702
|
|
5703 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
5704 calls to font-lock during buffer reversion.
|
|
5705
|
442
|
5706 1999-02-12 Didier Verna <didier@xemacs.org>
|
428
|
5707
|
|
5708 * info.el (Info-build-node-completions): unconditionally widen the
|
|
5709 tag table buffer.
|
|
5710
|
|
5711 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
5712
|
|
5713 * x-faces.el (x-init-face-from-resources):
|
|
5714 Only set fonts in the 'x locale.
|
|
5715
|
434
|
5716 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
428
|
5717
|
|
5718 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
5719 `package-admin-delete-binary-package' returning nil since it's
|
|
5720 normal. Reindent function.
|
|
5721 (pui-add-required-packages): Handle case where packages selected
|
|
5722 for installation have never been installed.
|
|
5723
|
|
5724 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
5725
|
|
5726 * menubar-items.el (default-menubar):
|
|
5727 Implement the ``Mule->Set coding system of process'' menu item.
|
|
5728
|
|
5729 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
5730
|
|
5731 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
5732 files
|
|
5733 - Change some `if's to `when's
|
|
5734
|
|
5735 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5736
|
|
5737 * XEmacs 21.2.11 is released
|
|
5738
|
|
5739 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5740
|
|
5741 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
5742 against window close (Fix Bug #460).
|
|
5743 (ask-user-about-lock-dbox): Idem.
|
|
5744
|
|
5745 1999-02-25 SL Baur <steve@xemacs.org>
|
|
5746
|
|
5747 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
5748 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
5749
|
|
5750 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
5751
|
|
5752 * about.el (xemacs-hackers): change andy's email address.
|
|
5753 (about-url-alist): change andy's web page address.
|
|
5754 (about-xemacs): add piper.
|
|
5755
|
|
5756 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5757
|
|
5758 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5759 of mule-base into lisp/mule.
|
|
5760
|
|
5761 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5762
|
|
5763 * mule/arabic.el:
|
|
5764 mule/canna-leim.el:
|
|
5765 mule/chinese.el:
|
|
5766 mule/cyrillic.el:
|
|
5767 mule/english.el:
|
|
5768 mule/european.el:
|
|
5769 mule/greek.el:
|
|
5770 mule/hebrew.el:
|
|
5771 mule/japanese.el:
|
|
5772 mule/kinsoku.el:
|
|
5773 mule/korean.el:
|
|
5774 mule/misc-lang.el:
|
|
5775 mule/mule-category.el:
|
|
5776 mule/mule-ccl.el:
|
|
5777 mule/mule-charset.el:
|
|
5778 mule/mule-cmds.el:
|
|
5779 mule/mule-coding.el:
|
|
5780 mule/mule-files.el:
|
|
5781 mule/mule-help.el:
|
|
5782 mule/mule-init.el:
|
|
5783 mule/mule-misc.el:
|
|
5784 mule/mule-tty-init.el:
|
|
5785 mule/mule-x-init.el:
|
|
5786 mule/viet-chars.el: Remerge from mule-base.
|
|
5787
|
|
5788 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5789 of mule-base into lisp/mule.
|
|
5790
|
434
|
5791 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
5792
|
|
5793 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
5794 of hard-wired "-c" (for WindowsNT).
|
|
5795
|
|
5796 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
5797
|
|
5798 * menubar-items.el (default-menubar): Remove obsolete
|
|
5799 "Gopher" item
|
|
5800
|
|
5801 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5802
|
|
5803 * package-admin.el (package-admin-get-install-dir): First fall
|
|
5804 back to the location of xemacs-base for non-mule packages.
|
|
5805
|
|
5806 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
5807
|
|
5808 * paths.el:
|
|
5809 - improved automounter tmp directory support.
|
|
5810 - support 4 (!) empirically discovered automounter conventions
|
|
5811
|
|
5812 1999-02-12 SL Baur <steve@xemacs.org>
|
|
5813
|
|
5814 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
5815
|
|
5816 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5817
|
|
5818 * XEmacs 21.2.10 is released
|
|
5819
|
|
5820 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5821
|
|
5822 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
5823 a local file name in the search entry.
|
|
5824
|
|
5825 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5826
|
|
5827 * XEmacs 21.2.9 is released
|
|
5828
|
442
|
5829 1999-01-19 Didier Verna <didier@xemacs.org>
|
428
|
5830
|
|
5831 * replace.el (replace-search-function): new variable containing a
|
|
5832 function to perform a search-forward.
|
|
5833 (replace-re-search-function): new variable containing a function
|
|
5834 to perform a re-search-forward.
|
|
5835 (perform-replace): use them.
|
|
5836
|
442
|
5837 1999-01-25 Didier Verna <didier@xemacs.org>
|
428
|
5838
|
|
5839 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
5840 (cut-copy-clear-internal): ditto.
|
|
5841
|
|
5842 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
5843
|
|
5844 * about.el (about-url-alist): Update my entry.
|
|
5845 (xemacs-hackers): Ditto.
|
|
5846
|
434
|
5847 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
5848
|
|
5849 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
5850 * minibuf.el (minibuffer-completion-table): ditto.
|
|
5851 * cl-macs.el (return-from): ditto.
|
|
5852
|
442
|
5853 1999-01-04 Didier Verna <didier@xemacs.org>
|
428
|
5854
|
|
5855 * replace.el (delete-non-matching-lines): temporarily disable
|
|
5856 case-folding when called interactively with a regexp containing
|
|
5857 uppercase characters.
|
|
5858 (delete-matching-lines): ditto.
|
|
5859 (count-matches): ditto.
|
|
5860 (list-matching-lines): ditto.
|
|
5861
|
|
5862 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
5863
|
|
5864 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
5865 abort if current window is split horizontally, not if others are
|
|
5866 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
5867 some comments (it's still complex).
|
|
5868
|
|
5869 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
5870
|
|
5871 * package-get.el: changed address for doc.ic.ac.uk to
|
|
5872 sunsite.doc.ic.ac.uk
|
|
5873
|
|
5874 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5875
|
|
5876 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
5877 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
5878
|
|
5879 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
5880
|
|
5881 * dump-paths.el: Calculate module-directory and set
|
|
5882 module-load-path to the load path for modules.
|
|
5883
|
|
5884 * loadup.el: Get bootstrap value of module-load-path from the
|
|
5885 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
5886 - Display the module load path if we're debugging paths.
|
|
5887
|
|
5888 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
5889 - Added function paths-find-module-directory.
|
|
5890 - Added function paths-construct-module-load-path. Uses new
|
|
5891 environment variable EMACSMODULEPATH.
|
|
5892
|
|
5893 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
5894
|
|
5895 * font.el (font-default-object-for-device):
|
|
5896 Oops! This `or' can't be replaced by `unless'.
|
|
5897 Fixed inability to run w3, among other things.
|
|
5898
|
|
5899 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
5900
|
|
5901 * package-admin.el: Change initialization of
|
|
5902 package-admin-install-function dependent on system type.
|
|
5903 Change package-admin-install-function-mswindows to use
|
|
5904 "minitar".
|
|
5905
|
|
5906 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
5907
|
|
5908 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
5909 in the minibuffer.
|
|
5910
|
|
5911 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
5912
|
|
5913 * XEmacs 21.2.8 is released.
|
|
5914
|
|
5915 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
5916
|
|
5917 * XEmacs 21.2.7 is released.
|
|
5918
|
|
5919 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5920
|
|
5921 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
5922
|
|
5923 * package-get.el (package-get-download-menu): Use
|
|
5924 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
5925
|
|
5926 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
5927 (pui-help-string): idem.
|
|
5928 (list-packages-mode): New major mode.
|
|
5929 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
5930 (pui-install-selected-packages): Add suport for removing packages.
|
|
5931 (pui-toggle-package-delete-key): New function.
|
|
5932 (pui-popup-context-sensitive): New kludge.
|
|
5933 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
5934 (package-ui-add-site): New function.
|
|
5935
|
442
|
5936 1998-12-01 Didier Verna <didier@xemacs.org>
|
428
|
5937
|
|
5938 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
5939
|
|
5940 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5941
|
|
5942 * ldap.el: Custom-ized
|
|
5943 (toplevel): Do not provide `ldap' which is provided by C level
|
|
5944 LDAP code
|
|
5945 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
5946
|
|
5947 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
5948
|
|
5949 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
5950
|
|
5951 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
5952
|
|
5953 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
5954 (sound-extension-list): name changed from sound-ext-list.
|
|
5955 (load-default-sounds): use new names.
|
|
5956 (load-sound-file): use new names.
|
|
5957
|
|
5958 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
5959
|
|
5960 * XEmacs 21.2.6 is released
|
|
5961
|
|
5962 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
5963
|
|
5964 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
5965 errors.
|
|
5966
|
|
5967 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
5968
|
|
5969 * wid-edit.el (widget-echo-this-extent): Set
|
|
5970 help-echo-owns-message to t.
|
|
5971
|
|
5972 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
5973
|
|
5974 * package-get.el (package-get-download-menu): use toggles for
|
|
5975 each site in the download site menu.
|
|
5976
|
|
5977 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5978
|
|
5979 * package-get.el (package-get): If we cannot find a package
|
|
5980 because package-get-remote is not set, give a more helpful
|
|
5981 error message.
|
|
5982
|
|
5983 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
5984
|
|
5985 * package-get.el (package-get-remote-filename): use an EFS path
|
|
5986 with user anonymous if no user is specified.
|
|
5987
|
|
5988 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5989
|
|
5990 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
5991 calling reset-face on the default face.
|
|
5992
|
|
5993 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5994
|
|
5995 * package-admin.el (package-admin-default-install-function):
|
|
5996 Behave as advertised. Make sure the pkg-dir is proper for
|
|
5997 default-directory.
|
|
5998 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
5999 proper for default-directory.
|
|
6000 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
6001 is proper for default-directory.
|
|
6002
|
|
6003 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6004
|
|
6005 * XEmacs 21.2.5 is released
|
|
6006
|
|
6007 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
6008
|
|
6009 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
6010 bytecompile time.
|
|
6011
|
|
6012 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
6013
|
|
6014 * x-win-xfree86.el:
|
|
6015 * x-win-sun.el (x-win-init-sun):
|
|
6016 * x-win-sun.el:
|
|
6017 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
6018 * x-iso8859-1.el:
|
|
6019 * x-init.el (init-post-x-win):
|
|
6020 * x-init.el (init-pre-x-win):
|
|
6021 * x-init.el (x-initialize-compose):
|
|
6022 * x-init.el:
|
|
6023 * x-compose.el:
|
|
6024 * winnt.el:
|
|
6025 * widget.el:
|
|
6026 * wid-edit.el (widget-glyph-click):
|
|
6027 * wid-edit.el (widget-glyph-find):
|
|
6028 * wid-edit.el (widget-type):
|
|
6029 * view-less.el (view-buffer-other-window):
|
|
6030 * very-early-lisp.el:
|
|
6031 * version.el:
|
|
6032 * toolbar.el:
|
|
6033 * toolbar-items.el:
|
|
6034 * term/sun.el (suntool-map):
|
|
6035 * term/sun-mouse.el:
|
|
6036 * term/internal.el:
|
|
6037 * syntax.el (modify-syntax-entry):
|
|
6038 * symbol-syntax.el:
|
|
6039 * subr.el:
|
|
6040 * startup.el (lock-directory):
|
|
6041 * simple.el (set-comment-column):
|
|
6042 * simple.el (backward-delete-char-untabify):
|
|
6043 * shadow.el (find-emacs-lisp-shadows):
|
|
6044 * shadow.el:
|
|
6045 * setup-paths.el (paths-construct-info-path):
|
|
6046 * select.el (cut-copy-clear-internal):
|
|
6047 * process.el (call-process-region):
|
|
6048 * process.el (start-process-shell-command):
|
|
6049 * process.el:
|
|
6050 * paths.el (rmail-spool-directory):
|
|
6051 * paragraphs.el (use-hard-newlines):
|
|
6052 * package-get.el (package-get-dependencies):
|
|
6053 * package-admin.el (package-admin-delete-binary-package):
|
|
6054 * obsolete.el (truncate-string):
|
|
6055 * obsolete.el (store-substring):
|
|
6056 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
6057 * mouse.el (mouse-yank-at-point):
|
|
6058 * modeline.el:
|
|
6059 * modeline.el (mouse-drag-modeline):
|
|
6060 * minibuf.el (read-directory-name-internal):
|
|
6061 * minibuf.el (read-file-name-internal):
|
|
6062 * minibuf.el (read-file-name-internal-1):
|
|
6063 * minibuf.el (read-file-name-2):
|
|
6064 * minibuf.el (exact-minibuffer-completion-p):
|
|
6065 * minibuf.el (read-from-minibuffer):
|
|
6066 * minibuf.el:
|
|
6067 * menubar.el (check-menu-syntax):
|
|
6068 * map-ynp.el (map-y-or-n-p):
|
|
6069 * make-docfile.el (docfile-out-of-date):
|
|
6070 * loadup.el ((member "run-temacs" command-line-args)):
|
|
6071 * loadup.el ((member "no-site-file" command-line-args)):
|
|
6072 * loadup.el (really-early-error-handler):
|
|
6073 * loadup.el:
|
|
6074 * loadhist.el:
|
|
6075 * loaddefs.el:
|
|
6076 * lisp-mnt.el (lm-verify):
|
|
6077 * lib-complete.el (lib-complete:cache-completions):
|
|
6078 * lib-complete.el (library-all-completions):
|
|
6079 * itimer.el (itimer-run-expired-timers):
|
|
6080 * info.el (Info-mode):
|
|
6081 * info.el (Info-insert-file-contents):
|
|
6082 * info.el (Info-rebuild-dir):
|
|
6083 * info.el (Info-build-dir-anew):
|
|
6084 * info.el (Info-parse-dir-entries):
|
|
6085 * info.el (Info-dir-outdated-p):
|
|
6086 * info.el (Info-insert-dir):
|
|
6087 * info.el (info-xref):
|
|
6088 * info.el:
|
|
6089 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
6090 * hyper-apropos.el (hyper-describe-face):
|
|
6091 * hyper-apropos.el (hyper-apropos-mode):
|
|
6092 * hyper-apropos.el:
|
|
6093 * help.el (list-processes):
|
|
6094 * help.el:
|
|
6095 * gnuserv.el:
|
|
6096 * font.el (mswindows-font-create-name):
|
|
6097 * font.el (font-default-font-for-device):
|
|
6098 * font.el (x-font-create-object):
|
|
6099 * font.el (font-registry):
|
|
6100 * font.el:
|
|
6101 * font-lock.el (font-lock-keywords):
|
|
6102 * font-lock.el:
|
|
6103 * finder.el (finder-compile-keywords):
|
|
6104 * find-paths.el (paths-find-recursive-path):
|
|
6105 * fill.el (set-justification-center):
|
|
6106 * fill.el (fill-region-as-paragraph):
|
|
6107 * files.el (insert-directory):
|
|
6108 * files.el (wildcard-to-regexp):
|
|
6109 * files.el (recover-file):
|
|
6110 * files.el (basic-save-buffer):
|
|
6111 * files.el (delete-auto-save-file-if-necessary):
|
|
6112 * files.el (file-relative-name):
|
|
6113 * files.el (backup-extract-version):
|
|
6114 * files.el (backup-buffer):
|
|
6115 * files.el (set-visited-file-name):
|
|
6116 * files.el (set-auto-mode):
|
|
6117 * files.el (interpreter-mode-alist):
|
|
6118 * files.el:
|
|
6119 * files.el (find-file-noselect):
|
|
6120 * files.el (abbreviate-file-name):
|
|
6121 * files.el (parse-colon-path):
|
|
6122 * files.el (directory-abbrev-alist):
|
|
6123 * etags.el (visit-tags-table-buffer):
|
|
6124 * easymenu.el (easy-menu-define):
|
|
6125 * dragdrop.el (experimental-dragdrop-drag):
|
|
6126 * dragdrop.el (dragdrop-drop-do-functions):
|
|
6127 * dragdrop.el (dragdrop-drop-at-point):
|
|
6128 * disass.el (disassemble-1):
|
|
6129 * disass.el (disassemble-internal):
|
|
6130 * disass.el (disassemble):
|
|
6131 * disass.el:
|
|
6132 * derived.el (derived-mode-init-mode-variables):
|
|
6133 * derived.el (define-derived-mode):
|
|
6134 * custom.el (defgroup):
|
|
6135 * cus-edit.el (custom-quote):
|
|
6136 * config.el:
|
|
6137 * code-process.el (open-network-stream):
|
|
6138 * code-process.el (start-process):
|
|
6139 * code-process.el (call-process-region):
|
|
6140 * code-process.el (call-process):
|
|
6141 * code-process.el:
|
|
6142 * code-files.el (insert-file-contents):
|
|
6143 * code-files.el:
|
|
6144 * code-files.el (buffer-file-coding-system-for-read):
|
|
6145 * cmdloop.el (yes-or-no-p-minibuf):
|
|
6146 * cl.el:
|
|
6147 * cl-macs.el:
|
|
6148 * cl-extra.el:
|
|
6149 * callers-of-rpt.el (make-caller-report):
|
|
6150 * callers-of-rpt.el:
|
|
6151 * bytecomp.el (batch-byte-recompile-directory):
|
|
6152 * bytecomp.el (batch-byte-compile-1):
|
|
6153 * bytecomp.el (batch-byte-compile):
|
|
6154 * bytecomp.el (display-call-tree):
|
|
6155 * bytecomp.el (byte-compile-insert):
|
|
6156 * bytecomp.el (byte-compile-two-args-19->20):
|
|
6157 * bytecomp.el (byte-compile-variable-ref):
|
|
6158 * bytecomp.el (byte-compile-form):
|
|
6159 * bytecomp.el (byte-compile-top-level-body):
|
|
6160 * bytecomp.el (byte-compile-out-toplevel):
|
|
6161 * bytecomp.el (byte-compile-byte-code-maker):
|
|
6162 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
6163 * bytecomp.el (byte-compile-file-form):
|
|
6164 * bytecomp.el (byte-compile-keep-pending):
|
|
6165 * bytecomp.el (byte-compile-insert-header):
|
|
6166 * bytecomp.el (byte-compile-from-buffer):
|
|
6167 * bytecomp.el (byte-compile-file):
|
|
6168 * bytecomp.el (byte-recompile-file):
|
|
6169 * bytecomp.el (byte-compile-close-variables):
|
|
6170 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
6171 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
6172 * bytecomp.el (byte-compiler-legal-options):
|
|
6173 * bytecomp.el (byte-compile-lapcode):
|
|
6174 * bytecomp.el (byte-optimize-log):
|
|
6175 * bytecomp.el ((fboundp 'defsubst)):
|
|
6176 * bytecomp.el:
|
|
6177 * bytecomp-runtime.el:
|
|
6178 * byte-optimize.el (byte-optimize-apply):
|
|
6179 * byte-optimize.el (car):
|
|
6180 * byte-optimize.el (byte-optimize-form):
|
|
6181 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
6182 * byte-optimize.el:
|
|
6183 * build-report.el (build-report-insert-installation-file):
|
|
6184 * build-report.el (build-report):
|
|
6185 * auto-show.el:
|
|
6186 * apropos.el (apropos-documentation):
|
|
6187 - mega patch
|
|
6188 - clean up byte-compile warnings
|
|
6189 - remove unused variables
|
|
6190 - Use common lisp style hashtable functions
|
|
6191 - byte compiler cleanup
|
|
6192 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
6193 - remove old backquote syntax usage
|
|
6194 - move some cl functionality into C for speed.
|
|
6195 - remove last remaining VMS support
|
|
6196 - spelling fixes
|
|
6197 - implement last, butlast, nbutlast, copy-list in C.
|
|
6198 - new macro ignore-file-errors, similar to ignore-errors
|
|
6199 (ignore-file-errors (delete-file "foo"))
|
|
6200 - get frequent garbage collection during loadup.el by tweaking
|
|
6201 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
6202 - default delete-key-deletes-forward to `t'.
|
|
6203
|
|
6204 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
6205
|
|
6206 * XEmacs 21.2-beta4 is released.
|
|
6207
|
|
6208 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6209
|
|
6210 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
6211 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
6212 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
6213
|
|
6214 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
6215 (add-menu-button): Add 'in-menu' argument.
|
|
6216 (add-menu-item-1): Add in-menu support to helper function.
|
|
6217
|
|
6218 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
6219
|
|
6220 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
6221
|
|
6222 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6223
|
|
6224 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
6225 of Dec 4, 1997.
|
|
6226
|
|
6227 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
6228
|
|
6229 * process.el (shell-command-on-region): Report if the command
|
|
6230 succeeded or failed.
|
|
6231
|
|
6232 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
6233
|
|
6234 * subr.el (buffer-substring-no-properties): Comment out.
|
|
6235
|
434
|
6236 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
428
|
6237
|
|
6238 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
6239 into font instances first, like `x-frob-font-size' does.
|
|
6240 (mswindows-find-larger-font): ditto
|
|
6241
|
|
6242 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
6243
|
|
6244 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
6245 to `package-get'.
|
|
6246
|
|
6247 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6248
|
|
6249 * package-get.el (host-name): New widget type.
|
|
6250 (package-get-remote): Better customization using new type.
|
|
6251 (package-get-download-sites): idem dito.
|
|
6252
|
|
6253 (package-get-custom): Do not use package-get-all untill we have
|
|
6254 runtime dependencies.
|
|
6255
|
|
6256 (package-get-remove-copy): Default to 't' we no longer need this
|
|
6257 kludge as we do not currently use depenencies.
|
|
6258
|
|
6259 (package-get-was-current): New variable.
|
|
6260 (package-get-require-base): New 'force-current' argument.
|
|
6261 (package-get-update-base): idem
|
|
6262 (package-get-package-provider): idem
|
|
6263 (package-get-locate-index-file): New 'no-remote' argument.
|
|
6264 (package-get-locate-file): idem.
|
|
6265
|
|
6266 (package-get-maybe-save-index): New function.
|
|
6267 (package-get-update-base): Use it.
|
|
6268
|
|
6269 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
6270
|
|
6271 * package-get.el (package-get-remote): default to nil; by default,
|
|
6272 don't go out to the net via EFS. They must select a download site.
|
|
6273 (package-get-download-sites): new variable.
|
|
6274 (package-get-download-menu): new function.
|
|
6275 (package-get-locate-index-file): new function.
|
|
6276 (package-get-update-base): use it.
|
|
6277
|
|
6278 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
6279 and "Add Download Site" menus under Options | Manage Packages.
|
|
6280
|
|
6281 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
6282
|
|
6283 * package-get.el (package-get): bugfix code checking installed version
|
|
6284 for case where package is not currently installed.
|
|
6285 (package-get-require-signed-base-updates): new variable.
|
|
6286 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
6287 deemed not a goot thing. Use the variable
|
|
6288 package-get-allow-unsigned-base-updates instead.
|
|
6289
|
|
6290 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
6291
|
|
6292 * package-get.el (package-get): Don't install an older version than
|
|
6293 we already have unless explicitly told to. Issue a warning.
|
|
6294
|
|
6295 * package-ui.el (pui-add-required-packages): when adding
|
|
6296 dependencies, don't add packages that are up to date.
|
|
6297 (pui-package-symbol-char): Don't consider a package out of date
|
|
6298 if you have a newer version installed than the latest version in
|
|
6299 package-get-base.
|
|
6300
|
|
6301 * package-get.el (package-get-base-filename): document that it may
|
|
6302 be a path relative to package-get-remote; new default value.
|
|
6303 (package-get-locate-file): new function.
|
|
6304 (package-get-update-base): use it to expand package-get-base-filename.
|
|
6305 (package-get-save-base): new function to save the package-get database
|
|
6306 to file.
|
|
6307 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
6308 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
6309 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
6310 (package-get-file-installed-p): removed; no longer needed.
|
|
6311 (package-get-create-custom): ditto.
|
|
6312 (toplevel): remove code to build and load package-get-custom.el
|
|
6313 (package-get-custom-add-entry): new function.
|
|
6314
|
|
6315 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
6316
|
|
6317 * wid-edit.el (widget-button-click): Don't switch window.
|
|
6318
|
|
6319 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6320
|
|
6321 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
6322
|
|
6323 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
6324
|
|
6325 * etags.el (find-tag-default): Run find-tag-hook using
|
|
6326 run-hooks rather than funcall
|
|
6327
|
|
6328 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
6329
|
|
6330 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
6331 and the current local map as the parents to isearch-mode-map.
|
|
6332
|
|
6333 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
6334
|
|
6335 * XEmacs 21.2-beta3 is released.
|
|
6336
|
|
6337 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6338
|
|
6339 * package-get.el (package-get-update-base): use
|
|
6340 insert-file-contents-internal, not insert-file-contents-literally.
|
|
6341
|
|
6342 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6343
|
|
6344 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
6345 dump time.
|
|
6346
|
|
6347 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6348
|
|
6349 * package-get.el (package-get-update-base-entry): new function.
|
|
6350 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
6351 cleanup, and use package-get-update-base-from-buffer.
|
|
6352 (package-get-update-base-from-buffer): new function.
|
|
6353 (package-get-update-base-entries): new; helper for above.
|
|
6354 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
6355
|
|
6356 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6357
|
|
6358 * files.el (set-auto-mode): Don't play games loading package-get
|
|
6359 database; package-get-package-provider will handle it all.
|
|
6360
|
|
6361 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
6362
|
|
6363 * package-get.el (package-get-base-filename): new variable.
|
|
6364 (package-get-require-base): new function.
|
|
6365 (package-get-pgp-signed-begin-line): new variable.
|
|
6366 (package-get-pgp-signature-begin-line): ditto.
|
|
6367 (package-get-pgp-signature-end-line): ditto.
|
|
6368 (package-get-load-base): new function.
|
|
6369 (package-get-interactive-package-query):
|
|
6370 (package-get-update-all):
|
|
6371 (package-get-dependencies):
|
|
6372 (package-get-package-provider):
|
|
6373 (package-get-custom): use package-get-require-base.
|
|
6374 [package-get-custom loading]: disable for now.
|
|
6375
|
|
6376 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
6377
|
|
6378 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6379
|
|
6380 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
6381
|
|
6382 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6383
|
|
6384 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
6385 to with Customize. Move all the package stuff to a new Item in Options.
|
|
6386
|
|
6387 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
6388
|
|
6389 * package-get.el (package-get): Use new
|
|
6390 package-admin-get-install-dir.
|
|
6391
|
|
6392 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
6393 Conserve package location and put mule packages where mule-base is.
|
|
6394
|
|
6395 * package-get.el : Customized
|
|
6396
|
|
6397 * package-ui.el (pui): Customized
|
|
6398 (pui-package-install-dest-dir): New variable.
|
|
6399 (pui-install-selected-packages): Use it
|
|
6400
|
|
6401 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
6402
|
|
6403 * package-get.el (package-get-interactive-package-query): Move
|
|
6404 dependency on package-get-base to run-time.
|
|
6405 (package-get-update-all): Ditto.
|
|
6406 (package-get-dependencies): Ditto.
|
|
6407 (package-get-package-provider): Ditto.
|
|
6408 (package-get-custom): Ditto.
|
|
6409
|
|
6410 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
6411
|
|
6412 * events.el: Remove 'ascii-character property from 'backspace
|
|
6413 and 'delete symbols
|
|
6414
|
|
6415 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
6416
|
|
6417 * package-get-base.el: removed.
|
|
6418
|
442
|
6419 1998-09-23 Didier Verna <didier@xemacs.org>
|
428
|
6420
|
|
6421 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
6422 (no-upper-case-p): new function.
|
|
6423 (with-search-caps-disable-folding): new macro.
|
|
6424 (with-interactive-search-caps-disable-folding): new macro.
|
|
6425 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
6426 the character is uppercase.
|
|
6427 (zap-up-to-char): ditto.
|
|
6428
|
|
6429 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
6430
|
|
6431 * isearch-mode.el (isearch-fix-case): ditto.
|
|
6432 make obsolete `with-caps-disable-folding' and
|
|
6433 `isearch-no-upper-case-p'.
|
|
6434
|
|
6435 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
6436 (tags-search): ditto.
|
|
6437 (tags-query-replace): ditto.
|
|
6438
|
|
6439 * info.el (Info-search): ditto.
|
|
6440
|
|
6441 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6442
|
|
6443 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
6444
|
|
6445 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
6446
|
|
6447 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
6448 check for "." and ".." before symlink check. expand files and
|
|
6449 directories with respect to DIRECTORY, not default-directory.
|
|
6450
|
|
6451 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
6452
|
|
6453 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
6454
|
|
6455 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
6456
|
|
6457 * package-ui.el (pui-add-required-packages): new function, select
|
|
6458 dependent packages.
|
|
6459 (pui-display-keymap): bind it.
|
|
6460 (pui-help-string): document it.
|
|
6461 (pui-install-selected-packages): package-get-all -> package-get.
|
|
6462
|
|
6463 * package-get.el (package-get-dependencies): new function.
|
|
6464
|
|
6465 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6466
|
|
6467 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
6468 regexps.
|
|
6469
|
|
6470 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6471
|
|
6472 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
6473 function.
|
|
6474 (default-mouse-track-normalize-point): Use it.
|
|
6475
|
|
6476 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6477
|
|
6478 * package-admin.el (package-admin-delete-binary-package):
|
|
6479 General cleanup. Remove unnessary use of progn and
|
|
6480 save-excursion.
|
|
6481 (package-admin-delete-binary-package): Do NOT mess with file
|
|
6482 modes. That is evil.
|
|
6483 (package-admin-delete-binary-package): Wrap all deleting in
|
|
6484 condition-case. The data in MANIFEST is untrustworthy.
|
|
6485 (package-admin-delete-binary-package): Let the OS worry about non
|
|
6486 empty directories.
|
|
6487
|
|
6488 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
6489
|
|
6490 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
6491 processing.
|
|
6492 (lm-report-bug): Fix mail address to send bug reports to.
|
|
6493
|
|
6494 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
6495
|
|
6496 * XEmacs 21.2-beta2 is released.
|
|
6497
|
|
6498 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6499
|
|
6500 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
6501
|
|
6502 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6503
|
|
6504 * info.el (Info-mode): Document page turning by double clicks in
|
|
6505 docstring so `M-x describe-mode' will display it.
|
|
6506
|
|
6507 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6508
|
|
6509 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
6510 widths to calculate a border region where double clicking does
|
|
6511 page turning, and return `nil' by default so other hooks, such as
|
|
6512 region highlighting, will be run.
|
|
6513
|
|
6514 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
6515
|
|
6516 * sound.el (default-sound-directory-list): Initialize with all the
|
|
6517 "sounds" directories in `data-directory-list'. It used to just be
|
|
6518 the first one.
|
|
6519
|
|
6520 * packages.el (locate-data-directory-list): Created. This gives
|
|
6521 the list of matching directories, unlike `locate-data-directory',
|
|
6522 which just gives the first one.
|
|
6523
|
|
6524 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6525
|
|
6526 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
6527 make a binding in the local keymap until help-char handling is
|
|
6528 improved.
|
|
6529
|
|
6530 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
6531 binding.
|
|
6532 (help-print-help-form): New helper function.
|
|
6533
|
|
6534 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
6535
|
|
6536 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
6537 move extent to another buffer; no need to create a new extent.
|
|
6538 (isearch-fix-case): New function.
|
|
6539 (isearch-search-and-update): Use it.
|
|
6540
|
|
6541 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6542
|
|
6543 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
6544 the keymap, not minor-mode-map-alist.
|
|
6545 (isearch-done): Restore overriding-local-map.
|
|
6546
|
|
6547 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
6548
|
|
6549 * bytecomp.el (byte-compile-buffer-substring):
|
|
6550 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
6551 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
6552 - new code not only works, but is more readable, too.
|
|
6553
|
|
6554 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6555
|
|
6556 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
6557 specify a default font at this late stage. Do try to force
|
|
6558 creation of the default face font so that if it fails we get
|
|
6559 an error now instead of a crash at frame creation.
|
|
6560
|
|
6561 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
6562 mswindows-make-font-unitalic: Canonical default weight
|
|
6563 changed from "Normal" to "Regular".
|
|
6564
|
|
6565 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
6566 not being passed into call to mswindows-find-smaller-font.
|
|
6567
|
|
6568 1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
6569
|
|
6570 * package-get.el (package-get-remote): Fix the path where to find
|
|
6571 the packages on xemacs.org.
|
|
6572
|
|
6573 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
6574
|
|
6575 * about.el (about-maintainer-info): Update Ben's entry.
|
|
6576
|
|
6577 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
6578
|
|
6579 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
6580 - `member' was being called on lists of length 2000!
|
|
6581 - Replace with hashtables.
|
|
6582 - Replace hand-coded loops with (dolist)
|
|
6583 - Fix comment typo
|
|
6584
|
|
6585 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
6586
|
|
6587 * packages.el: Added new function, `package-delete-name', to
|
|
6588 delete existing packages from the installed package database
|
|
6589 (`packages-package-list'). Also added the "pkginfo" directory
|
|
6590 to `packages-special-base-regexp', so that the pkginfo directory
|
|
6591 would not get added to `late-packages'.
|
|
6592
|
|
6593 * package-admin.el: Added ability to delete an installed package
|
|
6594 (added low-level function, `package-admin-delete-package').
|
|
6595 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
6596 delete the package. When installing a package, will also
|
|
6597 create a MANIFEST.* file if one is not provided by the
|
|
6598 package. If the MANIFEST.* doesn't exist when deleting a
|
|
6599 package, the functions will fall back to attempting to delete
|
|
6600 any package-specific lisp directory.
|
|
6601
|
|
6602 * package-get.el: Moved some functions to package-admin.el.
|
|
6603 Added interactive function `package-get-delete-package', for
|
|
6604 use by users for deleting a package.
|
|
6605
|
442
|
6606 Also modified to not require the presence of efs.
|
428
|
6607
|
|
6608 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6609
|
|
6610 * files.el (find-file-noselect): Handle all signals, kill the
|
|
6611 buffer and resignal.
|
|
6612
|
|
6613 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
6614
|
|
6615 * cl-macs.el (glyph-image): Add setf method.
|
|
6616
|
|
6617 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
6618
|
|
6619 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
6620 .tar.gz files first, in preference over .tgz files.
|
|
6621
|
|
6622 * package-ui.el: Fix display of package version numbers.
|
|
6623
|
|
6624 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6625
|
|
6626 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
6627 argument.
|
|
6628
|
|
6629 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
6630
|
|
6631 * list-mode.el: `display-completion-list': added new/optional
|
|
6632 keyword `:completion-string', which allows the programmer to
|
|
6633 change the "Possible completions are:" prompt.
|
|
6634
|
|
6635 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
6636 visual package browser/installer:
|
|
6637
|
|
6638 Options->Customize->List Packages
|
|
6639
|
|
6640 * package-admin.el: Added hooks for installing under both Unix
|
|
6641 and MS Windows. Does additional error checking. No longer
|
|
6642 calls "add-big-package.sh" to install packages under Unix; now
|
|
6643 calls gunzip & tar directly.
|
|
6644
|
|
6645 * package-get.el: Added ability to install packages from files
|
|
6646 on a local disk/CDROM. Now deletes any existing package lisp
|
|
6647 directory. Does completion on available packages when
|
|
6648 querying for package names. Will also search for .tgz files
|
|
6649 in addition for .tar.gz files. Tries to reload
|
|
6650 auto-autoloads, as a convenience when loading new packages,
|
|
6651 and also tries to add any new package paths to `load-path'.
|
|
6652 Changed all occurences of `concat' to use `expand-file-name'.
|
|
6653
|
|
6654 * package-ui.el: New file which implements the main visual
|
|
6655 package browser/installer, which is started via a menu pick or
|
|
6656 M-x pui-list packages.
|
|
6657
|
|
6658 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6659
|
|
6660 * startup.el (load-init-file): spelling fix.
|
|
6661
|
|
6662 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6663
|
|
6664 * startup.el (normal-top-level): Load auto-autoload files
|
|
6665 covariantly with their precedence.
|
|
6666
|
|
6667 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6668
|
|
6669 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
6670 option, there is currently no custom equivalent.. Customize-faces
|
|
6671 is "Edit faces".
|
|
6672
|
|
6673 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
6674 default face.
|
|
6675
|
|
6676 * faces.el (face-spec-update-all-matching): New function.
|
|
6677
|
|
6678 * cus-face.el (custom-set-face-update-spec): New function.
|
|
6679 Interface to customize faces from elisp.
|
|
6680
|
|
6681 (custom-face-value-create): Show the customized settings if set
|
|
6682 but not saved.
|
|
6683
|
|
6684 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6685
|
|
6686 (custom-face-value-create): Show the customized settings if set
|
|
6687 but not saved.
|
|
6688
|
|
6689 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
6690
|
|
6691 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
6692 query-replace-regexp.
|
|
6693
|
|
6694 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
6695
|
|
6696 * minibuf.el (read-file-name-internal-1): use
|
|
6697 user-name-completion-1 instead of user-name-completion.
|
|
6698
|
|
6699 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6700
|
|
6701 * loadup.el:
|
|
6702 * make-docfile.el:
|
|
6703 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
6704 global variable) no more.
|
|
6705
|
|
6706 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
6707 (now defunct as a global variable) a parameter.
|
|
6708
|
|
6709 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
6710
|
|
6711 * about.el (about-hackers): new email
|
|
6712
|
|
6713 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
6714
|
|
6715 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
6716
|
442
|
6717 1998-07-17 Didier Verna <didier@xemacs.org>
|
428
|
6718
|
|
6719 * faces.el (set-face-property):
|
|
6720 (set-face-dim-p):
|
|
6721 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
6722 tty-specific.
|
|
6723 (face-equal): the dim property is now a common one.
|
|
6724
|
|
6725 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
6726 Renamed the `stipple' attribute to `background-pixmap'.
|
|
6727 (custom-face-background-pixmap): make custom-face-stipple an
|
|
6728 obsolete alias for this.
|
|
6729
|
|
6730 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6731
|
|
6732 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
6733 used.
|
|
6734
|
|
6735 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
6736
|
|
6737 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6738
|
|
6739 * packages.el (packages-data-path-depth): Added and used.
|
|
6740
|
|
6741 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
6742
|
|
6743 * about.el:
|
|
6744 - Change .xpm to .png, delete "zcat" section.
|
|
6745 - cosmetic fix in the 'marcpa' entry.
|
|
6746
|
|
6747 * etc/photos
|
|
6748 - convert all .xpm.Z to .png
|
|
6749 - rename mrb to martin
|
|
6750 - rename mcook-m to mcookm
|
|
6751
|
|
6752 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
6753
|
|
6754 * x-init.el (x-initialize-compose): Add support for
|
|
6755 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
6756
|
|
6757 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
6758
|
|
6759 * setup-paths.el (paths-construct-exec-path): Made the
|
|
6760 last-packages really be last.
|
|
6761 (paths-construct-data-directory-list): Ditto.
|
|
6762
|
|
6763 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
6764
|
|
6765 * startup.el(startup-splash-frame-body):
|
|
6766 Update Copyright notice in splash screen
|
|
6767
|
|
6768 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6769
|
|
6770 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
6771
|
|
6772 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6773
|
|
6774 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
6775 aginst destroyed extents
|
|
6776
|
|
6777 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
6778
|
|
6779 * package-get.el (package-get): add `install-dir' argument.
|
|
6780
|
|
6781 1998-07-20 John Jones <jj@asu.edu>
|
|
6782
|
|
6783 * package-get.el: calls to package-get-update-all will only
|
|
6784 update packages which are already installed.
|
|
6785
|
|
6786 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
6787
|
|
6788 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
6789 writable.
|
|
6790
|
|
6791 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
6792
|
|
6793 * about.el (about-hackers): Correct my email.
|
|
6794
|
|
6795 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
6796
|
|
6797 * about.el (about-hackers): new email-address.
|
|
6798
|
|
6799 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
6800
|
|
6801 * minibuf.el (read-number): Don't let `input-error' condition
|
|
6802 escape.
|
|
6803
|
|
6804 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6805
|
|
6806 * about.el (about-hackers): use my `email-for-life' address.
|
|
6807
|
|
6808 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
6809
|
|
6810 * XEmacs 21.2-beta1 is released.
|
|
6811
|
|
6812 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6813
|
|
6814 * ldap.el (ldap-search): Doc string change
|
|
6815
|
|
6816 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
6817
|
|
6818 * menubar-items.el (default-menubar): Removed references to
|
|
6819 `data-directory', and use `locate-data-file' instead, and made
|
|
6820 then greyed out if they don't exist.
|
|
6821
|
|
6822 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6823
|
|
6824 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
6825 since the latter does not accept integer args anymore
|
|
6826
|
|
6827 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
6828
|
|
6829 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
6830 macros replaced.
|
|
6831
|
|
6832 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6833
|
|
6834 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
6835 * update-elc.el: Ditto.
|
|
6836 * loadup.el (really-early-error-handler): Ditto.
|
|
6837
|
|
6838 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
6839 very-early-lisp.el.
|
|
6840
|
|
6841 * very-early-lisp.el: New file.
|
|
6842
|
|
6843 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6844
|
|
6845 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
6846
|
|
6847 * obsolete.el (eval-current-buffer): Make compatible.
|
|
6848 (byte-code-function-p): Ditto.
|
|
6849 (send-string): Removed.
|
|
6850 (send-region): Removed.
|
|
6851 (screen-scrollbar-width): Removed.
|
|
6852 (set-screen-scrollbar-width): Removed.
|
|
6853 (set-screen-left-margin-width): Removed.
|
|
6854 (set-screen-right-margin-width): Removed.
|
|
6855 (screen-left-margin-width): Removed.
|
|
6856 (screen-right-margin-width): Removed.
|
|
6857 (set-buffer-left-margin-width): Removed.
|
|
6858 (set-buffer-right-margin-width): Removed.
|
|
6859 (buffer-left-margin-width): Removed.
|
|
6860 (buffer-right-margin-width): Removed.
|
|
6861 (x-set-frame-icon-pixmap): Removed.
|
|
6862 (x-set-screen-icon-pixmap): Removed.
|
|
6863 (pixel-name): Removed.
|
|
6864 (make-pixmap): Removed.
|
|
6865 (make-cursor): Removed.
|
|
6866 (pixmap-width): Removed.
|
|
6867 (pixmap-contributes-to-line-height-p): Removed.
|
|
6868 (set-pixmap-contributes-to-line-height): Removed.
|
|
6869
|
|
6870 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
6871
|
|
6872 * obsolete.el (popup-menu-up-p): removed.
|
|
6873 (read-no-blanks-input): Removed.
|
|
6874 (wholenump): Removed.
|
|
6875 (ring-mod): Removed (what was ring-mod?).
|
|
6876 (current-time-seconds): Removed.
|
|
6877 (run-special-hook-with-args): Removed.
|
|
6878 (dot): Removed.
|
|
6879 (dot-marker): Removed.
|
|
6880 (dot-min): Removed.
|
|
6881 (dot-max): Removed.
|
|
6882 (window-dot): Removed.
|
|
6883 (set-window-dot): Removed.
|
|
6884
|
|
6885 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
6886 `dot-min'.
|
|
6887
|
|
6888 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
6889
|
|
6890 * code-files.el (insert-file-contents): Rename
|
|
6891 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
6892 (write-region): Ditto.
|
|
6893
|
|
6894 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
6895
|
|
6896 * about.el: Fix typos, update release date.
|
|
6897
|
|
6898 * Symbols that have been obsolete for at least 3 years removed.
|
|
6899
|
|
6900 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
6901 screen- functions.
|
|
6902 (toplevel): remove setf methods for screen functions.
|
|
6903 * cl-macs.el (extent-data): defsetf removed.
|
|
6904 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
6905 many places to remove.
|
|
6906 (comment-indent-hook): Ditto.
|
|
6907 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
6908 (buffer-dedicated-screen): Ditto.
|
|
6909 (deiconify-screen): Ditto.
|
|
6910 (delete-screen): Ditto.
|
|
6911 (event-screen): Ditto.
|
|
6912 (find-file-other-screen): Ditto.
|
|
6913 (find-file-read-only-other-screen): Ditto.
|
|
6914 (live-screen-p): Ditto.
|
|
6915 (screen-height): Ditto.
|
|
6916 (screen-iconified-p): Ditto.
|
|
6917 (screen-list): Ditto.
|
|
6918 (screen-live-p): Ditto.
|
|
6919 (screen-name): Ditto.
|
|
6920 (screen-parameters): Ditto.
|
|
6921 (screen-pixel-height): Ditto.
|
|
6922 (screen-pixel-width): Ditto.
|
|
6923 (screen-root-window): Ditto.
|
|
6924 (screen-selected-window): Ditto.
|
|
6925 (screen-totally-visible-p): Ditto.
|
|
6926 (screen-visible-p): Ditto.
|
|
6927 (screen-width): Ditto.
|
|
6928 (screenp): Ditto.
|
|
6929 (get-screen-for-buffer): Ditto.
|
|
6930 (get-screen-for-buffer-noselect): Ditto.
|
|
6931 (get-other-screen): Ditto.
|
|
6932 (iconify-screen): Ditto.
|
|
6933 (lower-screen): Ditto.
|
|
6934 (mail-other-screen): Ditto.
|
|
6935 (make-screen): Ditto.
|
|
6936 (make-screen-invisible): Ditto.
|
|
6937 (make-screen-visible): Ditto.
|
|
6938 (modify-screen-parameters): Ditto.
|
|
6939 (new-screen): Ditto.
|
|
6940 (next-screen): Ditto.
|
|
6941 (next-multiscreen-window): Ditto.
|
|
6942 (other-screen): Ditto.
|
|
6943 (previous-screen): Ditto.
|
|
6944 (previous-multiscreen-window): Ditto.
|
|
6945 (raise-screen): Ditto.
|
|
6946 (redraw-screen): Ditto.
|
|
6947 (select-screen): Ditto.
|
|
6948 (selected-screen): Ditto.
|
|
6949 (set-buffer-dedicated-screen): Ditto.
|
|
6950 (set-screen-height): Ditto.
|
|
6951 (set-screen-position): Ditto.
|
|
6952 (set-screen-size): Ditto.
|
|
6953 (set-screen-width): Ditto.
|
|
6954 (show-temp-buffer-in-current-screen): Ditto.
|
|
6955 (switch-to-buffer-other-screen): Ditto.
|
|
6956 (visible-screen-list): Ditto.
|
|
6957 (window-screen): Ditto.
|
|
6958 (x-set-screen-pointer): Ditto.
|
|
6959 (x-set-frame-pointer): Ditto.
|
|
6960 (screen-title-format): Ditto.
|
|
6961 (screen-icon-title-format): Ditto.
|
|
6962 (terminal-screen): Ditto.
|
|
6963 (delete-screen-hook): Ditto.
|
|
6964 (create-screen-hook): Ditto.
|
|
6965 (mouse-enter-screen-hook): Ditto.
|
|
6966 (mouse-leave-screen-hook): Ditto.
|
|
6967 (map-screen-hook): Ditto.
|
|
6968 (unmap-screen-hook): Ditto.
|
|
6969 (default-screen-alist): Ditto.
|
|
6970 (default-screen-name): Ditto.
|
|
6971 (x-screen-defaults): Ditto.
|
|
6972 (x-create-screen): Ditto.
|
|
6973 * obsolete.el: meta-flag removed.
|
|
6974 baud-rate removed.
|
|
6975 sleep-for-millisecs removed.
|
|
6976 extent-data removed.
|
|
6977 set-extent-data removed.
|
|
6978 set-extent-attribute removed.
|
|
6979 extent-glyph removed.
|
|
6980 extent-layout removed.
|
|
6981 set-extent-layout removed.
|
|
6982 list-faces-display removed.
|
|
6983 list-faces removed.
|
|
6984 trim-versions-without-asking removed.
|
|
6985 after-write-file-hooks removed.
|
|
6986 truename removed.
|
|
6987 auto-fill-hook removed.
|
|
6988 blink-paren-hook removed.
|
|
6989 select-screen-hook, deselect-screen-hook removed.
|
|
6990 auto-raise-screen, auto-lower-screen removed.
|
|
6991
|
|
6992 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
6993
|
|
6994 * XEmacs 21.0-pre5 is released.
|
|
6995
|
|
6996 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
6997
|
|
6998 * about.el (about-hackers): Credits update.
|
|
6999
|
|
7000 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7001
|
|
7002 * register.el (insert-register): Don't activate the region.
|
|
7003
|
|
7004 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
7005
|
|
7006 * select.el: Restore x-* symbols for backwards compatibility:
|
|
7007 x-copy-primary-selection, x-kill-primary-selection,
|
|
7008 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
7009 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
7010
|
|
7011 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
7012
|
|
7013 * XEmacs 21.0-pre4 is released.
|
|
7014
|
|
7015 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7016
|
|
7017 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
7018 reporting bugs.
|
|
7019 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
7020 `expand-file-name' rather than `concat'.
|
|
7021
|
|
7022 * help.el (print-messages): New function.
|
|
7023
|
|
7024 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7025
|
|
7026 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
7027
|
|
7028 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7029
|
|
7030 * about.el: Tweaked my entry in about-hackers.
|
|
7031
|
|
7032 * find-paths.el (paths-emacs-root-p):
|
|
7033 Relaxed emacs-root checking of an in-place installation to
|
442
|
7034 also accommodate the flat layout used on MS Windows.
|
428
|
7035
|
|
7036 1998-06-29 John Jones <jj@asu.edu>
|
|
7037
|
|
7038 * package-get.el: calls to package-get-update-all will only
|
|
7039 update packages which are already installed.
|
|
7040
|
|
7041 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
7042
|
|
7043 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
7044 are handled by the gui-element face fallbacks now.
|
|
7045
|
|
7046 * x-faces.el: default gui-element face to "background" as well as
|
|
7047 the default face.
|
|
7048
|
|
7049 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
7050 and default face settings since these are set as fallbacks now in
|
|
7051 the appropriate domain.
|
|
7052
|
|
7053 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
7054
|
|
7055 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
7056 corresponding to `page-delim' goes first and the hack in
|
|
7057 `forward-paragraph' will work.
|
|
7058 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
7059
|
|
7060 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7061
|
|
7062 * subr.el (remove-hook): When checking the hook value
|
|
7063 with functionp, don't apply car to it.
|
|
7064
|
|
7065 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7066
|
|
7067 * package-get.el (package-get-remote-filename):
|
|
7068 Don't use file-name-as-directory because the local directory
|
|
7069 separator conventions might not be the same as ftp's.
|
|
7070
|
|
7071 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7072
|
|
7073 * ldap.el (ldap-host-parameters-alist): New name of
|
|
7074 `ldap-host-parameters-plist'
|
|
7075
|
434
|
7076 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
7077
|
|
7078 * package-get.el: Using (require 'package-get-base), now that it
|
|
7079 provides itself. Consequently removed all instances of (load
|
|
7080 "package-get-base.el").
|
|
7081
|
|
7082 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7083
|
|
7084 * subr.el (remove-hook): Don't treat the hook value as a
|
|
7085 list unless it is both consp and not functionp.
|
|
7086
|
|
7087 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
7088
|
|
7089 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
7090 * auto-show.el: Ditto.
|
|
7091 * bytecomp.el: Ditto.
|
|
7092 * faces.el: Ditto.
|
|
7093 * x-scrollbar.el: Ditto.
|
|
7094 * x-misc.el: Ditto.
|
|
7095 * tty-init.el: Ditto.
|
|
7096 * toolbar-items.el: Ditto.
|
|
7097 * symbol-syntax.el: Ditto.
|
|
7098 * specifier.el: Ditto.
|
|
7099 * objects.el: Ditto.
|
|
7100 * hyper-apropos.el: Ditto.
|
|
7101 * glyphs.el: Ditto.
|
|
7102
|
|
7103 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
7104
|
|
7105 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
7106 vertical-divider-always-visible-p.
|
|
7107 (default-mouse-motion-handler): Ditto.
|
|
7108
|
|
7109 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
7110
|
|
7111 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
7112 global value.
|
|
7113
|
|
7114 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
7115
|
|
7116 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
7117
|
|
7118 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7119
|
|
7120 * font.el: Split font-family-mappings into X and
|
|
7121 mswindows-specific versions.
|
|
7122 mswindows-font-create-[object|name]: Treat supplied size
|
|
7123 as a pointsize. Added underline and strikethru handling.
|
|
7124
|
|
7125 * msw-faces.el: changed default mswindows charset to western.
|
|
7126
|
|
7127 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7128 was inserted to get round bugs in the mswindows C font code.
|
|
7129
|
|
7130 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
7131
|
|
7132 * about.el (about-hackers): Credits update.
|
|
7133
|
|
7134 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
7135 TUTORIAL.
|
|
7136
|
|
7137 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
7138 to ISO-8859-2.
|
|
7139
|
|
7140 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7141
|
|
7142 * font.el: Split font-family-mappings into X and
|
|
7143 mswindows-specific versions.
|
|
7144 mswindows-font-create-[object|name]: Treat supplied size
|
|
7145 as a pointsize. Added underline and strikethru handling.
|
|
7146
|
|
7147 * msw-faces.el: changed default mswindows charset to western.
|
|
7148
|
|
7149 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7150 was inserted to get round bugs in the mswindows C font code.
|
|
7151
|
|
7152 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7153
|
|
7154 * minibuf.el: make read-color-completion-table call
|
|
7155 (mswindows-color-list for mswindows devices.
|
|
7156
|
|
7157 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
7158
|
|
7159 * lisp/font-lock.el
|
|
7160 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
7161 Let declaration items contain non-word symbol characters.
|
|
7162
|
434
|
7163 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
428
|
7164
|
|
7165 * package-get.el (package-get-package-provider): Added autoload
|
|
7166 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
7167 it. Fixed some (interactive ...) with multiple argument specs
|
|
7168 again. Cosmetic indentation changes.
|
|
7169
|
|
7170 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
7171
|
|
7172 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
7173 that you want to use later.
|
|
7174
|
|
7175 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7176
|
|
7177 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
7178 to x-kill-primary-selection with kill-primary-selection
|
|
7179
|
|
7180 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
7181
|
|
7182 * simple.el (what-cursor-position): Make cursor position reported
|
|
7183 use value of column-number-start-at-one
|
|
7184
|
|
7185 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
7186
|
|
7187 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
7188
|
|
7189 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
7190
|
|
7191 * startup.el (startup-splash-frame): Remove
|
|
7192 `xemacs-startup-logo-function'.
|
|
7193
|
|
7194 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
7195
|
|
7196 * about.el (about-hackers): Update credits list.
|
|
7197
|
|
7198 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
7199
|
|
7200 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
7201 extensions to be found by load-sound-file
|
|
7202
|
|
7203 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7204
|
|
7205 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
7206 (Info-auto-generate-directory): New variable
|
|
7207 (Info-save-auto-generated-dir): New variable
|
|
7208 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
7209 (Info-build-dir-anew): Second parameter removed. Use
|
|
7210 `Info-save-auto-generated-dir'
|
|
7211 (Info-rebuild-dir): Ditto
|
|
7212
|
|
7213 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
7214
|
|
7215 * list-mode.el (next-list-mode-item): Would not recognize
|
|
7216 border between directly neighbored items.
|
|
7217
|
|
7218 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7219
|
|
7220 * package-get.el: add autoloads for some functions.
|
|
7221
|
|
7222 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7223
|
|
7224 * specifier.el (let-specifier): Tiny docfixes.
|
|
7225
|
|
7226 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7227
|
|
7228 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
7229
|
|
7230 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
7231
|
|
7232 * wid-edit.el (widget-specify-secret): New function.
|
|
7233 (widget-after-change): Use it.
|
|
7234 (widget-specify-field): Use it.
|
|
7235
|
|
7236 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
7237
|
|
7238 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
7239 `doit'; reuse result of `window-pixel-edges'.
|
|
7240
|
|
7241 * modeline.el (drag-modeline-event-lag): Rename to
|
|
7242 drag-divider-event-lag.
|
|
7243
|
|
7244 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
7245
|
|
7246 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
7247 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
7248 arguments.
|
|
7249
|
|
7250 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7251
|
|
7252 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
7253 `completion-ignore-case' in completions buffer under Windows.
|
|
7254
|
|
7255 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7256
|
|
7257 * about.el (about-maintainer-glyph): Fix support for not
|
|
7258 compressed images.
|
|
7259
|
|
7260 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7261
|
|
7262 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
7263
|
|
7264 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
7265 `cancel-mode-internal' function is fetched.
|
|
7266
|
|
7267 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7268
|
|
7269 * files.el (save-some-buffers-1): Fixed return value.
|
|
7270
|
|
7271 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
7272
|
|
7273 * dragdrop.el: added experimental
|
|
7274
|
|
7275 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
7276
|
|
7277 * startup.el (after-init-hook, init-file-user,
|
|
7278 user-init-directory, load-user-init-file): Purge references
|
|
7279 to "~/.xemacs/init.el" from docstrings.
|
|
7280
|
|
7281 (load-user-init-file) Use paths-construct-path to construct
|
|
7282 paths to user init files. Go directly to ~/.emacs, do not
|
|
7283 search ~/.xemacs/, do not load `default-custom-file'.
|
|
7284
|
|
7285 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7286
|
|
7287 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
7288 general *sh.
|
|
7289 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
7290
|
|
7291 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
7292
|
|
7293 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
7294 menu.
|
|
7295
|
|
7296 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
7297
|
|
7298 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
7299 in xpm-color-symbols instead of default.
|
|
7300
|
|
7301 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
7302
|
|
7303 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
7304
|
|
7305 * startup.el (xemacs-startup-logo-function): New variable.
|
|
7306 (startup-splash-frame): Use it.
|
|
7307
|
|
7308 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
7309
|
|
7310 * files.el (save-some-buffers): Would wait 1 second.
|
|
7311 (save-some-buffers-1): Delete other windows here instead of in
|
|
7312 `save-some-buffers'.
|
|
7313 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
7314
|
442
|
7315 1998-06-02 Didier Verna <didier@xemacs.org>
|
428
|
7316
|
|
7317 * cus-face.el (custom-face-attributes): generalized the use of
|
|
7318 toggle buttons for boolean attributes.
|
|
7319 Re-ordered the items a bit.
|
|
7320
|
|
7321 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
7322
|
|
7323 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
7324 to find the sounds directory.
|
|
7325
|
|
7326 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7327
|
|
7328 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
7329 otherwise. load-default sounds without extensions.
|
|
7330
|
|
7331 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
7332
|
|
7333 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
7334 if send-pr is not bound.
|
|
7335
|
|
7336 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
7337
|
|
7338 * files.el: grok idl files in auto-mode-alist.
|
|
7339 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
7340
|
|
7341 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
7342 calling `upcase'.
|
|
7343
|
|
7344 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
7345
|
|
7346 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
7347
|
|
7348 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7349
|
|
7350 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
7351 instead of XEmacs one when dumping InfoDock.
|
|
7352
|
|
7353 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7354
|
|
7355 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
7356 for `modeline-visible-p'
|
|
7357
|
|
7358 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
7359
|
|
7360 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7361
|
|
7362 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
7363 since it's not used anymore. doc string fixes.
|
|
7364
|
|
7365 * package-get.el (package-get-file-installed-p): new function. use
|
|
7366 instead of file-installed-p which is in an external package.
|
|
7367
|
|
7368 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
7369
|
|
7370 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
7371 favor of select-window/switch-to-buffer
|
|
7372
|
|
7373 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
7374
|
|
7375 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
7376
|
|
7377 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
7378
|
|
7379 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
7380 (offix-start-drag-region) moved to dragdrop.el
|
|
7381 (offix-start-drag) moved to dragdrop.el
|
|
7382 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
7383 (offix-start-drag-region) moved from frame.el
|
|
7384 (offix-start-drag) moved from frame.el
|
|
7385 (cde-start-drag-region) cde drag regions
|
|
7386 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
7387
|
|
7388 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
7389
|
|
7390 * dragdrop.el: created dragdrop-drag prototypes
|
|
7391 (cde-start-drag-region) fixed typo
|
|
7392
|
|
7393 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
7394
|
|
7395 * simple.el (after-init-hook): Remove reader macro.
|
|
7396
|
|
7397 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
7398 macros. Update DOC string.
|
|
7399
|
|
7400 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7401
|
|
7402 * mouse.el (drag-window-divider): Ditto.
|
|
7403
|
|
7404 * modeline.el (mouse-drag-modeline): Use it.
|
|
7405
|
|
7406 * lisp-mode.el (let-specifier): Specify indentation.
|
|
7407
|
|
7408 * specifier.el (let-specifier): Renamed from
|
|
7409 `with-specifier-instance'.
|
|
7410
|
|
7411 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
7412
|
|
7413 * x-faces.el:
|
|
7414 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
7415 to faces. Predicate x-get-resource on the presence of x.
|
|
7416
|
442
|
7417 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
428
|
7418 faces as specfier defaults.
|
|
7419
|
|
7420 * package-get.el: don't use package-admin-add-single-file-package.
|
|
7421
|
|
7422 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7423
|
|
7424 * toolbar-items.el: Fixup tooltips.
|
|
7425 (toolbar-gnus): Don't use obsolete variable
|
|
7426 toolbar-news-frame-properties.
|
|
7427 (toolbar-news-reader): Default to `gnus' instead of
|
|
7428 `not-configured'.
|
|
7429
|
|
7430 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
7431 Windows.
|
|
7432
|
|
7433 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
7434
|
|
7435 * package-get.el: rename -installedp -> -installed-p.
|
|
7436
|
|
7437 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7438
|
|
7439 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
7440 attributes, and assinged it to continuation, truncation and
|
|
7441 hscroll glyphs.
|
|
7442
|
|
7443 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
7444 and made continuation, truncation and hscroll glyphs arrow
|
|
7445 characters out of that font.
|
|
7446
|
|
7447 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7448
|
|
7449 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
7450 directory-sep-char being \.
|
|
7451 (minibuffer-electric-tilde): Ditto.
|
|
7452 (read-file-name-map): Ditto.
|
|
7453
|
|
7454 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7455
|
|
7456 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
7457 on X devices.
|
|
7458 (default-mouse-track-deal-with-down-event): Avoid
|
|
7459 `x-disown-selection'; use `disown-selection' instead.
|
|
7460
|
|
7461 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7462
|
|
7463 * select.el:
|
|
7464 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
7465 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
7466 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
7467 (x-copy-primary-selection).
|
|
7468 (own-clipboard): new function.
|
|
7469
|
|
7470 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
7471 functions in select.el. remove old ones.
|
|
7472 (mswindows-own-clipboard): new function.
|
|
7473
|
|
7474 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7475
|
|
7476 * gnuserv.el: allow connections from mswindows type devices.
|
|
7477
|
|
7478 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
7479
|
|
7480 * msw-glyphs.el: change image type used from cursor to resource.
|
|
7481
|
|
7482 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7483
|
|
7484 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
7485 for {top,bottom}-{left,right} values in addition to
|
|
7486 {top,bottom}_{left,right}.
|
|
7487 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
7488
|
|
7489 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
7490
|
|
7491 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
7492
|
|
7493 * specifier.el (with-specifier-instance): Added docstring.
|
|
7494
|
|
7495 * mouse.el (drag-window-divider): Ditto.
|
|
7496
|
|
7497 * modeline.el (mouse-drag-modeline): Use it.
|
|
7498
|
|
7499 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
7500 level.
|
|
7501
|
|
7502 * specifier.el (with-specifier-instance): New macro.
|
|
7503
|
|
7504 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
7505
|
|
7506 * package-get.el (package-get-create-custom): new function to
|
|
7507 auto-generate package-get-custom.el from package-get-base.el.
|
|
7508 * (package-get-ever-installedp): new function.
|
|
7509 * (package-get-custom): new function to get all packages specified
|
|
7510 by customize.
|
|
7511
|
|
7512 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
7513
|
|
7514 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
7515
|
|
7516 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
7517
|
|
7518 * cl-extra.el: Reverse previous float change.
|
|
7519
|
|
7520 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
7521
|
|
7522 * x-faces.el:
|
|
7523 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
7524 required by w3 under mswindows as well X.
|
|
7525
|
|
7526 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7527
|
|
7528 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
7529 clause, one more overlookef fsfism.
|
|
7530 (nt-quote-args-functions-alist): End sentences with double space.
|
|
7531
|
|
7532 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7533
|
|
7534 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
7535 recaching default-toolbar specifier.
|
|
7536 (pop-window-configuration): Ditto.
|
|
7537 (unpop-window-configuration): Ditto.
|
|
7538
|
|
7539 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7540
|
|
7541 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
7542
|
|
7543 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7544
|
|
7545 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
7546 (nt-quote-args-prefix-quote): Added function.
|
|
7547 (nt-quote-args-backslash-quote): Added function.
|
|
7548 (nt-quote-args-double-quote): Added function.
|
|
7549 (nt-quote-args-functions-alist): New variable.
|
|
7550 (nt-quote-process-args): Added function. This is the main quoting
|
|
7551 work horse called from process-nt.c
|
|
7552
|
|
7553 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7554
|
|
7555 * winnt.el: Removed duplicate definitions for backspace,
|
|
7556 delete, M-backspace and C-M-backspace.
|
|
7557 (file-name-buffer-file-type-alist): Removed this variable.
|
|
7558 (find-buffer-file-type): Removed function.
|
|
7559 (find-file-binary): Removed function.
|
|
7560 (find-file-text): Removed function.
|
|
7561 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
7562 (save-to-unix-hook): Removed function.
|
|
7563 (revert-from-unix-hook): Removed function.
|
|
7564 (using-unix-filesystems): Removed function.
|
|
7565 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
7566 warning.
|
|
7567 (x-set-selection): Removed function.
|
|
7568 (x-get-selection): Removed function.
|
|
7569 Removed commented FSFisms.
|
|
7570 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
7571 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
7572 comint-process-echoes setting to t.
|
|
7573
|
|
7574 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7575
|
|
7576 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
7577 and used following the interface change of
|
|
7578 `paths-find-recursive-path'.
|
|
7579
|
|
7580 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
7581 regexp instead of a list of base names.
|
|
7582 (paths-version-control-filename-regexp):
|
|
7583 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
7584 Introduced and used following the interface change of
|
|
7585 `paths-find-recursive-path'.
|
|
7586
|
|
7587 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7588
|
|
7589 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
7590 on X devices, rather than on all non-TTY devices.
|
|
7591
|
|
7592 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7593
|
|
7594 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
7595
|
|
7596 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
7597
|
434
|
7598 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
428
|
7599
|
|
7600 * itimer.el (activate-itimer): Fixed usage of integers
|
|
7601 as argument to `concat'.
|
|
7602
|
|
7603 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7604
|
|
7605 * itimer.el (start-itimer): replace the use of `concat' with
|
|
7606 `format'
|
|
7607
|
|
7608 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
7609
|
|
7610 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
7611 From Bob Weiner <weiner@altrasoft.com>
|
|
7612
|
|
7613 * loadhist.el (symbol-file): Supply prompt string when used
|
|
7614 interactively.
|
|
7615 From Bob Weiner <weiner@altrasoft.com>
|
|
7616
|
|
7617 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7618
|
|
7619 * loadup.el (really-early-error-handler): Ditto.
|
|
7620
|
|
7621 * update-elc.el: Ditto.
|
|
7622
|
|
7623 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7624
|
|
7625 * make-docfile.el: Ditto.
|
|
7626
|
|
7627 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
7628 instead of decode-path.
|
|
7629
|
|
7630 * files.el (parse-colon-path): Update docstring reference.
|
|
7631
|
|
7632 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7633
|
|
7634 * msw-init.el:
|
|
7635 * x-init.el:
|
|
7636 Bind cut'n'paste keys to non window-system specific functions.
|
|
7637
|
|
7638 * msw-select.el: New function mswindows-clear-clipboard.
|
|
7639 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
7640 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
7641
|
|
7642 * select.el: on mswindows devices delete-primary-selection
|
|
7643 calls mswindows-clear-clipboard.
|
|
7644
|
|
7645 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
7646
|
|
7647 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
7648
|
|
7649 * cmdloop.el (read-char): Don't inhibit quit.
|
|
7650 (read-char-exclusive): Ditto.
|
|
7651 (read-char): Signal quit if quit-char was pressed.
|
|
7652 (read-char-exclusive): Ditto.
|
|
7653 (read-quoted-char): Return a character, not integer.
|
|
7654
|
|
7655 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
7656 selection code.
|
|
7657 (default-popup-menu): Fix code.
|
|
7658
|
|
7659 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
7660
|
|
7661 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
7662
|
|
7663 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
7664
|
|
7665 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
7666
|
|
7667 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7668
|
|
7669 * device.el (device-pixel-width):
|
|
7670 (device-pixel-height):
|
|
7671 (device-mm-width):
|
|
7672 (device-mm-height):
|
|
7673 (device-bitplanes):
|
|
7674 (device-color-cells): Swapped parameters to device-system-metric
|
|
7675 according to the interface change.
|
|
7676
|
|
7677 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7678
|
|
7679 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
7680 function event-over-vertical-divider-p.
|
|
7681 Do not set E-W arrow cursor over the divider if
|
|
7682 vertical-divider-draggable-p is nil in the window.
|
|
7683 ([top-level]): Use new name for the variable
|
|
7684 vertical-divider-map.
|
|
7685 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
7686 Variable name typo fixes.
|
|
7687
|
|
7688 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7689
|
|
7690 * keymap.el (kbd): Define here; handle string constants and
|
|
7691 others...
|
|
7692
|
|
7693 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
7694
|
|
7695 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
7696 in Emacs 18.
|
|
7697
|
442
|
7698 1998-05-13 Didier Verna <didier@xemacs.org>
|
428
|
7699
|
|
7700 * mouse.el (drag-window-divider): give the vertical divider a
|
|
7701 pressed look when dragging it.
|
|
7702
|
|
7703 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
7704
|
|
7705 * faces.el: predicate some more face operations on x or mswindows
|
|
7706 not just x.
|
|
7707
|
|
7708 * modeline.el: enable modeline coloring for mswindows.
|
|
7709
|
|
7710 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7711
|
|
7712 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
7713 FSF Emacs.
|
|
7714 (next-history-element): Used `minibuffer-default'.
|
|
7715
|
|
7716 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
7717
|
|
7718 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
7719 arguments still look a bit strange
|
|
7720 (dragdrop-compare-mods) created
|
|
7721 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
7722 modifiers
|
|
7723
|
|
7724 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7725
|
|
7726 * setup-paths.el (paths-default-info-directories): Replace
|
|
7727 path-separator with directory-sep-char.
|
|
7728
|
|
7729 * files.el (path-separator): Don't define it here.
|
|
7730
|
|
7731 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7732
|
|
7733 * update-elc.el: Ditto.
|
|
7734
|
|
7735 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7736
|
|
7737 * make-docfile.el: Ditto.
|
|
7738
|
|
7739 * loadup.el (really-early-error-handler): Ditto.
|
|
7740
|
|
7741 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
7742 instead of decode-path-internal.
|
|
7743
|
|
7744 * files.el (parse-colon-path): Update docstring.
|
|
7745
|
|
7746 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
7747
|
|
7748 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
7749
|
|
7750 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
7751 get-buffer-window-list.
|
|
7752
|
|
7753 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7754
|
|
7755 * disass.el: Fix maintainer keyword.
|
|
7756
|
|
7757 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
7758 (byte-compile-buffer): Ditto.
|
|
7759
|
|
7760 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
7761 value is returned, not the name.
|
|
7762 (lisp-imenu-generic-expression): Enable it.
|
|
7763 (lisp-mode-variables): Ditto.
|
|
7764 (lisp-indent-offset): Change defconst to defvar.
|
|
7765 (lisp-indent-function): Ditto.
|
|
7766 (lisp-body-indent): Ditto.
|
|
7767
|
|
7768 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7769
|
|
7770 * modeline.el: Use zap-last-kbd-macro-event.
|
|
7771
|
|
7772 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
7773 nil, don't attempt to do anything with messages.
|
|
7774 (eval-last-sexp): Use `letf' for clarity.
|
|
7775
|
|
7776 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7777
|
|
7778 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
7779
|
|
7780 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
7781
|
|
7782 * buff-menu.el:
|
|
7783 * lisp-mode.el:
|
|
7784 * obsolete.el:
|
|
7785 Change empty docstrings into no doc strings at all.
|
|
7786 Fix bogus FSF-format docstrings.
|
|
7787 * etags.el: Fix docstring.
|
|
7788
|
|
7789 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7790
|
|
7791 * package-get.el (package-get): Use internal md5
|
|
7792
|
|
7793 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
7794
|
|
7795 * about.el (about-xemacs): Correct abuse of concat.
|
|
7796
|
|
7797 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
7798
|
|
7799 * info.el (Info-mode): Use easymenu.
|
|
7800
|
|
7801 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7802
|
|
7803 * apropos.el (apropos): Don't use concat with integers.
|
|
7804
|
|
7805 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
7806 was seen gracefully.
|
|
7807
|
|
7808 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
7809 defun.
|
|
7810 (apropos-describe-plist): Ditto.
|
|
7811
|
|
7812 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
7813 (describe-key): Use it as defun.
|
|
7814 (describe-mode): Ditto.
|
|
7815 (describe-bindings): Ditto.
|
|
7816 (describe-prefix-bindings): Ditto.
|
|
7817 (describe-installation): Ditto.
|
|
7818 (view-lossage): Ditto.
|
|
7819 (describe-function): Ditto.
|
|
7820 (describe-variable): Ditto.
|
|
7821 (describe-syntax): Ditto.
|
|
7822
|
|
7823 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
7824
|
|
7825 * dragdrop.el: changed order of require/provide
|
|
7826 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
7827 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
7828 (dragdrop-function-widget) this one needs more work...
|
|
7829
|
|
7830 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
7831
|
|
7832 * about.el: another small change in my entry
|
|
7833 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
7834 plus customizations
|
|
7835 changed interface to handler functions. now called with event
|
|
7836 and object
|
|
7837
|
|
7838 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7839
|
|
7840 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
7841 E-W arrow pointer displayed over draggable dividers.
|
|
7842
|
|
7843 * mouse.el (default-mouse-motion-handler): Show it when
|
|
7844 appropriate.
|
|
7845 (drag-window-divider): Added.
|
|
7846 ([top-level]): Initialized window-divider-map with a keymap
|
|
7847 binding the above function to left button down event.
|
|
7848
|
|
7849 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
7850 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
7851 E-W double arrow.
|
|
7852
|
|
7853 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
7854
|
|
7855 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
7856
|
|
7857 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7858
|
|
7859 * simple.el (count-words-buffer): Don't query for buffer.
|
|
7860 (count-lines-buffer): Ditto.
|
|
7861
|
|
7862 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7863
|
|
7864 * help.el (where-is): add optional insert argument.
|
|
7865
|
|
7866 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7867
|
|
7868 * help.el (describe-key-briefly): New argument INSERT.
|
|
7869
|
|
7870 * simple.el (eval-expression): New optional argument; synch with
|
|
7871 FSF 20.3.
|
|
7872
|
|
7873 * keydefs.el (global-map): Add new register bindings.
|
|
7874
|
|
7875 * register.el: Synched with FSF 20.3.
|
|
7876
|
|
7877 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7878
|
|
7879 * window-xemacs.el (recenter): all arguments are optional.
|
|
7880
|
|
7881 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7882
|
|
7883 * device.el: (device-pixel-width): Reflected name/parameters
|
|
7884 change to device-system-metric.
|
|
7885 (device-pixel-height): Ditto.
|
|
7886 (device-mm-width): Ditto.
|
|
7887 (device-mm-height): Ditto.
|
|
7888 (device-bitplanes): Ditto.
|
|
7889 (device-color-cells): Ditto.
|
|
7890
|
|
7891 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7892
|
|
7893 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
7894
|
|
7895 * cl.el (most-positive-fixnum): Document.
|
|
7896 (most-negative-fixnum): Ditto.
|
|
7897
|
|
7898 * cus-dep.el: Updated comment.
|
|
7899
|
|
7900 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
7901 constant.
|
|
7902
|
|
7903 * cus-load.el (custom-put): Removed.
|
|
7904
|
|
7905 * files.el (after-find-file): Just resignal quit instead of
|
|
7906 signaling "canceled".
|
|
7907
|
|
7908 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7909
|
|
7910 * frame.el (other-frame): Use `focus-frame' instead of
|
|
7911 select-frame kludges.
|
|
7912
|
|
7913 * lisp-mode.el: Update lisp-indent-function for
|
|
7914 save-selected-frame and with-selected-frame.
|
|
7915
|
|
7916 * frame.el (save-selected-frame): New macro.
|
|
7917 (with-selected-frame): Ditto.
|
|
7918 (other-frame): Use `set-frame-focus'.
|
|
7919
|
|
7920 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
7921
|
|
7922 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
7923 (dragdrop-drop-url-default) default handler for URL drops created
|
|
7924 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
7925 (dragdrop-drop-functions) default custom for handling drops created
|
|
7926 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
7927
|
|
7928 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7929
|
|
7930 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
7931
|
|
7932 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
7933
|
|
7934 * about.el: changed some text in my entry
|
|
7935 * dragdrop.el: added customs
|
|
7936
|
|
7937 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
7938
|
|
7939 * mouse.el: killed global drop key bindings
|
|
7940 (mouse-offix-drop) removed
|
|
7941 * dragdrop.el: created
|
|
7942 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
7943
|
|
7944 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7945
|
|
7946 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
7947 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
7948
|
|
7949 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
7950 obsolete comment.
|
|
7951
|
|
7952 * scrollbar.el (scrollbars-visible-p): Use new
|
|
7953 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
7954
|
|
7955 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7956
|
|
7957 * device.el (device-pixel-height):
|
|
7958 (device-pixel-width):
|
|
7959 (device-mm-width):
|
|
7960 (device-mm-height):
|
|
7961 (device-bitplanes):
|
|
7962 (device-color-cells): Moved these 6 functions from device.c; they
|
|
7963 all use single (device-system-metrics) call.
|
|
7964
|
|
7965 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
7966
|
|
7967 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
7968 were renamed.
|
|
7969
|
|
7970 * menubar-items.el:
|
|
7971 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
7972 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
7973
|
|
7974 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
7975 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
7976
|
|
7977 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
7978
|
|
7979 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
7980 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
7981
|
|
7982 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
7983
|
|
7984 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
7985
|
|
7986 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
7987
|
|
7988 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
7989
|
|
7990 * startup.el (startup-splash-frame): Change ID logo name.
|
|
7991
|
|
7992 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
7993
|
|
7994 * files.el (after-find-file): If the user presses C-g on
|
|
7995 directory-creation prompt, kill the buffer.
|
|
7996
|
|
7997 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
7998
|
|
7999 * simple.el (count-words-region): Reverse previous change.
|
|
8000
|
|
8001 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
8002
|
|
8003 * replace.el (query-replace): Just call perform-replace.
|
|
8004 (query-replace-regexp): Ditto.
|
|
8005 (perform-replace): Move region handling here.
|
|
8006 (perform-replace): Use the new arg to match-data.
|
|
8007
|
|
8008 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8009
|
|
8010 * x-init.el: Install X specific display table that
|
|
8011 displays char 0240 as a space to avoid whatever it is
|
|
8012 that screws up display of that character code.
|
|
8013
|
|
8014 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
8015
|
|
8016 * help.el (function-arglist): If no arguments are documented for a
|
|
8017 subr, print nothing rather than incorrect output.
|
|
8018
|
|
8019 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
8020
|
|
8021 * cmdloop.el (command-error): Update bail-out error message to use
|
|
8022 `emacs-program-name'.
|
|
8023
|
|
8024 * lib-complete.el: Remove reader macro cruft.
|
|
8025
|
|
8026 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
8027 cruft.
|
|
8028
|
|
8029 * simple.el (count-words-region): Drop interactive-p check on the
|
|
8030 message.
|
|
8031
|
|
8032 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8033
|
|
8034 * font.el
|
|
8035 * msw-faces.el
|
|
8036 Correct spelling of mswindows-font-canonicalize-name.
|
|
8037
|
|
8038 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8039
|
|
8040 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
8041 `ldap-host-parameters-plist'
|
|
8042 (ldap-search): Adapt to previous change
|
|
8043
|
|
8044 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8045
|
|
8046 * about.el (about-hackers): Update Bob Weiner bio.
|
|
8047 (about-maintainer-info): Ditto.
|
|
8048
|
|
8049 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
8050
|
|
8051 * simple.el (display-warning-minimum-level): Docfix.
|
|
8052
|
|
8053 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
8054
|
|
8055 * widget.el (:default-get): New keyword.
|
|
8056 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
8057 (group, widget-group-default-get): Define it.
|
|
8058 (menu-choice, widget-choice-default-get): Define it.
|
|
8059 (widget-default-get): New function.
|
|
8060 (widget-choice-action): Call it.
|
|
8061 (widget-editable-list-entry-create): Call it.
|
|
8062
|
|
8063 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8064
|
|
8065 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
8066 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
8067 lookup through `byte-boolean-vars'.
|
|
8068
|
|
8069 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8070
|
|
8071 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
8072 resource-provided values into ghost specs for scrollbar-height and
|
|
8073 scrollbar-width.
|
|
8074
|
|
8075 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8076
|
|
8077 * byte-optimize.el: Don't attempt to optimize /=.
|
|
8078
|
|
8079 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
8080 (byte-compile-/=): Ditto.
|
|
8081
|
|
8082 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8083
|
|
8084 * apropos.el: Use `with-displaying-help-buffer'.
|
|
8085 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
8086 Use `with-displaying-help-buffer'.
|
|
8087 (apropos-follow): Do not give special treatment to buffer cursor
|
|
8088 was in prior to a mouse click.
|
|
8089 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
8090 (apropos-print-doc): Set correct buffer for setting text
|
|
8091 properties.
|
|
8092
|
|
8093 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
8094
|
|
8095 * help.el (help-buffer-prefix-string): New variable.
|
|
8096 (help-buffer-name): Use it.
|
|
8097
|
|
8098 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
8099 mode menu.
|
|
8100
|
|
8101 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
8102
|
|
8103 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
8104
|
|
8105 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8106
|
|
8107 * files.el (find-file-noselect): Update docstring.
|
|
8108 (find-file-noselect): Signal an error if found an unreadable file.
|
|
8109 (file-chase-links): Save the match data.
|
|
8110 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
8111 (interpreter-mode-alist): Change defconst to defvar.
|
|
8112 (inhibit-first-line-modes-regexps): Ditto.
|
|
8113 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
8114 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
8115 (change-major-mode-with-file-name): New user-option.
|
|
8116 (set-visited-file-name): Synched with FSF.
|
|
8117 (file-name-extension): New function, from FSF 20.3.
|
|
8118 (file-relative-name): Synched with FSF.
|
|
8119 (save-some-buffers): Support the C-r feature.
|
|
8120 (recover-session): Synched with FSF.
|
|
8121 (kill-some-buffers): Ditto.
|
|
8122 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
8123
|
|
8124 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
8125
|
|
8126 * files.el (insert-file): Undo previous change and reenable use of
|
|
8127 format.el.
|
|
8128
|
|
8129 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8130
|
|
8131 * window-xemacs.el (recenter): Define.
|
|
8132
|
|
8133 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8134
|
|
8135 * font.el (mswindows-font-create-name)
|
|
8136 (mswindows-font-create-object): new functions for mswindows type
|
|
8137 fonts.
|
|
8138
|
|
8139 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
8140 strings are parsed as well as font objects.
|
|
8141
|
|
8142 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8143
|
|
8144 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
8145 kbd-macro being recorded.
|
|
8146 (add-minor-mode): Simplify docstring.
|
|
8147 (modeline-minor-mode-menu): Remove stuff.
|
|
8148
|
|
8149 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8150
|
|
8151 * code-process.el (call-process): dynamically decide process
|
|
8152 coding type.
|
|
8153
|
|
8154 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
8155
|
|
8156 * modeline.el: Add line-number-mode, column-number-mode to
|
|
8157 the modeline minor-mode menu. Button2 on the line number does
|
|
8158 goto-line.
|
|
8159
|
|
8160 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8161
|
|
8162 * mouse.el: move x-selection-owner-p type things to
|
|
8163 selection-owner-p.
|
|
8164
|
|
8165 * msw-init.el: copy zmacs stuff from x-init.el
|
|
8166
|
|
8167 * msw-select.el (mswindows-own-selection)
|
|
8168 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
8169 functions. Very simple minded implementation of selectio
|
|
8170 ownership.
|
|
8171
|
|
8172 * select.el (own-selection) (disown-selection)
|
|
8173 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
8174 (valid-simple-selection-p): functions moved from x-select.el for
|
|
8175 generalized selection.
|
|
8176
|
|
8177 * x-select.el: see select.el changes.
|
|
8178
|
|
8179 * x-toolbar.el: use new selection functions.
|
|
8180
|
|
8181 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8182
|
|
8183 * packages.el (packages-find-package-directories): Fixed bug that
|
|
8184 would pick up multiple site-package directories.
|
|
8185 (package-locations): Added "xemacs-packages" as a late package
|
|
8186 location.
|
|
8187
|
|
8188 * find-paths.el: Now uses `emacs-program-name' and
|
|
8189 `emacs-program-version'.
|
|
8190 Additions to enforce version-specific directories in
|
|
8191 `paths-find-version-directory'.
|
|
8192
|
|
8193 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
8194
|
|
8195 * default.el: Removed.
|
|
8196 * site-start.el: Removed.
|
|
8197
|
442
|
8198 1998-04-29 Didier Verna <didier@xemacs.org>
|
428
|
8199
|
|
8200 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
8201 to nil.
|
|
8202
|
|
8203 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
8204
|
|
8205 * find-paths.el (paths-program-name): Rename.
|
|
8206 (paths-emacs-root-p): Ditto.
|
|
8207 (paths-find-site-directory): Ditto.
|
|
8208
|
|
8209 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
8210
|
|
8211 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
8212 `emacs-lisp-byte-compile-and-load'.
|
|
8213
|
|
8214 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8215
|
|
8216 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
8217 `ldap-open'
|
|
8218
|
|
8219 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
8220
|
|
8221 * select.el (kill-primary-selection) (selection-owner-p)
|
|
8222 (copy-primary-selection) (yank-clipboard-selection)
|
|
8223 (selection-exists-p) (delete-primary-selection): new file and
|
|
8224 functions that do the right thing for the selected device.
|
|
8225
|
|
8226 * x-menubar.el: use generalised selection functions.
|
|
8227
|
|
8228 * dumped-lisp.el: dump select.el.
|
|
8229
|
|
8230 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
8231
|
|
8232 * find-paths.el (paths-progname): New variable.
|
|
8233 (paths-emacs-root-p): Use it.
|
|
8234 (paths-find-site-directory): Ditto.
|
|
8235
|
|
8236 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
8237
|
|
8238 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
8239 `infodock' if InfoDock.
|
|
8240
|
|
8241 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
8242
|
|
8243 * find-paths.el (construct-emacs-version): Simplify, include
|
|
8244 program name in the return value.
|
|
8245 * (paths-find-version-directory): Use it.
|
|
8246
|
|
8247 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8248
|
|
8249 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
8250 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
8251 name for files with no @direntry
|
|
8252 (Info-batch-rebuild-dir): New function
|
|
8253 (Info-suffixed-file): Check for regular files instead of simple
|
|
8254 file existence (could catch directories before)
|
|
8255
|
|
8256 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8257
|
|
8258 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
8259 temacs doesn't have.
|
|
8260
|
|
8261 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
8262 into root searching.
|
|
8263
|
|
8264 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
8265
|
|
8266 * subr.el: Remove definition of `not'.
|
|
8267
|
|
8268 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8269
|
|
8270 * msw-glyphs.el: enable graphics support.
|
|
8271
|
442
|
8272 1998-04-23 Didier Verna <didier@xemacs.org>
|
428
|
8273
|
|
8274 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
8275 option.
|
|
8276
|
|
8277 * misc doc string updates related to the options menu.
|
|
8278
|
|
8279 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
8280
|
|
8281 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
8282
|
|
8283 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8284
|
|
8285 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
8286 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
8287 gets us one step further towards making --no-autoloads work.
|
|
8288
|
|
8289 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
8290 lisp-directory is non-nil.
|
|
8291
|
|
8292 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
8293 against nil lisp-directory.
|
|
8294
|
|
8295 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
8296 to the list of variables that cause a warning when nil.
|
|
8297
|
|
8298 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
8299 no toolbar icon directory.
|
|
8300
|
|
8301 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
8302
|
|
8303 * help.el (view-lossage): Recognize it.
|
|
8304
|
|
8305 * simple.el (log-message): Mark multiline messages.
|
|
8306
|
|
8307 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8308
|
|
8309 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
8310
|
|
8311 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
8312
|
|
8313 * package-get.el (package-get-all): add `\n' separator to
|
|
8314 interactive specification so that both variables are read
|
|
8315
|
442
|
8316 1998-04-22 Didier Verna <didier@xemacs.org>
|
428
|
8317
|
|
8318 * x-menubar.el: ported the options menu to Custom.
|
|
8319 Moved the "read only" toggle button to the buffers menu.
|
|
8320 Corrected some missing ;;;###autoload or defcustom.
|
|
8321
|
|
8322 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
8323 the scrollbar-visible specifier for options menu handling.
|
|
8324
|
|
8325 * toolbar.el (toolbar-visible-p)
|
|
8326 (toolbar-captioned-p)
|
|
8327 (default-toolbar-position): defcustom wrappers around
|
|
8328 the toolbar specifiers for options menu handling.
|
|
8329
|
|
8330 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
8331 defcustom it for options menu handling.
|
|
8332
|
440
|
8333 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
428
|
8334 font-lock-mode for options menu handling.
|
|
8335
|
|
8336 * cus-start.el: added Custom properties to overwrite-mode for
|
|
8337 options menu handling.
|
|
8338
|
|
8339 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8340
|
|
8341 * about.el: shameless self-promotion.
|
|
8342
|
|
8343 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
8344
|
|
8345 * simple.el (raw-append-message): Slightly optimize.
|
|
8346 (remove-message): Use `push' for clarity.
|
|
8347 (append-message): Ditto.
|
|
8348 (display-warning): Dito.
|
|
8349 (raw-append-message): Send the message to the appropriate device.
|
|
8350
|
|
8351 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8352
|
|
8353 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
8354 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
8355
|
|
8356 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8357
|
|
8358 * setup-paths.el: Changed `directory-sep-char' to
|
|
8359 `path-separator', following a change in GNU Emacs.
|
|
8360
|
|
8361 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8362
|
|
8363 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
8364 (Info-build-dir-anew): Add a final newline.
|
|
8365 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
8366 is `always'
|
|
8367 (Info-rebuild-dir): Ditto
|
|
8368
|
|
8369 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
8370
|
|
8371 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
8372
|
|
8373 * simple.el (count-words-buffer): Retain zmacs region.
|
|
8374 (count-words-region): Ditto.
|
|
8375 * simple.el: (what-line): Expanded line counts.
|
|
8376 (count-lines): New parameter to conditionalize whether collapsed
|
|
8377 lines get counted.
|
|
8378 From Bob Weiner <weiner@altrasoft.com>
|
|
8379
|
|
8380 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
8381
|
|
8382 * packages.el (package-locations): infodock-packages must override
|
|
8383 mule-packages and packages.
|
|
8384
|
|
8385 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
8386
|
|
8387 * wid-edit.el:
|
|
8388 remove rude messages from widget-activation-widget-mapper
|
|
8389 and widget-activation-glyph-mapper
|
|
8390
|
|
8391 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8392
|
|
8393 * toolbar.el: Remove (featurep 'x) test from
|
|
8394 toolbar-make-button-list
|
|
8395
|
|
8396 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
8397
|
|
8398 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
8399 only if in the same frame.
|
|
8400
|
|
8401 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8402
|
|
8403 * packages.el (package-locations): Added site-packages hierarchy.
|
|
8404
|
|
8405 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
8406 used.
|
|
8407
|
|
8408 * packages.el, setup-paths.el: Set various path searching depths
|
|
8409 to 1.
|
|
8410
|
|
8411 * packages.el (packages-hierarchy-depth):
|
|
8412 (packages-load-path-depth): Introduced and used.
|
|
8413
|
|
8414 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
8415
|
|
8416 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
8417 parameter.
|
|
8418
|
|
8419 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8420
|
|
8421 * setup-paths.el (paths-construct-info-path): Removed
|
|
8422 dependency on behavior of (file-name-as-directory "").
|
|
8423
|
|
8424 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8425
|
|
8426 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
8427 lisp objects
|
|
8428
|
|
8429 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8430
|
|
8431 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
8432
|
|
8433 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
8434
|
|
8435 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
8436 properties for an extent based on the :help-echo widget
|
|
8437 property, since help-echo and balloon-help cause an EXTENT to
|
|
8438 get passed in, where :help-echo functions are expecting a WIDGET
|
|
8439
|
|
8440 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8441
|
|
8442 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
8443 mswindows-init-scrollbar-metrics when appropriate.
|
|
8444
|
|
8445 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8446
|
|
8447 * dumped-lisp.el: dump x-toolbar for window system
|
|
8448
|
|
8449 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
8450 have support and xpm.
|
|
8451
|
|
8452 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
8453
|
|
8454 * files.el (toggle-read-only): Fix docstring.
|
442
|
8455 From Didier Verna <didier@xemacs.org>
|
428
|
8456
|
|
8457 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8458
|
|
8459 * startup.el (normal-top-level): Load autoload-file-name without
|
|
8460 specifying an extension---some people only auto-autoload.el.gz.
|
|
8461
|
|
8462 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8463
|
|
8464 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
8465 nil.
|
|
8466
|
|
8467 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8468
|
|
8469 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
8470 This shouldn't cause any of the originally anticipated problems as
|
|
8471 the current paths architecture will not define the various
|
|
8472 configure-xxx variables if they're not specified on the configure
|
|
8473 command line.
|
|
8474
|
|
8475 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
8476 mentionings of "/" as a path separator.
|
|
8477 Used paths-construct-path throughout.
|
|
8478
|
|
8479 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
8480 from directory components.
|
|
8481
|
|
8482 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
8483 instead of decode-path-internal.
|
|
8484
|
|
8485 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
8486 and associates.
|
|
8487 (paths-decode-directory-path) Created.
|
|
8488
|
|
8489 * setup-paths.el: Changed configure-exec-path to
|
|
8490 configure-exec-directory.
|
|
8491
|
|
8492 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8493
|
|
8494 * packages.el (packages-find-packages): Fixed decoding of
|
|
8495 EMACSPACKAGEPATH.
|
|
8496
|
|
8497 * startup.el: -no-packages -> -no-early-packages.
|
|
8498
|
|
8499 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
8500 files.
|
|
8501
|
|
8502 * startup.el (normal-top-level): Fixed loading of core
|
|
8503 auto-autoload.
|
|
8504
|
|
8505 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
8506
|
|
8507 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
8508 for site-directory and lisp-directory variables.
|
|
8509
|
|
8510 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
8511 inhibit-package-autoloads and fixed handling of it.
|
|
8512
|
|
8513 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
8514 handling of former inhibit-package-init, now
|
|
8515 inhibit-early-packages, to make -vanilla etc. work.
|
|
8516
|
|
8517 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8518
|
|
8519 * code-process.el (start-process): Fallback to 'undecided instead
|
|
8520 of 'binary for process input coding stream.
|
|
8521
|
|
8522 * process.el (start-process): Docstring fix.
|
|
8523
|
|
8524 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8525
|
|
8526 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
8527 in Info-dir-file-attributes
|
|
8528 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
8529 (Info-rebuild-dir): Ditto.
|
|
8530
|
|
8531 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8532
|
|
8533 * obsolete.el: Added obsoleteness declarations for
|
|
8534 `site-directory' and `Info-default-directory-list'.
|
|
8535
|
|
8536 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8537
|
|
8538 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
8539 executable at the end of the symlink chain for determining the
|
|
8540 Emacs root.
|
|
8541
|
|
8542 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8543
|
|
8544 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
8545 to cater to gone default in configure.
|
|
8546
|
|
8547 * find-paths.el (paths-uniq-append): Added.
|
|
8548
|
|
8549 * packages.el: Rewritten package path construction once again.
|
|
8550
|
|
8551 * dump-paths.el, startup.el: Removed package-path as a global
|
|
8552 variable.
|
|
8553
|
|
8554 * package-admin.el (package-admin-add-single-file-package):
|
|
8555 (package-admin-add-binary-package): Changed package-path to
|
|
8556 late-packages.
|
|
8557
|
|
8558 * packages.el (packages-split-path): Split path at "/" rather than
|
|
8559 nil according to change in emacs.c.
|
|
8560
|
|
8561 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8562
|
|
8563 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
8564 order so that directories come out right.
|
|
8565 (paths-find-lock-directory): Fixed bug: It used to think
|
|
8566 configure-lock-directory is a path.
|
|
8567
|
|
8568 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
8569
|
|
8570 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
8571 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
8572 eases the use of toolbar-add/kill-item functions.
|
|
8573
|
|
8574 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8575
|
|
8576 * code-files.el (file-coding-system-alist): Commented out
|
|
8577 loaddefs.el magical treatment.
|
|
8578
|
|
8579 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8580
|
|
8581 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
8582 `conservative' and made it the default
|
|
8583 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
8584 strings, and multi-section dir files. Issue warning when dir
|
|
8585 is rebuilt as temporary
|
|
8586 (Info-build-dir-anew): Issue warning when dir is built as
|
|
8587 temporary
|
|
8588
|
|
8589 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8590
|
|
8591 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
8592 standard keys left, right, C-b and C-f.
|
|
8593
|
|
8594 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
8595
|
|
8596 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
8597
|
|
8598 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
8599
|
|
8600 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
8601
|
|
8602 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
8603
|
|
8604 * package-get-base.el: Updated.
|
|
8605
|
|
8606 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
8607
|
|
8608 * isearch-mode.el (isearch-just-started): New variable.
|
|
8609 (isearch-mode): Set it.
|
|
8610 (isearch-repeat): Advance one character forward only if the search
|
|
8611 was successful, and was not just started.
|
|
8612 (isearch-repeat): Clear isearch-just-started.
|
|
8613
|
|
8614 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8615
|
|
8616 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
8617 if running -batch.
|
|
8618
|
|
8619 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
8620
|
|
8621 * subr.el (listify-key-sequence): Removed.
|
|
8622
|
|
8623 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
8624
|
|
8625 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
8626 (byte-compile-output-file-form): Use it.
|
|
8627 (byte-compile-output-docform): Ditto.
|
|
8628 (byte-compile-compiled-obj-to-list): Ditto.
|
|
8629
|
|
8630 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8631
|
|
8632 * msw-glyphs.el: set frame icon if xpm support.
|
|
8633
|
|
8634 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8635
|
|
8636 * help.el: Code that pretty prints variable values
|
|
8637 removed.
|
|
8638
|
|
8639 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8640
|
|
8641 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
8642 directory.
|
|
8643 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8644
|
|
8645 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8646
|
|
8647 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
8648 its default value set to nil.
|
|
8649
|
|
8650 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
8651
|
|
8652 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
8653
|
|
8654 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8655
|
|
8656 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
8657 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
8658 does not exist or is older than some info files in directory
|
|
8659
|
|
8660 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8661
|
|
8662 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
8663 for last packages, mainly for using a 20.4 package base.
|
|
8664
|
|
8665 * packages.el (late-packages): Typo fix. It was called
|
|
8666 early-packages.
|
|
8667
|
|
8668 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
8669 relative symlinks correctly.
|
|
8670 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
8671 configuration-time root.
|
|
8672
|
|
8673 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
8674 find its roots.
|
|
8675
|
|
8676 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
8677
|
|
8678 * faces.el: Fix docstrings.
|
|
8679 * glyphs.el: Fix docstrings.
|
|
8680 * mouse.el: Fix docstrings.
|
|
8681
|
|
8682 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
8683
|
|
8684 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
8685
|
|
8686 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
8687 macros using backquote to make them infinitely more readable.
|
|
8688
|
|
8689 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
8690
|
|
8691 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
8692 InfoDock support until we can clean this up.
|
|
8693
|
|
8694 * help.el (describe-bindings-1): Return the value of the bindings
|
|
8695 help buffer created.
|
|
8696 (describe-bindings): Ditto.
|
|
8697
|
|
8698 * simple.el (set-variable): Restore previous behavior of not
|
|
8699 bombing if the variable to set is not boundp.
|
|
8700
|
|
8701 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8702
|
|
8703 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
8704 non-local files to be loaded off the package-lisp variable.
|
|
8705
|
|
8706 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8707
|
|
8708 * x-faces.el: Global X resources should override
|
|
8709 specs for all device classes (color, grayscale, mono);
|
|
8710 code currently doesn't override any of them. Fixed by
|
|
8711 calling remove-specifier with '(x default) as the tag
|
|
8712 set and allowing inexact matches.
|
|
8713
|
|
8714 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8715
|
442
|
8716 * faces.el: Separated face initializations based on
|
428
|
8717 device classes into device type specific (tag set,
|
|
8718 instantiator) pairs.
|
|
8719
|
|
8720 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
8721
|
|
8722 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
8723 choice.
|
|
8724 (widget-choice-value-create): Respect it.
|
|
8725 From Richard Stallman <rms@gnu.org>
|
|
8726
|
|
8727 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8728
|
|
8729 * setup-paths.el (paths-construct-info-path): Always append
|
|
8730 existing directories from configure-time info path.
|
|
8731
|
|
8732 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
8733 Info-directory-list.
|
|
8734
|
|
8735 * info.el: Removed Info-default-directory-list which was broken by
|
|
8736 design.
|
|
8737 Removed bogus initialization of Info-directory-list---startup.el
|
|
8738 can do a much better job.
|
|
8739 Added autoload of Info-directory-list.
|
|
8740
|
|
8741 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
8742 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
8743 be exclusive; now it's merely given precedence, just like in the
|
|
8744 old days.
|
|
8745
|
|
8746 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8747
|
|
8748 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
8749 finding; it used to default too early.
|
|
8750
|
|
8751 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
8752
|
|
8753 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
8754 for paths that weren't split.
|
|
8755
|
|
8756 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
8757
|
|
8758 * finder.el (finder-compile-keywords): trap on errors.
|
|
8759
|
|
8760 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8761
|
|
8762 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
8763 fourth argument of t so that only the specs exactly
|
|
8764 matching the tag lists are removed.
|
|
8765
|
|
8766 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
8767
|
|
8768 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
8769
|
|
8770 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
8771
|
|
8772 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
8773 specified, use it for generating the completions.
|
|
8774
|
|
8775 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8776
|
|
8777 * update-elc.el: Now respects inhibit-package-init and
|
|
8778 inhibit-site-lisp.
|
|
8779 Now does path construction with loadup-paths.
|
|
8780
|
|
8781 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
8782 inhibit-package-init and inhibit-site-lisp.
|
|
8783
|
|
8784 * packages.el (packages-find-package-path): Extended package path
|
|
8785 by version-specific hierarchies.
|
|
8786 (packages-find-packages): Now respects inhibit flag and
|
|
8787 inhibit-site-lisp.
|
|
8788 Moved path setup to loadup-paths.
|
|
8789
|
|
8790 * make-docfile.el: Now respects inhibit-package-init and
|
|
8791 inhibit-site-lisp.
|
|
8792 Now does path construction with loadup-paths.
|
|
8793
|
|
8794 * loadup.el: Now respects inhibit-package-init and
|
|
8795 inhibit-site-lisp.
|
|
8796
|
|
8797 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
8798
|
|
8799 * loadup-paths.el: New file: setup load-path to encompass
|
|
8800 packages.
|
|
8801
|
|
8802 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8803
|
|
8804 * auto-show.el: load-gc renamed to pureload.
|
|
8805 * site-load.el: Ditto.
|
|
8806 * packages.el (toplevel): Ditto.
|
|
8807 * loadup.el (really-early-error-handler): Ditto.
|
|
8808 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
8809 * cus-face.el (custom-declare-face): Ditto.
|
|
8810
|
|
8811 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8812
|
|
8813 * <Today>: The Big Path Searching Overhaul.
|
|
8814
|
|
8815 * find-paths.el: New file: find and assemble paths in the
|
|
8816 installation hierarchy.
|
|
8817
|
|
8818 * setup-paths.el: New file: global layout of paths and directories
|
|
8819 within the XEmacs hierarchy.
|
|
8820
|
|
8821 * packages.el: Replaced everything related to path searching and
|
|
8822 startup by code in terms of find-paths.
|
|
8823
|
|
8824 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
8825 the new path searching engine.
|
|
8826
|
|
8827 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
8828 and setup-paths.
|
|
8829
|
|
8830 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8831
|
|
8832 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
8833 setup-paths.el.
|
|
8834
|
|
8835 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8836
|
|
8837 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
8838 compiles identically in any configuration.
|
|
8839 Removed irrelevant commentary.
|
|
8840
|
|
8841 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8842
|
|
8843 * simple.el (set-variable): Allow setting specifiers.
|
|
8844
|
|
8845 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
8846
|
|
8847 * lisp.el (forward-sexp): Revert previous change.
|
|
8848
|
|
8849 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
8850
|
|
8851 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
8852 `delete-device' to delete the stream console to match the usage in
|
|
8853 Fkill_emacs.
|
|
8854
|
|
8855 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
8856
|
|
8857 * files.el (cdpath-previous): New variable.
|
|
8858 (cd): Use it.
|
|
8859 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
8860
|
|
8861 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8862
|
|
8863 * keydefs.el: Changed keybindings of forward-char,
|
|
8864 backward, scroll-up and scroll-down to point to their
|
|
8865 -command counterparts.
|
|
8866
|
|
8867 * simple.el: New functions: forwarc-char-command,
|
|
8868 backwrad-char-command, scroll-up-command,
|
|
8869 scroll-down-command which work liek their counterparts
|
|
8870 except that they honor the variable
|
|
8871 signal-error-on-buffer-boundary.
|
|
8872
|
|
8873 Definition of signal-error-on-buffer-boundary received
|
|
8874 from src/cmds.c.
|
|
8875
|
|
8876 defvar declaration added for word-across-newline to avoid
|
|
8877 byte-compiler warning about the free variable reference.
|
|
8878
|
|
8879 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8880
|
|
8881 * winnt.el: Removed "%t" from the beginning of
|
|
8882 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
8883
|
|
8884 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
8885
|
|
8886 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
8887 of `when' with `if'.
|
|
8888
|
|
8889 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8890
|
|
8891 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
8892 mswindows. Must be reworked along with glyphs.el, or
|
|
8893 merged into it, after there is images support.
|
|
8894
|
|
8895 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
8896 'mswindows.
|
|
8897
|
|
8898 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
8899
|
|
8900 * faces.el: fix for text cursor initialization.
|
|
8901 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
8902 From Andy Piper <andyp@parallax.co.uk>
|
|
8903
|
|
8904 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
8905
|
|
8906 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
8907 if there is an existing package that handles it and warn the user
|
|
8908 about that mode.
|
|
8909
|
|
8910 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8911
|
|
8912 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
8913 Installation" menu item when Installation-string is not bound.
|
|
8914
|
|
8915 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
8916
|
|
8917 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
8918 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
8919
|
|
8920 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8921
|
|
8922 * msw-faces.el:
|
|
8923 * faces.el: Fix face initialization.
|
|
8924
|
|
8925 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
8926
|
|
8927 * files.el (backup-enable-predicate): fix breakage introduced
|
|
8928 by TMPDIR patch.
|
|
8929
|
|
8930 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8931
|
|
8932 * x-faces.el (x-init-face-from-resources): The
|
|
8933 TTY face property retrieval functions don't return
|
|
8934 specifiers, so use face-property instead.
|
|
8935
|
|
8936 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
8937
|
|
8938 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
8939
|
|
8940 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8941
|
|
8942 * x-menubar.el: Expanded documentation for
|
|
8943 option-save-faces. Changed Options -> Browse Faces
|
|
8944 menu entry to invoke customize-face.
|
|
8945
|
|
8946 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8947
|
|
8948 * faces.el: Most face initialization moved out of
|
|
8949 init-other-random-faces to the top level so that the
|
|
8950 initialization happens before Xemacs is dumped. Much
|
|
8951 of the fascist "face-differs-from-default-p or FROB!"
|
|
8952 code has been retired in favor of letting the user do
|
|
8953 what they want to do. Face initialization code changed
|
|
8954 to use `default' specifier tag so that the settings can
|
|
8955 be overridden later if the user wishes it.
|
|
8956
|
|
8957 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
8958
|
|
8959 * about.el (about-hackers): Update contributors list.
|
|
8960
|
|
8961 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8962
|
|
8963 * specifier.el: Define new specifier tag `default'.
|
|
8964
|
|
8965 * modeline.el: Initialize faces using `default' tag.
|
|
8966
|
|
8967 * x-faces.el (x-init-face-from-resources): Remove
|
|
8968 specifier specs containing the `default' tag before
|
|
8969 adding new specs.
|
|
8970
|
|
8971 1998-03-02 John Jones <jj@asu.edu>
|
|
8972
|
|
8973 * package-get.el (package-get-all): fixed arguments on call to
|
|
8974 package-admin-add-single-file-package.
|
|
8975 * package-get.el (package-get-installedp): fixed to match
|
|
8976 advertised behavior.
|
|
8977 * package-get.el: added function package-get-update-all which
|
|
8978 installs newest versions of all the current packages (if they are
|
|
8979 not already installed).
|
|
8980
|
|
8981 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
8982
|
|
8983 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
8984 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
8985 still nil, as happens for example when finding a compressed
|
|
8986 file with "jka-compr".
|
|
8987
|
|
8988 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8989
|
|
8990 * faces.el: in make-face-* type functions do the operation for all
|
|
8991 window systems, not just the first one found.
|
|
8992
|
|
8993 * font.el: call mswindows-list-fonts for mswindows.
|
|
8994
|
|
8995 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
8996
|
|
8997 * code-process.el (call-process-region):
|
|
8998 * process.el (call-process-region):
|
|
8999 * package-get.el (package-get-dir):
|
|
9000 * files.el (backup-enable-predicate):
|
|
9001 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
9002 Use temp-directory in place of `/tmp'.
|
|
9003
|
|
9004 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
9005
|
|
9006 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
9007
|
|
9008 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
9009 Emacs.
|
|
9010
|
|
9011 * files.el (insert-directory): Modified to use special
|
|
9012 dired-in-C enhancements if present.
|
|
9013
|
|
9014 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9015
|
|
9016 * code-files.el: make default coding no-conversion.
|
|
9017
|
|
9018 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
9019
|
|
9020 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
9021 the load-path.
|
|
9022
|
|
9023 * update-elc.el: Strip directory when testing for files not to
|
|
9024 bytecompile.
|
|
9025
|
|
9026 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9027
|
|
9028 * lisp-mode.el: Use recommended form for menus.
|
|
9029
|
|
9030 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
9031
|
|
9032 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
9033 entry.
|
|
9034
|
|
9035 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9036
|
|
9037 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
9038 (get-frame-for-buffer-noselect): Always return frames
|
|
9039 in the not-this-window-p cond clause.
|
|
9040
|
|
9041 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
9042
|
|
9043 * help.el (describe-installation): New function.
|
|
9044
|
|
9045 * x-menubar.el (default-menubar): Add describe-installation to
|
|
9046 Help menu.
|
|
9047
|
|
9048 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
9049 should not be bytecompiled.
|
|
9050
|
|
9051 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
9052 XEmacs.
|
|
9053
|
|
9054 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
9055 entry.
|
|
9056
|
|
9057 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
9058 coding.
|
|
9059 From Andy Piper <andyp@parallax.co.uk>
|
|
9060
|
|
9061 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9062
|
|
9063 * ldap.el: Do not require ldap-internal at compile time.
|
|
9064
|
|
9065 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9066
|
|
9067 * code-files.el: new file. a virtual copy of mule-files.el
|
|
9068 but without charset
|
|
9069 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
9070 changing the eol type for the current buffer.
|
|
9071
|
|
9072 * code-process.el: new file. a copy of
|
|
9073 mule-process.el. mule-process.el will disappear when things have
|
|
9074 settled.
|
|
9075
|
|
9076 * coding.el: new file. a virtual copy of mule-files.el but
|
|
9077 without charset dependencies. (coding-system-base) new function
|
|
9078 for getting the parent coding system of a coding system with eol
|
|
9079 type set.
|
|
9080
|
|
9081 * dumped-lisp.el: add above files for the non-mule case.
|
|
9082
|
|
9083 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9084
|
|
9085 * window-xemacs.el (display-buffer): If no explicit
|
|
9086 frame is specified, search for a window that displays
|
|
9087 the buffer on the currently selected frame, before
|
|
9088 searching other frames.
|
|
9089
|
|
9090 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9091
|
|
9092 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
9093 is non-nil, use window on the selected frame if it is not
|
|
9094 also the selected window. When defaulting, search for
|
|
9095 windows on the currently selected fgrame before searching
|
|
9096 other frames.
|
|
9097
|
442
|
9098 1998-02-25 Didier Verna <didier@xemacs.org>
|
428
|
9099
|
|
9100 * modeline.el (modeline-swap-buffers): originally named
|
|
9101 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
9102 decided in `mouse-drag-modeline'.
|
|
9103 (mouse-drag-modeline): A button release event is considered a
|
|
9104 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
9105 stay unchanged.
|
|
9106
|
|
9107 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
9108
|
|
9109 * x-menubar.el: Put redo on the menubar.
|
|
9110 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9111
|
|
9112 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9113
|
|
9114 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
9115 temp-buffer-show-function is set, use it to display current set of
|
|
9116 warnings in the "*Compile-Log-Show*" buffer.
|
|
9117
|
|
9118 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
9119 is set, use it to display current set of warnings in the
|
|
9120 "*Warnings-Show*" buffer.
|
|
9121
|
|
9122 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9123
|
|
9124 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
9125 Common Lisp.
|
|
9126
|
|
9127 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9128
|
|
9129 * menubar.el: Allow button descriptors at least 2 long.
|
|
9130
|
|
9131 * x-menubar.el (default-menubar): Use recommended forms.
|
|
9132 (file-menu-filter): Remove.
|
|
9133 (edit-menu-filter): Remove.
|
|
9134
|
|
9135 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9136
|
|
9137 * about.el (about-hackers): Updated.
|
|
9138
|
|
9139 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9140
|
|
9141 * help.el (help-max-help-buffers): new variable
|
|
9142 (help-register-and-maybe-prune-excess): new function
|
|
9143 (help-buffer-name): use help-max-help-buffers.
|
|
9144 (with-displaying-help-buffer): use
|
|
9145 help-register-and-maybe-prune-excess.
|
|
9146
|
|
9147 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
9148 one line, let it.
|
|
9149
|
|
9150 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
9151
|
|
9152 * (with-displaying-help-buffer): there is no need to kill the buffer
|
442
|
9153 if it exists, because with-output-to-temp-buffer will clear it.
|
428
|
9154 further, killing the buffer violates the rule that
|
|
9155 temp-buffer-show-function, if set, has the full responsibility of
|
|
9156 showing the temp buffer. killing the buffer fucks with the window
|
|
9157 configuration, hosing temp-buffer-show-function.
|
|
9158
|
|
9159
|
442
|
9160 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9161
|
|
9162 * modeline.el (mouse-drag-modeline):
|
|
9163 - Always scroll the modeline that was originally clicked on.
|
|
9164 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
9165 as horizontal reference for modeline dragging. This allows us to
|
|
9166 keep on dragging the modeline even if the motion event occurs in
|
|
9167 another window.
|
|
9168
|
442
|
9169 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9170
|
|
9171 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
9172 glyph on the modeline to indicate that dragging the mouse has an
|
|
9173 effect both horizontally and vertically.
|
|
9174
|
|
9175 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9176
|
|
9177 * about.el (about-xemacs): Get rid of redundant visible version
|
|
9178 number.
|
|
9179
|
|
9180 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
9181
|
|
9182 * about.el (about-hackers): Update credits.
|
|
9183
|
|
9184 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9185
|
|
9186 * prim/register.el (view-register): Show register type file-query.
|
|
9187
|
|
9188 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9189
|
|
9190 * mode-motion.el (mode-motion-highlight-internal):
|
|
9191 save-excursion inside save-window-exucrsion form to
|
|
9192 hide buffer point changes from save-window-excursion.
|
|
9193 Prevents display flickering when the mouse pointer
|
|
9194 moves.
|
|
9195
|
442
|
9196 1998-02-17 Didier Verna <didier@xemacs.org>
|
428
|
9197
|
|
9198 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
9199 function to handle correctly the case of a toolbar one side of the
|
|
9200 window: scrolling will not necessarily happen.
|
|
9201
|
|
9202 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9203
|
|
9204 * files.el (after-find-file): Restore missing argument
|
|
9205 to format that provides filename for "... consider M-x
|
|
9206 recover-file" message. Also call `message' with "%s"
|
|
9207 as the first arg instead of an arbitrary string.
|
|
9208
|
|
9209 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
9210
|
|
9211 * about.el (about-hackers): Various additions.
|
|
9212
|
|
9213 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
9214
|
|
9215 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
9216 line out when copying on-the-same line autoloads.
|
|
9217
|
|
9218 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
9219 is installed.
|
|
9220
|
|
9221 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
9222
|
|
9223 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
9224 * x11/x-win-sun.el (x-win-init-sun):
|
|
9225 * x11/x-init.el (x-initialize-compose):
|
|
9226 * prim/simple.el:
|
|
9227 (backward-or-forward-kill-sexp):
|
|
9228 (backward-or-forward-kill-sentence):
|
|
9229 (backward-or-forward-kill-word):
|
|
9230 (backward-or-forward-delete-char):
|
|
9231 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
9232 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
9233 x-keysym-on-keyboard-p to detect backspace.
|
|
9234 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
9235 Clean up symbols used with dead keys, checking Linux and solaris
|
|
9236 keysyms.
|
|
9237 Simplify x-win-*.el using above methods.
|
|
9238 Change documentation for x-keysym-*-p functions.
|
|
9239
|
|
9240 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
9241
|
|
9242 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
9243 Vinnie Shelton.
|
|
9244 From Vinnie Shelton <acs@acm.org>
|
|
9245
|
|
9246 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9247
|
|
9248 * simple.el (count-words-region): Ditto.
|
|
9249
|
|
9250 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9251
|
|
9252 * simple.el (count-words-buffer): Document. Don't print anything
|
|
9253 if non-interactive.
|
|
9254
|
|
9255 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
9256
|
|
9257 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
9258 multiple files in InfoDock.
|
|
9259
|
|
9260 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
9261
|
|
9262 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
9263 from version.el in InfoDock.
|
|
9264
|
|
9265 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
9266 specially.
|
|
9267
|
|
9268 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9269
|
|
9270 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
9271 variable name in docstring.
|
|
9272
|
|
9273 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
9274
|
|
9275 * menubar.h: Include "gui.h".
|
|
9276
|
|
9277 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
9278
|
|
9279 * site-load.el: Fix documentation.
|
|
9280
|
|
9281 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9282
|
|
9283 * package-get-base.el (package-get-base): Updated.
|
|
9284
|
|
9285 * keymap.el: PC-ize.
|
|
9286
|
|
9287 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9288
|
|
9289 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
9290 from' on a fresh line.
|
|
9291
|
|
9292 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
9293
|
|
9294 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
9295 object.
|
|
9296
|
|
9297 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9298
|
|
9299 * undo-stack.el: PC-ize.
|
|
9300
|
|
9301 * cmdloop.el: PC-ize.
|
|
9302
|
|
9303 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
9304
|
|
9305 * bytecomp-runtime.el: PC-ize.
|
|
9306
|
|
9307 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
9308
|
|
9309 * cus-dep.el: Spelling fix.
|
|
9310
|
|
9311 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
9312 entries follow).
|
|
9313
|
|
9314 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9315
|
|
9316 * text-mode.el (text-mode-hook-identify): New function,
|
|
9317 put on text-mode-hook. Set text-mode-variant here.
|
|
9318 (text-mode): Don't set it here.
|
|
9319
|
|
9320 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9321
|
|
9322 * text-mode.el (text-mode-hook): New defvar.
|
|
9323 (text-mode-variant): New variable.
|
|
9324 (text-mode): Set that variable locally.
|
|
9325 (toggle-text-mode-auto-fill): New command.
|
|
9326
|
|
9327 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9328
|
|
9329 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
9330
|
|
9331 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9332
|
|
9333 * text-mode.el (paragraph-indent-text-mode):
|
|
9334 Renamed from spaced-text-mode.
|
|
9335 (text-mode-map): Bind TAB to indent-relative.
|
|
9336 (indented-text-mode-map): Variable deleted.
|
|
9337 (indented-text-mode): Now an alias for text-mode.
|
|
9338
|
|
9339 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
9340
|
|
9341 * loadup.el: test-atoms debugging stuffs removed.
|
|
9342
|
442
|
9343 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
428
|
9344
|
|
9345 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
9346
|
|
9347 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
9348
|
|
9349 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
9350 (describe-distribution): Ditto.
|
|
9351 (describe-copying): Ditto.
|
|
9352 (describe-project): Ditto.
|
|
9353 (view-emacs-news): Ditto.
|
|
9354
|
|
9355 * help-nomule.el (help-with-tutorial): Made it use
|
|
9356 `locate-data-file' to find tutorial.
|
|
9357
|
|
9358 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
9359
|
|
9360 * about.el: Corrected my email address.
|
|
9361
|
|
9362 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
9363 'mouse-offix-drop'.
|
|
9364
|
|
9365 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
9366
|
|
9367 * loadup.el (running-xemacs): Spelling fix.
|
|
9368
|
|
9369 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
9370
|
|
9371 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9372 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9373
|
|
9374 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
9375
|
|
9376 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
9377
|
|
9378 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
9379
|
|
9380 * package-info.el (pi-last-mod-date): New function.
|
|
9381 (pi-author-version): New function.
|
|
9382 (batch-update-package-info): Use them.
|
|
9383
|
|
9384 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
9385
|
|
9386 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
9387 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
9388 with `get-frame-for-buffer-default-to-current'.
|
|
9389
|
|
9390 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
9391
|
|
9392 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
9393 (byte-compile-output-docform): Ditto.
|
|
9394 (byte-compile-compiled-obj-to-list): Ditto.
|
|
9395
|
|
9396 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9397
|
|
9398 * startup.el (command-line-1): Removed code that ran
|
|
9399 buffer-menu.
|
|
9400
|
|
9401 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
9402
|
|
9403 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
9404
|
|
9405 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9406
|
|
9407 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
9408 `device-on-window-system-p' instead of explicitly checking for X,
|
|
9409 so that the same logic works for MS Windows.
|
|
9410 (suspend-or-iconify-emacs): Ditto.
|
|
9411
|
|
9412 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9413
|
|
9414 * about.el (about-maintainer-info): Andy Piper is back.
|
|
9415 (xemacs-hackers): Updated Andy Piper's email address.
|
|
9416 (about-hackers): Added Jonathan Harris.
|
|
9417 (about-hackers): Updated Tibor Polgar's email address.
|
|
9418
|
|
9419 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9420
|
|
9421 * about.el: Add xemacs.org email manager.
|
|
9422
|
|
9423 * package-get-base.el (package-get-base): Updated with most recent
|
|
9424 package updates.
|
|
9425
|
|
9426 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9427
|
|
9428 * help.el (function-arglist): Use `indirect-function' instead of
|
|
9429 `symbol-function' so that aliases are treated correctly.
|
|
9430
|
|
9431 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9432
|
|
9433 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
9434 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
9435 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
9436 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
9437 (describe-key): Use `princ' "%s" to print object.
|
|
9438 (describe-function-1): Use `princ' "%s" to print object.
|
|
9439 Commented out alias lines removed.
|
|
9440 (help-pretty-print-limit): New variable to control pretty-printing
|
|
9441 of variable values.
|
|
9442 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
9443 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
9444 list of length less than `help-pretty-print-limit'.
|
|
9445 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
9446
|
|
9447 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9448
|
|
9449 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
9450 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
9451
|
|
9452 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9453
|
|
9454 * info.el (Info-default-directory-list): Made the documentation
|
|
9455 more explanitory.
|
|
9456
|
|
9457 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
9458
|
|
9459 * lisp/packages.el:
|
|
9460 * lisp/package-admin.el:
|
|
9461 * lisp/build-report.el:
|
|
9462 Fix typos.
|
|
9463
|
|
9464 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9465
|
|
9466 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
9467 warnings in Java buffers without final newline and editing the
|
|
9468 last line.
|
|
9469
|
|
9470 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
9471
|
|
9472 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9473 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9474 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
9475
|
|
9476 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
9477 From Oliver Graf <ograf@fga.de>
|
|
9478
|
|
9479 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
9480
|
|
9481 * loadup.el (load-gc): rewrite as defun.
|
|
9482 Print something sensical if a required dump-time file isn't found.
|
|
9483
|
|
9484 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
9485
|
|
9486 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
9487 bug strikes a menudescriptor.
|
|
9488
|
|
9489 * package-get-base.el (package-get-base): Updated.
|
|
9490
|
|
9491 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
9492 from the Makefile.
|
|
9493
|
|
9494 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
9495
|
|
9496 * files.el (save-some-buffers): Don't play games with deleting
|
|
9497 other windows if we are in the minibuffer window.
|
|
9498
|
|
9499 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9500
|
|
9501 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
9502 (add-minor-mode): Document :active property to TOGGLE.
|
|
9503
|
|
9504 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9505
|
|
9506 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
9507 `:included' predicate in the `toggle-sym' plist.
|
|
9508 (add-minor-mode): Document the :included property, format
|
|
9509 docstring some more.
|
|
9510 (modeline-minor-mode-menu): Documentation string added.
|
|
9511
|
|
9512 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9513
|
|
9514 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
9515 labels from the symbol-names by thwacking off the overly redundant
|
|
9516 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
9517 resultant strings. Also shortened the menu's title by eliminating
|
|
9518 the redundant buffer name.
|
|
9519 (add-minor-mode): Beautified the docstring, added mention of the
|
|
9520 `:menu-tag' property of TOGGLE.
|
|
9521 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
9522 `toggle-sym' to beatify the mode-life menus.
|
|
9523 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
9524 `auto-fill-function'.
|
|
9525
|
442
|
9526 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9527
|
|
9528 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
9529 menus to :style 'toggle.
|
|
9530
|
|
9531 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
9532
|
|
9533 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
9534
|
|
9535 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9536
|
|
9537 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
9538 only recognize first hyperlink.
|
|
9539 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
9540 `hyper-apropos-insert-face'.
|
|
9541 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
9542
|
|
9543 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9544
|
|
9545 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
9546 mail.
|
|
9547 (toolbar-mail-reader): Add support for `send'.
|
|
9548 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
9549
|
442
|
9550 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9551
|
|
9552 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
9553 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
9554 will function properly.
|
|
9555
|
|
9556 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
9557
|
|
9558 * simple.el: make the backwards delete function called by
|
|
9559 `backward-or-forward-delete-char' user configurable.
|
|
9560
|
|
9561 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9562
|
|
9563 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
9564 compiled function got loaded from.
|
|
9565
|
|
9566 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9567
|
|
9568 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
9569
|
|
9570 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
9571
|
|
9572 * startup.el (load-init-file): Load autoloads earlier.
|
|
9573 (startup-splash-frame): Handle InfoDock logo.
|
|
9574
|
|
9575 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
9576 InfoDock.
|
|
9577 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
9578
|
|
9579 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
9580 doesn't have this function.
|
|
9581
|
|
9582 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
9583
|
|
9584 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
9585
|
|
9586 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
9587 version of version.el.
|
|
9588 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
9589
|
|
9590 * x-menubar.el (default-menubar): Guard reference to
|
|
9591 `gnuserv-frame'.
|
|
9592 (default-menubar): Guard references to `font-lock-mode'.
|
|
9593 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
9594 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
9595
|
|
9596 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
9597
|
|
9598 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
9599 loading auto-autoloads files.
|
|
9600
|
|
9601 * loaddefs.el: Disable dumping autoloads.
|
|
9602
|
|
9603 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
9604
|
|
9605 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
9606
|
|
9607 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
9608
|
|
9609 * finder.el (finder-by-keyword): Autoload.
|
|
9610
|
|
9611 * help.el: Conditionalize hyperbole setup.
|
|
9612
|
|
9613 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9614
|
|
9615 * packages.el (package-require): Update to reflect new data format.
|
|
9616
|
442
|
9617 1998-01-02 Didier Verna <didier@xemacs.org>
|
428
|
9618
|
|
9619 * x-menubar.el (default-menubar): make the tutorials available
|
|
9620 through the menubar. (Plus some compilation warnings cleanup).
|
|
9621
|
|
9622 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9623
|
|
9624 * check-features.el: New file. Perform sanity check after build.
|
|
9625
|
|
9626 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
9627 files to tooltalk package.
|
|
9628 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
9629 package.
|
|
9630
|
|
9631 * package-admin.el (package-admin-xemacs): Use better default for
|
|
9632 location of XEmacs binary.
|
|
9633
|
|
9634 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9635
|
|
9636 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
9637 tag with sexp and add value tag with value `t'.
|
|
9638
|
|
9639 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
9640
|
|
9641 * package-get.el: Changes to work with real data.
|
|
9642 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9643
|
|
9644 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
9645 being.
|
|
9646
|
|
9647 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
9648 of possibly out-of-date packges.elc.
|
|
9649 * make-docfile.el ("packages.el"): Ditto.
|
|
9650
|
|
9651 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
9652
|
|
9653 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
9654 the main tarball shadowing anything past it.
|
|
9655
|
|
9656 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
9657
|
|
9658 * packages.el (package-provide): Delete a previous provide.
|
|
9659
|
|
9660 * package-info.el: New file.
|
|
9661
|
|
9662 * package-get.el: New file.
|
|
9663 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9664 (package-get): Fix md5 computation to work with Mule.
|
|
9665
|
|
9666 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9667
|
|
9668 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
9669
|
|
9670 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
9671
|
|
9672 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
9673
|
|
9674 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
9675 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9676
|
|
9677 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
9678
|
|
9679 * startup.el (load-init-file): Reload new or changed autoloads
|
|
9680 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
9681
|
|
9682 * packages.el (packages-new-autoloads): New function.
|
|
9683 (packages-reload-autoloads): New function.
|
|
9684 (packages-reload-dumped-lisp): New (stub) function.
|
|
9685
|
|
9686 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
9687
|
|
9688 * loadhist.el (file-provides): Extend to handle variant
|
|
9689 extensions.
|
|
9690
|
|
9691 * replace.el (query-replace): Fix typo.
|
|
9692
|
|
9693 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9694
|
|
9695 * make-docfile.el: list-autoloads-path has been renamed.
|
|
9696 * update-elc.el: list-autoloads has been renamed.
|
|
9697
|
|
9698 * packages.el (packages-list-autoloads): Renamed.
|
|
9699 (packages-list-autoloads-path): Ditto.
|
|
9700
|
|
9701 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
9702
|
|
9703 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
9704 for an error in an auto-autoload.el file.
|
|
9705
|
|
9706 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9707
|
|
9708 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
9709 tag with const.
|
|
9710 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9711
|
|
9712 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
9713
|
|
9714 * loadhist.el (unload-feature): Remove autoload.
|
|
9715
|
|
9716 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
9717
|
|
9718 * loadhist.el: Unpackaged.
|
|
9719
|
|
9720 * help.el (describe-symbol-find-file): Rename
|
|
9721 `describe-function-find-file' and make old name obsolete.
|
|
9722 (describe-function-1): Use it.
|
|
9723 (describe-function-1): Guard reference to
|
|
9724 `compiled-function-annotation'.
|
|
9725
|
|
9726 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9727
|
|
9728 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
9729 argument.
|
|
9730 (help-mode-quit): New optional arg to control whether it kills or
|
|
9731 buries. Tidied up.
|
|
9732 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
9733 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
9734 (help-pretty-print-value): Rename back from
|
|
9735 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
9736 use it, otherwise use dumped `cl-prettyprint'.
|
|
9737 (describe-variable): Use `help-pretty-print-value' again.
|
|
9738 (find-func): Removed reference to "find-func" at end.
|
|
9739
|
|
9740 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9741
|
|
9742 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
9743 GUI XEmacs. Rename? x-menubar is rather window system
|
|
9744 independant, except for a couple of items.
|
|
9745
|
|
9746 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
9747
|
|
9748 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
9749 entries as they will no longer be distributed with XEmacs.
|
|
9750
|
|
9751 * format.el (format-alist): Fix image/tiff regexps.
|
|
9752 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9753
|
|
9754 * help.el (help-maybe-pretty-print-value): Rename.
|
|
9755 (describe-variable): Use it.
|
|
9756 (describe-variable): Add trailing linefeed.
|
|
9757
|
|
9758 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9759
|
|
9760 * help.el (describe-function-1): Don't output anything for
|
|
9761 arglist of autoload functions.
|
|
9762
|
|
9763 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9764
|
|
9765 * help.el (describe-function-1): Don't output anything for
|
|
9766 arglist of autoload functions.
|
|
9767
|
|
9768 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9769
|
|
9770 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
9771 `describe-function-at-point', `describe-variable-at-point',
|
|
9772 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
9773 `help-prev-section'.
|
|
9774 (help-next-section): New function.
|
|
9775 (help-prev-section): New function.
|
|
9776 (help-mode-quit): Changed to kill the help buffer.
|
|
9777 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
9778 correctly.
|
|
9779 (help-buffer-name): New function to generate the name of help
|
|
9780 buffers.
|
|
9781 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
9782 argument giving the name of the help buffer.
|
|
9783 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
9784 (describe-mode): Ditto.
|
|
9785 (describe-bindings): Ditto.
|
|
9786 (describe-prefix-bindings): Ditto.
|
|
9787 (view-lossage): Ditto.
|
|
9788 (with-syntax-table): New macro.
|
|
9789 (function-called-at-point): Use `ignore-errors' and
|
|
9790 `with-syntax-table'.
|
|
9791 (function-at-point): Ditto.
|
|
9792 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
9793 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
9794 function's arglist as string.
|
|
9795 (function-documentation): Extracted from `describe-function-1'.
|
|
9796 Returns function's docstring.
|
|
9797 (describe-function-1): Remove all the "stream" garbage, including
|
|
9798 the stream argument. Use `function-arglist' and
|
|
9799 `function-documentation'.
|
|
9800 (describe-function-arglist): Just use `function-arglist'.
|
|
9801 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
9802 (help-pretty-print-value): New function to help with
|
|
9803 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
9804 `pp-internal'.
|
|
9805 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
9806 Formatting improved. Display file where variable is defined, if
|
|
9807 known. Use `help-pretty-print-value'.
|
|
9808 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
9809 (list-processes): Remove "stream" garbage.
|
|
9810
|
|
9811 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
9812
|
|
9813 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
9814 call a dumped routine instead.
|
|
9815
|
|
9816 * x-win-xfree86.el: Wrap file in defun.
|
|
9817 * x-win-sun.el: Ditto.
|
|
9818
|
|
9819 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
9820
|
|
9821 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
9822 advises functions and does other evil things.
|
|
9823
|
|
9824 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
9825
|
|
9826 * format.el (format-alist): Add `image/tiff'.
|
|
9827 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9828
|
|
9829 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
9830
|
|
9831 * about.el (about-hackers): More names added.
|
|
9832
|
|
9833 * make-docfile.el: Remove superfluous package path search.
|
|
9834
|
|
9835 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
9836
|
|
9837 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
9838
|
|
9839 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
9840 ignored shadows.
|
|
9841
|
|
9842 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
9843
|
|
9844 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
9845 get trailing slashes when added to the load-path.
|
|
9846
|
|
9847 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
9848 are.
|
|
9849
|
|
9850 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9851
|
|
9852 * x-faces.el: Added support for foregroundToolBarColor
|
|
9853 to xpm-color-symbols.
|
|
9854
|
|
9855 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9856
|
|
9857 * etags.el (tags-remove-duplicates): Removed.
|
|
9858 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
9859
|
|
9860 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
9861 correctly.
|
|
9862 (get*): Defalias to `get'.
|
|
9863
|
|
9864 * cl.el (eql): Compare integers with `eq'.
|
|
9865 (cl-map-extents): Check for `map-extents' first.
|
|
9866
|
442
|
9867 1997-12-17 Didier Verna <didier@xemacs.org>
|
428
|
9868
|
|
9869 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
9870 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
9871
|
|
9872 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
9873
|
|
9874 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9875
|
|
9876 * widget.el (define-widget): Check the arguments.
|
|
9877
|
|
9878 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
9879 (custom-variable-value-create): Use `signal' to signal error.
|
|
9880 (custom-variable-reset-saved): Ditto.
|
|
9881 (custom-variable-reset-standard): Ditto.
|
|
9882 (custom-face-reset-saved): Ditto.
|
|
9883
|
|
9884 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
9885 (widget-default-format-handler): Ditto.
|
|
9886 (widget-checklist-add-item): Ditto.
|
|
9887 (widget-radio-add-item): Ditto.
|
|
9888 (widget-editable-list-entry-create): Ditto.
|
|
9889 (widget-sexp-prompt-value): Ditto.
|
|
9890
|
|
9891 * custom.el (custom-declare-variable): Signal errors better.
|
|
9892 (custom-handle-keyword): Ditto.
|
|
9893 (custom-declare-group): Ditto.
|
|
9894
|
|
9895 * window-xemacs.el (windows): Ditto.
|
|
9896
|
|
9897 * menubar.el (menu): Ditto.
|
|
9898
|
|
9899 * keydefs.el (keyboard): Ditto.
|
|
9900
|
|
9901 * minibuf.el (minibuffer): Ditto.
|
|
9902
|
|
9903 * process.el (execute): Ditto.
|
|
9904
|
|
9905 * fill.el (fill): Ditto.
|
|
9906
|
|
9907 * modeline.el (modeline): Ditto.
|
|
9908
|
|
9909 * help.el (help): Ditto.
|
|
9910
|
|
9911 * faces.el (faces): Ditto.
|
|
9912
|
|
9913 * files.el (files): Ditto.
|
|
9914
|
|
9915 * x-init.el (x): Ditto.
|
|
9916
|
|
9917 * lisp-mode.el (lisp): Ditto.
|
|
9918
|
|
9919 * process.el (processes): Ditto.
|
|
9920
|
|
9921 * mouse.el (mouse): Ditto.
|
|
9922
|
|
9923 * abbrev.el (abbrev): Moved from cus-edit.
|
|
9924
|
|
9925 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
9926 as variable declaration.
|
|
9927
|
|
9928 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9929
|
|
9930 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
9931 (find-menu-item): Cosmetic changes.
|
|
9932
|
|
9933 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
9934
|
|
9935 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
9936
|
|
9937 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
9938
|
|
9939 * startup.el (set-default-load-path): Only search package-path
|
|
9940 when not running temacs.
|
|
9941
|
|
9942 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
9943 files.
|
|
9944
|
|
9945 * loadup.el: Correct commentary. Reformatting.
|
|
9946 (really-early-error-handler): Use absolute path to the
|
|
9947 first dumped-lisp.el file.
|
|
9948 (really-early-error-handler): Print full path name of
|
|
9949 each dumped lisp file (inherited from InfoDock).
|
|
9950
|
|
9951 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
9952 dumped-lisp.el files.
|
|
9953
|
|
9954 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
9955 package-path is searched.
|
|
9956 * update-elc.el: Ditto.
|
|
9957
|
|
9958 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
9959 `condition-case' for indentation.
|
|
9960
|
|
9961 * about.el (about-xemacs): Update release date.
|
|
9962
|
|
9963 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9964
|
|
9965 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
9966 anywhere but at the last clause.
|
|
9967 (ecase): Disallow `t' and `otherwise'.
|
|
9968
|
|
9969 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9970
|
|
9971 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
9972 from stuff moved out of `custom-buffer-create-internal'.
|
|
9973 (custom-novice): New variable. Default t.
|
|
9974 (custom-display-global-buttons): Ditto. Default `top'.
|
|
9975 (custom-buffer-create-internal): Only display help if
|
|
9976 `custom-novice' is non-nil. Display global buttons according to
|
|
9977 `custom-display-global-buttons'.
|
|
9978
|
|
9979 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9980
|
|
9981 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
9982 (find-menu-item): Cosmetic changes.
|
|
9983
|
|
9984 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9985
|
|
9986 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
9987 look.
|
|
9988
|
|
9989 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9990
|
|
9991 * format.el (format-deannotate-region): Bug fix.
|
|
9992 Deannotating a region containing unknown tags would fail
|
|
9993 (causing decoding of text/enriched to fail at user level)
|
|
9994
|
|
9995 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9996
|
|
9997 * minibuf.el (read-directory-name): Support sixth
|
|
9998 arg, HISTORY, as already documented.
|
|
9999
|
|
10000 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10001
|
|
10002 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
10003 to `ecase'.
|
|
10004
|
|
10005 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
10006
|
|
10007 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
10008 skk-activate.
|
|
10009
|
|
10010 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
10011
|
|
10012 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|