464
|
1 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
2
|
|
3 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
4 we get them working.
|
|
5
|
|
6 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
7
|
|
8 * help.el:
|
|
9 * help.el (Help-princ-face):
|
|
10 * help.el (Help-prin1-face):
|
|
11 * help.el (frob-help-extents):
|
|
12 * help.el (describe-function-1):
|
|
13 * help.el (describe-variable):
|
|
14 Avoid using font-lock faces, which may not be defined.
|
|
15 Instead, use hyper-apropos faces, and make sure they're
|
|
16 defined as necessary by using `require'. (It's not so safe
|
|
17 to do this for font-lock.) In any case, we will eventually
|
|
18 be merging this functionality into hyper-apropos.
|
|
19
|
|
20 * loaddefs.el (completion-ignored-extensions):
|
|
21 Fix documentation.
|
|
22
|
|
23 * menubar-items.el (menu-truncate-list): Removed.
|
|
24 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
25 * menubar-items.el (default-menubar):
|
|
26 Fix errors if grep or compile command is too long. Rename helper
|
|
27 function to be less visible.
|
|
28
|
|
29 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
30
|
|
31 * byte-optimize.el (byte-optimize-minus):
|
|
32 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
33
|
|
34 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
35
|
|
36 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
37 Mule is available.
|
|
38
|
|
39 * mule/latin.el: New file.
|
|
40
|
|
41 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
42
|
|
43 * auto-save.el:
|
|
44 * auto-save.el (auto-save-directory):
|
|
45 * auto-save.el (make-auto-save-file-name):
|
|
46 * auto-save.el (auto-save-file-name-p): New.
|
|
47
|
|
48 Merge in improvements from other definition of
|
|
49 make-auto-save-file-name in files.el.
|
|
50
|
|
51 * auto-save.el (auto-save-original-name):
|
|
52 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
53 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
54 * auto-save.el (auto-save-slashify-name): Removed.
|
|
55 * auto-save.el (auto-save-reserved-chars): New.
|
|
56 * auto-save.el (auto-save-escape-name): New.
|
|
57 * auto-save.el (auto-save-unhex): New.
|
|
58 * auto-save.el (auto-save-unescape-name): New.
|
|
59
|
|
60 Change algorithm for encoding filenames in auto-save names to be
|
|
61 entirely safe with all filesystems and all possible characters in
|
|
62 a filename, and 100% reversible. (Essentially, uses
|
|
63 quoted-printable as the encoding.)
|
|
64
|
|
65 * auto-save.el (recover-all-files):
|
|
66
|
|
67 Use insert-directory rather than calling ls directly -- fixes
|
|
68 things under Windows.
|
|
69
|
|
70 * files.el:
|
|
71 * files.el (convert-standard-filename): Substitute FSF's
|
|
72 definition for this (we had nothing here before).
|
|
73
|
|
74 * files.el (backup-buffer): Warning fix.
|
|
75
|
|
76 * files.el (make-backup-file-name):
|
|
77 * files.el (find-backup-file-name):
|
|
78 Fix error in calling sequence to auto-save-file-name-p.
|
|
79
|
|
80 * files.el (recover-file):
|
|
81 Use insert-directory rather than calling ls directly -- fixes
|
|
82 things under Windows.
|
|
83
|
|
84 * files.el (make-auto-save-file-name): Removed.
|
|
85 * files.el (auto-save-file-name-p): Removed.
|
|
86 auto-save is always dumped so no sense in having a definition
|
|
87 that will always be overwritten with another.
|
|
88
|
|
89 * files.el (insert-directory):
|
|
90 * win32-native.el:
|
|
91 * win32-native.el (debug-mswindows-process-command-lines):
|
|
92 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
93 * win32-native.el (make-auto-save-file-name): Removed.
|
|
94
|
|
95
|
462
|
96 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
97
|
|
98 * XEmacs 21.2.46 "Urania" is released.
|
|
99
|
|
100 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
101
|
|
102 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
103 sample.init.el and adjust accelerators.
|
|
104
|
|
105 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
106
|
|
107 * build-report.el (build-report): Improve docstring.
|
|
108
|
|
109 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
110
|
|
111 * ChangeLog: Log GTK merge.
|
|
112
|
|
113 * gutter-items.el:
|
|
114 * mwheel.el:
|
|
115 * sound.el:
|
|
116 * startup.el:
|
|
117 Revert gratuitous whitespace changes.
|
|
118
|
|
119 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
120
|
|
121 * help.el:
|
|
122 * help.el (key-or-menu-binding):
|
|
123 * help.el (Help-find-file): New.
|
|
124 * help.el (describe-beta):
|
|
125 * help.el (describe-copying):
|
|
126 * help.el (describe-project):
|
|
127 * help.el (view-emacs-news):
|
|
128 * help.el (view-sample-init-el): New.
|
|
129 * help.el (Help-princ-face): New.
|
|
130 * help.el (Help-prin1-face): New.
|
|
131 * help.el (help-symbol-function-context-menu):
|
|
132 * help.el (help-symbol-variable-context-menu):
|
|
133 * help.el (help-symbol-function-and-variable-context-menu):
|
|
134 * help.el (frob-help-extents):
|
|
135 * help.el (describe-function-1):
|
|
136 * help.el (describe-variable):
|
|
137
|
|
138 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
139 View files in view-mode rather than Fundamental.
|
|
140 Remove separators from context menus -- now handled in generic code.
|
|
141 Add `Find Tag' to context menu.
|
|
142
|
|
143 * menubar.el (popup-mode-menu):
|
|
144
|
|
145 Rewrite code that outputs the popup menu to (a) put more specific
|
|
146 entries first, (b) be more robust, (c) output the proper context
|
|
147 menu separators automatically (the context menu functionality is
|
|
148 new and currently used only by Help).
|
|
149
|
|
150 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
151
|
|
152 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
153 this function when converting from the 21.1 GTK branch. Now
|
|
154 supports file, password, question, and color built-in dialogs.
|
|
155
|
|
156 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
157
|
|
158 * keydefs.el:
|
|
159 * keydefs.el (global-map):
|
|
160 Add commented-out change of M-k (for 21.5).
|
|
161
|
|
162 * menubar-items.el (default-menubar):
|
|
163 Fix items to control kill-line behavior; add items for
|
|
164 shifted motion.
|
|
165
|
|
166 * simple.el:
|
|
167 * simple.el (kill-whole-line):
|
|
168 * simple.el (historical-kill-line): Removed.
|
|
169 * simple.el (kill-line): Removed.
|
|
170 * simple.el (kill-entire-line): New.
|
|
171 * simple.el (kill-line-1): New.
|
|
172 * simple.el (backward-kill-line):
|
|
173 Undo kill-whole-line == always changes. Add new function
|
|
174 kill-entire-line to unconditionally delete the current line.
|
|
175 Add comments describing the lamentable state of affairs of
|
|
176 the kill-line functions and variables.
|
|
177
|
|
178 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
179
|
|
180 * simple.el:
|
|
181 * simple.el (beginning-of-buffer):
|
|
182 * simple.el (end-of-buffer):
|
|
183 * simple.el (mark-ring-unrecorded-commands):
|
|
184 * simple.el (signal-error-on-buffer-boundary):
|
|
185 * simple.el (shifted-motion-keys-select-region):
|
|
186 * simple.el (unshifted-motion-keys-deselect-region):
|
|
187 * simple.el (motion-keys-for-shifted-motion): New.
|
|
188 * simple.el (handle-pre-motion-command):
|
|
189 * simple.el (handle-post-motion-command):
|
|
190 * simple.el (forward-char-command):
|
|
191 * simple.el (backward-char-command):
|
|
192 * simple.el (scroll-up-command):
|
|
193 * simple.el (scroll-down-command):
|
|
194 * simple.el (next-line):
|
|
195 * simple.el (previous-line):
|
|
196 * simple.el (backward-block-of-lines):
|
|
197 * simple.el (forward-block-of-lines):
|
|
198 * simple.el (backward-word):
|
|
199 * simple.el (mark-word):
|
|
200
|
|
201 Augment documentation of the most common motion commands to make
|
|
202 note of the shifted-motion support. Improve the support to (a)
|
|
203 properly document how it works and why it's done in the fashion it
|
|
204 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
205
|
|
206 Correct error in the customize specification of
|
|
207 mark-ring-unrecorded-commands.
|
|
208
|
|
209 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
210
|
|
211 * font-lock.el:
|
|
212 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
213 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
214 * font-lock.el (font-lock-pre-idle-hook):
|
|
215 * font-lock.el (font-lock-after-change-function):
|
|
216 * font-lock.el (font-lock-fontify-pending-extents):
|
|
217 * font-lock.el (font-lock-lisp-like):
|
|
218
|
|
219 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
220 behavior) when making lots of buffer changes between redisplays,
|
|
221 such as when saving the Options.
|
|
222
|
|
223 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
224
|
|
225 * device.el:
|
|
226 * dragdrop.el:
|
|
227 * dumped-lisp.el:
|
|
228 * faces.el:
|
|
229 * frame.el:
|
|
230 * gnuserv.el:
|
|
231 * loadup.el:
|
|
232 * menubar-items.el:
|
|
233 * minibuf.el:
|
|
234 The Great GTK Merge.
|
|
235
|
|
236 * ChangeLog.GTK:
|
|
237 * dialog-gtk.el:
|
|
238 * gdk.el:
|
|
239 * generic-widgets.el:
|
|
240 * glade.el:
|
|
241 * gnome-widgets.el:
|
|
242 * gnome.el:
|
|
243 * gtk-compose.el:
|
|
244 * gtk-extra.el:
|
|
245 * gtk-faces.el:
|
|
246 * gtk-ffi.el:
|
|
247 * gtk-file-dialog.el:
|
|
248 * gtk-font-menu.el:
|
|
249 * gtk-glyphs.el:
|
|
250 * gtk-init.el:
|
|
251 * gtk-iso8859-1.el:
|
|
252 * gtk-marshal.el:
|
|
253 * gtk-mouse.el:
|
|
254 * gtk-package.el:
|
|
255 * gtk-password-dialog.el:
|
|
256 * gtk-select.el:
|
|
257 * gtk-widget-accessors.el:
|
|
258 * gtk-widgets.el:
|
|
259 * gtk.el:
|
|
260 widgets-gtk.el:
|
|
261 The Great GTK Merge: new files.
|
|
262
|
|
263 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
264
|
|
265 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
266 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
267
|
|
268 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
269
|
|
270 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
271
|
460
|
272 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
273
|
|
274 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
275
|
|
276 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
277
|
|
278 * about.el (xemacs-hackers): update my entry.
|
|
279 * about.el (about-maintainer-info): ditto.
|
|
280 * about.el (about-hackers): ditto.
|
|
281
|
|
282 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
283
|
|
284 * about.el (about-maintainer-info): More vanity info about
|
|
285 yours truly.
|
|
286
|
|
287 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
288
|
|
289 * build-report.el (build-report-destination): xemacs-build-reports
|
|
290 has moved to SourceForge, where mailing list name length is
|
|
291 restricted, hence the name change to
|
|
292 xemacs-buildreports@xemacs.org.
|
|
293 * build-report.el (build-report-keep-regexp): Update default.
|
|
294 * build-report.el (build-report-delete-regexp): Ditto.
|
|
295 * build-report.el (build-report-make-output-files): Ditto.
|
|
296
|
|
297 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
298
|
|
299 * lisp-mode.el: Add indentation specifications for following
|
|
300 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
301 with-open-file, with-open-stream, print-unreadable-object.
|
|
302
|
|
303 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
304
|
|
305 * font-lock.el (font-lock-set-defaults-1):
|
|
306 Move initialization of `font-lock-cache-position' so that it's set
|
|
307 even if font-lock-keywords is already defined.
|
|
308
|
|
309 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
310
|
|
311 * autoload.el (generate-file-autoloads-1):
|
|
312 Use `emacs-lisp-mode-syntax-table' instead of
|
|
313 `lisp-mode-syntax-table'.
|
|
314 * lisp-mode.el (lisp-mode-syntax-table):
|
|
315 Get rid of old checks for `parse-partial-sexp' version.
|
|
316 Make `|' (pipe) string delimiter instead of punctuation.
|
|
317
|
|
318 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
319
|
|
320 * window.el (save-selected-window):
|
|
321 Use gensym for better macro hygiene.
|
|
322
|
|
323 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
324
|
|
325 * dump-paths.el:
|
|
326 * startup.el (startup-setup-paths): Set and use
|
|
327 `mule-lisp-directory'.
|
|
328 (startup-setup-paths-warning): Ditto.
|
|
329
|
|
330 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
331 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
332
|
|
333 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
334
|
|
335 * font-lock.el: Syntax table improvements used. A few random
|
|
336 changes are not specified below.
|
|
337 (font-lock-fontify-string-delimiters):
|
|
338 (font-lock-syntactic-keywords):
|
|
339 (font-lock-cache-state nil):
|
|
340 (font-lock-cache-position):
|
|
341 New variables.
|
|
342 (font-lock-set-syntax):
|
|
343 (font-lock-apply-syntactic-highlight):
|
|
344 (font-lock-fontify-syntactic-anchored-keywords):
|
|
345 (font-lock-fontify-syntactic-keywords-region):
|
|
346 (font-lock-eval-keywords):
|
|
347 New functions.
|
|
348 (font-lock-remove-face):
|
|
349 (font-lock-fontify-syntactically-region):
|
|
350 Use syntax properties.
|
|
351
|
458
|
352 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
353
|
|
354 * XEmacs 21.2.44 "Thalia" is released.
|
|
355
|
|
356 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
357
|
|
358 * startup.el (normal-top-level): Work even if no installation root
|
|
359 is found.
|
|
360
|
|
361 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
362
|
|
363 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
364 (set-progress-abort-instantiator): new function.
|
|
365 (abort-progress-feedback): use it.
|
|
366
|
|
367 * gutter.el (set-gutter-dirty-p): new function.
|
|
368
|
|
369 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
370
|
|
371 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
372
|
|
373 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
374
|
|
375 * sound.el (sound-extension-list): give a better default value.
|
|
376 * sound.el (load-sound-file): improve the doc string, also find
|
|
377 files given by absolute names, pass a real extension list to
|
|
378 `locate-file'.
|
|
379
|
456
|
380 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
381
|
|
382 * XEmacs 21.2.43 "Terspichore" is released.
|
|
383
|
|
384 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
385
|
|
386 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
387 messages from gnuserv.
|
|
388
|
454
|
389 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
390
|
|
391 * XEmacs 21.2.42 "Poseidon" is released.
|
|
392
|
|
393 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
394
|
|
395 * package-get.el (package-get-custom): call
|
|
396 package-net-update-installed-db.
|
|
397
|
|
398 * package-ui.el (pui-install-selected-packages): call
|
|
399 package-net-update-installed-db.
|
|
400
|
|
401 * package-net.el (package-net-update-installed-db): use
|
|
402 packages-package-list so that we reflect reality.
|
|
403
|
|
404 * packages.el (packages-package-list): Make docstring reflect
|
|
405 reality.
|
|
406
|
|
407 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
408
|
|
409 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
410 isn't installed.
|
|
411
|
|
412 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
413
|
|
414 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
415 deactivate native widgets.
|
|
416 (widget-glyph-insert-glyph): record instantiator.
|
|
417 (widget-push-button-value-create): use it.
|
|
418
|
|
419 * gui.el (gui-button-action): new function. Make button's domain
|
|
420 buffer current when calling.
|
|
421 (make-gui-button): update to use gui-button-action.
|
|
422
|
|
423 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
424
|
|
425 * menubar-items.el (default-menubar): add an entry for modeline
|
|
426 horizontal scrolling in Options -> Display.
|
|
427
|
|
428 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
429
|
|
430 * package-get.el (package-get-require-signed-base): Set to nil
|
|
431 by default.
|
|
432
|
452
|
433 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
434
|
|
435 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
436
|
|
437 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
438
|
|
439 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
440 catch lisp/mule/.
|
|
441
|
|
442 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
443
|
|
444 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
445 (maybe-unmigrate-user-init-file):
|
|
446 (unmigrate-user-init-file): Created.
|
|
447 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
448 .emacs.
|
|
449 Some doc fixes wrt init file location.
|
|
450
|
|
451 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
452
|
|
453 * faces.el (face-frob-from-locale-first): new variable.
|
|
454 (frob-face-font-2): Honor tags arg while trying to use
|
|
455 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
456 first try to set face inheriting from frobbed-face.
|
|
457
|
|
458 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
459
|
|
460 * about.el (xemacs-hackers): update my entry.
|
|
461 * about.el (about-url-alist): ditto.
|
|
462 * about.el (about-maintainer-info): ditto.
|
|
463 * about.el (about-hackers): ditto.
|
|
464
|
|
465 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
466
|
|
467 The byte compiler has been badly broken for a year,
|
|
468 by the patch of 1999-12-06.
|
|
469 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
470 Bug was: the byte compiler was making this erroneous optimization:
|
|
471 (progn (or (foo)) (bar)) ==> (bar)
|
|
472
|
|
473 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
474
|
|
475 * setup-paths.el (paths-core-load-path-depth): Split
|
|
476 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
477 recurse into core.
|
|
478 * setup-paths.el (paths-construct-load-path): Use.
|
|
479
|
|
480 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
481
|
|
482 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
483 (package-net-win32-binary-size): ditto. add much needed
|
|
484 commentary.
|
|
485
|
|
486 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
487 for buffers-tab-max-size.
|
|
488
|
450
|
489 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
490
|
|
491 * XEmacs 21.2.40 is released.
|
|
492
|
|
493 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
494
|
|
495 * mule/hebrew.el: Fix comments and typos.
|
|
496 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
497
|
|
498 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
499
|
|
500 * ChangeLog.1: move ancient log from fill.el.
|
|
501
|
|
502 * dump-paths.el:
|
|
503 paragraphs.el:
|
|
504 mule/mule-category.el:
|
|
505 Miscellaneous typo fixes and slight doc clarifications.
|
|
506
|
|
507 * mule/mule-ccl.el: Correct file name in header.
|
|
508
|
448
|
509 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
510
|
|
511 * XEmacs 21.2.39 is released.
|
|
512
|
|
513 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
514
|
|
515 * byte-optimize.el (byte-optimize-cond):
|
|
516 (byte-optimize-cond-1): New.
|
|
517 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
518 Optimizes (cond (x nil)) ==> nil.
|
|
519 Provide better diagnostic on malformed expr like (cond foo).
|
|
520
|
|
521 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
522
|
|
523 * mule/mule-coding.el:
|
|
524 mule/mule-cmds.el (reset-language-environment,
|
|
525 set-language-environment-coding-systems):
|
|
526 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
527
|
|
528 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
529
|
|
530 * package-admin.el: Allow package removal from
|
|
531 early-package-load-path.
|
|
532
|
|
533 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
534
|
|
535 * about.el (about-maintainer-info): Update my entry.
|
|
536
|
|
537 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
538
|
|
539 * packages.el (locate-library): Add support for bzip2
|
|
540 compressed .el files.
|
|
541
|
|
542 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
543
|
|
544 * package-net.el: new file.
|
|
545
|
|
546 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
547
|
|
548 * font-lock.el: Add missing C++ keywords.
|
|
549
|
|
550 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
551
|
|
552 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
553 starting in column 0, as documented in (Info-goto-node
|
|
554 "(xemacs)Comments"). Update docstring accordingly.
|
|
555
|
446
|
556 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
557
|
|
558 * XEmacs 21.2.38 is released.
|
|
559
|
|
560 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
561
|
|
562 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
563 spurious '+' operation detected by Martin.
|
|
564
|
|
565
|
|
566 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
567
|
|
568 * cl-extra.el (coerce):
|
|
569 Implement char to integer coercion.
|
|
570 Remove extraneous (numberp) test.
|
|
571
|
|
572 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
573 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
574 (byte-optimize-predicate):
|
|
575 Warn if evaluating constant expression signals an error.
|
|
576 (byte-optimize-form): Small simplification.
|
|
577
|
|
578 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
579
|
|
580 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
581
|
|
582 * byte-optimize.el:
|
|
583 (byte-optimize-minus):
|
|
584 (byte-optimize-plus):
|
|
585 (byte-optimize-mult):
|
|
586 (byte-optimize-quo):
|
|
587 Use (car (last x)) instead of (last x) to get last elt!
|
|
588 Use `byte-optimize-predicate' to optimize `%'.
|
|
589 Move optimizations for special numeric args to bytecomp.el.
|
|
590 * bytecomp.el (byte-compile-associative): Remove.
|
|
591 (byte-compile-max): New.
|
|
592 (byte-compile-min): New.
|
|
593 Properly handle erroneous calls: (max) (min).
|
|
594 (byte-compile-plus): New.
|
|
595 (byte-compile-minus):
|
|
596 It's easiest to handle 0, +1 and -1 args here.
|
|
597 (byte-compile-mult): New.
|
|
598 It's easiest to handle 1, -1 and 2 args here.
|
|
599 (byte-compile-quo):
|
|
600 It's easiest to handle 0, +1 and -1 args here.
|
|
601 Issue byte-compiler warning when dividing by zero.
|
|
602
|
|
603 Byte-compiler arithmetic improvements.
|
|
604 Better optimize these expressions in the obvious way:
|
|
605 (+ x y 1) --> varref x varref y add add1
|
|
606 (+ x y -1) --> varref x varref y add sub1
|
|
607 (- x y 0) --> (- x y)
|
|
608 (- 0 x y) --> (- (- x) y)
|
|
609 (% 42 19) --> compile-time constant
|
|
610 (/ 42 19) --> compile-time constant
|
|
611 (* (foo) 2) --> foo call dup plus
|
|
612
|
|
613 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
614 unless (declaim (optimize (safety 3)))
|
|
615 or (setq byte-compile-delete-errors nil).
|
|
616
|
|
617 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
618
|
|
619 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
620 docstrings.
|
|
621
|
|
622 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
623
|
|
624 * startup.el (command-line-do-help): Add documentation of
|
|
625 portable dumper switches.
|
|
626
|
|
627 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
628
|
|
629 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
630
|
|
631 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
632
|
|
633 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
634
|
|
635 * byte-optimize.el (byte-optimize-char-before):
|
|
636 (byte-optimize-backward-char):
|
|
637 (byte-optimize-backward-word):
|
|
638 Fix incorrect optimizations for these sorts of expressions:
|
|
639 (let ((x nil)) (backward-char x))
|
|
640
|
|
641 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
642
|
|
643 * byte-optimize.el:
|
|
644 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
645 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
646 Make backward-word and backward-char as efficient as forward versions.
|
|
647
|
|
648 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
649 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
650 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
651 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
652 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
653 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
654 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
655
|
|
656 * simple.el (backward-word):
|
|
657 * simple.el (mark-word):
|
|
658 * simple.el (kill-word):
|
|
659 * simple.el (backward-kill-word):
|
|
660 Make COUNT argument optional, for consistency with forward-char et al.
|
|
661
|
|
662 * abbrev.el (abbrev-string-to-be-defined):
|
|
663 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
664 * abbrev.el (inverse-add-abbrev):
|
|
665 * abbrev.el (expand-region-abbrevs):
|
|
666 * buff-menu.el (Buffer-menu-execute):
|
|
667 * indent.el (move-to-left-margin):
|
|
668 * indent.el (indent-relative):
|
|
669 * indent.el (move-to-tab-stop):
|
|
670 * info.el (Info-reannotate-node):
|
|
671 * lisp-mode.el (lisp-indent-line):
|
|
672 * lisp.el (end-of-defun):
|
|
673 * lisp.el (move-past-close-and-reindent):
|
|
674 * misc.el (copy-from-above-command):
|
|
675 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
676 * page.el (forward-page):
|
|
677 * paragraphs.el (forward-paragraph):
|
|
678 * paragraphs.el (end-of-paragraph-text):
|
|
679 * picture.el (picture-forward-column):
|
|
680 * picture.el (picture-self-insert):
|
|
681 * rect.el (extract-rectangle-line):
|
|
682 * simple.el (newline):
|
|
683 * simple.el (fixup-whitespace):
|
|
684 * simple.el (backward-delete-char-untabify):
|
|
685 * simple.el (transpose-chars):
|
|
686 * simple.el (transpose-preceding-chars):
|
|
687 * simple.el (do-auto-fill):
|
|
688 * simple.el (indent-new-comment-line):
|
|
689 * simple.el (blink-matching-open):
|
|
690 * view-less.el (cleanup-backspaces):
|
|
691 * wid-edit.el (widget-transpose-chars):
|
|
692 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
693 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
694
|
|
695 * info.el (Info-fontify-node):
|
|
696 * simple.el (backward-delete-function):
|
|
697 Use canonical delete-backward-char instead of backward-delete-char.
|
|
698
|
|
699 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
700
|
|
701 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
702 no buffers.
|
|
703
|
|
704 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
705
|
|
706 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
707 buffer tabs.
|
|
708
|
|
709 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
710
|
|
711 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
712 (proclaim inline...) was shadowing compiler-macros.
|
|
713
|
|
714 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
715
|
|
716 * bytecomp.el (byte-compile-eval): New.
|
|
717 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
718 Keeps this promise made in Lispref:
|
|
719 "If a file being compiled contains a `defmacro' form, the macro is
|
|
720 defined temporarily for the rest of the compilation of that file."
|
|
721
|
|
722 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
723
|
|
724 * cl.el (floatp-safe):
|
|
725 (plusp):
|
|
726 (minusp):
|
|
727 (oddp):
|
|
728 (evenp):
|
|
729 (cl-abs):
|
|
730 Use a better parameter name than `x'.
|
|
731
|
|
732 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
733 to require PLACE, but accept any form for compatibility.
|
|
734
|
|
735 * abbrev.el (define-abbrev): Use check-type.
|
|
736 * font-menu.el (font-menu-change-face): Use check-type.
|
|
737 * menubar.el (relabel-menu-item): Use check-type.
|
|
738 * itimer.el: Fix typo.
|
|
739
|
|
740 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
741
|
|
742 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
743
|
444
|
744 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
745
|
|
746 * XEmacs 21.2.37 is released.
|
|
747
|
|
748 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
749
|
|
750 * code-cmds.el: Provide the feature.
|
|
751
|
|
752 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
753
|
|
754 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
755
|
|
756 * code-cmds.el: New file
|
|
757 * mule/mule-cmds.el:
|
|
758 * mule/mule-misc.el
|
|
759 (coding-keymap): New keymap. Define coding system keyboard
|
|
760 commands on file-coding builds too.
|
446
|
761 (coding-system-change-eol-conversion):
|
|
762 (universal-coding-system-argument):
|
|
763 (set-default-coding-systems):
|
444
|
764 (prefer-coding-system): Moved from mule-cmds.el
|
|
765 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
766
|
|
767 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
768
|
|
769 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
770
|
|
771 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
772
|
|
773 * package-get.el (package-get-download-sites): Add a pre-release
|
|
774 site for experimental packages.
|
|
775
|
|
776 * auto-autoloads.el: Regenerated.
|
|
777
|
|
778 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
779
|
|
780 * gutter-items.el (buffers-tab-omit-function): reference
|
|
781 buffers-tab-select-visible-buffers.
|
|
782 (buffers-tab-filter-functions): new variable, by default uses
|
|
783 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
784 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
785 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
786 of buffers-menu-omit-invisible-buffers.
|
|
787 (buffers-tab-items): rewrite to use
|
|
788 buffers-tab-filter-functions. Rewrite docstring.
|
|
789 (gutter-buffers-tab-extent): delete.
|
|
790 (add-tab-to-gutter): always build a new extent when adding the
|
|
791 tabs.
|
|
792 (update-tab-in-gutter): make gutter dirty when orientation
|
|
793 changes.
|
|
794
|
|
795 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
796
|
|
797 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
798 Only do loadhist recording if defvar form includes a value.
|
|
799
|
|
800 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
801
|
|
802 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
803 `eval-when-compile' should not compile its body.
|
|
804
|
|
805 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
806
|
|
807 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
808 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
809 some Japanese English. Remove some ancient FSF comments, and
|
|
810 improve docstrings. Use symbols not vectors for tables.
|
|
811
|
|
812 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
813
|
|
814 * keymap.el:
|
|
815 (local-key-binding):
|
|
816 (global-key-binding):
|
|
817 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
818
|
|
819 * lisp.el:
|
|
820 (backward-sexp): Slightly simpler code.
|
|
821 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
822 (forward-list): Slightly simpler code.
|
|
823 (backward-list): Slightly simpler code.
|
|
824 (down-list): Make arg optional, like FSF Emacs.
|
|
825 (up-list): Make arg optional, like FSF Emacs.
|
|
826 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
827 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
828 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
829
|
|
830 * font-menu.el (font-menu-change-face):
|
|
831 Take continuable errors into account.
|
|
832
|
|
833 * abbrev.el:
|
|
834 * abbrev.el (clear-abbrev-table):
|
|
835 * abbrev.el (define-abbrev-table):
|
|
836 * abbrev.el (define-abbrev):
|
|
837 * abbrev.el (insert-abbrev-table-description):
|
|
838 * apropos.el (apropos-documentation-check-doc-file):
|
|
839 * apropos.el (apropos-documentation-check-elc-file):
|
|
840 * buff-menu.el (list-buffers):
|
|
841 * buff-menu.el (list-buffers-noselect):
|
|
842 * bytecomp.el (byte-recompile-directory):
|
|
843 * bytecomp.el (batch-byte-compile):
|
|
844 * cl-macs.el (typep):
|
|
845 * code-files.el (find-coding-system-magic-cookie):
|
|
846 * code-files.el (insert-file-contents):
|
|
847 * cus-edit.el (customize-set-variable):
|
|
848 * cus-edit.el (customize-save-variable):
|
|
849 * cus-face.el (custom-set-face-font-size):
|
|
850 * cus-face.el (custom-set-face-update-spec):
|
|
851 * cus-face.el (custom-reset-faces):
|
|
852 * custom.el (custom-check-theme):
|
|
853 * custom.el (copy-upto-last):
|
|
854 * fill.el (canonically-space-region):
|
|
855 * fill.el (fill-paragraph):
|
|
856 * fill.el (fill-region):
|
|
857 * fill.el (find-space-insertable-point):
|
|
858 * fill.el (justify-current-line):
|
|
859 * faces.el (face-spec-update-all-matching):
|
|
860 * faces.el (set-face-stipple):
|
|
861 * files-nomule.el (insert-file-contents):
|
|
862 * files.el (insert-file-contents-literally):
|
|
863 * files.el (hack-local-variables-last-page):
|
|
864 * files.el (basic-save-buffer):
|
|
865 * files.el (insert-directory):
|
|
866 * font-menu.el (font-menu-change-face):
|
|
867 * font.el (font-spatial-to-canonical):
|
|
868 * format.el (format-encode-region):
|
|
869 * format.el (format-insert-file):
|
|
870 * format.el (format-replace-strings):
|
|
871 * gutter.el (set-gutter-element):
|
|
872 * help.el (key-or-menu-binding):
|
|
873 * help.el (describe-bindings):
|
|
874 * help.el (with-syntax-table):
|
|
875 * indent.el (indent-rigidly):
|
|
876 * indent.el (delete-to-left-margin):
|
|
877 * info.el:
|
|
878 * info.el (Info-extract-dir-entry-from):
|
|
879 * info.el (Info-build-dir-anew):
|
|
880 * info.el (Info-rebuild-dir):
|
|
881 * info.el (Info-batch-rebuild-dir):
|
|
882 * info.el (Info-read-subfile):
|
|
883 * info.el (Info-build-node-completions):
|
|
884 * info.el (Info-extract-menu-node-name):
|
|
885 * isearch-mode.el (isearch-range-invisible):
|
|
886 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
887 * itimer.el (itimerp):
|
|
888 * itimer.el (itimer-live-p):
|
|
889 * keymap.el:
|
|
890 * keymap.el (substitute-key-definition):
|
|
891 * keymap.el (read-command-or-command-sexp):
|
|
892 * keymap.el (local-key-binding):
|
|
893 * keymap.el (global-key-binding):
|
|
894 * keymap.el (global-set-key):
|
|
895 * keymap.el (local-set-key):
|
|
896 * ldap.el:
|
|
897 * ldap.el (ldap-add-entries):
|
|
898 * ldap.el (ldap-delete-entries):
|
|
899 * lisp.el (backward-sexp):
|
|
900 * lisp.el (mark-sexp):
|
|
901 * lisp.el (forward-list):
|
|
902 * lisp.el (backward-list):
|
|
903 * lisp.el (down-list):
|
|
904 * lisp.el (backward-up-list):
|
|
905 * lisp.el (up-list):
|
|
906 * lisp.el (kill-sexp):
|
|
907 * lisp.el (backward-kill-sexp):
|
|
908 * menubar.el (add-menu-button):
|
|
909 * menubar.el (add-submenu):
|
|
910 * menubar.el (delete-menu-item):
|
|
911 * menubar.el (relabel-menu-item):
|
|
912 * mouse.el (narrow-window-to-region):
|
|
913 * obsolete.el (define-obsolete-variable-alias):
|
|
914 * obsolete.el (store-substring):
|
|
915 * package-admin.el:
|
|
916 * package-admin.el (package-admin-install-function):
|
|
917 * package-admin.el (package-admin-install-function-mswindows):
|
|
918 * package-admin.el (package-admin-default-install-function):
|
|
919 * package-get.el (package-get-update-base-entries):
|
|
920 * packages.el (packages-load-package-dumped-lisps):
|
|
921 * packages.el (packages-collect-package-dumped-lisps):
|
|
922 * printer.el (generic-print-buffer):
|
|
923 * printer.el (generic-print-region):
|
|
924 * replace.el (occur-mode-mouse-goto):
|
|
925 * replace.el (perform-replace):
|
|
926 * select.el (get-selection-no-error):
|
|
927 * simple.el:
|
|
928 * simple.el (newline):
|
|
929 * simple.el (open-line):
|
|
930 * simple.el (edit-and-eval-command):
|
|
931 * simple.el (goto-line):
|
|
932 * simple.el (undo):
|
|
933 * simple.el (kill-region):
|
|
934 * simple.el (copy-region-as-kill):
|
|
935 * simple.el (kill-ring-save):
|
|
936 * simple.el (set-mark):
|
|
937 * simple.el (next-line):
|
|
938 * simple.el (previous-line):
|
|
939 * simple.el (line-move):
|
|
940 * simple.el (set-goal-column):
|
|
941 * simple.el (comment-region):
|
|
942 * subr.el:
|
|
943 * subr.el (putf):
|
|
944 * syntax.el (modify-syntax-entry):
|
|
945 * syntax.el (map-syntax-table):
|
|
946 * view-less.el (view-file):
|
|
947 * view-less.el (view-buffer):
|
|
948 * view-less.el (view-file-other-window):
|
|
949 * window-xemacs.el (backward-other-window):
|
|
950 * window.el:
|
|
951 * window.el (one-window-p):
|
|
952 * window.el (walk-windows):
|
|
953 * window.el (window-list):
|
|
954 * x-mouse.el (x-mouse-kill):
|
|
955 * x-select.el (x-get-cutbuffer):
|
|
956 * x-select.el (x-store-cutbuffer):
|
|
957 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
958 * term/sun-mouse.el (window-line-end):
|
|
959 * term/sun-mouse.el (sun-select-region):
|
|
960 * term/sun.el (kill-region-and-unmark):
|
|
961 * mule/mule-category.el:
|
|
962 * mule/mule-category.el (modify-category-entry):
|
|
963 * mule/mule-category.el (char-category-list):
|
|
964 * mule/mule-coding.el (coding-system-force-on-output):
|
|
965 * mule/mule-misc.el (coding-system-put):
|
|
966 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
967
|
|
968 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
969
|
|
970 * cus-face.el: Typo fixes and tiny clarifications.
|
|
971 * custom.el: ditto
|
|
972
|
|
973 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
974
|
|
975 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
976 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
977 if auto-save-list-file-prefix is non-nil.
|
|
978
|
|
979 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
980
|
|
981 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
982
|
|
983 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
984
|
|
985 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
986 get symbol at point-min.
|
|
987
|
|
988 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
989
|
|
990 * info.el (Info-emacs-info-file-name): defconst it.
|
|
991 * info.el (Info-footnote-tag): defcustom it.
|
|
992 * info.el (Info-no-description-string): ditto.
|
|
993 * info.el (Info-find-node): adapt to new semantics of
|
|
994 'Info-suffixed-file (don't do the case variants stuff).
|
|
995 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
996 * info.el (Info-directory-files): New. Return the list of info
|
|
997 files in a directory.
|
|
998 * info.el (Info-dir-outdated-p): use it.
|
|
999 * info.el (Info-parse-dir-entries): ditto.
|
|
1000 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
1001 with a ".info.*" extension.
|
|
1002 * info.el (Info-set-mode-line): ditto.
|
|
1003 * info.el (Info-read-subfile): adapt to new semantics of
|
|
1004 'Info-suffixed-file (append 'exact argument).
|
|
1005 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
1006 string independently of the case.
|
|
1007 * info.el (Info-suffixed-file): use it (match all possible case
|
|
1008 for the file name).
|
|
1009 * info.el (Info-insert-file-contents): code cleanup.
|
|
1010 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
1011 columns.
|
|
1012 * info.el (Info-batch-rebuild-dir): ditto.
|
|
1013 * info.el (Info-read-node-name-1): ditto.
|
|
1014 * info.el (Info-search): ditto.
|
|
1015 * info.el (Info-fontify-node): ditto.
|
|
1016
|
|
1017
|
|
1018 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1019
|
|
1020 * process.el (shell-command): when called from a program, avoid
|
|
1021 'push-mark's "mark-set" message.
|
|
1022
|
|
1023 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
1024
|
|
1025 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
1026 by a symbol, not by a vector.
|
|
1027 * mule/vietnamese.el (vscii): Likewise.
|
|
1028 (viscii): Likewise.
|
|
1029 * mule/cyrillic.el (koi8-r): Likewise.
|
|
1030
|
|
1031 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
1032 by a symbol, not by a vector.
|
|
1033 (chinese-big5-2): Likewise.
|
|
1034 * mule/ethiopic.el (ethiopic): Likewise.
|
|
1035 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
1036 (vietnamese-viscii-upper): Likewise.
|
|
1037
|
|
1038 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1039
|
|
1040 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
1041
|
|
1042 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1043
|
|
1044 * byte-optimize.el (byte-optimize-car): New function.
|
|
1045 (byte-optimize-cdr): Ditto.
|
|
1046
|
|
1047 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1048
|
|
1049 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
1050 Optimize constant concatenation.
|
|
1051 Add keymapp as a side effect free function. It is a built-in.
|
|
1052 (byte-after-unbind-pos): Remove byte-equal.
|
|
1053
|
|
1054 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1055
|
|
1056 * update-elc-2.el: Quote regexps correctly.
|
|
1057
|
|
1058 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
1059
|
|
1060 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
1061 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
1062 check the type of the buffer magnification
|
|
1063 (ccl-compile-write-string): Encode a string with binary
|
|
1064 coding system.
|
|
1065 (ccl-compile-write-repeat): Likewise.
|
|
1066
|
|
1067 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1068
|
|
1069 * buff-menu.el:
|
|
1070 * bytecomp.el:
|
|
1071 * coding.el:
|
|
1072 * faces.el:
|
|
1073 * files.el:
|
|
1074 * fill.el:
|
|
1075 * float-sup.el:
|
|
1076 * font-lock.el:
|
|
1077 * help.el:
|
|
1078 * iso8859-1.el:
|
|
1079 * loaddefs.el:
|
|
1080 * menubar-items.el:
|
|
1081 * menubar.el:
|
|
1082 * modeline.el:
|
|
1083 * msw-font-menu.el:
|
|
1084 * paragraphs.el:
|
|
1085 * paths.el:
|
|
1086 * replace.el:
|
|
1087 * simple.el:
|
|
1088 * sound.el:
|
|
1089 * startup.el:
|
|
1090 * version.el:
|
|
1091 * x-faces.el:
|
|
1092 * x-font-menu.el:
|
|
1093 Remove purecopy.
|
|
1094
|
|
1095 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
1096
|
|
1097 * simple.el (do-auto-fill): Use the function pointer to by
|
|
1098 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
1099 fixes an issue with cc-mode comment continuation.
|
|
1100
|
|
1101 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
1102
|
|
1103 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
1104 * mwheel.el (mwheel-install): Add (interactive).
|
|
1105 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
1106 (turn-off-font-lock): Add (interactive).
|
|
1107
|
|
1108 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1109
|
|
1110 * packages.el (packages-special-base-regexp): Add `man'.
|
|
1111
|
|
1112 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
1113
|
|
1114 * wid-edit.el (widget-specify-active): map over extents in current
|
|
1115 buffer like `widget-specify-inactive' does. Mapping over the
|
|
1116 inactive extent object does not work since the current extent is
|
|
1117 ignored by `map-extents'.
|
|
1118
|
442
|
1119 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
1120
|
|
1121 * XEmacs 21.2.36 is released.
|
|
1122
|
|
1123 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
1124
|
|
1125 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
1126 Optimize the compiled-function-constants vector by byte-code
|
|
1127 reference counts.
|
|
1128
|
|
1129 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1130
|
|
1131 * build-report.el (build-report-delete-regexp): quote value in
|
|
1132 defcustom
|
|
1133
|
|
1134 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1135
|
|
1136 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
1137 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
1138 warning.
|
|
1139
|
|
1140 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1141
|
|
1142 * build-report.el: Requires cl and custom now.
|
|
1143 build-report-version is determined by XEmacs version -- remove
|
|
1144 build-report-version*.
|
|
1145 * build-report.el (build-report-version): Removed.
|
|
1146 * build-report.el (build-report-installation-version-regexp): New.
|
|
1147 * build-report.el (build-report-version-file-regexp): New.
|
|
1148 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
1149 * build-report.el (build-report-destination): Offer
|
|
1150 xemacs-build-reports and xemacs-beta.
|
|
1151 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
1152 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
1153 * build-report.el (build-report-make-output-dir): New.
|
|
1154 * build-report.el (build-report-installation-file): Replace use of
|
|
1155 `concat' with `expand-file-name'.
|
|
1156 * build-report.el (build-report-make-output-file): Removed.
|
|
1157 * build-report.el (build-report-make-output-files): New.
|
|
1158 * build-report.el (build-report-subject): Identify as
|
|
1159 user-variable with "*...".
|
|
1160 * build-report.el (build-report-prompts): Ditto.
|
|
1161 * build-report.el (build-report-version-file): New.
|
|
1162 * build-report.el (build-report-file-encoding): Identify as
|
|
1163 user-variable with "*...".
|
|
1164 * build-report.el (build-report-make-output-get): New.
|
|
1165 * build-report.el (build-report-insert-header): Report
|
|
1166 emacs-version and system-configuration instead of
|
|
1167 build-report-version.
|
|
1168 * build-report.el (build-report-insert-make-output): Add file
|
|
1169 argument.
|
|
1170 * build-report.el (build-report-insert-installation-file):
|
|
1171 Re-indent.
|
|
1172 * build-report.el (build-report-keep): Change docstring,
|
|
1173 re-indent.
|
|
1174 * build-report.el (build-report-delete): Ditto.
|
|
1175 * build-report.el (build-report-installation-data): New.
|
|
1176 * build-report.el (build-report-version-file-data): New.
|
|
1177
|
|
1178 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
1179
|
|
1180 * byte-optimize.el (byte-optimize-lapcode):
|
|
1181 Fix the optimization of using the first 5 elements of the
|
|
1182 constants vector for variables.
|
|
1183 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
1184
|
|
1185 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1186
|
|
1187 * *: Spelling mega-patch
|
|
1188
|
|
1189 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1190
|
|
1191 * easymenu.el: doc fixes.
|
|
1192 (easy-menu-do-define): Use backquote.
|
444
|
1193 (easy-menu-change):
|
|
1194 (easy-menu-add):
|
442
|
1195 `when' seems much clearer than `if' here.
|
|
1196 (easy-menu-remove):
|
444
|
1197 (easy-menu-add-item):
|
|
1198 (easy-menu-item-present-p):
|
|
1199 (easy-menu-remove-item):
|
442
|
1200 Wrap using (when (featurep 'menubar) ...)
|
|
1201
|
|
1202 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1203
|
|
1204 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1205 Revert Ben's change to this function below so that the compile log
|
|
1206 is displayed properly for users of the "popper" package.
|
|
1207
|
|
1208 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
1209
|
|
1210 * window.el (save-selected-window): Use backquote.
|
|
1211
|
444
|
1212 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
442
|
1213 Renamed from `byte-compile-file-form-defvar'.
|
|
1214 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
1215 Only cons onto current-load-list in top-level forms.
|
|
1216 Else this leaks a cons cell every time a defun is called.
|
|
1217 Renamed from `byte-compile-defvar', for clarity.
|
|
1218 Warn when docstring of defvar is not a string.
|
|
1219 Use consistent error messages.
|
|
1220 Better comments.
|
|
1221
|
|
1222 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
1223
|
|
1224 * simple.el (set-variable):
|
|
1225 Remove unneeded defvar by rearranging order of let* forms.
|
|
1226
|
|
1227 * mule/mule-ccl.el (ccl-get-next-code):
|
444
|
1228 * menubar-items.el (bookmark-menu-filter):
|
|
1229 (language-environment-menu-filter):
|
|
1230 (tutorials-menu-filter):
|
442
|
1231 * toolbar-items.el (toolbar-compile):
|
|
1232 * byte-optimize.el (disassemble-offset):
|
|
1233 Use (declare (special ...)) instead of `defvar'.
|
|
1234
|
|
1235 * cl-macs.el (cl-do-proclaim):
|
|
1236 Fix (declare (special ...)) warning suppression syntax.
|
|
1237
|
|
1238 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
1239
|
|
1240 * info.el (Info-tag-table-marker):
|
|
1241 (Info-tag-table-buffer):
|
|
1242 (Info-find-file-node):
|
|
1243 (Info-read-subfile):
|
|
1244 (Info-build-node-completions):
|
|
1245 (Info-search):
|
|
1246 (Info-mode):
|
|
1247 Multiple info buffer support.
|
|
1248
|
|
1249 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
1250
|
|
1251 * ldap.el (ldap-decode-entry): New defun
|
|
1252 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
1253 entries properly
|
|
1254
|
|
1255 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
1256
|
|
1257 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
1258 Use `eq', not `=', to compare symbols.
|
|
1259
|
|
1260 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
1261
|
|
1262 * bytecomp.el (byte-compile-report-error):
|
|
1263 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1264 if stack-trace-on-error is set, send out a backtrace when
|
|
1265 an error is encountered that stops byte compilation. this
|
|
1266 should make it much much easier to track down those curious
|
|
1267 problems. also undo the kludge of using a separate "*Show*"
|
|
1268 buffer for display when there's a temp-buffer-show-function;
|
|
1269 we can avoid this by just being a little smarter.
|
444
|
1270
|
442
|
1271 * dialog-items.el:
|
|
1272 * dialog-items.el (search-dialog-regexp): New.
|
|
1273 * dialog-items.el (search-dialog-callback):
|
|
1274 * dialog-items.el (make-search-dialog):
|
|
1275 add a regexp option to the dialog and clean up a bit.
|
444
|
1276
|
442
|
1277 * dialog.el:
|
|
1278 * dialog.el (yes-or-no-p-dialog-box):
|
|
1279 * dialog.el (get-dialog-box-response):
|
|
1280 * dialog.el (make-dialog-box):
|
|
1281 * dialog.el (dialog-box-finish): New.
|
|
1282 * dialog.el (dialog-box-cancel): New.
|
|
1283 * dialog.el (internal-make-dialog-box-exit): New.
|
|
1284 implement [properly!] the :modal property of the new dialog box
|
|
1285 interface. this is the first time xemacs has ever had *proper*
|
|
1286 modal dialog boxes, giving the standard window-system feedback.
|
|
1287 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
1288 and makes the dialog box flash three times.)
|
444
|
1289
|
442
|
1290 * dragdrop.el: header keyword frobbing.
|
444
|
1291
|
442
|
1292 * dumped-lisp.el (preloaded-file-list):
|
|
1293 renamed winnt.el to win32-native.el.
|
444
|
1294
|
442
|
1295 * faces.el (face-property):
|
|
1296 * faces.el (set-face-property):
|
|
1297 * faces.el (frob-face-property):
|
|
1298 * faces.el (frob-face-font-2):
|
|
1299 * faces.el (make-face-bold):
|
|
1300 * faces.el (make-face-italic):
|
|
1301 * faces.el (make-face-bold-italic):
|
|
1302 * faces.el (make-face-unbold):
|
|
1303 * faces.el (make-face-unitalic):
|
|
1304 * faces.el (make-face-smaller):
|
|
1305 * faces.el (make-face-larger):
|
|
1306 clean up the implementation of these so that window-system-specific
|
|
1307 methods are called only on objects belonging to that window system.
|
|
1308 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
1309 on font object of device type `stream', which is not good and
|
|
1310 explains the subtle errors Adrian was getting when byte-compiling
|
|
1311 something that required 'term. (Adrian, now you can use stack-trace-
|
|
1312 on-error to find the exact place where things are going wrong instead
|
|
1313 of having to laboriously binary-search your way through.)
|
444
|
1314
|
442
|
1315 * finder.el (finder-known-keywords):
|
|
1316 cleaned up -- properly sorted, clarified the meanings of many of
|
|
1317 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
1318 user, services. the last two try to distinguish between a package
|
|
1319 that's used directly by the user, and a package that provides
|
|
1320 support services to other packages.
|
444
|
1321
|
442
|
1322 * font-lock.el (lisp-font-lock-keywords-2):
|
|
1323 update list of lisp control structures to include everything,
|
|
1324 including new ones i introduced.
|
444
|
1325
|
442
|
1326 * gutter.el: header keyword frobbing.
|
444
|
1327
|
442
|
1328 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
1329 recent isearch element was not doing so! you got the second-most-
|
|
1330 recent instead.
|
|
1331
|
|
1332 * lisp-mode.el (construct-lisp-mode-menu):
|
|
1333 more menubar cleanups.
|
|
1334 * lisp-mode.el (with-selected-window):
|
|
1335 make it indent properly.
|
444
|
1336
|
442
|
1337 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
1338 rearranged the options menu the most, e.g. splitting up the
|
|
1339 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
1340 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
1341 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
1342 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
1343 Added stuff to the Cmds menu, e.g. Change Case.
|
|
1344
|
|
1345 NB please don't complain about these periodic menubar changes.
|
|
1346 Anything like this is necessarily incremental in its construction
|
|
1347 -- By constant use you gradually become more and more aware of
|
|
1348 better and better ways to group menu items. When we eventually
|
|
1349 move the options menu to a property sheet, the existing structure
|
|
1350 will probably be preserved fairly well.
|
444
|
1351
|
442
|
1352 * minibuf.el (next-history-element): fix problems with pressing
|
|
1353 down arrow in repeat-complex-command.
|
|
1354
|
|
1355 * modeline.el:
|
|
1356 * modeline.el (modeline-3d-p): New.
|
|
1357 added custom variable for controlling the 3d modeline. the
|
|
1358 corresponding Options item has been present for a long time,
|
|
1359 but commented out with "fix me!" comments. it's fixed now.
|
444
|
1360
|
442
|
1361 * obsolete.el (add-menu):
|
|
1362 remove bogus gettexts.
|
444
|
1363
|
442
|
1364 * process.el (shell-quote-argument):
|
|
1365 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
1366 For bash under Windows native, see below.
|
444
|
1367
|
442
|
1368 * simple.el:
|
|
1369 * simple.el (display-warning-buffer):
|
|
1370 Fixed the handling of warning display to eliminate the annoying
|
|
1371 *Show* buffer, like was done for byte-compiler output above.
|
444
|
1372
|
442
|
1373 * simple.el (debug-print): New.
|
|
1374 Simple function for sending debug messages to the console and/or
|
|
1375 other debug places.
|
|
1376
|
|
1377 * subr.el (replace-in-string):
|
|
1378 Rewrite this function to avoid N^2 behavior with large strings --
|
|
1379 catastrophic with the new Windows selection code! (Apparently the
|
|
1380 author of this function didn't realize there was a fun
|
|
1381 replace-match that could make his life much easier, because we
|
|
1382 duplicated the entire logic. The new version is smaller, easier
|
|
1383 to understand, much more robust, and has extended features --
|
|
1384 those of replace-match.)
|
444
|
1385
|
442
|
1386 * window.el:
|
|
1387 * window.el (with-selected-window): New.
|
|
1388 An obvious complement to the existing `with-selected-frame' and
|
|
1389 `with-current-buffer'.
|
|
1390
|
|
1391 * win32-native.el: Renamed from winnt.el.
|
|
1392 Added a great deal of stuff for properly handling process quoting,
|
|
1393 somewhat modeled on Kirill's original model (which i later threw
|
|
1394 away). We should now finally have correctly working process arg
|
|
1395 quoting/dequoting so that the final app gets exactly what we
|
|
1396 intended. Because the mechanism is in Lisp, it's easily
|
|
1397 extendible. (For those running bash and running the native
|
|
1398 version, I tried hard to do what I thought was correct. But more
|
|
1399 thought is needed, and ideally the volunteer work of people with
|
|
1400 these configurations that they generally run on.)
|
444
|
1401
|
442
|
1402 * x-font-menu.el (x-font-menu-font-data):
|
|
1403 Put in defvar's to fix byte-compiler warnings.
|
|
1404
|
|
1405 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1406
|
|
1407 * select.el (selection-coercion-alist): Initialise.
|
|
1408 * select.el (select-coerce-to-text): New.
|
|
1409 * select.el (select-coerce): New.
|
|
1410 New functions to perform type and value coercion.
|
|
1411
|
|
1412 * select.el (select-buffer-killed-default): Keep data if it was
|
|
1413 on the clipboard.
|
|
1414
|
|
1415 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
1416
|
|
1417 * menubar-items.el (default-menubar): Fix typo.
|
|
1418 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
1419
|
|
1420 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1421
|
|
1422 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
1423 edge checking code.
|
|
1424
|
|
1425 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1426
|
|
1427 * paths.el (gnus-local-domain): Removed.
|
|
1428 (gnus-local-organization): Ditto.
|
|
1429 (gnus-startup-file): Ditto.
|
|
1430
|
|
1431 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1432
|
|
1433 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
1434
|
|
1435 2000-07-31 Andy Piper <andy@xemacs.org>
|
444
|
1436
|
442
|
1437 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
1438
|
|
1439 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1440
|
|
1441 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
1442 browse-url.
|
|
1443 * help.el (xemacs-www-page): Ditto.
|
|
1444 (xemacs-www-faq): Ditto.
|
|
1445 * menubar-items.el (default-menubar): Ditto.
|
|
1446
|
|
1447 * wid-edit.el (widget-url-link-action): Ditto.
|
|
1448 From: Kenichi OKADA <okada@opaopa.org>.
|
|
1449
|
|
1450 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
1451
|
|
1452 * finder.el (finder-commentary): Add autoload cookie.
|
|
1453
|
|
1454 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1455
|
|
1456 * files.el (insert-file-contents-literally): Fix second let
|
|
1457 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
1458 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
1459
|
|
1460 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1461
|
|
1462 * files.el (insert-file-contents-literally): Use binary coding
|
|
1463 system (from Morioka san).
|
|
1464 (insert-file-contents-literally): Make file-name-handler method.
|
|
1465
|
|
1466 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
1467
|
|
1468 * cl-macs.el (get-selection): Add defsetf.
|
|
1469
|
|
1470 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
1471
|
|
1472 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
1473 function x-own-selection with own-selection.
|
|
1474 (ow-find): replace obsolete functions x-get-selection and
|
|
1475 x-get-clipboard with get-selection and get-clipboard.
|
|
1476 (init-post-x-win): replace obsolete function x-disown-selection
|
|
1477 with disown-selection.
|
|
1478
|
|
1479 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
1480
|
|
1481 * startup.el (load-user-init-file): Only try to load init file if
|
|
1482 it exists.
|
|
1483
|
|
1484 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
1485
|
|
1486 * dialog-items.el: sync with Ben's patch.
|
444
|
1487
|
442
|
1488 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
1489 comment.
|
|
1490 (progress-text-glyph): deleted.
|
|
1491 (progress-layout-glyph): make completely minimal.
|
|
1492 (progress-gauge-glyph): ditto.
|
|
1493 (progress-display-style): fix to handle dynamic instantiator
|
|
1494 changes.
|
|
1495 (progress-text-instantiator): new.
|
|
1496 (progress-layout-instantiator): new.
|
|
1497 (progress-gauge-instantiator): new.
|
|
1498 (set-progress-display-instantiator): renamed and changed from
|
|
1499 set-progress-display-style.
|
|
1500 (progress-abort-glyph): use instantiator not glyph.
|
|
1501 (append-progress-display): use set-progress-display-instantiator
|
|
1502 and set-glyph-image.
|
|
1503 (abort-progress-display): ditto.
|
|
1504 (raw-append-progress-display): ditto.
|
|
1505
|
|
1506 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
1507
|
|
1508 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
1509
|
|
1510 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
1511
|
|
1512 * autoload.el:
|
|
1513 Fixed comments.
|
|
1514
|
|
1515 * cmdloop.el:
|
|
1516 * cmdloop.el (yes-or-no-p):
|
|
1517 * cmdloop.el (y-or-n-p):
|
|
1518 Make these functions use should-use-dialog-box-p and not be
|
|
1519 overridden in dialog.el.
|
|
1520
|
|
1521 * cus-dep.el:
|
|
1522 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
1523 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
1524 * cus-dep.el (Custom-make-one-dependency): New.
|
|
1525 New entry point for use in Makefiles, to avoid excessive
|
|
1526 invocations.
|
|
1527
|
|
1528 * cus-edit.el (custom-variable-reset-saved):
|
|
1529 * cus-edit.el (custom-variable-reset-standard):
|
|
1530 * cus-edit.el (custom-save-resets):
|
|
1531 Fix bytecompiler warnings.
|
|
1532
|
|
1533 * dialog.el:
|
|
1534 * dialog.el (yes-or-no-p-dialog-box):
|
|
1535 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
1536 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
1537 * dialog.el (get-dialog-box-response):
|
|
1538 * dialog.el (message-or-box):
|
|
1539 * dialog.el (make-dialog-box):
|
|
1540 * dialog.el (popup-dialog-box): New.
|
|
1541 Avoid yes-or-no-p bogosities.
|
|
1542 Create a general function `make-dialog-box' to encapsulate all
|
|
1543 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
1544
|
|
1545 * dumped-lisp.el (preloaded-file-list):
|
|
1546 Add dialog-items. Clean up. Group files by types.
|
|
1547
|
|
1548 * easymenu.el (easy-menu-add):
|
|
1549 * easymenu.el (easy-menu-remove):
|
|
1550 Account for accelerators.
|
|
1551
|
|
1552 * extents.el:
|
|
1553 * extents.el (extent-list): New args, like in map-extents.
|
|
1554 * extents.el (extent-at-event): New.
|
|
1555 * extents.el (extents-at-event): New.
|
|
1556
|
|
1557 * font-lock.el:
|
|
1558 * font-lock.el (font-lock-mode):
|
|
1559 * font-lock.el (font-lock-default-fontify-buffer):
|
|
1560 * font-lock.el (font-lock-default-unfontify-region):
|
|
1561 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
1562 * font-lock.el (font-lock-fontify-keywords-region):
|
|
1563 Use new progress-feedback names.
|
|
1564
|
|
1565 * font-lock.el (java-font-lock-identifier-regexp):
|
|
1566 * font-lock.el (java-font-lock-class-name-regexp):
|
|
1567 Fix bytecompiler warnings.
|
|
1568
|
|
1569 * gutter-items.el:
|
|
1570 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
1571 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
1572 * gutter-items.el (progress-display-popup-period): Removed.
|
|
1573 * gutter-items.el (progress-feedback-popup-period): New.
|
|
1574 * gutter-items.el (set-progress-display-style): Removed.
|
|
1575 * gutter-items.el (set-progress-feedback-style): New.
|
|
1576 * gutter-items.el (progress-display-style): Removed.
|
|
1577 * gutter-items.el (progress-feedback-style): New.
|
|
1578 * gutter-items.el (progress-stack):
|
|
1579 * gutter-items.el (progress-displayed-p): Removed.
|
|
1580 * gutter-items.el (progress-feedbacked-p): New.
|
|
1581 * gutter-items.el (clear-progress-display): Removed.
|
|
1582 * gutter-items.el (clear-progress-feedback): New.
|
|
1583 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
1584 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
1585 * gutter-items.el (remove-progress-display): Removed.
|
|
1586 * gutter-items.el (remove-progress-feedback): New.
|
|
1587 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
1588 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
1589 * gutter-items.el (append-progress-display): Removed.
|
|
1590 * gutter-items.el (append-progress-feedback): New.
|
|
1591 * gutter-items.el (abort-progress-display): Removed.
|
|
1592 * gutter-items.el (abort-progress-feedback): New.
|
|
1593 * gutter-items.el (raw-append-progress-display): Removed.
|
|
1594 * gutter-items.el (raw-append-progress-feedback): New.
|
|
1595 * gutter-items.el (display-progress-display): Removed.
|
|
1596 * gutter-items.el (display-progress-feedback): New.
|
|
1597 * gutter-items.el (current-progress-display): Removed.
|
|
1598 * gutter-items.el (current-progress-feedback): New.
|
|
1599 * gutter-items.el (current-progress-display-label): Removed.
|
|
1600 * gutter-items.el (current-progress-feedback-label): New.
|
|
1601 * gutter-items.el (progress-display): Removed.
|
|
1602 * gutter-items.el (progress-feedback): New.
|
|
1603 Replace "progress-display" with "progress-feedback" globally.
|
|
1604
|
|
1605 * gutter-items.el (lprogress-display): Removed.
|
|
1606 * gutter-items.el (progress-feedback-with-label): New.
|
|
1607 Rename lprogress-display ==> progress-feedback-with-label.
|
|
1608
|
|
1609 * gutter-items.el (search-dialog-direction): Removed.
|
|
1610 * gutter-items.el (search-dialog-text): Removed.
|
|
1611 * gutter-items.el (search-dialog-callback): Removed.
|
|
1612 * gutter-items.el (make-search-dialog): Removed.
|
|
1613 Move to dialog-items.el.
|
|
1614
|
|
1615 * help.el:
|
|
1616 * help.el (help-mode-quit):
|
|
1617 * help.el (mode-for-help): New.
|
|
1618 * help.el (help-sticky-window): New.
|
|
1619 * help.el (help-window-config): New.
|
|
1620 * help.el (with-displaying-help-buffer):
|
|
1621 * help.el (function-at-event): New.
|
|
1622 * help.el (help-symbol-regexp): New.
|
|
1623 * help.el (help-symbol-run-function-1): New.
|
|
1624 * help.el (help-symbol-run-function): New.
|
|
1625 * help.el (help-symbol-function-context-menu): New.
|
|
1626 * help.el (help-symbol-variable-context-menu): New.
|
|
1627 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
1628 * help.el (frob-help-extents): New.
|
|
1629 * help.el (describe-function-1):
|
|
1630 * help.el (variable-at-point):
|
|
1631 * help.el (variable-at-event): New.
|
|
1632 * help.el (describe-variable):
|
444
|
1633 Major overhaul.
|
|
1634 - Make functions and variables be mousable.
|
|
1635 - Middle button hyperlinks.
|
442
|
1636 - New context-menu entries.
|
|
1637
|
|
1638 * keydefs.el:
|
444
|
1639 * keydefs.el (global-map):
|
442
|
1640 New key bindings to move lines up and down.
|
|
1641
|
|
1642 * lisp-mode.el:
|
|
1643 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
1644 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
1645 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
1646 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
1647 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
1648 Make popup and menubar menus be different. Popup menu uses
|
|
1649 clicked location and automatically assumes symbol under the mouse
|
|
1650 for various commands.
|
|
1651
|
|
1652 * menubar-items.el:
|
|
1653 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
1654 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
1655
|
|
1656 * menubar-items.el (global-popup-menu): Removed.
|
|
1657 * menubar-items.el (mode-popup-menu): Removed.
|
|
1658 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
1659 * menubar-items.el (popup-mode-menu): Removed.
|
|
1660 * menubar-items.el (popup-buffer-menu): Removed.
|
|
1661 * menubar-items.el (popup-menubar-menu): Removed.
|
|
1662 Move to menubar.el.
|
444
|
1663
|
442
|
1664 * menubar.el:
|
|
1665 * menubar.el (global-popup-menu): New.
|
|
1666 * menubar.el (mode-popup-menu): New.
|
|
1667 * menubar.el (activate-popup-menu-hook): New.
|
|
1668 * menubar.el (last-popup-menu-event): New.
|
|
1669 * menubar.el (popup-mode-menu): New.
|
|
1670 * menubar.el (popup-buffer-menu): New.
|
|
1671 * menubar.el (popup-menubar-menu): New.
|
|
1672 * menubar.el (menu-call-at-event): New.
|
|
1673 Move non-content functions here. Add support for context menu
|
|
1674 items on extents.
|
|
1675
|
444
|
1676 * minibuf.el (minibuffer-history-uniquify):
|
442
|
1677 Typo fix.
|
|
1678
|
444
|
1679 * minibuf.el (read-file-name-1):
|
442
|
1680 Call new file dialog box if it exists.
|
|
1681
|
|
1682 * minibuf.el (mouse-rfn-setup-vars):
|
|
1683 Clean up "chop" action.
|
|
1684
|
|
1685 * mouse.el:
|
|
1686 * mouse.el (button2): Now bound to mouse-track.
|
|
1687 * mouse.el (click-inside-extent-p):
|
|
1688 * mouse.el (point-inside-extent-p):
|
|
1689 * mouse.el (point-inside-selection-p):
|
|
1690 * mouse.el (mouse-drag-or-yank): Removed.
|
|
1691 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
1692 * mouse.el (mouse-eval-sexp):
|
|
1693 * mouse.el (mouse-track-activate-strokes): New.
|
|
1694 * mouse.el (mouse-track-do-activate): New.
|
|
1695 * mouse.el (mouse-track):
|
|
1696 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
1697 * mouse.el (default-mouse-track-cleanup-hook):
|
|
1698 * mouse.el (default-mouse-track-drag-hook):
|
|
1699 * mouse.el (default-mouse-track-drag-up-hook):
|
|
1700 * mouse.el (default-mouse-track-click-hook):
|
|
1701 Merge drag-n-drop into mouse-track.
|
|
1702 Add general "activate" support to replace specific button2 kludges.
|
|
1703 Use "button modifier" support in mouse-track.
|
|
1704
|
|
1705 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
1706
|
|
1707 * package-ui.el:
|
|
1708 * package-ui.el (pui-menu):
|
|
1709 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
1710 Fix bytecompiler warnings.
|
|
1711 Clean up popup code a bit.
|
|
1712
|
|
1713 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
1714
|
|
1715 * simple.el:
|
|
1716 * simple.el (transpose-lines):
|
|
1717 * simple.el (transpose-line-up): New.
|
|
1718 * simple.el (transpose-line-down): New.
|
|
1719 * simple.el (transpose-subr):
|
|
1720 * simple.el (transpose-subr-1): Removed.
|
|
1721 Clean up, add functions to move lines up and down.
|
|
1722
|
|
1723 * startup.el (mail-host-address):
|
|
1724 * startup.el (user-mail-address):
|
|
1725 Customize.
|
|
1726
|
|
1727 * subr.el:
|
|
1728 * subr.el (set-symbol-value-in-buffer): New.
|
|
1729 * subr.el (error):
|
|
1730 * subr.el (check-argument-type):
|
|
1731 * subr.el (defined-error-p): New.
|
|
1732 Add structured error support.
|
|
1733
|
|
1734 * toolbar-items.el (toolbar-compile):
|
|
1735 Use new make-dialog-box.
|
|
1736
|
|
1737 * update-elc.el:
|
|
1738
|
|
1739 * userlock.el (ask-user-about-lock-dbox):
|
|
1740 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
1741 * userlock.el (ask-user-about-lock):
|
|
1742 * userlock.el (ask-user-about-supersession-threat):
|
|
1743 Use new make-dialog-box.
|
|
1744 Add safety checks; use should use-dialog-box-p.
|
|
1745
|
|
1746 * window-xemacs.el:
|
|
1747 * window-xemacs.el (__buffer-dedicated-frame):
|
|
1748 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
1749 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
1750 Move dedicated-frame stuff into lisp.
|
|
1751
|
|
1752 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1753
|
|
1754 * printer.el (generic-print-region): Do not require that
|
|
1755 `printer-name' be set.
|
|
1756 (printer-name): Commentary clarification.
|
|
1757
|
|
1758 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
1759
|
|
1760 * XEmacs 21.2.35 is released.
|
|
1761
|
|
1762 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1763
|
|
1764 * select.el (selection-coercible-types): Initialise.
|
|
1765
|
|
1766 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1767
|
|
1768 * select.el (own-clipboard): Bug fix.
|
|
1769
|
|
1770 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
1771
|
|
1772 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
1773 continuing.
|
|
1774
|
|
1775 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
1776
|
|
1777 * startup.el (load-init-file): Remove silly call to
|
|
1778 `load-user-custom-file`.
|
|
1779 (maybe-migrate-user-init-file): Minor fixes.
|
|
1780
|
|
1781 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
1782
|
444
|
1783 * apropos.el (apropos-documentation-check-doc-file):
|
442
|
1784 `doc' variable should be let-bound, as was presumably intended.
|
|
1785
|
444
|
1786 * cus-edit.el (custom-variable-reset-saved):
|
|
1787 (custom-variable-reset-standard):
|
442
|
1788 Remove unused variable comment-widget. Twice.
|
|
1789
|
444
|
1790 * toolbar.el (toolbar-blank-press-function):
|
442
|
1791 Add a real defvar with initial value nil and proper docstring.
|
|
1792 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
1793
|
|
1794 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
1795 Add defvar for pending-delete-mode.
|
|
1796
|
|
1797 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
1798
|
444
|
1799 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
442
|
1800 Use let* since the second form referred to the first.
|
|
1801
|
|
1802 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1803
|
|
1804 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
1805 instead of removed `mswindows-get-clipboard'.
|
|
1806
|
|
1807
|
|
1808 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1809
|
|
1810 * select.el (select-convert-from-text): New.
|
|
1811 * select.el (select-convert-from-length): New.
|
|
1812 * select.el (select-convert-from-integer): New.
|
|
1813 * select.el (select-convert-from-identity): New.
|
|
1814 * select.el (select-convert-from-filename): New.
|
|
1815 * select.el (selection-converter-in-alist): Use them.
|
|
1816 New converter functions for X.
|
|
1817
|
|
1818 * select.el (get-selection): Removed comment.
|
|
1819
|
|
1820 * select.el (own-selection): Removed append code - I thought
|
|
1821 I'd already done this, but apparently not...
|
|
1822
|
|
1823 * select.el: Changed comment about TIMESTAMP.
|
|
1824
|
|
1825 * select.el (select-convert-in): New.
|
|
1826 * select.el (select-convert-out): New.
|
|
1827 New functions that get used by select.c.
|
|
1828
|
|
1829 * select.el (select-buffer-killed-default): New.
|
|
1830 * select.el (select-buffer-killed-text): New.
|
|
1831 * select.el (selection-buffer-killed-alist): New.
|
|
1832 New list and functions that get called if a relevant selection
|
|
1833 exists and a buffer gets killed.
|
|
1834
|
|
1835 * select.el (select-convert-to-targets):
|
|
1836 * select.el (select-convert-to-identity): Removed.
|
|
1837 * select.el (select-convert-from-identity): Removed.
|
|
1838 * select.el (select-converter-out-alist):
|
|
1839 Removed _EMACS_INTERNAL selection type.
|
|
1840
|
|
1841 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
1842 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
1843 Removed this X-specific nonesense. Use the generic support
|
|
1844 in select.el instead.
|
|
1845
|
|
1846 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
1847
|
444
|
1848 * mule/mule-category.el (defined-category-hashtable):
|
442
|
1849 Use make-hash-table instead of make-hashtable
|
|
1850
|
|
1851 * buff-menu.el: Byte-compiler warning fix.
|
|
1852
|
444
|
1853 * isearch-mode.el (isearch-highlight-all-cleanup):
|
442
|
1854 Remove unused variable `isearch-highlight-all-start'.
|
|
1855
|
|
1856 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
1857
|
|
1858 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
1859
|
444
|
1860 * cus-dep.el (Custom-make-dependencies):
|
442
|
1861 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
1862
|
|
1863 * autoload.el (autoload-package-name): Warning suppression.
|
|
1864 Move defvar prior to first use.
|
|
1865
|
|
1866 * custom.el: Add autoload for custom-declare-face.
|
|
1867 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
444
|
1868 * cl.el (cl-hack-byte-compiler):
|
442
|
1869 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
1870 to work properly.
|
|
1871
|
|
1872 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
1873
|
|
1874 * startup.el (load-home-init-file): Added variable.
|
|
1875 (maybe-migrate-user-init-file): Added.
|
|
1876 (load-user-init-file): Load custom file if different from init
|
|
1877 file.
|
|
1878
|
|
1879 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
1880 "startup."
|
|
1881
|
|
1882 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
1883 Moved `custom-file'-related code to cus-file.el.
|
|
1884
|
|
1885 * cus-file.el: New file.
|
|
1886
|
|
1887 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
1888
|
|
1889 * packages.el (packages-find-package-directories): Added support
|
|
1890 for external package hierarchies with in-place installations.
|
|
1891
|
|
1892 * find-paths.el (paths-root-in-place-p): Added.
|
|
1893 (paths-find-emacs-directory): Added support for external
|
|
1894 directories with in-place installations.
|
|
1895 (paths-find-site-directory): Ditto.
|
|
1896
|
|
1897 * startup.el (find-user-init-file): Also look for
|
|
1898 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
1899
|
|
1900 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1901
|
|
1902 * select.el (own-selection):
|
|
1903 * select.el (own-clipboard): Changed `append' parameter to
|
|
1904 `how-to-use' parameter.
|
|
1905 * select.el (own-selection): Removed icky append code.
|
|
1906 * select.el (own-selection, get-selection): Removed extra type
|
|
1907 checking.
|
|
1908 * select.el (selection-appender-alist):
|
|
1909 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
1910 * select.el (select-append-to-*): New.
|
|
1911 * select.el (select-convert-from-*): New. New functions to append
|
|
1912 data and convert data from external type.
|
|
1913
|
|
1914 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
1915
|
|
1916 * font-lock.el: Javadoc enhancements.
|
|
1917
|
|
1918 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1919
|
|
1920 * printer.el (generic-print-region): Compose job name from buffer
|
|
1921 name.
|
|
1922
|
|
1923 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1924
|
|
1925 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
1926 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
1927 to avoid unnecessary progress gauges.
|
|
1928
|
|
1929 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
1930
|
|
1931 * custom-load.el (faces):
|
|
1932
|
|
1933 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
1934 dir is a regex.
|
|
1935
|
|
1936 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
1937 coding systems so that jka-compr works.
|
|
1938
|
|
1939 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
1940
|
|
1941 * font-lock.el: Undo previous change. Unfortunately, some
|
|
1942 files actually use the variables directly in their init code
|
|
1943 without quoting them.
|
|
1944
|
|
1945 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
1946
|
|
1947 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
1948
|
|
1949 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
1950 only when necessary.
|
|
1951
|
|
1952 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
444
|
1953
|
442
|
1954 * cl-macs.el: fix cl-transform-function-property kludge
|
|
1955 so that it does not require a random feature.
|
|
1956
|
|
1957 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1958
|
|
1959 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
1960 as in Linux kernel "Rules.make".
|
|
1961
|
|
1962 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1963
|
|
1964 * build-report.el (build-report): Add autoload cookie.
|
|
1965
|
|
1966 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
1967
|
|
1968 * package-ui.el (defgroup pui): Correct a misspelling
|
|
1969 (pui-toggle-package-delete): Change `seleted' to `selected'
|
444
|
1970
|
442
|
1971 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1972
|
444
|
1973 * package-get.el (package-get-update-base):
|
442
|
1974 (package-get): Use insert-file-contents-literally always.
|
|
1975 (package-get-maybe-save-index):
|
|
1976 Force coding system for writing to binary.
|
|
1977
|
|
1978 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
1979
|
|
1980 * code-process.el (call-process-region): If there is no coding
|
|
1981 system for the process on process-coding-system-alist use the
|
|
1982 coding system of the buffer containing the region.
|
|
1983
|
|
1984 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
1985
|
|
1986 * cmdloop.el (command-error):
|
|
1987 If debug-on-error and noninteractive, output backtrace.
|
|
1988
|
|
1989 * files.el (file-relative-name):
|
|
1990 Remove MSDOS references.
|
|
1991
|
|
1992 * simple.el (line-number): New function, due to non-obvious
|
|
1993 behavior/usage of count-lines.
|
|
1994
|
|
1995 * simple.el (count-lines): document non-obvious usage to get
|
|
1996 line number.
|
|
1997
|
|
1998 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
1999
|
|
2000 * faces.el ((featurep 'xpm)):
|
|
2001 * x-faces.el (x-init-face-from-resources):
|
|
2002 * x-faces.el (x-init-frame-faces):
|
|
2003 * x-misc.el (x-init-specifier-from-resources):
|
|
2004 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
2005 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
2006 * x-mouse.el (x-init-pointer-shape):
|
|
2007 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
2008 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
2009 rather than errors on bogus arguments.
|
|
2010
|
|
2011 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
2012
|
|
2013 * compat.el: new file. provides a clean, non-intrusive way to
|
|
2014 define compatibility functions.
|
|
2015
|
|
2016 * process.el (shell-quote-argument): temporary fix for lack
|
|
2017 of nt-quote-process-args. #### I need to put back the overall
|
|
2018 structure of that mechanism but redo the guts of it using the
|
|
2019 extra intelligence in the C code.
|
|
2020
|
|
2021 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2022
|
|
2023 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
2024 `package-get' does in package-get.el, instead of using external
|
|
2025 "md5sum" program.
|
|
2026
|
|
2027 * package-get.el (package-get): Insert package file literally to
|
|
2028 make checksum calculation work.
|
|
2029
|
|
2030 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2031
|
|
2032 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
2033 (file-coding-system-alist): Removed reference to
|
|
2034 convert-mbox-coding-system.
|
|
2035
|
|
2036 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
2037
|
|
2038 * XEmacs 21.2.34 is released.
|
|
2039
|
|
2040 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2041
|
|
2042 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
2043
|
|
2044 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2045
|
|
2046 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
2047 and fboundp
|
|
2048
|
|
2049 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2050
|
|
2051 * packages.el: It's ok to use built-in macros, but not lisp
|
|
2052 defined ones.
|
|
2053
|
|
2054 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
2055
|
|
2056 * font-lock.el:
|
|
2057 * font-lock.el (font-lock-message-threshold):
|
|
2058 * font-lock.el (font-lock-mode):
|
|
2059 * font-lock.el (font-lock-default-fontify-buffer):
|
|
2060 * font-lock.el (font-lock-always-fontify-immediately):
|
|
2061 * font-lock.el (font-lock-old-extent): Removed.
|
|
2062 * font-lock.el (font-lock-old-len): Removed.
|
|
2063 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
2064 * font-lock.el (font-lock-pending-extent-table): New.
|
|
2065 * font-lock.el (font-lock-range-table): New.
|
|
2066 * font-lock.el (font-lock-after-change-function):
|
|
2067 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
2068 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
2069 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
2070 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
2071 Rewrite deferral code to handle any number of changes, merging
|
|
2072 them properly. Remove hacked-up code for revert-buffer, now
|
|
2073 unnecessary.
|
444
|
2074
|
442
|
2075 * menubar-items.el (default-menubar):
|
|
2076 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
2077 unless necessary; doing this turns off font-lock.
|
|
2078
|
|
2079 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2080
|
|
2081 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
2082
|
|
2083 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2084
|
|
2085 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
2086 matching to process -*-texinfo-*- -*-.
|
|
2087
|
|
2088 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
2089
|
|
2090 * minibuf.el (minibuf-directory-files): new function.
|
|
2091 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
2092 (read-directory-name-internal): ditto.
|
|
2093 (mouse-file-display-completion-list): ditto.
|
|
2094 (mouse-directory-display-completion-list): ditto.
|
|
2095 (read-file-name-internal): remove "./" from completion list unless
|
|
2096 explicitly matched, for consistency.
|
|
2097
|
|
2098 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
2099
|
|
2100 * gutter-items.el (gutter-buffers-tab):
|
|
2101 * gutter-items.el (add-tab-to-gutter):
|
|
2102 * gutter-items.el (update-tab-in-gutter):
|
|
2103 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
2104 * gutter-items.el (append-progress-display):
|
|
2105 * gutter-items.el (abort-progress-display):
|
|
2106 * gutter-items.el (raw-append-progress-display):
|
|
2107 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
2108 to fix problems with multiple windows in a frame.
|
444
|
2109
|
442
|
2110 * menubar-items.el (tutorials-menu-filter):
|
|
2111 Fix typo.
|
444
|
2112
|
442
|
2113 * startup.el (early-error-handler):
|
|
2114 Display message box under windows; otherwise, message will disappear
|
|
2115 before it can be viewed.
|
444
|
2116
|
442
|
2117 * update-elc.el:
|
|
2118 Fix bug in NEEDTODUMP processing.
|
|
2119
|
|
2120 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2121
|
|
2122 * startup.el (lock-directory): Removed.
|
|
2123 (superlock-file): Ditto.
|
|
2124 (startup-set-paths): Remove lockdir.
|
|
2125 (startup-setup-paths-warning): Remove lock-directory.
|
|
2126
|
|
2127 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
2128 (paths-find-superlock-file): Ditto.
|
|
2129
|
|
2130 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2131
|
|
2132 * faces.el (set-face-property):
|
|
2133 * faces.el (set-face-font):
|
|
2134 * faces.el (set-face-foreground):
|
|
2135 * faces.el (set-face-background):
|
|
2136 * faces.el (set-face-background-pixmap):
|
|
2137 * faces.el (set-face-underline-p):
|
|
2138 * faces.el (set-face-strikethru-p):
|
|
2139 * faces.el (set-face-highlight-p):
|
|
2140 * faces.el (set-face-dim-p):
|
|
2141 * faces.el (set-face-blinking-p):
|
|
2142 * faces.el (set-face-reverse-p):
|
|
2143 doc string changes.
|
444
|
2144
|
442
|
2145 * glyphs.el:
|
|
2146 * glyphs.el (make-image-specifier):
|
|
2147 * glyphs.el (glyph-property):
|
|
2148 * glyphs.el (set-glyph-image):
|
|
2149 * glyphs.el (make-glyph):
|
|
2150 * glyphs.el (make-pointer-glyph):
|
|
2151 * glyphs.el (make-icon-glyph):
|
|
2152 * glyphs.el (widget-image-instance-p): New.
|
|
2153 authorship info, lots of doc changes. New predicate, inadvertently
|
|
2154 omitted. the general principle with specifier docs is now that
|
|
2155 the description of instantiators should go with the make-foo-specifier
|
|
2156 fun's doc string, rather than in foo-specifier-p. this follows
|
|
2157 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
2158 of a place to look. sometimes the make-foo-specifier function needs
|
|
2159 to be created in the process.
|
444
|
2160
|
442
|
2161 * gutter.el:
|
|
2162 * gutter.el (make-gutter-specifier): New.
|
|
2163 * gutter.el (make-gutter-size-specifier): New.
|
|
2164 * gutter.el (make-gutter-visible-specifier): New.
|
|
2165 specifier doc updates according to the conventions specified before.
|
|
2166
|
|
2167 * objects.el:
|
|
2168 * objects.el (make-font-specifier):
|
|
2169 * objects.el (make-color-specifier):
|
|
2170 * objects.el (make-face-boolean-specifier): New.
|
|
2171 specifier doc updates according to the conventions specified before.
|
|
2172
|
|
2173 * specifier.el:
|
|
2174 * specifier.el (set-specifier):
|
|
2175 * specifier.el (make-integer-specifier): New.
|
|
2176 * specifier.el (make-boolean-specifier): New.
|
|
2177 * specifier.el (make-natnum-specifier): New.
|
|
2178 * specifier.el (make-generic-specifier): New.
|
|
2179 * specifier.el (make-display-table-specifier): New.
|
|
2180 specifier doc updates according to the conventions specified before.
|
|
2181
|
|
2182 * toolbar.el:
|
|
2183 * toolbar.el (make-toolbar-specifier): New.
|
|
2184 specifier doc updates according to the conventions specified before.
|
|
2185
|
|
2186 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2187
|
|
2188 * process.el (call-process-internal): Revert to previous version
|
|
2189 because Mike's change clashed with a change I did not long before.
|
|
2190 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
2191 Thanks very much Mike for pointing out the bug and submitting a
|
|
2192 patch!
|
|
2193
|
|
2194 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
2195
|
|
2196 * process.el (call-process-internal): Send the correct input buffer
|
|
2197 (call-process-internal): Return the exit status of the process
|
|
2198
|
|
2199 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2200
|
|
2201 * winnt.el:
|
|
2202 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
2203 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
2204 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
2205 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
2206 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
2207 * winnt.el (nt-quote-process-args): Removed.
|
|
2208 Remove all stuff for argument quoting. We borrow the code instead
|
|
2209 from Emacs 20.6, which is much more careful in its quoting
|
|
2210 (e.g. in handling runs of the escape character) and avoids most of
|
|
2211 the need for this Lisp mechanism by checking to see whether we're
|
|
2212 running a Cygwin or normal program and doing the appropriate
|
|
2213 quoting. If we end up needing such a mechanism, we should add
|
|
2214 it by extending the variable `mswindows-quote-process-args' so it
|
|
2215 can take an alist of regexps.
|
|
2216
|
|
2217 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2218
|
|
2219 * keydefs.el:
|
|
2220 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
2221 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
2222 the window without moving point.
|
444
|
2223
|
442
|
2224 * simple.el:
|
|
2225 * simple.el (scroll-up-one): New.
|
|
2226 * simple.el (scroll-down-one): New.
|
|
2227 Functions for use with C-M-up/down.
|
|
2228
|
|
2229 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
2230
|
|
2231 * XEmacs 21.2.33 is released.
|
|
2232
|
|
2233 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
2234
|
444
|
2235 * dialog.el (yes-or-no-p-dialog-box):
|
442
|
2236 Fix docstring.
|
444
|
2237 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
442
|
2238 1. Visit two files in two different frames.
|
|
2239 2. do File->Revert Buffer in one of those frames.
|
|
2240 3. Dialog box appears.
|
|
2241 4. Arrange things so that the mouse passes over the *other*
|
|
2242 frame, then to the dialog box, and click on "Yes".
|
|
2243 5. The file contents end up in the *wrong* buffer!
|
|
2244 Add TODO comment.
|
444
|
2245
|
442
|
2246 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2247
|
|
2248 * help.el (describe-installation): correct typo introduced
|
|
2249 in last patch: boundp -> fboundp.
|
|
2250
|
|
2251 * etags.el (buffer-tag-table-list):
|
|
2252 canonicalize filenames to Unix format so that tag-table-alist
|
|
2253 searching works under Windows.
|
444
|
2254
|
442
|
2255 * autoload.el:
|
|
2256 Bowdlerize the supposedly objectionable words
|
|
2257 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
444
|
2258
|
442
|
2259 * gutter-items.el (set-progress-display-style):
|
|
2260 * gutter-items.el (search-dialog-callback):
|
|
2261 * gutter-items.el (make-search-dialog):
|
|
2262 Change to new callback-ex api.
|
|
2263
|
|
2264 2000-04-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
2265
|
|
2266 * help.el: (describe-installation): decode-coding-string is not
|
|
2267 defined in a non MULE environment.
|
|
2268
|
|
2269 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2270
|
|
2271 * gutter-items.el (buffer-list-changed-hook):
|
|
2272 use it, not record-buffer-hook.
|
|
2273
|
|
2274 * subr.el (record-buffer-hook): Removed.
|
|
2275
|
|
2276 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
2277
|
|
2278 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
2279 use NORECORD option. Andy will not like this, but the existing
|
|
2280 gutter behavior is just wrong, as per this comment:
|
|
2281
|
|
2282 ;; this used to add the norecord flag to both calls below.
|
|
2283 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
2284 ;; that the current buffer is at the front of the buffers list.
|
|
2285 ;; for example, select an item and then do M-C-l
|
|
2286 ;; (switch-to-other-buffer). Things get way confused.
|
|
2287 ;;
|
|
2288 ;; Andy, if you want to maintain the current look, you must
|
|
2289 ;; *uncouple* the gutter order and buffers order.
|
|
2290
|
|
2291 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
2292
|
|
2293 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
2294 xemacs.mak.
|
|
2295
|
|
2296 * autoload.el (batch-update-one-directory): new function, used in
|
|
2297 xemacs.mak.
|
|
2298
|
|
2299 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
2300 loadup during update-elc is much much much faster. also do this
|
|
2301 when quick-building.
|
|
2302
|
|
2303 add commented-out code for profiling loadup.
|
444
|
2304
|
442
|
2305
|
|
2306 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
2307 is required in order to build xemacs.
|
|
2308
|
|
2309 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
2310
|
|
2311 * loadup.el: don't garbage collect during loadup if quick-build
|
|
2312 compile-time option is set.
|
|
2313
|
|
2314 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
2315
|
|
2316 * update-elc.el: compute whether any dumped .el or .elc files
|
|
2317 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
2318 if so.
|
444
|
2319
|
442
|
2320 * update-elc.el (update-elc-files-to-compile): always change
|
|
2321 NOBYTECOMPILE in the src directory rather than current dir,
|
|
2322 so it will work under NT.
|
|
2323
|
|
2324 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
2325 the form of this file is identical between Unix and Windows.
|
|
2326 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
2327 Added comment.
|
|
2328 (update-autoloads-from-directory): updated doc string.
|
|
2329 updated doc strings in a few other places.
|
|
2330
|
|
2331 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2332
|
|
2333 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
2334 byte-recompile-directory.
|
|
2335
|
|
2336 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2337
|
|
2338 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
2339 add-one-shot-hook.
|
|
2340 * gutter-items.el (clear-progress-display): Adjust number of
|
|
2341 arguments.
|
|
2342
|
|
2343 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2344
|
|
2345 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
2346
|
|
2347 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
2348
|
|
2349 * printer.el: New file.
|
444
|
2350
|
442
|
2351 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
444
|
2352
|
442
|
2353 * help.el (describe-installation): Fix decoding for Windows.
|
444
|
2354
|
442
|
2355 * menubar-items.el:
|
|
2356 * menubar-items.el (default-menubar):
|
|
2357 * menubar-items.el (tutorials-menu-filter): New.
|
|
2358 * menubar-items.el (popup-menubar-menu):
|
|
2359 Add authorship. Redo Help menu and Tutorials filter.
|
444
|
2360
|
442
|
2361 * menubar.el: Correct comment.
|
444
|
2362
|
442
|
2363 * modeline.el (modeline-buffer-identification): Correct doc string.
|
444
|
2364
|
442
|
2365 * simple.el:
|
|
2366 * simple.el (printing): Removed.
|
|
2367 * simple.el (printer-name): Removed.
|
|
2368 * simple.el (generic-print-buffer): Removed.
|
|
2369 * simple.el (generic-print-region): Removed.
|
|
2370 Move generic print code to printer.el.
|
|
2371
|
|
2372 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
2373
|
|
2374 * simple.el (generic-print-region): New.
|
|
2375 make this function actually work.
|
|
2376 (generic-print-buffer): call generic-print-region.
|
|
2377
|
|
2378 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
2379
|
|
2380 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
2381 by using the new widget-callback-current-channel.
|
|
2382 (search-dialog-callback): ditto.
|
|
2383
|
|
2384 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
2385
|
|
2386 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
2387 (default-gutter-position-changed-hook): ditto.
|
|
2388 (gutter-element-visibility-changed-hook): ditto.
|
|
2389 (set-gutter-element): ditto.
|
|
2390 (remove-gutter-element): ditto.
|
444
|
2391 (set-gutter-element-visible-p): ditto.
|
442
|
2392 (gutter-element-visible-p): ditto.
|
|
2393 (init-gutter): ditto.
|
|
2394
|
|
2395 * dialog.el (make-dialog-box): renamed and moved from
|
|
2396 gutter-items.el
|
|
2397
|
|
2398 * gutter-items.el: move various functions elsewhere.
|
|
2399
|
|
2400 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2401
|
|
2402 * menubar-items.el: Fixed place of parenthesis.
|
|
2403
|
|
2404 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
2405
|
|
2406 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
2407 without constantly being prompted for the tag.
|
|
2408 * simple.el: Added a number of section headings, to clarify the
|
|
2409 organization of this file.
|
444
|
2410 * simple.el (activate-region):
|
|
2411 * simple.el (region-exists-p):
|
|
2412 * simple.el (region-active-p):
|
442
|
2413 Moved these three function down to the other side of
|
|
2414 the case-changing functions, so they join the rest of
|
|
2415 the region code.
|
|
2416 * simple.el (printing): New.
|
|
2417 * simple.el (printer-name): New.
|
|
2418 * simple.el (generic-print-buffer): New.
|
|
2419 New functions, a very simple prototype for a unified
|
|
2420 printing interface.
|
444
|
2421
|
442
|
2422 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
2423 other problems with BUFFER specs.
|
444
|
2424
|
442
|
2425 * menubar-items.el:
|
|
2426 Fixed up File->Print to use new printing functions.
|
|
2427 Various corrections and expansions to Grep/Compile menus.
|
|
2428 New options for Printing.
|
|
2429 New options for SMTP Mail, the way to send mail under
|
|
2430 MS Windows. (There's also a package patch to make SMTP
|
|
2431 Mail be the default under MSWin.)
|
|
2432
|
|
2433 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
2434
|
|
2435 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
2436 did not work. Needed to quote mouse-track-rectangle-p.
|
|
2437
|
|
2438 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2439
|
|
2440 * cl-compat.el (keywordp): Removed.
|
|
2441
|
|
2442 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
2443
|
|
2444 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
2445 (progress-gauge-glyph): use dynamic sizing.
|
|
2446 (set-progress-display-style): new function. Set progress glyphs
|
|
2447 appropriately depending on the style.
|
|
2448 (progress-display-style): new variable. Custom version of
|
|
2449 set-progress-display-style.
|
|
2450 (progress-abort-glyph): switch to dynamic sizes.
|
|
2451 (search-dialog-text): make the edit field active.
|
|
2452
|
|
2453 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
2454
|
|
2455 * gutter-items.el (make-search-dialog): need to make the search
|
|
2456 dialog visible after creation.
|
|
2457
|
|
2458 * menubar-items.el (default-menubar): use the search dialog for
|
|
2459 searching. Remove some extraneous search menu items.
|
|
2460
|
|
2461 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
2462 well as strings.
|
|
2463 (make-gutter-only-dialog-frame): allow the user to create the
|
|
2464 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
2465 (search-dialog-direction): new variable.
|
|
2466 (search-dialog-text): new variable.
|
|
2467 (search-dialog-callback): new function. Callback for the search
|
|
2468 dialog action.
|
|
2469 (make-search-dialog): new function. Create a user-friendly search
|
|
2470 dialog.
|
|
2471
|
|
2472 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2473
|
|
2474 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
2475 under Windows.
|
|
2476
|
|
2477 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
2478
|
|
2479 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
2480 progress more accurately.
|
|
2481
|
|
2482 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
2483
|
|
2484 * finder.el (finder-compile-keywords): Process readable files only.
|
|
2485 Because error in process of .#finder-inf.el when compile xemacs
|
|
2486 with --with-clash-detection option.
|
|
2487
|
|
2488 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
2489
|
|
2490 * gutter-items.el (append-progress-display): don't delay after a
|
|
2491 successful font-lock.
|
|
2492 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
2493 create gutter-only dialogs.
|
|
2494
|
|
2495 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
2496
|
|
2497 * process.el (call-process-internal): Handle a null BUFFER
|
|
2498 parameter correctly.
|
|
2499
|
|
2500 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
2501
|
|
2502 * gutter-items.el (abort-progress-display): put strings in the
|
|
2503 gutter not extents.
|
|
2504 (progress-layout-glyph): signal special 'quit callback.
|
|
2505 (progress-display-quit-function): deleted.
|
|
2506 (progress-display-stop-callback): deleted.
|
|
2507 (progress-display-dispatch-command-events): deleted.
|
|
2508 (append-progress-display): remove calls to
|
|
2509 progress-display-dispatch-command-events.
|
|
2510 (raw-append-progress-display): ditto.
|
|
2511
|
|
2512 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2513
|
|
2514 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
2515 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
2516 an error predicate. Correctly handle PIXMAP being either relative
|
|
2517 or absolute file name.
|
|
2518
|
|
2519 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
2520
|
|
2521 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
2522 (abort-progress-display): ditto. Don't delete the created extent.
|
|
2523 (raw-append-progress-display): ditto.
|
|
2524 (progress-display-dispatch-non-command-events): new
|
|
2525 function. Encapsulates what we want to do when no command input is
|
|
2526 required.
|
|
2527 (progress-display-dispatch-command-events): likewise, but disable
|
|
2528 for now since it causes too many problems.
|
|
2529 (append-progress-display): use them.
|
|
2530 (raw-append-progress-display): ditto.
|
|
2531 (default-gutter-position-changed-hook): set this rather than
|
|
2532 default-gutter-position-changed.
|
|
2533 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
2534 rather than one.
|
|
2535 (raw-append-progress-display): trap errors in pending input since
|
|
2536 allowing them to signal will hose the gauge well and
|
|
2537 truly. Ideally we would like to delay these until we are more able
|
|
2538 to cope.
|
|
2539 (append-progress-display): ditto.
|
|
2540
|
|
2541 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
444
|
2542
|
442
|
2543 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
2544 in process.el.
|
|
2545
|
|
2546 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2547
|
444
|
2548 * mule\mule-cmds.el (set-language-info-alist):
|
442
|
2549 Fix to correspond to new menu arrangement.
|
|
2550
|
|
2551 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2552
|
|
2553 * process.el:
|
|
2554 * process.el (call-process-internal): New.
|
|
2555 New implementation of call-process. Only enabled under NT, so far.
|
|
2556 stderr handling not implemented yet in CVS'd C code.
|
|
2557
|
|
2558 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
2559
|
|
2560 * lisp-mode.el:
|
|
2561 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
2562 * lisp-mode.el (lisp-interaction-mode):
|
|
2563 Put back Lisp Interaction menubar for Jan V's sake.
|
444
|
2564
|
442
|
2565 * simple.el:
|
|
2566 * simple.el (mark-ring):
|
|
2567 * simple.el (dont-record-current-mark): New.
|
|
2568 * simple.el (in-shifted-motion-command): New.
|
|
2569 * simple.el (mark-ring-unrecorded-commands): New.
|
|
2570 * simple.el (mark-ring-max):
|
|
2571 * simple.el (set-mark-command):
|
|
2572 * simple.el (push-mark):
|
|
2573 * simple.el (handle-pre-motion-command):
|
|
2574 Implement scheme for not recording unimportant marks.
|
444
|
2575
|
442
|
2576 * subr.el:
|
|
2577 * subr.el (function-allows-args): New.
|
|
2578 New function function-allows-args.
|
|
2579
|
|
2580 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
2581
|
|
2582 * XEmacs 21.2.32 is released.
|
|
2583
|
|
2584 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
2585
|
|
2586 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
2587 selected-window if required to do so.
|
|
2588 (buffers-tab-items): ditto.
|
|
2589 (add-tab-to-gutter): ditto.
|
|
2590 (create-frame-hook): use force-selection.
|
|
2591 (default-gutter-position-changed): lambdify.
|
|
2592 (update-tab-hook): deleted since it was only used in one place.
|
|
2593
|
|
2594 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
2595
|
|
2596 * files.el (find-file-noselect): undo change that shouldn't have
|
|
2597 gone in.
|
|
2598
|
|
2599 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
2600
|
|
2601 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
2602 of selected-window trickery.
|
|
2603
|
|
2604 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
2605 frames tabs.
|
|
2606 (progress-display-stop-callback): progress -> progress-display
|
|
2607 (progress-display-quit-function): ditto.
|
|
2608 (clear-progress-display): ditto.
|
|
2609 (remove-progress-display): ditto.
|
|
2610 (append-progress-display): ditto.
|
|
2611 (abort-progress-display): ditto.
|
|
2612 (raw-append-progress-display): ditto.
|
|
2613 (display-progress-display): ditto.
|
|
2614 (current-progress-display-label): ditto.
|
|
2615 (current-progress-display): ditto.
|
|
2616 (lprogress-display): ditto and save the buffer
|
|
2617 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
2618 changed which confuses font-lock.
|
|
2619
|
|
2620 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
2621 errors, not just quit.
|
|
2622 (font-lock-mode): progress -> display-progress
|
|
2623 (font-lock-default-fontify-buffer): ditto.
|
|
2624 (font-lock-fontify-syntactically-region): ditto.
|
|
2625 (font-lock-fontify-keywords-region): ditto.
|
|
2626
|
|
2627 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2628
|
|
2629 * cl.el (gensym): Move to here from cl-macs.el.
|
|
2630 (gentemp): Ditto.
|
|
2631
|
|
2632 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
2633
|
|
2634 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
2635 progress management.
|
|
2636 (font-lock-default-fontify-buffer): ditto.
|
|
2637 (font-lock-fontify-syntactically-region): ditto.
|
|
2638 (font-lock-fontify-keywords-region): ditto.
|
|
2639 (font-lock-revert-cleanup): fix reverting.
|
|
2640 (font-lock-revert-setup): ditto.
|
|
2641
|
|
2642 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
2643 echo area for progress gauges if non-nil.
|
|
2644 (clear-progress): remove echo area stuff and defer to
|
|
2645 clear-message.
|
|
2646 (append-progress): dispatch non-command events after each progress
|
|
2647 increment. Remove echo area stuff.
|
|
2648 (abort-progress): remove echo area stuff and defer to
|
|
2649 display-message.
|
|
2650 (raw-append-progress): ditto. Dispatch non-command events after
|
|
2651 gutter redisplay.
|
|
2652 (display-progress): defer echo area stuff to display-message.
|
|
2653
|
|
2654 * gutter-items.el (clear-progress):
|
|
2655 (abort-progress): indentation changes.
|
|
2656 (display-progress): don't clear progress.
|
|
2657 (append-progress): compare messages with equal.
|
|
2658 (raw-append-progress): use dispatch-non-command-events to flush
|
|
2659 widget creation events.
|
|
2660
|
|
2661 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
2662
|
|
2663 * abbrev.el:
|
|
2664 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
2665 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
2666 Changes for use with the menubar.
|
|
2667
|
|
2668 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
2669
|
|
2670 * alist.el (vassoc): moved here from font-menu.el.
|
|
2671
|
|
2672 * custom.el (defface): typo fix.
|
|
2673
|
|
2674 * dialog.el (yes-or-no-p-dialog-box):
|
|
2675 * dialog.el (message-box):
|
|
2676 * files.el (save-some-buffers-1):
|
|
2677 Put accelerators in the button names.
|
|
2678
|
|
2679 * font-lock.el (font-lock-comment-face):
|
|
2680 * font-lock.el (font-lock-keyword-face):
|
|
2681 * font-lock.el (font-lock-function-name-face):
|
|
2682 Fixed some of the colors under MS Windows because the existing
|
|
2683 default colors were hardly different from black and needed to be
|
|
2684 made lighter.
|
|
2685
|
|
2686 * font-menu.el:
|
|
2687 * font-menu.el (font-menu-split-long-menu):
|
|
2688 * font-menu.el (font-menu-family-constructor):
|
|
2689 * font-menu.el (font-menu-size-constructor):
|
|
2690 * font-menu.el (font-menu-weight-constructor):
|
|
2691 * font-menu.el (font-menu-set-font):
|
|
2692 vassoc moved to alist.el.
|
|
2693 Accelerators added to all menus.
|
|
2694 Unused bound var new-props removed.
|
444
|
2695
|
442
|
2696 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
2697 more consistent order and fixed a number of cases where key
|
|
2698 combinations involving up, down, left, right and so on were
|
|
2699 defined but the corresponding keypad combinations were not
|
444
|
2700 defined.
|
442
|
2701
|
|
2702 * lisp-mode.el:
|
|
2703 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
2704 * lisp-mode.el (emacs-lisp-mode):
|
|
2705 * lisp-mode.el (lisp-interaction-mode):
|
|
2706 * lisp-mode.el (flet):
|
|
2707 Added accelerators onto the menus.
|
|
2708 Made all the different versions of the let function be indented
|
|
2709 the same way.
|
|
2710 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
2711 to have the menubar and popup menus different.
|
|
2712 Cleaned up the menu; added items for find-function &c and some
|
|
2713 indenting, and removed debug-on-*.
|
|
2714
|
|
2715 * list-mode.el (list-mode-hook):
|
|
2716 * list-mode.el (list-mode):
|
|
2717 * list-mode.el (completion-setup-hook):
|
|
2718 * list-mode.el (display-completion-list):
|
|
2719 Added support for the :window-height keyword, which is required
|
|
2720 because of other changes that I made for the file dialog box. I
|
|
2721 also made the hook variables list-mode-hook and
|
|
2722 completion-setup-hook and also minibuffer-setup-hook in
|
|
2723 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
2724
|
|
2725 * map-ynp.el (map-y-or-n-p):
|
|
2726 Added accelerators to the dialog buttons.
|
|
2727
|
|
2728 * menubar-items.el (menu-truncate-list):
|
|
2729 New internal function.
|
|
2730 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
2731 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
2732 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
2733 New exported functions, for use in auto-generating accelerator specs.
|
|
2734
|
|
2735 * menubar-items.el:
|
|
2736 * menubar-items.el (default-menubar):
|
|
2737 * menubar-items.el (maybe-add-init-button):
|
|
2738 * menubar-items.el (bookmark-menu-filter):
|
|
2739 * menubar-items.el (slow-format-buffers-menu-line):
|
|
2740 * menubar-items.el (build-buffers-menu-internal):
|
|
2741 * menubar-items.el (language-environment-menu-filter):
|
|
2742 * menubar-items.el (default-popup-menu):
|
|
2743 * menubar-items.el (popup-buffer-menu):
|
|
2744 * menubar-items.el (popup-menubar-menu):
|
|
2745 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
2746 done working on the menubar, and there will be more patches to
|
|
2747 come. A basic summary of what I've done:
|
|
2748
|
|
2749 a) I added accelerators to all of the menu items. For menus that
|
|
2750 are auto-generated, such as the buffers menu, the accelerators are
|
|
2751 automatically added to the beginning of each line using the
|
|
2752 numbers 1 through 9, then zero, and then letters starting with A,
|
|
2753 but omitting the letters that are already in use for the fixed
|
|
2754 menu items at the top of the buffers menu. To facilitate adding
|
|
2755 accelerators of this kind, I created some new functions
|
|
2756 (*-accelerator-spec), which are also being used by other filters
|
|
2757 that auto generate lists of things such as ftp sites to download
|
|
2758 packages. If people really don't like these accelerators
|
|
2759 appearing at the beginning of the menu items, a variable can be
|
|
2760 added to optionally turn them off, but I think this is rather
|
|
2761 pointless because other menu items have accelerators and many or
|
|
2762 most of the menu users will use the accelerators if the support is
|
|
2763 there.
|
|
2764
|
|
2765 b) I combined the top level Tools and Apps menus into a single
|
|
2766 Tools menu, because the distinction between the two is not
|
|
2767 obvious, and the items on the menus are not used often enough that
|
444
|
2768 putting some of them onto submenus is a problem.
|
442
|
2769
|
|
2770 c) I created two new top level menus called View and Cmds because
|
|
2771 there were too many items on the File and Edit menus, and I'm going
|
|
2772 to be adding more items to these menus. In contrast to the Tools
|
|
2773 menu, the items on these menus may be used quite often during an
|
|
2774 editing session, and so should be available with fewer
|
444
|
2775 keystrokes.
|
442
|
2776
|
|
2777 d) I added a number of options to the options menu, including one
|
|
2778 for controlling whether the alt key can be used to traverse to
|
|
2779 menu items using the accelerators, one for controlling behavior of
|
|
2780 control-k, one for controlling how the kill and yank functions
|
|
2781 interact with the clipboard, a few additional buffers-menu
|
|
2782 options, and various other things. I also did a bit of
|
|
2783 rearranging, for example, combining the keyboard and mouse options
|
|
2784 into a single keyboard and mouse submenu to facilitate the
|
444
|
2785 accelerators on that level.
|
442
|
2786
|
|
2787 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
2788 to take two arguments instead of one, the second argument being
|
|
2789 the line number for use in creating an accelerator. I added a
|
|
2790 hack to support existing functions with one argument (although I
|
444
|
2791 doubt that very many of these exist), for backward compatibility.
|
442
|
2792
|
|
2793 f) I moved the top level mule menu to be a submenu of the edit
|
|
2794 menu. I think that most of the items on this menu are fairly
|
|
2795 useless and there are certainly not enough frequently used items
|
444
|
2796 to justify this being its own top level menu.
|
442
|
2797
|
|
2798 g) I combined most of the items in big-menubar.el into the main menu.
|
|
2799 If people think the main menu is too big, it would be possible to
|
|
2800 create different configurations, some smaller.
|
|
2801
|
|
2802 * menubar.el (check-menu-syntax):
|
|
2803 Deleted some syntax checks that were no longer valid, partly
|
|
2804 because of changes that were already made a long time ago, and
|
|
2805 partly because of a change I made where I allow the name of the
|
|
2806 menu item to be an evaluated expression rather than just a string,
|
|
2807 similar to all of the other parameters of a menu item.
|
|
2808
|
|
2809 * minibuf.el:
|
|
2810 * minibuf.el (read-file-name-1):
|
|
2811 * minibuf.el (mouse-read-file-name-1):
|
|
2812 I made a number of changes to improve the appearance
|
|
2813 and functioning of the file dialog box. They include:
|
|
2814
|
|
2815 a) Fixing the problem where closing the dialog box by clicking on
|
|
2816 the close button of the window didn't properly exit the
|
444
|
2817 minibuffer.
|
442
|
2818
|
|
2819 b) Fixing the problem that if you typed part of a file name, and
|
|
2820 then clicked on a completion with the mouse, the file was not
|
444
|
2821 correctly selected.
|
442
|
2822
|
|
2823 c) Changing the title of the dialog box to reflect the operation
|
|
2824 being done in accordance with user interface conventions, rather
|
444
|
2825 than the name of the dialog box buffer, which is rather useless.
|
442
|
2826
|
|
2827 d) Remove the words "possible completions are" which didn't
|
444
|
2828 belong.
|
442
|
2829
|
|
2830 e) Fix things so that the completions scroll off the end of the
|
|
2831 completions windows only to the right, rather than both to the
|
|
2832 right and down, which is in accordance with Windows user interface
|
444
|
2833 conventions.
|
442
|
2834
|
|
2835 * msw-init.el (init-post-mswindows-win):
|
|
2836 Added a binding for meta-F4, which is the standard windows binding
|
|
2837 for exiting a program.
|
|
2838
|
|
2839 * select.el (get-selection-no-error):
|
|
2840 * select.el (own-selection):
|
|
2841 * select.el (own-clipboard):
|
|
2842 Added an optional argument called append to the functions
|
|
2843 own-selection and own-clipboard. This adds support for appending
|
|
2844 text to the existing selection and allows the function
|
|
2845 own-clipboard to be used as the value of the variable
|
|
2846 interprogram- cut-function.
|
|
2847
|
|
2848 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
2849
|
|
2850 * simple.el (historical-kill-line): New.
|
|
2851
|
|
2852 * simple.el (kill-line):
|
|
2853 * simple.el (interprogram-cut-function):
|
|
2854 * simple.el (interprogram-paste-function):
|
|
2855 * simple.el (handle-pre-motion-command):
|
|
2856 * simple.el (next-line):
|
|
2857 * simple.el (previous-line):
|
|
2858 a) Expanded the variable kill-whole-line, so that function
|
|
2859 kill-line can be set to delete the entire line always, not just
|
|
2860 when cursor is at the beginning of the line. This is controlled
|
|
2861 by setting the variable kill-whole-line to the symbol 'always.
|
|
2862 This behavior, as well as the existing kill-whole-line behavior,
|
|
2863 now only take effect when kill-line is called interactively,
|
|
2864 although this is a departure from a previous behavior in the case
|
|
2865 of setting this variable kill-whole-line to t. It is almost
|
|
2866 certainly what has always been intended, and most likely the old
|
|
2867 way of doing things introduced bugs. I also created a function
|
|
2868 called historical-kill-line, which ignores the kill-whole-line
|
|
2869 setting and always gives the historical behavior of only killing
|
|
2870 to the end of the line. I bound this function to shift- control-k
|
|
2871 so that the kill to end of line behavior is available, even when
|
|
2872 kill-whole-line has been set to change control-k into the simple
|
|
2873 delete-whole-line behavior. (This can be set using the options
|
|
2874 menu.)
|
|
2875
|
|
2876 b) I changed things so that kill and yank now interact with the
|
|
2877 clipboard by default under windows. This was done by changing the
|
|
2878 default value of interprogram-cut- function and
|
|
2879 interprogram-paste-function. You can get the old behavior by
|
|
2880 setting these to nil, and there is an option on the options menu
|
|
2881 to do this.
|
|
2882
|
|
2883 c) I added support for selecting text using shifted motion keys.
|
|
2884 This support is on by default and can be controlled by the
|
|
2885 variable shifted-motion-keys-select-region. There is also a
|
|
2886 variable called unshifted-motion-keys-deselect-region that
|
|
2887 controls more specifically how the shifted motion key behavior
|
|
2888 works. I did not put an option on the options menu to turn this
|
|
2889 off, because I can't imagine why this would be useful.
|
|
2890
|
|
2891 * simple.el (forward-block-of-lines):
|
|
2892 * simple.el (backward-block-of-lines):
|
|
2893 * simple.el (block-movement-size):
|
|
2894 New.
|
|
2895
|
|
2896 * simple.el (uncapitalized-title-words):
|
|
2897 * simple.el (uncapitalized-title-word-regexp):
|
|
2898 * simple.el (capitalize-string-as-title):
|
|
2899 * simple.el (capitalize-region-as-title):
|
|
2900 New.
|
444
|
2901
|
442
|
2902
|
|
2903 * subr.el (add-hook):
|
|
2904 * subr.el (make-local-hook): New.
|
|
2905 * subr.el (remove-local-hook): New.
|
|
2906 * subr.el (add-one-shot-hook): New.
|
|
2907 * subr.el (add-local-one-shot-hook): New.
|
|
2908 Added some functions to make using hooks easier.
|
|
2909 These include:
|
|
2910
|
|
2911 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
2912 to use local hooks.
|
|
2913
|
|
2914 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
2915 make it possible to add a "one-shot" hook, which is to say a hook
|
|
2916 that runs only once, and automatically removes itself after the
|
|
2917 first time it has run.
|
|
2918
|
|
2919 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
2920
|
|
2921 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
2922
|
|
2923 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2924
|
|
2925 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
2926 Moved from menubar-items.el.
|
|
2927 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
2928
|
|
2929 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
2930
|
|
2931 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
2932 to buffers tab spec.
|
|
2933
|
|
2934 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2935
|
|
2936 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
2937
|
|
2938 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
2939
|
|
2940 * startup.el (command-line-1): remove unused variable
|
|
2941 `first-file-buffer'.
|
|
2942
|
|
2943 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2944
|
|
2945 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
2946 which is also used for Web server log files.
|
|
2947
|
|
2948 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
2949
|
|
2950 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
2951
|
|
2952 2000-03-02 SL Baur <steve@beopen.com>
|
|
2953
|
|
2954 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
2955 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
2956 non-deletion of buffer after execution problem.
|
|
2957 (with-output-to-string): Use unique buffer name.
|
|
2958
|
|
2959 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2960
|
|
2961 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
2962 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
2963
|
|
2964 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2965
|
|
2966 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
2967
|
|
2968 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
2969
|
|
2970 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
2971 .emacs" button from all menubars.
|
|
2972
|
|
2973 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
2974
|
|
2975 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
2976 region rectangle replacement (from Jan Vroonhof).
|
|
2977 (replace-rectangle): new function.
|
|
2978
|
|
2979 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2980
|
|
2981 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
2982 set-terminal-coding-system and set-keyboard-coding-system.
|
|
2983 * coding.el (set-terminal-coding-system): Use
|
|
2984 set-console-tty-output-coding-system.
|
|
2985 (set-keyboard-coding-system): Use
|
|
2986 set-console-tty-input-coding-system.
|
|
2987
|
|
2988 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2989
|
|
2990 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
2991
|
|
2992 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
2993
|
|
2994 * gutter-items.el (update-tab-hook): new function to be used for
|
|
2995 hooks.
|
|
2996 (create-frame-hook): add update-tab-hook.
|
|
2997 (record-buffer-hook): ditto.
|
|
2998 (default-gutter-position-changed): ditto.
|
|
2999 (default-gutter-position): updating the buffers tab is now handled
|
|
3000 by a hook.
|
|
3001 (default-gutter-position-changed-hook): new variable.
|
|
3002 (gutter-element-visibility-changed-hook): ditto.
|
|
3003 (set-gutter-element-visible-p): call it.
|
|
3004 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
3005 as duplicable before using.
|
|
3006 (remove-gutter-element): ditto.
|
|
3007 (set-gutter-element-visible-p): ditto.
|
|
3008 (init-gutter): new function.
|
|
3009 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
3010 setting specifiers directly.
|
|
3011 (clear-progress): ditto.
|
|
3012 (abort-progress): ditto.
|
|
3013 (gutter-buffers-tab-visible-p): renamed from
|
|
3014 default-gutter-visible-p
|
|
3015
|
|
3016 * specifier.el (modify-specifier-instances): new function from Jan
|
|
3017 Vroonhof.
|
|
3018
|
|
3019 * x-init.el (init-post-x-win): call init-gutter.
|
|
3020
|
|
3021 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
3022
|
|
3023 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
3024 variables.
|
|
3025
|
|
3026 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
3027
|
|
3028 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
3029 elements to the specified gutter.
|
|
3030 (remove-gutter-element): new function. Remove gutter elements from
|
|
3031 the specified gutter.
|
|
3032 (set-gutter-element-visible-p): new function. Set gutter element
|
|
3033 visibility for the provided gutter-visible specifier.
|
|
3034
|
|
3035 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
3036
|
|
3037 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
3038 dynamically.
|
|
3039
|
|
3040 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
3041
|
|
3042 * gutter-items.el (add-tab-to-gutter):
|
|
3043 * package-get.el (package-get-interactive-package-query):
|
|
3044 * package-ui.el (pui-directory-exists):
|
|
3045 (pui-install-selected-packages):
|
|
3046 (pui-list-packages):
|
|
3047 Use #'(lambda ...) instead of '(lambda ...).
|
|
3048
|
|
3049 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
3050
|
|
3051 * startup.el (load-user-init-file): Check to make sure user
|
|
3052 has an init-file before calling load().
|
|
3053
|
|
3054 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3055
|
|
3056 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
3057
|
|
3058 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
3059
|
|
3060 * XEmacs 21.2.31 is released.
|
|
3061
|
|
3062 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
3063
|
|
3064 * loadup.el (really-early-error-handler):
|
|
3065 * update-elc.el:
|
|
3066 * make-docfile.el:
|
|
3067 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
3068
|
|
3069 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
3070
|
|
3071 * XEmacs 21.2.30 is released.
|
|
3072
|
|
3073 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
3074
|
|
3075 * byte-optimize.el (byte-optimize-plus):
|
|
3076 (byte-optimize-minus):
|
|
3077 (byte-optimize-multiply):
|
|
3078 Optimize (- 0) to 0, not (-)
|
|
3079 Optimize (+ 5 3.0) to 8.0
|
|
3080 Optimize (* 5 3.0) to 15.0
|
|
3081 Improve readability.
|
|
3082
|
|
3083 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3084
|
|
3085 * modeline.el: (modeline-scrolling-method): change modeline
|
|
3086 mswindows cursor appearance according to the value.
|
|
3087
|
|
3088 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
3089 and 'gui-element face colors and 'gui-element face font to Windows
|
|
3090 defaults.
|
|
3091
|
|
3092 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
3093
|
|
3094 * font-lock.el: Javadoc enhancements
|
|
3095
|
|
3096 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3097
|
|
3098 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
3099 (ldap-verbose): New option
|
|
3100 (ldap-search-entries): Renamed from the previous ldap-search
|
|
3101 Conditionalize message display on ldap-verbose
|
|
3102 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
3103 defuns
|
|
3104 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
3105 ldap-search-basic or ldap-search-entries
|
|
3106
|
|
3107
|
|
3108 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
3109 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
3110 Jan Vroonhof <jan@xemacs.org>
|
|
3111
|
|
3112 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
3113 When for-effect is true, didn't call `byte-optimize-form'
|
|
3114 in and/or subforms without last.
|
|
3115
|
|
3116 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3117
|
|
3118 * package-get.el (package-get-download-sites): Use correct custom
|
|
3119 type.
|
|
3120
|
|
3121 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3122
|
|
3123 * files.el (write-file): Ask for coding system when compiled with
|
|
3124 file-coding.
|
|
3125
|
|
3126 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
3127
|
|
3128 * buffer.el (switch-to-buffer): give norecord argument to
|
|
3129 set-window-buffer instead of explicitly recording.
|
|
3130
|
|
3131 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
3132 we have to pick a window.
|
|
3133
|
|
3134 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3135
|
|
3136 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
3137 unexist function to help-map.
|
|
3138 (describe-coding-system): Don't use already assigend `C'.
|
|
3139
|
|
3140 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3141
|
|
3142 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
3143 work in custom.
|
|
3144
|
|
3145 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
3146
|
|
3147 * about.el: Ienaga's e-mail address change.
|
|
3148
|
|
3149 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
3150
|
|
3151 * etags.el (find-tag): force new window -- even if buf already
|
|
3152 visible -- when other-window is t
|
|
3153
|
|
3154 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
3155
|
|
3156 * XEmacs 21.2.29 is released.
|
|
3157
|
|
3158 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
3159
|
|
3160 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
3161 just defalias it.
|
|
3162 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
3163 byte-compiler level, using define-compiler-macro.
|
|
3164
|
|
3165 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
3166
|
|
3167 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
3168
|
|
3169 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3170
|
|
3171 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
3172 a regular expression that matches against the tagname
|
|
3173 part of the tag entry first instead of only looking in
|
|
3174 the context area.
|
|
3175
|
|
3176 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3177
|
|
3178 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
3179 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
3180
|
440
|
3181 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3182
|
|
3183 * XEmacs 21.2.28 is released.
|
|
3184
|
|
3185 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3186
|
|
3187 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
3188 Make arglist match docstring.
|
|
3189 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
3190 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
3191 * byte-optimize.el: remove references to `get*'.
|
|
3192
|
|
3193 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
3194
|
|
3195 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
3196
|
|
3197 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
3198
|
|
3199 * byte-optimize.el: Byte-optimize (length "foo")
|
|
3200
|
|
3201 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
3202
|
|
3203 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
3204 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
3205
|
|
3206 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3207
|
|
3208 * wid-edit.el (widget-match-inline): An atom never matches a
|
442
|
3209 list.
|
440
|
3210
|
|
3211 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3212
|
|
3213 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
3214 'win tag.
|
|
3215
|
|
3216 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3217
|
|
3218 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
3219 intelligent about buffer naming when we have duplicates.
|
|
3220
|
|
3221 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3222
|
|
3223 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
3224 updated when it becomes visible.
|
|
3225
|
|
3226 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3227
|
|
3228 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
3229 system under MULE and file-coding.
|
|
3230
|
|
3231 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
3232
|
442
|
3233 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
3234 (dontusethis-set-value-terminal-coding-system-handler):
|
|
3235 (dontusethis-set-value-keyboard-coding-system-handler):
|
440
|
3236 Never undefine coding system aliases. Emergency fix for gnus.
|
|
3237
|
|
3238 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3239
|
|
3240 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
3241 of hard-coded "/".
|
|
3242
|
|
3243 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3244
|
|
3245 * startup.el (user-init-file-base-list): New variable, replacing
|
|
3246 user-init-file-base.
|
|
3247 (find-user-init-file): New function.
|
|
3248 (command-line-early): Use it.
|
|
3249 (load-user-init-file): Ditto.
|
|
3250
|
|
3251 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3252
|
|
3253 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
3254 calling valid-image-instantiator-format-p
|
|
3255
|
|
3256 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3257
|
|
3258 * isearch-mode.el (isearch-mode): The variable is
|
|
3259 isearch-unhidden-extents, not isearch-opened-extents.
|
|
3260
|
|
3261 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3262
|
|
3263 * minibuf.el (next-history-element): Modify error message if a
|
|
3264 default value is available.
|
|
3265
|
|
3266 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
3267
|
|
3268 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
3269 .elc files in binary - might contain non-Latin1.
|
|
3270
|
|
3271 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3272
|
|
3273 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
3274 for windows-nt.
|
|
3275
|
442
|
3276 * version.el:
|
|
3277 * startup.el (user-init-file-base):
|
|
3278 * process.el (call-process-region):
|
|
3279 * files.el (make-backup-file-name):
|
|
3280 (backup-file-name-p):
|
|
3281 (file-relative-name):
|
|
3282 (abbreviate-file-name):
|
|
3283 (set-auto-mode):
|
440
|
3284 * code-process.el (call-process-region): Removed unnecessary
|
|
3285 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
3286 support out of the universe.
|
|
3287
|
|
3288 * process.el:
|
442
|
3289 * code-process.el:
|
440
|
3290 * bytecomp.el (byte-compile-file): Removed reference to
|
|
3291 buffer-file-type, and commented usage of binary-process-output
|
|
3292 NTEmacs variables.
|
|
3293
|
|
3294 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3295
|
|
3296 * help.el (function-arglist): Add case for macro.
|
|
3297
|
|
3298 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3299
|
|
3300 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
3301 printers.
|
|
3302 (custom-display): Added a menu for printer/display tags.
|
|
3303
|
|
3304 * frame.el (frame-type):
|
|
3305 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
3306 removed 'pc -- it is not going to be implemented ever.
|
|
3307 (call-device-method): Fixed docstring typo.
|
|
3308 Defined specifier tags 'printer and 'display.
|
|
3309
|
|
3310 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3311
|
|
3312 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
3313 last-command-event-time) instead of (consp
|
|
3314 'last-command-event-time).
|
|
3315
|
|
3316 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3317
|
|
3318 * msw-glyphs.el: Removed obsolete commentary.
|
|
3319
|
|
3320 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3321
|
|
3322 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
3323 better default value.
|
|
3324
|
|
3325 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3326
|
|
3327 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
3328 (read-string): Ditto.
|
|
3329 (eval-minibuffer): Ditto.
|
|
3330 (read-command): Ditto.
|
|
3331 (read-function): Ditto.
|
|
3332 (read-variable): Ditto.
|
|
3333 (read-number): Ditto.
|
|
3334 (read-shell-command): Ditto.
|
|
3335 (read-number): Record history.
|
|
3336
|
|
3337 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3338
|
|
3339 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
3340
|
|
3341 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3342
|
|
3343 * faces.el (startup-initialize-custom-faces): New function.
|
|
3344 Reset all faces created during auto-autoloads loading time
|
|
3345 by defface.
|
|
3346 * startup.el (command-line): Call it.
|
|
3347
|
|
3348 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3349
|
|
3350 * about.el (about-hackers): Add myself to contributors list.
|
|
3351
|
|
3352 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3353
|
|
3354 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
3355 a call to load-user-init-file, as the function managed to lose its
|
|
3356 formal parameter a few betas ago.
|
|
3357
|
438
|
3358 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3359
|
|
3360 * XEmacs 21.2.27 is released.
|
|
3361
|
|
3362 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3363
|
|
3364 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
3365 Make shell-command-to-string the standard function, and
|
|
3366 exec-to-string the (deprecated) alias.
|
|
3367
|
|
3368 * startup.el: typo fix.
|
|
3369
|
|
3370 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
3371
|
|
3372 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
3373
|
|
3374 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3375
|
|
3376 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
3377 buffers after visible buffers.
|
|
3378 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
3379
|
|
3380 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3381
|
|
3382 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
3383 followed by whitespace or right parenthesis.
|
|
3384
|
|
3385 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3386
|
|
3387 * info.el (Info-directory-list): Warn against using Customize with
|
|
3388 Info-directory-list.
|
|
3389
|
|
3390 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3391
|
|
3392 * minibuf.el (read-file-name): doc fix.
|
|
3393
|
|
3394 * autoload.el (update-file-autoloads): doc fix.
|
|
3395
|
|
3396 * about.el (about-hackers): Change my E-mail address.
|
|
3397
|
|
3398 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
3399
|
|
3400 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
3401 read a filename in the standard way.
|
|
3402
|
|
3403 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
3404
|
|
3405 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
3406 (gutter-buffers-tab-extent): new variable.
|
|
3407 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
3408 orientation has changed.
|
|
3409 (add-tab-to-gutter): cope with different orientations.
|
|
3410
|
|
3411 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
3412
|
|
3413 * info.el (Info-following-node-name): backward-skip dots as well
|
|
3414 as spaces (dots at the end of a node name aren't part of it).
|
|
3415 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
3416 some in the node name.
|
|
3417 (Info-index): allow dots to be part of a node name.
|
|
3418
|
|
3419 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
3420
|
|
3421 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
3422 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
3423
|
|
3424 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3425
|
|
3426 * info.el (Info-search): Show default value.
|
|
3427
|
|
3428 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3429
|
|
3430 * info.el (Info-read-node-completion-table): New variable.
|
|
3431 (Info-read-node-name-1): New function.
|
|
3432 (Info-read-node-name): Use it.
|
|
3433 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
3434 (Info-menu): Ditto.
|
|
3435
|
|
3436 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3437
|
|
3438 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
3439 window configuration.
|
|
3440 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
3441 (hyper-apropos-read-variable-symbol): Ditto.
|
|
3442 (hyper-apropos-read-function-symbol): Ditto.
|
|
3443
|
|
3444 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3445
|
|
3446 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
3447 comint-exec-hook to use coding-system-for-read and
|
|
3448 coding-system-for-write so that C-x RET c works.
|
|
3449
|
|
3450 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3451
|
|
3452 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
3453 (previous-matching-history-element): Increment
|
|
3454 minibuffer-max-depth by 1.
|
|
3455 (next-matching-history-element): Ditto.
|
|
3456
|
|
3457 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
3458
|
|
3459 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
3460 tab.
|
|
3461 (buffers-tab-face): use it.
|
|
3462
|
|
3463 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
3464
|
|
3465 * modeline.el (modeline-scrolling-method): change modeline X
|
|
3466 cursor appearance according to the value.
|
|
3467
|
|
3468 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
3469
|
|
3470 * about.el (about-hackers): Moved my entry to contributor list.
|
|
3471 (xemacs-hackers): Added myself.
|
|
3472 (about-maintainer-info): Added description of myself.
|
|
3473
|
|
3474
|
|
3475 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
3476
|
|
3477 * modeline.el (modeline-scrolling-method): new variable.
|
|
3478 (mouse-drag-modeline): add reference to it in the docstring.
|
|
3479 (mouse-drag-modeline): handle it.
|
|
3480
|
|
3481 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
3482
|
|
3483 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
3484 calls.
|
|
3485 (remove-buffer-from-gutter-tab): ditto.
|
|
3486
|
|
3487 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3488
|
|
3489 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
3490 (custom-face-edit): Fix grammatical error in help message.
|
|
3491
|
|
3492 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3493
|
|
3494 * movemail.el: Added.
|
|
3495
|
|
3496 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
3497
|
|
3498 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
3499
|
|
3500 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
3501 the modeline horizontal scrolling facility.
|
|
3502
|
436
|
3503 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
3504
|
|
3505 * XEmacs 21.2.26 is released.
|
|
3506
|
|
3507 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
3508
|
|
3509 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
3510 does not agree with native widgets which can only be displayed
|
|
3511 once per window. The reasons for caching are diminished now that
|
|
3512 we don't hog resources when creating buttons.
|
|
3513 (widget-push-button-cache) deleted.
|
|
3514
|
434
|
3515 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
3516
|
|
3517 * XEmacs 21.2.25 is released.
|
|
3518
|
|
3519 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3520
|
|
3521 * hyper-apropos.el (hyper-apropos): Toggle
|
|
3522 hyper-apropos-programming-apropos correctly.
|
|
3523 Set REGEXP when user accepts default value.
|
|
3524
|
|
3525 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3526
|
|
3527 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
3528 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
3529
|
|
3530 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3531
|
|
3532 * mule/mule-category.el (undefined-category-designator):
|
|
3533 Return char instead of character. Search for undefined one.
|
|
3534 (describe-category): Use with-displaying-help-buffer.
|
|
3535
|
|
3536 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
3537
|
438
|
3538 * byte-optimize.el (byte-optimize-plus):
|
434
|
3539 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
3540
|
|
3541 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
3542
|
|
3543 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
3544
|
|
3545 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
3546 Remove performance penalty for using (char-before) instead of (char-after).
|
|
3547
|
|
3548 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3549
|
|
3550 * mule/mule-category.el (char-category-list): Return character
|
|
3551 instead of integer.
|
|
3552
|
|
3553 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3554
|
|
3555 * minibuf.el (read-buffer): Check default is buffer object.
|
|
3556
|
|
3557 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
3558
|
|
3559 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
3560 for buttons.
|
|
3561
|
|
3562 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
3563
|
|
3564 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
3565 Patch by Jeff Miller <jmiller@smart.net>.
|
|
3566
|
|
3567 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
3568
|
438
|
3569 * gnuserv.el (gnuserv-process-filter): don't call
|
434
|
3570 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
3571
|
432
|
3572 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
3573
|
|
3574 * XEmacs 21.2.24 is released.
|
|
3575
|
|
3576 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3577
|
|
3578 * about.el (about-hackers): Update my email address.
|
|
3579
|
430
|
3580 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
3581
|
|
3582 * XEmacs 21.2.23 is released.
|
|
3583
|
|
3584 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
3585
|
|
3586 * package-get.el (package-get-download-sites): Removed several
|
|
3587 defunct download sites, added many new ones, and corrected a few
|
|
3588 incorrect directory-on-site entries. Added physical locations to
|
|
3589 site-description.
|
|
3590
|
|
3591 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3592
|
|
3593 * finder.el (finder-commentary): add DOC string and fix
|
|
3594 interactive spec
|
|
3595
|
|
3596 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3597
|
|
3598 * help.el (describe-function): Don't forget to intern the string
|
|
3599 completing-read returns.
|
|
3600 (describe-variable): Ditto.
|
|
3601
|
434
|
3602 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
430
|
3603
|
|
3604 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
3605 `hyper-apropos-help-mode' here to find symbol to customize
|
|
3606 irregardless of cursor position and simplify
|
|
3607 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
3608 `hyper-apropos-popup-menu'.
|
|
3609
|
|
3610 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3611
|
|
3612 * apropos.el (apropos-mode-map): Add return to call
|
|
3613 apropos-follow.
|
|
3614 (apropos-print): Call apropos-mode to have better
|
|
3615 command reference. Put keymap text-poperty to
|
|
3616 symbole name.
|
|
3617
|
|
3618 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
3619
|
|
3620 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
3621 the extents at point.
|
|
3622
|
|
3623 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
3624
|
|
3625 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
3626 save-match-data
|
|
3627
|
|
3628 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3629
|
|
3630 * help.el (describe-function): Use the DEFAULT argument to
|
|
3631 completing-read.
|
|
3632 (describe-variable): Ditto.
|
|
3633
|
|
3634 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3635
|
|
3636 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
3637 DEFAULT to have better mini-buffer history support.
|
|
3638 (completing-read): Pass default to read-from-minibuffer.
|
|
3639 (read-buffer): Pass default to completing-read.
|
|
3640
|
|
3641 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3642
|
|
3643 * font-lock.el (font-lock-doc-string-face): Document the
|
|
3644 `font-lock-lisp-like' property.
|
|
3645
|
|
3646 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3647
|
|
3648 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
3649
|
|
3650 * font-lock.el (font-lock-lisp-like): New function.
|
|
3651 (font-lock-fontify-syntactically-region): Use it.
|
|
3652
|
428
|
3653 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3654
|
|
3655 * XEmacs 21.2.22 is released
|
|
3656
|
|
3657 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
3658
|
|
3659 * XEmacs 21.2.21 is released.
|
|
3660
|
|
3661 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3662
|
|
3663 * minibuf.el (read-coding-system): Accept symbol and
|
|
3664 coding-system object as a default-coding-system.
|
|
3665
|
|
3666 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3667
|
|
3668 * minibuf.el (read-coding-system): Accept symbol as
|
|
3669 a default-coding-system.
|
|
3670
|
|
3671 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3672
|
|
3673 * apropos.el (apropos-documentation): Use insert instead
|
|
3674 of princ.
|
|
3675
|
|
3676 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
3677
|
|
3678 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
3679 for the linux console.
|
|
3680
|
|
3681 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
3682 stuff to work when you are not on a window system, since the GPM
|
|
3683 mouse support now allows pasting from outside of XEmacs.
|
|
3684
|
|
3685 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3686
|
|
3687 * XEmacs 21.2.20 is released
|
|
3688
|
|
3689 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3690
|
|
3691 * setup-paths.el (paths-default-info-directories): Add
|
|
3692 /usr/share/info and /usr/local/share/info.
|
|
3693
|
|
3694 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
3695
|
|
3696 * about.el: Updated Vladimir Ivanovic's info.
|
|
3697
|
|
3698 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3699
|
|
3700 * auto-show.el (auto-show-truncationp): Remove.
|
|
3701
|
|
3702 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
3703
|
|
3704 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3705
|
|
3706 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
3707 with tab if column is multiple of tab-width
|
|
3708 From dhn@qedinc.com
|
|
3709
|
|
3710 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3711
|
|
3712 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
3713 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
3714
|
|
3715 * package-get.el (package-get-package-provider): Be verbose when
|
|
3716 interactive. Patch from Robert Pluim
|
|
3717
|
|
3718 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
3719
|
|
3720 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
3721 info file suffixes.
|
|
3722
|
|
3723 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
3724
|
|
3725 * process.el (open-network-stream): Add a new optional parameter
|
|
3726 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
3727 in docstring for udp programming.
|
|
3728
|
|
3729 * code-process.el (open-network-stream): Add a new optional
|
|
3730 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
3731 explanation in docstring for udp programming.
|
|
3732
|
|
3733 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
3734
|
|
3735 * gui.el (make-gui-button): be more precise about how we call
|
|
3736 callbacks.
|
|
3737
|
|
3738 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
3739 of native gui-button.
|
|
3740
|
|
3741 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3742
|
|
3743 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
3744
|
|
3745 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
3746
|
|
3747 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
3748 abort status.
|
|
3749 (append-progress): dispatch-event rather than sit-for.
|
|
3750 (abort-progress): new function. Show the abort glyph with an
|
|
3751 appropriate message.
|
|
3752 (raw-append-progress): dispatch-event rather than sit-for.
|
|
3753 (display-progress): cope with aborts.
|
|
3754
|
|
3755 * gui.el (make-gui-button): Use native widgets for buttons
|
|
3756 unconditionally.
|
|
3757 (insert-gui-button): ditto.
|
|
3758 (gui-button-p): ditto.
|
|
3759
|
|
3760 * xbm-button.el: remove from core.
|
|
3761
|
|
3762 * xpm-button.el: remove from core.
|
|
3763
|
|
3764 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
3765
|
|
3766 * faces.el (init-device-faces): Don't initialize the random faces
|
|
3767 on the stream device.
|
|
3768
|
|
3769 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
3770
|
438
|
3771 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
428
|
3772
|
434
|
3773 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
428
|
3774
|
|
3775 * package-get.el (package-get-download-menu): Make menu really
|
|
3776 toggle download sites.
|
|
3777 (package-get-download-sites): Add autoload cookie.
|
|
3778
|
|
3779 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3780
|
|
3781 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
3782
|
|
3783 1999-09-29 Werner Fink <werner@suse.de>
|
|
3784
|
|
3785 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
3786 parameter for environment.
|
|
3787
|
|
3788 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
3789
|
438
|
3790 * modeline.el (modeline-format):
|
|
3791 Only purecopy the strings. Else
|
428
|
3792 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
3793 barfs.
|
|
3794
|
|
3795 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
3796
|
|
3797 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
3798 user setting comint-completion-addsuffix and
|
|
3799 comint-process-echoes.
|
|
3800
|
|
3801 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
3802
|
|
3803 * gutter-items.el (update-tab-in-gutter): use
|
|
3804 last-nonminibuf-window instead of selected-window.
|
|
3805
|
|
3806 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
3807
|
|
3808 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
3809 display on.
|
|
3810
|
|
3811 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
3812 some documentation.
|
|
3813
|
|
3814 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
3815
|
|
3816 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
3817 gutter is visible.
|
|
3818 (remove-buffer-from-gutter-tab): ditto.
|
|
3819
|
|
3820 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
3821
|
|
3822 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
3823 processing.
|
|
3824
|
|
3825 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3826
|
|
3827 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
3828 highlighting extents a high priority.
|
|
3829 (isearch-make-extent): Give the main highlighting extent an even
|
|
3830 higher priority.
|
|
3831
|
|
3832 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3833
|
|
3834 * packages.el (packages-compute-package-locations): Fix typo from
|
|
3835 -u rationalization.
|
|
3836
|
|
3837 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3838
|
|
3839 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
3840 `configure-doc-directory.'
|
|
3841
|
|
3842 * find-paths.el (paths-find-architecture-directory): Give
|
|
3843 precendence `default' argument (which typically comes from
|
|
3844 configure).
|
|
3845
|
|
3846 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3847
|
|
3848 * startup.el (command-line-early): Added options -user-init-file
|
|
3849 and -user-init-directory.
|
|
3850
|
|
3851 * files.el (user-init-file): Default to NIL so we can recognize
|
|
3852 when it's set.
|
|
3853
|
|
3854 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3855
|
438
|
3856 * obsolete.el (init-file-user):
|
|
3857 * startup.el:
|
|
3858 * packages.el (packages-compute-package-locations):
|
|
3859 * package-get.el (package-get-user-index-filename):
|
|
3860 * menubar-items.el (maybe-add-init-button):
|
|
3861 * info.el (Info-annotations-path):
|
|
3862 * dump-paths.el:
|
428
|
3863 Change `user-init-directory' to be an absolute path.
|
|
3864 Use `user-init-directory' where appropriate.
|
|
3865 Zap `init-file-user' and its uses.
|
|
3866
|
|
3867 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
3868
|
|
3869 * subr.el (copy-symbol): New function.
|
|
3870
|
|
3871 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3872
|
|
3873 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
3874 extents in the proper buffer.
|
|
3875 (isearch-pre-command-hook): Set this-command to the correct value
|
|
3876 in case the buffer has changed and old overriding-local-map was
|
|
3877 used.
|
|
3878 (isearch-restore-extent): Use remprop instead of setting the
|
|
3879 property to nil.
|
|
3880
|
|
3881 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3882
|
|
3883 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
3884 before the delay.
|
|
3885 (execute-extended-command): Make the message gettext-friendly.
|
|
3886
|
|
3887 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
3888
|
|
3889 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
3890 progress-glyph.
|
|
3891 (progress-text-glyph): new variable.
|
|
3892 (progress-layout-glyph): use layouts and text glyphs.
|
|
3893 (progress-area-buffer): removed.
|
|
3894 (progress-text-and-extent): new variable.
|
|
3895 (progress-displayed-p): dynamically create gutter area buffer.
|
|
3896 (clear-progress): ditto.
|
|
3897 (raw-append-progress): ditto.
|
|
3898 (append-progress): use new glyph names.
|
|
3899 (raw-append-progress): only create the extent when needed. set
|
|
3900 properties more optimally.
|
|
3901 (progress): remove args.
|
|
3902
|
|
3903 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3904
|
|
3905 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
3906 mapcar where the return value is unused.
|
|
3907 (isearch-restore-invisible-extents): Ditto.
|
|
3908 (isearch-highlight-all-cleanup): Ditto.
|
|
3909 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
3910 (isearch-highlight-all-update): Don't start over if the search
|
|
3911 string has changed and more input is pending.
|
|
3912
|
|
3913 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3914
|
|
3915 * packages.el (packages-find-package-data-path): Ditto.
|
|
3916
|
|
3917 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
3918
|
|
3919 * subr.el (mapc-internal): Don't make obsolete.
|
|
3920
|
|
3921 * cl-extra.el (mapc): Resurrect.
|
|
3922
|
|
3923 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
3924
|
438
|
3925 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
428
|
3926 alias.
|
|
3927
|
|
3928 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
3929 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
3930 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
3931 x-get-clipboard.
|
|
3932 (isearch-yank-selection): Fix docstring.
|
|
3933
|
|
3934 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
3935
|
|
3936 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
3937
|
|
3938 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
3939
|
|
3940 * cl-macs.el (extent-start-position): Fix setf method.
|
|
3941 (extent-end-position): Ditto.
|
|
3942
|
|
3943 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
3944
|
|
3945 * isearch-mode.el: End merge with FSF 20.4.
|
|
3946
|
|
3947 * isearch-mode.el (search-invisible): New variable.
|
|
3948 (isearch-hide-immediately): Ditto.
|
|
3949 (isearch-unhidden-extents): Ditto.
|
|
3950 (isearch-range-invisible): New function.
|
|
3951 (isearch-unhide-extent): Ditto.
|
|
3952 (isearch-restore-invisible-extents): Ditto.
|
|
3953 (isearch-restore-extent): Ditto.
|
|
3954
|
|
3955 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
3956 implementation.
|
|
3957 (isearch-ring-retreat-edit): Ditto.
|
|
3958 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
3959 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
3960 NO-RECURSIVE-EDIT.
|
|
3961 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
3962 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
3963 NO-RECURSIVE-EDIT.
|
|
3964 (isearch-mode): Return isearch-success.
|
|
3965 (isearch-update): Use unread-command-events instead of
|
|
3966 unread-command-event.
|
|
3967 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
3968 states.
|
|
3969 (isearch-*-char): Use FSF implementation.
|
|
3970 (isearch-whitespace-chars): Use the more robust FSF's
|
|
3971 implementation.
|
|
3972 (isearch-within-brackets): New variable.
|
|
3973 (isearch-mode): Initialize it.
|
|
3974 (isearch-edit-string): Bind it.
|
|
3975 (isearch-search-and-update): Set it.
|
|
3976 (isearch-push-state): Push it.
|
|
3977 (isearch-top-state): Pop it.
|
|
3978 (isearch-search): Set it.
|
|
3979 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
3980 handle M-SPC gracefully.
|
|
3981 (isearch-message-prefix): New argument ELLIPSIS.
|
|
3982 (isearch-message-suffix): Ditto.
|
|
3983 (isearch-message): Use the ELLIPSIS argument when calling
|
|
3984 isearch-message-prefix and isearch-message-suffix.
|
|
3985 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
3986 "overwrapped" search, FWIW.
|
|
3987
|
|
3988 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
3989
|
|
3990 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
3991 search ring instead of search-last-string and search-last-regexp.
|
|
3992 (search-highlight): Renamed from isearch-highlight.
|
|
3993 (isearch-exit): Use the new name.
|
|
3994 (isearch-highlight): Ditto.
|
|
3995 (isearch-dehighlight): Ditto.
|
|
3996 (isearch-update-ring): New function.
|
|
3997 (isearch-done): Call it.
|
|
3998 (isearch-done): New argument EDIT.
|
438
|
3999 (isearch-repeat): If search string is empty, look up at the car of
|
428
|
4000 the search ring; ignore the yank pointer.
|
|
4001 (isearch-abort): Call isearch-done with NOPUSH.
|
|
4002 (isearch-cancel): New function.
|
|
4003 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
4004
|
|
4005 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
4006
|
|
4007 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
4008
|
|
4009 * x-select.el (x-get-clipboard): obsolete.
|
|
4010 (x-yank-clipboard-selection): obsolete
|
|
4011
|
|
4012 * select.el (disown-selection): need to be careful to disown the
|
|
4013 clipboard if we set it via selection.
|
|
4014 (get-clipboard): move from x-select.el
|
|
4015 (yank-clipboard-selection): ditto.
|
|
4016
|
|
4017 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4018
|
|
4019 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
4020 isearch-highlight-all-matches to nil.
|
|
4021 (isearch-fixed-case): New variable.
|
|
4022 (isearch-mode): Initialize it.
|
|
4023 (isearch-edit-string): Save it.
|
|
4024 (isearch-toggle-case-fold): Set it.
|
|
4025 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
4026 need to check isearch-fixed-case.
|
|
4027 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
4028 before the pause.
|
438
|
4029 (isearch-edit-string):
|
428
|
4030
|
|
4031 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4032
|
|
4033 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
4034 before reading the event so that the prompt is displayed properly.
|
|
4035 (isearch-message): Use isearch-nonincremental when calling
|
|
4036 isearch-message-prefix.
|
|
4037 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
4038 M-p and M-n respectively.
|
|
4039 (isearch-done): New arg NOPUSH.
|
|
4040 (isearch-edit-string): Use it.
|
|
4041 (isearch-edit-string): Don't bind isearch-string.
|
|
4042 (isearch-ring-adjust): Edit string, *then* push state.
|
|
4043
|
|
4044 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
4045
|
|
4046 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
4047 different than default.
|
|
4048
|
|
4049 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4050
|
|
4051 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4052 save-excursion.
|
|
4053 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4054 (isearch-update): Call isearch-dehighlight without arguments.
|
|
4055 (isearch-done): Ditto.
|
|
4056
|
|
4057 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
4058 upper-case letters, allow the folding to be reenabled.
|
|
4059 Previously, once disabled, the folding would remain that way until
|
|
4060 the end of isearch.
|
|
4061 (isearch-top-state): Call isearch-fix-case.
|
|
4062
|
|
4063 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4064 save-excursion.
|
|
4065 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4066
|
|
4067 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
4068
|
|
4069 * xpm-button.el:
|
|
4070 xbm-button.el: Need to exist in core because gui.el depends on
|
|
4071 them.
|
|
4072
|
|
4073 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
4074
|
|
4075 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
4076 (buffers-tab-default-buffer-line-length): new specifier for
|
|
4077 maximum viewable characters.
|
|
4078 (progress-stack): new variable for implementing widget-based
|
|
4079 progress messages.
|
|
4080 (progress-area-buffer): ditto.
|
|
4081 (progress-glyph-height): ditto.
|
|
4082 (progress-stop-callback): ditto.
|
|
4083 (progress-quit-function): new function.
|
|
4084 (progress-glyph): new variable.
|
|
4085 (progress-layout-glyph): ditto.
|
|
4086 (progress-displayed-p): new function, see message-displayed-p for
|
|
4087 details.
|
|
4088 (clear-progress): ditto.
|
|
4089 (remove-progress): ditto.
|
|
4090 (append-progress): ditto.
|
|
4091 (raw-append-progress): ditto.
|
|
4092 (display-progress): ditto.
|
|
4093 (current-progress): ditto.
|
|
4094 (current-progress-label): ditto.
|
|
4095 (progress): ditto.
|
|
4096 (lprogress): ditto.
|
|
4097
|
|
4098
|
|
4099 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4100
|
|
4101 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
4102
|
|
4103 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
4104 `isearch-yank-selection'.
|
|
4105 (isearch-mode-map): Use it.
|
|
4106 (isearch-yank-selection): Use `get-selection' instead of
|
|
4107 `get-x-selection'.
|
|
4108
|
|
4109 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4110
|
|
4111 * faces.el (isearch-secondary): Create face here.
|
|
4112
|
438
|
4113 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
428
|
4114 timers.
|
|
4115
|
|
4116 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
4117
|
|
4118 * subr.el (buffer-string): More robust backward compatibility
|
|
4119 check, courtesy William Perry.
|
|
4120
|
|
4121 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
4122
|
|
4123 * replace.el (perform-replace): Stop the search after the search
|
|
4124 limit has been reached.
|
|
4125
|
|
4126 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
4127
|
|
4128 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
4129 here if we don't have one.
|
|
4130
|
|
4131 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
4132
|
|
4133 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
4134 efficient UTF8 support
|
|
4135 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
4136 being defined
|
|
4137 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
4138 being defined
|
|
4139
|
442
|
4140 1999-08-23 Didier Verna <didier@xemacs.org>
|
428
|
4141
|
|
4142 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
4143 Some doc strings improvements, and add a star to the `interactive'
|
|
4144 calls.
|
|
4145
|
|
4146 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
4147
|
|
4148 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
4149 keywords and regexpes for javadoc syntax 1.2.
|
|
4150
|
|
4151 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
4152
|
|
4153 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
4154 format-buffers-tab-line.
|
|
4155 (buffers-tab-max-buffer-line-length): new variable.
|
|
4156 (format-buffers-tab-line): new function. truncate names if over
|
|
4157 buffers-tab-max-buffer-line-length.
|
|
4158
|
|
4159 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
4160
|
|
4161 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
4162
|
|
4163 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
4164
|
|
4165 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
4166 brute-force approach to deleting the last buffer.
|
|
4167 (buffers-tab-grouping-regexp): new customizable variable.
|
|
4168 (select-buffers-tab-buffers-by-mode): use it.
|
|
4169
|
|
4170 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
4171
|
|
4172 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
4173 deletion problem.
|
|
4174
|
442
|
4175 1999-07-30 Didier Verna <didier@xemacs.org>
|
428
|
4176
|
|
4177 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
4178 of princ to output symbols.
|
|
4179 (custom-save-face-internal): ditto.
|
|
4180 (custom-save-resets): ditto.
|
|
4181
|
442
|
4182 1999-08-09 Didier Verna <didier@xemacs.org>
|
428
|
4183
|
|
4184 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
4185 `regexp-quote' to protect the major mode name for use as a regular
|
|
4186 expression (c++ needs this for instance).
|
|
4187
|
|
4188 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
4189
|
|
4190 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
4191 cope with similar mode names.
|
|
4192
|
|
4193 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
4194 function.
|
|
4195 (select-buffers-tab-buffers-by-mode): new function.
|
|
4196 (buffers-tab-items): use it if set to only display buffers in the
|
|
4197 tab in the current buffer's group..
|
|
4198 (update-tab-in-gutter): use new api.
|
|
4199 (remove-buffer-from-gutter-tab): ditto.
|
|
4200
|
|
4201 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
4202 default to 6.
|
|
4203 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
4204 (add-tab-to-gutter): set face as default.
|
|
4205
|
|
4206 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
4207
|
|
4208 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
4209 with the target, not replace it.
|
|
4210
|
|
4211 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
4212
|
|
4213 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
4214 buffer-items.
|
|
4215 (update-tab-in-gutter): use it.
|
|
4216
|
|
4217 * gutter-items.el (record-buffer-hook): set.
|
|
4218
|
|
4219 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
4220 change.
|
|
4221 (switch-to-buffer-hook) deleted.
|
|
4222
|
|
4223 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
4224
|
|
4225 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
4226 as an argument to create-frame-hook.
|
|
4227
|
|
4228 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4229
|
|
4230 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
4231 instead of timer emulation.
|
|
4232
|
|
4233 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
4234
|
|
4235 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
4236 Emacs isearch enhancements.
|
|
4237
|
|
4238 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
4239
|
|
4240 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
4241 all devices that support tab controls.
|
|
4242 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
4243 value for kill-buffer-hook.
|
|
4244
|
|
4245 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
4246
|
|
4247 * auto-show.el (auto-show-truncationp): changed to match
|
|
4248 `window_translation_on'
|
|
4249
|
|
4250 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4251
|
|
4252 * XEmacs 21.2.19 is released
|
|
4253
|
|
4254 1999-07-28 SL Baur <steve@miho>
|
|
4255
|
|
4256 * code-files.el (insert-file-contents): Fix docstring.
|
|
4257 revert previous change.
|
|
4258
|
|
4259 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4260
|
|
4261 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
4262 contain word-across-newline plus one character so that filling
|
|
4263 Japanese and Chinese works as desired.
|
|
4264 * simple.el (do-auto-fill): Ditto.
|
|
4265
|
|
4266 1999-07-26 SL Baur <steve@miho>
|
|
4267
|
|
4268 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
4269 method.
|
|
4270 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4271
|
|
4272 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
4273
|
|
4274 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
4275 able to use cl-macs macro in early lisp.
|
|
4276
|
|
4277 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
4278
|
|
4279 * custom.el:
|
|
4280 * cus-face.el:
|
|
4281 * cus-edit.el:
|
|
4282 Massive custom Theme API changes.
|
|
4283
|
|
4284 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4285
|
|
4286 * code-files.el (insert-file-contents): Regard
|
|
4287 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
4288
|
|
4289 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4290
|
|
4291 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
4292 bootstrapping problem with C locale.
|
|
4293
|
|
4294 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
4295
|
|
4296 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
4297 gutter-items in a less than functional XEmacs.
|
|
4298 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
4299
|
|
4300 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
4301
|
|
4302 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
4303 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
4304 t.
|
|
4305
|
|
4306 1999-07-22 SL Baur <steve@miho>
|
|
4307
|
|
4308 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
4309
|
|
4310 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
4311
|
|
4312 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
4313 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
4314 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
4315 modular enough to use as an efficient scripting tool.)
|
|
4316
|
|
4317 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4318
|
|
4319 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
4320 coding-category `utf-8' and `ucs-4' if they are available.
|
|
4321
|
|
4322 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4323
|
|
4324 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
4325 (prefer-coding-system): Fix DOC-string.
|
|
4326
|
|
4327 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
4328 DOC-string too.
|
|
4329
|
|
4330 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
4331 Mule.
|
|
4332 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
4333
|
|
4334 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4335
|
|
4336 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
4337 instead of `list-coding-system'.
|
|
4338
|
|
4339 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4340
|
|
4341 * menubar-items.el (default-menubar): `select-input-method' was
|
|
4342 renamed to `set-input-method'.
|
|
4343
|
|
4344 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4345 "Set Language Environment" menu.
|
|
4346
|
|
4347 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4348 "Describe Language Support" menu.
|
|
4349
|
|
4350 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4351
|
|
4352 * mule/chinese.el ("Chinese-GB"): Rename
|
|
4353 `chinese-gb-environment-setup-function' to
|
|
4354 `setup-chinese-gb-environment-internal'.
|
|
4355
|
|
4356 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4357
|
|
4358 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
4359 `copy-coding-system'.
|
|
4360
|
|
4361 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4362
|
|
4363 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4364 Treat duplicated coding-categories.
|
|
4365
|
|
4366 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4367
|
|
4368 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
4369 `copy-coding-system'.
|
|
4370
|
|
4371 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4372
|
|
4373 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
4374 coding-system `viscii'.
|
|
4375
|
|
4376 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4377
|
|
4378 * mule/cyrillic.el:
|
|
4379 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
4380 (cyrillic-alternativnyj-decode-table): New variable.
|
|
4381 (cyrillic-alternativnyj-encode-table): New variable.
|
|
4382 - Specify `iso-8-1' as a category of coding-system
|
|
4383 `alternativnyj'.
|
|
4384 - Abolish general Cyrillic environment.
|
|
4385
|
|
4386 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4387
|
|
4388 * mule/chinese.el:
|
|
4389 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
4390 - Register `chinese-gb-environment-setup-function' as a
|
|
4391 `setup-function' of "Chinese-GB" environment.
|
|
4392
|
|
4393 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4394
|
|
4395 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
4396 optional argument `parents'.
|
|
4397
|
|
4398 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
4399 property for Thai-XTIS.
|
|
4400
|
|
4401 * mule/mule-help.el (help-with-tutorial): Use property
|
|
4402 `tutorial-coding-system' of language-info as a coding-system to
|
|
4403 read tutorial file.
|
|
4404
|
|
4405 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4406
|
|
4407 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
4408 `exit-function'.
|
|
4409
|
|
4410 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4411 `set-coding-category-system' to set up coding-system for
|
|
4412 coding-category.
|
|
4413
|
|
4414 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4415 `set-coding-category-system' to set up coding-system for
|
|
4416 coding-category.
|
|
4417
|
|
4418 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4419
|
|
4420 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
4421 Thai-XTIS environment.
|
|
4422
|
|
4423 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4424 `find-coding-system' instead of `coding-system-p'.
|
|
4425
|
|
4426 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4427
|
|
4428 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4429 Modify eol-type for XEmacs.
|
|
4430
|
|
4431 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
4432
|
|
4433 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
4434 function.
|
|
4435 (prefer-coding-system): Don't call
|
|
4436 `update-coding-systems-internal'; use function
|
|
4437 `coding-category-list' instead of variable `coding-category-list';
|
|
4438 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
4439 modify `eol-type' for XEmacs.
|
|
4440
|
|
4441 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
4442 `charset-columns'.
|
|
4443 (char-width): Likewise.
|
|
4444
|
|
4445 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4446
|
|
4447 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
4448 `tis-620'.
|
|
4449
|
|
4450 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4451 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
4452 call `update-coding-systems-internal'.
|
|
4453
|
|
4454 * mule/mule-misc.el (coding-system-get): New function.
|
|
4455 (coding-system-put): New function.
|
|
4456 (coding-system-category): New function.
|
|
4457
|
|
4458 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4459
|
|
4460 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
4461 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
4462 to avoid conflict with leim/quail/thai-xtis.
|
|
4463
|
|
4464 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
4465 to thai-xtis-chars.el.
|
|
4466
|
|
4467 * mule/thai-xtis-chars.el: New file (split from
|
|
4468 mule/thai-xtis.el).
|
|
4469
|
|
4470 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4471
|
|
4472 * mule/thai-xtis.el:
|
|
4473 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
4474 - Add syntax entries.
|
|
4475 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
4476 `tis-620'.
|
|
4477
|
|
4478 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
4479
|
|
4480 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
4481 rewritten to use write-multibyte-character.
|
|
4482
|
|
4483 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4484
|
|
4485 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
4486 of `iso-2022-7'.
|
|
4487 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
4488 ported yet.
|
|
4489 (read-input-method-name): Treat optional argument `default'.
|
|
4490
|
|
4491 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4492
|
|
4493 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
4494 all.
|
|
4495 (set-language-info-alist): Set up menus here.
|
|
4496
|
|
4497 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4498
|
|
4499 * minibuf.el (completing-read): Add new optional argument
|
|
4500 `default'.
|
|
4501 (read-coding-system): Add new optional argument
|
|
4502 `default-coding-system'.
|
|
4503
|
|
4504 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
4505
|
|
4506 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
4507 (viet-viscii-...->viet-vscii...).
|
|
4508
|
|
4509 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
4510
|
|
4511 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
4512 and menus.
|
|
4513
|
|
4514 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
4515
|
|
4516 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
4517 property.
|
|
4518
|
|
4519 1999-03-30 Dave Love <fx@gnu.org>
|
|
4520
|
|
4521 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
4522
|
|
4523 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
4524
|
|
4525 * mule/european.el (setup-slovenian-environment): New function.
|
|
4526 ("Slovenian"): New language environment.
|
|
4527
|
|
4528 1999-01-27 Dave Love <fx@gnu.org>
|
|
4529
|
|
4530 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
4531 :type (choices) and appropriate :get.
|
|
4532
|
|
4533 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
4534
|
|
4535 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
4536 input-method-alist.
|
|
4537
|
|
4538 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
4539
|
|
4540 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
4541 set-coding-priority, so that the internal array of priorities is
|
|
4542 also updated.
|
|
4543
|
|
4544 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4545
|
|
4546 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
4547 requires specific EOL conversion type, make the default coding
|
|
4548 systems use that.
|
|
4549
|
|
4550 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4551
|
|
4552 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
4553 eol-type to set-language-environment-coding-systems.
|
|
4554 (set-default-coding-systems): Copy the eol-type property for the
|
|
4555 new default values of {buffer-file,process}-coding-system from the
|
|
4556 old defaults.
|
|
4557 (set-language-environment-coding-systems): Accept an optional
|
|
4558 argument EOL-TYPE, and set the eol-type property of the default
|
|
4559 coding systems accordingly.
|
|
4560
|
|
4561 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
4562
|
|
4563 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
4564 use generate-new-buffer instead of get-buffer-create.
|
|
4565
|
|
4566 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4567
|
|
4568 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
4569
|
|
4570 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
4571
|
|
4572 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
4573
|
|
4574 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4575
|
|
4576 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
4577 Add apropos-inhibit property.
|
|
4578 (describe-specified-language-support): Likewise.
|
|
4579
|
|
4580 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4581
|
|
4582 * mule/mule-cmds.el: Doc fixes.
|
|
4583
|
|
4584 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
4585
|
|
4586 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
4587 modified.
|
|
4588
|
|
4589 1998-09-01 Dave Love <fx@gnu.org>
|
|
4590
|
|
4591 * mule/mule-cmds.el (current-language-environment): Fix
|
|
4592 setter function.
|
|
4593
|
|
4594 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
4595
|
|
4596 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
4597 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
4598 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
4599 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
4600 files using interpreted code.
|
|
4601
|
|
4602 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
4603
|
|
4604 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
4605 ("Latin-2"): Likewise.
|
|
4606
|
|
4607 1998-08-18 Per Starback <starback@update.uu.se>
|
|
4608
|
|
4609 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
4610
|
|
4611 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
4612
|
|
4613 * mule/european.el: Give proper value of `input-method' key to all
|
|
4614 lang. env.
|
|
4615
|
|
4616 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
4617 the arg INPUT-METHOD is nil correctly.
|
|
4618 (read-multilingual-string): Activate the specified input method
|
|
4619 before calling read-string. Afterward, activate the original
|
|
4620 input method.
|
|
4621
|
|
4622 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
4623
|
|
4624 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4625 (set-language-info-alist): Fix typo in doc-string.
|
|
4626
|
|
4627 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
4628
|
|
4629 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
4630
|
|
4631 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4632 (reset-language-environment): New function for the job that
|
|
4633 setup-english-environment used to do.
|
|
4634 (set-language-environment): Do more setups according to the info
|
|
4635 in language-info-alist.
|
|
4636 (read-language-name): Handle the case that the arg KEY is nil.
|
|
4637 (describe-language-environment): Handle input-method property.
|
|
4638
|
|
4639 * mule/: All files under this directory, which related with
|
|
4640 specific languages (such as mule/european.el, mule/greek.el,
|
|
4641 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
4642 (setup-XXX-environment): Just call set-language-environment. If
|
|
4643 they used to do some other jobs than what done by
|
|
4644 set-language-environment, those jobs are done in
|
|
4645 setup-XXX-environment-internal now.
|
|
4646 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
4647 the value to setup-XXX-environment-internal. Add properties
|
|
4648 input-method and features.
|
|
4649
|
|
4650 * mule/english.el (setup-english-environment): Just call
|
|
4651 reset-language-environment.
|
|
4652
|
|
4653 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
4654
|
|
4655 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4656
|
|
4657 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
4658 (input-method-use-echo-area): Doc fixes.
|
|
4659
|
|
4660 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
4661
|
|
4662 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
4663 variable.
|
|
4664 (input-method-use-echo-area): New variable.
|
|
4665
|
|
4666 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
4667
|
|
4668 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4669
|
|
4670 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
4671
|
|
4672 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
4673 (inactivate-input-method): Likewise.
|
|
4674
|
|
4675 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
4676
|
|
4677 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
4678 input method in the current buffer, but just bind
|
|
4679 current-input-method.
|
|
4680
|
|
4681 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
4682
|
|
4683 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
4684
|
|
4685 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
4686 coding-system.
|
|
4687
|
|
4688 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
4689
|
|
4690 * mule/greek.el: Add coding-priority.
|
|
4691
|
|
4692 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4693
|
|
4694 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
4695 LANG-ENV.
|
|
4696
|
|
4697 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4698
|
|
4699 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
4700 (setup-specified-language-environment): Doc fix.
|
|
4701
|
|
4702 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4703
|
|
4704 * mule/mule-cmds.el: Several doc fixes.
|
|
4705 (get-language-info, set-language-info): Rename argument.
|
|
4706 (set-language-info-alist): Likewise.
|
|
4707 (register-input-method): Rename argument.
|
|
4708 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
4709
|
|
4710 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
4711
|
|
4712 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
4713 default value while reading an input method.
|
|
4714
|
|
4715 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
4716
|
|
4717 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
4718 Use buffer-file-coding-system as default.
|
|
4719
|
|
4720 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
4721
|
|
4722 * mule/korean.el ("Korean"): Doc fix.
|
|
4723
|
|
4724 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
4725
|
|
4726 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
4727 languge environment at the head.
|
|
4728
|
|
4729 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
4730
|
|
4731 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
4732 for Japanese environment.
|
|
4733
|
|
4734 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
4735
|
|
4736 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
4737 (current-language-environment): Use defcustom.
|
|
4738 (default-input-method): Specify :type.
|
|
4739
|
|
4740 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
4741
|
|
4742 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4743 modified.
|
|
4744 (prefer-coding-system): Doc-string modified.
|
|
4745
|
|
4746 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4747
|
|
4748 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
4749 describes `coding-priority' KEY.
|
|
4750 (set-language-environment-coding-systems): New function.
|
|
4751 (select-safe-coding-system): New function.
|
|
4752 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
4753 (set-language-info-alist): New optionla arg PARENTS. Call
|
442
|
4754 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
428
|
4755 (set-language-environment-coding-systems): New function.
|
|
4756
|
|
4757 * mule/chinese.el: Remove setting up of
|
|
4758 describe-chinese-environment-map and
|
|
4759 setup-chinese-environment-map. Exclude them in args of calls to
|
|
4760 set-language-info-alist. Register coding-priority key in
|
|
4761 language-info-alist.
|
|
4762
|
|
4763 * mule/cyrillic.el: Remove setting up of
|
|
4764 describe-cyrillic-environment-map and
|
|
4765 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
4766 set-language-info-alist. Register coding-priority key in
|
|
4767 language-info-alist.
|
|
4768
|
|
4769 * mule/english.el: Register coding-priority key in
|
|
4770 language-info-alist.
|
|
4771
|
|
4772 * mule/ethiopic.el: Register coding-priority key in
|
|
4773 language-info-alist.
|
|
4774
|
|
4775 * mule/european.el: Remove setting up of
|
|
4776 describe-european-environment-map and
|
|
4777 setup-european-environment-map. Exclude them in args of calls to
|
|
4778 set-language-info-alist. Register coding-priority key in
|
|
4779 language-info-alist. Add "German" language env.
|
|
4780 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
4781 (setup-german-environment): New function.
|
|
4782
|
|
4783 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
4784 change default input method to "greek-postfix".
|
|
4785
|
|
4786 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
4787 coding-priority key in
|
|
4788
|
|
4789 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
4790
|
|
4791 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
4792 (input-method-inactivate-hook): Doc fix.
|
|
4793
|
|
4794 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
4795
|
|
4796 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
4797 select-input-method.
|
|
4798
|
|
4799 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
4800
|
|
4801 * mule/mule-cmds.el (set-language-environment): Run
|
|
4802 exit-language-environment-hook before calling `exit-function'
|
|
4803 which is specified for the language environment.
|
|
4804
|
|
4805 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
4806
|
|
4807 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4808 modified.
|
|
4809 (prefer-coding-system): Likewise.
|
|
4810 (describe-language-environment): Print aliases of each coding
|
|
4811 system.
|
|
4812 (set-language-environment-hook): New variable.
|
|
4813 (exit-language-environment-hook): New variable.
|
|
4814 (set-language-environment): Call these hooks. Before setting a
|
|
4815 new language environment, exit from the
|
|
4816 current-language-environment if necessary.
|
|
4817 (input-method-verbose-flag): The value can be nil, t,
|
|
4818 complex-only, or default.
|
|
4819 (input-method-highlight-flag): Doc-string augmented.
|
|
4820 (activate-input-method): Check if we can run the registered
|
|
4821 function to activate an input method.
|
|
4822
|
|
4823 * mule/korean.el: Set exit-function for language environment
|
|
4824 "Korean" to exit-korean-environment.
|
|
4825 (setup-korean-environment): Moved to korea-util.el.
|
|
4826
|
|
4827 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4828
|
|
4829 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
4830 current-input-method prior to default-input-method. Don't bind
|
|
4831 current-input-method by `let', instead, activate the specified
|
|
4832 input method in the current buffer temporarily.
|
|
4833
|
|
4834 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
4835
|
|
4836 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
4837
|
|
4838 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4839
|
|
4840 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
4841 decode-hz-region.
|
|
4842 (pre-write-encode-hz): Do not change the value of
|
|
4843 last-coding-system.
|
|
4844
|
|
4845 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4846
|
|
4847 * mule/mule-ccl.el: Doc fixes.
|
|
4848
|
|
4849 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
4850
|
|
4851 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
4852 (check-ccl-program): New macro.
|
|
4853
|
|
4854 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4855
|
|
4856 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
4857 (ccl-command-table): Add read-multibyte-character and
|
|
4858 write-multibyte-character.
|
|
4859 (ccl-code-table): Add ex-cmd.
|
|
4860 (ccl-extended-code-table): New variable.
|
|
4861 (ccl-embed-extended-command): New function.
|
|
4862 (ccl-compile-read-multibyte-character,
|
|
4863 ccl-compile-write-multibyte-character) New functions.
|
|
4864 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
4865 ccl-dump-write-multibyte-character): New functions.
|
|
4866
|
|
4867 1999-07-22 SL Baur <steve@miho>
|
|
4868
|
|
4869 * config.el (config-value-file): config.values is installed into
|
|
4870 doc-directory.
|
|
4871 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
4872
|
442
|
4873 1999-07-19 Didier Verna <didier@xemacs.org>
|
428
|
4874
|
|
4875 * rect.el: all functions rewritten, except when noted. Below is a
|
|
4876 list of interface changes.
|
|
4877 (apply-on-rectangle): new function. Obsoletes
|
|
4878 `operate-on-rectangle'. All functions that used to call this
|
|
4879 function now call the new one.
|
|
4880 (kill-rectangle): added optional prefix arg to fill lines.
|
|
4881 (delete-rectangle): ditto.
|
|
4882 (delete-extract-rectangle): ditto.
|
|
4883 (open-rectangle): ditto.
|
|
4884 (clear-rectangle): ditto.
|
|
4885 (delete-rectangle-line): added third arg FILL.
|
|
4886 (delete-extract-rectangle-line): ditto.
|
|
4887 (open-rectangle-line): ditto.
|
|
4888 (clear-rectangle-line): ditto.
|
|
4889
|
|
4890 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
4891
|
|
4892 * menubar-items.el (default-menubar): add gutter options.
|
|
4893
|
|
4894 * gutter-items.el: new file.
|
|
4895 (gutter): new group for custom.
|
|
4896 (gutter-visible-p): new variable.
|
|
4897 (default-gutter-position): ditto.
|
|
4898 (buffers-tab): new group for the buffers tab.
|
|
4899 (gutter-buffers-tab): widget to put in the gutter.
|
|
4900 (buffers-tab-max-size): max number of tabs.
|
|
4901 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
4902 tab is pressed.
|
|
4903 (buffers-tab-omit-function): filter buffers with this function.
|
|
4904 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
4905 inclusion in tabs.
|
|
4906 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
4907 the record.
|
|
4908 (build-buffers-tab-internal): build a list of tab items.
|
|
4909 (buffers-tab-items): ditto.
|
|
4910 (add-tab-to-gutter): put a tab in the gutter area.
|
|
4911 (update-tab-in-gutter): reset the buffers in the tab.
|
|
4912
|
|
4913 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
4914
|
|
4915 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
4916 (switch-to-buffer-hooks): new hook.
|
|
4917
|
|
4918 * toolbar.el (default-toolbar-position): fix typo.
|
|
4919
|
|
4920 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
4921
|
|
4922 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
4923
|
442
|
4924 1999-07-15 Didier Verna <didier@xemacs.org>
|
428
|
4925
|
|
4926 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
4927 prompt for a comment string.
|
|
4928 (customize-set-value): optional prefix makes this function handle
|
|
4929 variable comments.
|
|
4930 (customize-set-variable): ditto.
|
|
4931 (customize-save-variable): ditto.
|
|
4932 (customize-customized): handle custom comments.
|
|
4933 (customize-save-customized): ditto.
|
|
4934 (custom-variable-state-set): ditto.
|
|
4935 (custom-face-state-set): ditto.
|
|
4936 (customize-saved): ditto.
|
|
4937 (custom-variable-set): ditto.
|
|
4938 (custom-face-set): ditto.
|
|
4939 (custom-variable-save): ditto.
|
|
4940 (custom-face-save): ditto.
|
|
4941 (custom-variable-reset-saved): ditto.
|
|
4942 (custom-face-reset-saved): ditto.
|
|
4943 (custom-variable-reset-standard): ditto.
|
|
4944 (custom-face-reset-standard): ditto.
|
|
4945 (custom-comment-face): new face.
|
|
4946 (custom-comment-tag-face): ditto.
|
|
4947 (custom-comment): new widget.
|
|
4948 (custom-comment-create): new function.
|
|
4949 (custom-comment-delete): ditto.
|
|
4950 (custom-comment-value-set): ditto.
|
|
4951 (custom-comment-show): ditto.
|
|
4952 (custom-comment-invisible-p): ditto.
|
|
4953 (custom-variable-value-create): create a comment field widget.
|
|
4954 (custom-face-value-create): ditto.
|
|
4955 (custom-variable-menu): new entry for adding a custom comment.
|
|
4956 (custom-face-menu): ditto.
|
|
4957 (custom-save-variables): possibly save custom comments.
|
|
4958 (custom-save-faces): ditto.
|
|
4959
|
|
4960 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
4961 custom comment as fourth argument.
|
|
4962
|
|
4963 * custom.el (custom-set-variables): the arguments can now have a
|
|
4964 custom comment as fifth element.
|
|
4965
|
|
4966 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4967
|
|
4968 * XEmacs 21.2.18 is released
|
|
4969
|
|
4970 1999-07-13 SL Baur <steve@miho>
|
|
4971
|
|
4972 * lib-complete.el (read-library-name): Revert previous change.
|
|
4973 (read-library): Ditto.
|
|
4974
|
|
4975 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
4976
|
|
4977 * packages.el (packages-package-list): Capitalize docstring.
|
|
4978
|
|
4979 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
4980 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
4981 which returns a freshly consed list. #'append would create yet
|
|
4982 another fresh list, using Fmake_list in concat.
|
|
4983
|
|
4984 * packages.el (package-provide): Use setq with remassq like it
|
|
4985 says in its docstring.
|
|
4986
|
|
4987 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
4988
|
|
4989 * lib-complete.el (progn-with-message): Fix typo.
|
|
4990
|
|
4991 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
4992
|
|
4993 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
4994 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
4995
|
|
4996 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
4997
|
|
4998 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
4999
|
|
5000 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
5001
|
|
5002 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
5003 keys if already bound
|
|
5004
|
|
5005 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5006
|
|
5007 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
5008
|
|
5009 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5010
|
|
5011 * lib-complete.el (find-library):
|
|
5012 (find-library-other-window):
|
|
5013 (find-library-other-frame): Completely rewrote
|
|
5014 so that these functions actually work when called non-interactively.
|
|
5015 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
5016
|
|
5017 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5018
|
|
5019 * simple.el (indent-new-comment-line): Locally bound
|
|
5020 `block-comment-start' to `comstart' or else when this is called
|
|
5021 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
5022 `block-comment-start' value, ignoring any existing spacing after a
|
|
5023 comment prefix in the previous line and producing ugly comments.
|
|
5024
|
|
5025 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
5026
|
|
5027 * list-mode.el (mouse-choose-completion):
|
|
5028 (choose-completion):
|
|
5029 (completion-switch-to-minibuffer): Added.
|
|
5030 ([Tab]): [Tab] previously switched to the minibuffer
|
|
5031 but since [space] does that and since most applications in the
|
|
5032 world use [Tab] to select the next item in a list, do that in the
|
|
5033 *Completions* buffer too. This will cause the least confusion
|
|
5034 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
5035 06/23/1999.
|
|
5036
|
|
5037 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
5038
|
|
5039 * help.el (help-buffer-name): Added support for a null value
|
|
5040 of `help-buffer-prefix-string' since some buffers require no
|
|
5041 prefix.
|
|
5042
|
|
5043 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5044
|
|
5045 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
5046 in the completion-list-mode-map to bury the completions buffer
|
|
5047 even when the minibuffer is no longer active.
|
|
5048
|
|
5049 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5050
|
|
5051 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
5052 the text cursor disappear within list buffers, especially when
|
|
5053 moving from window to window, so leave it visible.
|
|
5054
|
|
5055 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
5056
|
|
5057 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
5058 report menu item (which may not be possible in this XEmacs).
|
|
5059 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
5060
|
|
5061 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
5062
|
|
5063 * subr.el (with-current-buffer): DOC string fix.
|
|
5064 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
5065
|
|
5066 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
5067
|
|
5068 * cus-face.el (custom-face-italic): insert missing args
|
|
5069
|
|
5070 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5071
|
|
5072 * packages.el (package-locations): Changed default early package
|
|
5073 hierarchies to ~/.xemacs/mule-packages and
|
|
5074 ~/.xemacs/xemacs-packages.
|
|
5075
|
|
5076 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
5077
|
|
5078 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
5079
|
|
5080 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5081
|
|
5082 * packages.el (package-locations): Changed default early package
|
|
5083 hierarchy to ~/.xemacs/packages.
|
|
5084 (package-locations): Removed `packages' as a possible name for a
|
|
5085 late package hierarchy.
|
|
5086
|
|
5087 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5088
|
|
5089 * mule/mule-category.el (word-combining-categories): Set up new
|
|
5090 variable.
|
|
5091 (word-separating-categories): Likewise.
|
|
5092
|
|
5093 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5094
|
|
5095 * XEmacs 21.2.17 is released
|
|
5096
|
|
5097 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
5098
|
|
5099 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
5100 of font size.
|
|
5101
|
|
5102 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5103
|
|
5104 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
5105 is 1.
|
|
5106
|
|
5107 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5108
|
|
5109 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
5110 8859-5 instead of ISO 8859-1.
|
|
5111
|
|
5112 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
5113
|
|
5114 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
5115 (viet-viscii-encode-table): Ditto.
|
|
5116
|
|
5117 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
5118 Make obsolete definition of char-octet.
|
|
5119
|
|
5120 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
5121
|
|
5122 * subr.el: Move no-Mule make-char ...
|
|
5123 * help-nomule.el (make-char): To here.
|
|
5124 (string-width): Make Mule compatibility alias.
|
|
5125
|
|
5126 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
5127
|
|
5128 * select.el (get-selection-no-error): really make there be no-error.
|
|
5129 (get-selection): revert to original.
|
|
5130
|
|
5131 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
5132
|
|
5133 * select.el (selection-sets-clipboard): renamed.
|
|
5134 (own-selection): use it.
|
|
5135
|
|
5136 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5137
|
|
5138 * XEmacs 21.2.16 is released
|
|
5139
|
|
5140 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5141
|
|
5142 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
5143 missing characters to avoid crash.
|
|
5144
|
|
5145 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5146
|
|
5147 * coding.el (set-terminal-coding-system): Only set the console
|
|
5148 coding system on the selected console if it is a tty.
|
|
5149
|
|
5150 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5151
|
|
5152 * cus-face.el:
|
|
5153 * cus-edit.el:
|
|
5154 * faces.el:
|
|
5155 (custom):
|
|
5156 (face-spec-set):
|
|
5157 * faces.el (frob-face-property):
|
|
5158 * font-menu.el (font-menu-set-font):
|
|
5159 Actually apply changes from 1999-03-17
|
|
5160
|
|
5161 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
5162
|
|
5163 * select.el (get-selection): abstract out non error-signalling
|
|
5164 part.
|
|
5165 (get-selection-no-error): get-selection without signalling an
|
|
5166 error.
|
|
5167 (selection-is-clipboard-p): new variable. controls whether the
|
|
5168 selection sets the clipboard.
|
|
5169 (own-selection): use it.
|
|
5170
|
|
5171 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
5172 primary selection and cutbuffer.
|
|
5173
|
|
5174 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
5175
|
|
5176 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
5177 selection functions.
|
|
5178
|
|
5179 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5180
|
|
5181 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
5182 default value.
|
|
5183 (load): Use `raw-text' instead of `no-conversion'.
|
|
5184 (insert-file-contents): Likewise.
|
|
5185
|
|
5186 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
5187 of `no-conversion'.
|
|
5188
|
|
5189 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5190
|
|
5191 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
5192
|
|
5193 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
5194
|
|
5195 * subr.el (make-char): Define it if Mule is not around.
|
|
5196
|
|
5197 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
5198
|
|
5199 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
5200
|
|
5201 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
5202 obsolete alias.
|
|
5203 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
5204
|
|
5205 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5206
|
|
5207 * XEmacs 21.2.15 is released
|
|
5208
|
|
5209 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
5210
|
|
5211 * subr.el (split-string): Avoid infinite looping
|
|
5212
|
|
5213 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5214
|
|
5215 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
5216 (ldap-default-attribute-decoder): New variable
|
|
5217 (ldap-coding-system): New variable
|
|
5218 (ldap-attribute-syntax-encoders): New variable
|
|
5219 (ldap-attribute-syntax-decoders): New variable
|
|
5220 (ldap-attribute-syntaxes-alist): New variable
|
|
5221 (ldap-encode-boolean): New function
|
|
5222 (ldap-decode-boolean): New function
|
|
5223 (ldap-encode-country-string): New function
|
|
5224 (ldap-decode-string): New function
|
|
5225 (ldap-decode-address): New function
|
|
5226 (ldap-encode-address): New function
|
|
5227 (ldap-decode-attribute): New function
|
|
5228 (ldap-search): Use some of these
|
|
5229
|
|
5230 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
5231
|
|
5232 * version.el (emacs-version): Make the patch level/beta come
|
|
5233 before the XEmacs qualifier so that it gets into (funcall
|
|
5234 emacs-version) and thus in the bug reports.
|
|
5235 (emacs-version>=): Support patch levels.
|
|
5236
|
|
5237 1999-06-03 SL Baur <steve@xemacs.org>
|
|
5238
|
|
5239 * version.el: implement x.y.z version number
|
|
5240 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5241
|
|
5242 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
5243
|
|
5244 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
5245
|
|
5246 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
5247
|
|
5248 * startup.el: Document -private and break out non-standard X options.
|
|
5249
|
|
5250 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5251
|
|
5252 * mule/mule-charset.el (charset-after): New function.
|
|
5253 (charset-direction): Synch with Mule, update docstring.
|
|
5254 (get-charset-property): New function.
|
|
5255 (put-charset-property): New function.
|
|
5256 (charset-plist): New function.
|
|
5257
|
|
5258 * mule/mule-charset.el (compose-region):
|
|
5259 (decompose-region): remove; these functions (which don't work
|
|
5260 since we don't do composite characters) have been moved to
|
|
5261 mule-util.el.
|
|
5262 (toplevel): follow coding standards
|
|
5263
|
|
5264 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5265
|
|
5266 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
5267 exist any more.
|
|
5268
|
|
5269 * code-files.el: Fix commentary to follow coding standards. Move
|
|
5270 the single line left in mule-files.el to here.
|
|
5271
|
|
5272 * mule/mule-files.el: delete.
|
|
5273
|
|
5274 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
5275
|
|
5276 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
5277 old emacs 19 interface.
|
|
5278
|
|
5279 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
5280
|
|
5281 * x-font-menu.el (x-font-menu-load-font):
|
|
5282 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
5283
|
|
5284 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
5285
|
|
5286 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
5287 group.
|
|
5288 (font-menu-this-frame-only-p): ditto.
|
|
5289 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
5290 <vroonhof@math.ethz.ch>
|
|
5291 (font-menu-submenu-name-format): ditto.
|
|
5292 (font-menu-split-long-menu): ditto, for use by the family
|
|
5293 constructor.
|
|
5294 (font-menu-family-constructor): use it.
|
|
5295
|
|
5296 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
5297
|
|
5298 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
5299 for use by the font menu.
|
|
5300
|
|
5301 * msw-font-menu.el: new file implementing mswindows specific
|
|
5302 font-menu behaviour.
|
|
5303 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
5304 (mswindows-font-menu-junk-families): ditto.
|
|
5305 (hack-font-truename): ditto.
|
|
5306 (mswindows-font-regexp-ascii): ditto.
|
|
5307 (mswindows-reset-device-font-menus): ditto.
|
|
5308 (mswindows-font-menu-font-data): ditto.
|
|
5309 (mswindows-font-menu-load-font): ditto.
|
|
5310
|
|
5311 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
5312 (x-font-menu-font-data): ditto.
|
|
5313 (x-font-menu-load-font): ditto.
|
|
5314
|
|
5315 * font-menu.el: new file implementing generic font menu behaviour.
|
|
5316 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
5317 made device independent.
|
|
5318 (font-menu-this-frame-only-p): ditto.
|
|
5319 (font-menu-preferred-resolution): ditto.
|
|
5320 (font-menu-size-scaling): new variable used to determine whether
|
|
5321 sizes are in points or tenths of a point.
|
|
5322 (vassoc): moved from x-font-menu.el.
|
|
5323 (device-fonts-cache): ditto.
|
|
5324 (device-fonts-cache): ditto.
|
|
5325 (flush-device-fonts-cache): ditto.
|
|
5326 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
5327 device independent. Most functionality deferred to
|
|
5328 device-dependent versions.
|
|
5329 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
5330 made device independent.
|
|
5331 (font-menu-size-constructor): ditto.
|
|
5332 (font-menu-weight-constructor): ditto.
|
|
5333 (font-menu-set-font): ditto.
|
|
5334 (font-menu-change-face): ditto.
|
|
5335 (font-menu-load-font): new device method.
|
|
5336 (font-menu-font-data): ditto.
|
|
5337
|
|
5338 * x-font-menu.el: The above functions deleted.
|
|
5339
|
|
5340 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
5341
|
|
5342 * update-elc.el:
|
|
5343 * make-docfile.el:
|
|
5344 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
5345
|
|
5346 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
5347
|
|
5348 * x-select.el (x-select-convert-to-text):
|
|
5349 (x-selected-text-type):
|
|
5350 (x-get-selection):
|
|
5351 (xselect-convert-to-string):
|
|
5352 (xselect-convert-to-compound-text):
|
|
5353 (xselect-convert-to-length):
|
|
5354 (xselect-convert-to-targets):
|
|
5355 (xselect-convert-to-delete):
|
|
5356 (xselect-convert-to-filename):
|
|
5357 (xselect-convert-to-charpos):
|
|
5358 (xselect-convert-to-lineno):
|
|
5359 (xselect-convert-to-colno):
|
|
5360 (xselect-convert-to-sourceloc):
|
|
5361 (xselect-convert-to-os):
|
|
5362 (xselect-convert-to-host):
|
|
5363 (xselect-convert-to-user):
|
|
5364 (xselect-convert-to-class):
|
|
5365 (xselect-convert-to-name):
|
|
5366 (xselect-convert-to-integer):
|
|
5367 (xselect-convert-to-atom):
|
|
5368 (xselect-convert-to-identity): functions renamed from x-* and
|
|
5369 moved to select.el.
|
|
5370 (x-get-secondary-selection): use rename get-selection.
|
|
5371 (x-get-clipboard): ditto.
|
|
5372 (x-own-selection): moved to select.el.
|
|
5373 (x-valid-simple-selection-p): ditto.
|
|
5374 (x-dehilight-selection): ditto.
|
|
5375 (x-own-clipboard): ditto.
|
|
5376 (x-disown-selection): ditto.
|
|
5377
|
|
5378 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
5379 (x-insert-selection): ditto.
|
|
5380 (x-set-point-and-move-selection): use renamed function.
|
|
5381
|
|
5382 * select.el (selected-text-type): moved and renamed from
|
|
5383 x-select.el.
|
|
5384 (selection-owner-p): moved to C.
|
|
5385 (selection-exists-p): ditto.
|
|
5386 (get-cutbuffer): new device method.
|
|
5387 (get-selection): generalised and moved from x-select.el.
|
|
5388 (own-selection): moved x-own-selection functionality into here.
|
|
5389 (dehilight-selection): renamed and moved from x-select.el.
|
|
5390 (own-clipboard): functionality moved from x-select.el using new
|
|
5391 generic C builtins.
|
|
5392 (disown-clipboard): ditto.
|
|
5393 (select-convert-to-text):
|
|
5394 (select-convert-to-string):
|
|
5395 (select-convert-to-compound-text):
|
|
5396 (select-convert-to-length):
|
|
5397 (select-convert-to-targets):
|
|
5398 (select-convert-to-delete):
|
|
5399 (select-convert-to-filename):
|
|
5400 (select-convert-to-charpos):
|
|
5401 (select-convert-to-lineno):
|
|
5402 (select-convert-to-colno):
|
|
5403 (select-convert-to-sourceloc):
|
|
5404 (select-convert-to-os):
|
|
5405 (select-convert-to-host):
|
|
5406 (select-convert-to-user):
|
|
5407 (select-convert-to-class):
|
|
5408 (select-convert-to-name):
|
|
5409 (select-convert-to-integer):
|
|
5410 (select-convert-to-atom):
|
|
5411 (select-convert-to-identity): new functions renamed from x-* and
|
|
5412 moved from x-select.el.
|
|
5413
|
|
5414 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
5415 into here and use as the default window-system mouse yank.
|
|
5416 (insert-selection): generalised and moved from x-mouse.el.
|
|
5417 (own-clipboard): moved to C.
|
|
5418
|
|
5419 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
5420 (mswindows-own-selection): generalised and moved to select.el.
|
|
5421 (mswindows-disown-selection): generalised and moved to C.
|
|
5422 (mswindows-selection-owner-p): ditto.
|
|
5423
|
|
5424 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5425
|
|
5426 * XEmacs 21.2.14 is released
|
|
5427
|
|
5428 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5429
|
|
5430 * about.el: update contact info for jason and slb.
|
|
5431
|
|
5432 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5433
|
|
5434 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
5435 support from Emacs/Mule romanian.el.
|
|
5436
|
|
5437 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5438
|
|
5439 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
5440
|
|
5441 * cus-edit.el: idem ditto.
|
|
5442
|
|
5443 * faces.el: Added suport for adding device tags to various functions.
|
|
5444 (custom): New device tag.
|
|
5445 (face-spec-set): Call reset face with tags argument. No longer do
|
|
5446 x-init-global-faces hack.
|
|
5447
|
|
5448 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
5449 frob-face-property-1 over.
|
|
5450
|
|
5451 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
5452 properties to custom.
|
|
5453
|
|
5454 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
5455
|
|
5456 * mule/european.el (setup-czech-environment): Add czech support.
|
|
5457 From David Sauer <davids@orfinet.cz>
|
|
5458
|
|
5459 1999-03-15 SL Baur <steve@xemacs.org>
|
|
5460
|
|
5461 * check-features.el: Turn hard errors into warnings.
|
|
5462
|
|
5463 1999-03-21 SL Baur <steve@xemacs.org>
|
|
5464
|
|
5465 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
5466 xemacs-beta, default to t.
|
|
5467
|
|
5468 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
5469
|
|
5470 * loadup.el: Define Installation-string before loading anything.
|
|
5471
|
|
5472 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5473
|
|
5474 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
5475 From Anders Stenman <stenman@isy.liu.se>
|
|
5476
|
|
5477 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5478
|
|
5479 * wid-edit.el (widget-glyph-find): Ditto.
|
|
5480
|
|
5481 * packages.el (locate-library): Ditto.
|
|
5482
|
|
5483 * loadup.el (really-early-error-handler): Ditto.
|
|
5484
|
|
5485 * lib-complete.el (read-library): Ditto.
|
|
5486
|
|
5487 * faces.el (set-face-stipple): Ditto.
|
|
5488
|
|
5489 * code-files.el (load): Use new calling style of locate-file.
|
|
5490
|
|
5491 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5492
|
|
5493 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
5494 dead.
|
|
5495
|
|
5496 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5497
|
|
5498 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
5499 Installation.el.
|
|
5500
|
|
5501 * loadup.el (Installation-string): Define it here.
|
|
5502
|
|
5503 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5504
|
|
5505 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
5506 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
5507 the dumping process won't find it.
|
|
5508
|
434
|
5509 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
428
|
5510
|
|
5511 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
5512 subr so that we can use `replace-in-string' in Installation.el to
|
|
5513 get rid of C-m chars under the native Windows build.
|
|
5514
|
|
5515 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
5516
|
|
5517 * make-docfile.el: canonicalize file and directory names.
|
|
5518
|
|
5519 * device.el (call-device-method): new function for calling device
|
|
5520 specific methods.
|
|
5521 (define-device-method): new function for defining device methods.
|
|
5522 (define-device-method*): ditto.
|
|
5523
|
|
5524 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
5525
|
|
5526 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
5527
|
|
5528 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5529
|
|
5530 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
5531 (cyrillic-koi8-r-encode-table): Likewise.
|
|
5532 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
5533 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
5534
|
|
5535 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
5536 from vietnamese.el].
|
|
5537
|
|
5538 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
5539 mule/mule-misc.el.
|
|
5540
|
|
5541 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5542
|
|
5543 * mule/thai-xtis.el:
|
|
5544 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
5545 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
5546
|
|
5547 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5548
|
|
5549 * mule/ethiopic.el: fixed.
|
|
5550
|
|
5551 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5552
|
|
5553 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
5554
|
|
5555 * mule/thai-xtis.el: New file.
|
|
5556
|
|
5557 * mule/vietnamese.el: New file.
|
|
5558
|
|
5559 * mule/ethiopic.el: New file.
|
|
5560
|
|
5561 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
5562
|
|
5563 * bytecomp.el (byte-compile-close-variables): Leave
|
|
5564 debug-issue-ebola-notices alone.
|
|
5565
|
|
5566 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5567
|
|
5568 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
5569 at the top of the buffer since it is the most important thing to
|
|
5570 customize
|
|
5571 (ldap-get-host-parameter): New defun
|
|
5572 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
5573 distinguished names of entries
|
|
5574
|
|
5575 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
5576
|
|
5577 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
5578
|
|
5579 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
5580
|
|
5581 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
5582
|
|
5583 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
5584
|
|
5585 * format.el (format-alist): Disable image stuff.
|
|
5586
|
|
5587 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
5588
|
|
5589 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
5590 suffixes rather than the other way around.
|
|
5591 (widget-image-conversion): Renamed to
|
|
5592 `widget-image-file-name-suffixes'.
|
|
5593
|
|
5594 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
5595
|
|
5596 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
5597 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
5598 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
5599 (charset-iso-final-char): Rename from charset-final.
|
|
5600 (charset-width): Rename from charset-columns.
|
|
5601 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
5602
|
|
5603 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
5604 mule-charset.el
|
|
5605
|
|
5606 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
5607
|
|
5608 * x-faces.el (x-make-font-bold-italic): honor
|
|
5609 *try-oblique-before-italic-fonts*
|
|
5610
|
|
5611 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
5612
|
|
5613 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
5614
|
|
5615 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
5616
|
|
5617 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
5618 name.
|
|
5619
|
|
5620 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
5621
|
|
5622 * cl-extra.el (equalp): Would bug out for lists.
|
|
5623
|
|
5624 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
5625
|
|
5626 * about.el (about-hackers): Change cgw's email address
|
|
5627
|
|
5628 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5629
|
|
5630 * XEmacs 21.2.13 is released
|
|
5631
|
|
5632 1999-03-12 SL Baur <steve@xemacs.org>
|
|
5633
|
|
5634 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
5635 behavior.
|
|
5636
|
442
|
5637 1999-01-18 Didier Verna <didier@xemacs.org>
|
428
|
5638
|
|
5639 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
5640 multiple elements in the splash buffer body.
|
|
5641
|
|
5642 * startup.el (splash-frame-timeout): new constant: interval
|
|
5643 between splash buffer elements.
|
|
5644 (command-line-1): handle splash buffer with multiple elements (use
|
|
5645 a timeout).
|
|
5646 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
5647 Rewrote a cleaner and more readable version. This can now be array,
|
|
5648 in which case each element is displayed in turn in the splash buffer.
|
|
5649 (splash-frame-static-body): new constant. Persistent information
|
|
5650 across all splash buffer elements (preserves the possibility to give
|
|
5651 it in different languages.
|
|
5652 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
5653 to circulate through all splash frame elements and display them in
|
|
5654 sequence.
|
|
5655 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
5656 the case of multiple elements in the splash buffer body. Now
|
|
5657 returns a timeout id if multiple elements to display, or nil.
|
|
5658
|
|
5659 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5660
|
|
5661 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
5662 so they can be overridden by x-init-face-from-resources.
|
|
5663 Additionally specify the font name also with an x tag.
|
|
5664
|
|
5665 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
5666
|
|
5667 * package-get.el (package-get-base): autoload.
|
|
5668
|
|
5669 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
5670 custom menu to only be activated when package-base is available.
|
|
5671
|
|
5672 * package-get.el (package-get-custom): don't load
|
|
5673 package-get-custom as it is auto-generated. Fix group definition.
|
|
5674
|
442
|
5675 1999-03-05 Didier Verna <didier@xemacs.org>
|
428
|
5676
|
|
5677 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
5678 instead of `symbol-name' (Thanks Kyle).
|
|
5679
|
|
5680 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
5681 princ to write symbols.
|
|
5682
|
|
5683 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5684
|
|
5685 * XEmacs 21.2.12 is released
|
|
5686
|
|
5687 1999-03-05 SL Baur <steve@xemacs.org>
|
|
5688
|
|
5689 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
5690 From Neal Becker <nbecker@fred.net>
|
|
5691
|
|
5692 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
5693
|
|
5694 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
5695 calls to font-lock during buffer reversion.
|
|
5696
|
442
|
5697 1999-02-12 Didier Verna <didier@xemacs.org>
|
428
|
5698
|
|
5699 * info.el (Info-build-node-completions): unconditionally widen the
|
|
5700 tag table buffer.
|
|
5701
|
|
5702 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
5703
|
|
5704 * x-faces.el (x-init-face-from-resources):
|
|
5705 Only set fonts in the 'x locale.
|
|
5706
|
434
|
5707 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
428
|
5708
|
|
5709 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
5710 `package-admin-delete-binary-package' returning nil since it's
|
|
5711 normal. Reindent function.
|
|
5712 (pui-add-required-packages): Handle case where packages selected
|
|
5713 for installation have never been installed.
|
|
5714
|
|
5715 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
5716
|
|
5717 * menubar-items.el (default-menubar):
|
|
5718 Implement the ``Mule->Set coding system of process'' menu item.
|
|
5719
|
|
5720 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
5721
|
|
5722 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
5723 files
|
|
5724 - Change some `if's to `when's
|
|
5725
|
|
5726 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5727
|
|
5728 * XEmacs 21.2.11 is released
|
|
5729
|
|
5730 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5731
|
|
5732 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
5733 against window close (Fix Bug #460).
|
|
5734 (ask-user-about-lock-dbox): Idem.
|
|
5735
|
|
5736 1999-02-25 SL Baur <steve@xemacs.org>
|
|
5737
|
|
5738 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
5739 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
5740
|
|
5741 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
5742
|
|
5743 * about.el (xemacs-hackers): change andy's email address.
|
|
5744 (about-url-alist): change andy's web page address.
|
|
5745 (about-xemacs): add piper.
|
|
5746
|
|
5747 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5748
|
|
5749 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5750 of mule-base into lisp/mule.
|
|
5751
|
|
5752 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5753
|
|
5754 * mule/arabic.el:
|
|
5755 mule/canna-leim.el:
|
|
5756 mule/chinese.el:
|
|
5757 mule/cyrillic.el:
|
|
5758 mule/english.el:
|
|
5759 mule/european.el:
|
|
5760 mule/greek.el:
|
|
5761 mule/hebrew.el:
|
|
5762 mule/japanese.el:
|
|
5763 mule/kinsoku.el:
|
|
5764 mule/korean.el:
|
|
5765 mule/misc-lang.el:
|
|
5766 mule/mule-category.el:
|
|
5767 mule/mule-ccl.el:
|
|
5768 mule/mule-charset.el:
|
|
5769 mule/mule-cmds.el:
|
|
5770 mule/mule-coding.el:
|
|
5771 mule/mule-files.el:
|
|
5772 mule/mule-help.el:
|
|
5773 mule/mule-init.el:
|
|
5774 mule/mule-misc.el:
|
|
5775 mule/mule-tty-init.el:
|
|
5776 mule/mule-x-init.el:
|
|
5777 mule/viet-chars.el: Remerge from mule-base.
|
|
5778
|
|
5779 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5780 of mule-base into lisp/mule.
|
|
5781
|
434
|
5782 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
5783
|
|
5784 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
5785 of hard-wired "-c" (for WindowsNT).
|
|
5786
|
|
5787 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
5788
|
|
5789 * menubar-items.el (default-menubar): Remove obsolete
|
|
5790 "Gopher" item
|
|
5791
|
|
5792 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5793
|
|
5794 * package-admin.el (package-admin-get-install-dir): First fall
|
|
5795 back to the location of xemacs-base for non-mule packages.
|
|
5796
|
|
5797 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
5798
|
|
5799 * paths.el:
|
|
5800 - improved automounter tmp directory support.
|
|
5801 - support 4 (!) empirically discovered automounter conventions
|
|
5802
|
|
5803 1999-02-12 SL Baur <steve@xemacs.org>
|
|
5804
|
|
5805 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
5806
|
|
5807 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5808
|
|
5809 * XEmacs 21.2.10 is released
|
|
5810
|
|
5811 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5812
|
|
5813 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
5814 a local file name in the search entry.
|
|
5815
|
|
5816 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5817
|
|
5818 * XEmacs 21.2.9 is released
|
|
5819
|
442
|
5820 1999-01-19 Didier Verna <didier@xemacs.org>
|
428
|
5821
|
|
5822 * replace.el (replace-search-function): new variable containing a
|
|
5823 function to perform a search-forward.
|
|
5824 (replace-re-search-function): new variable containing a function
|
|
5825 to perform a re-search-forward.
|
|
5826 (perform-replace): use them.
|
|
5827
|
442
|
5828 1999-01-25 Didier Verna <didier@xemacs.org>
|
428
|
5829
|
|
5830 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
5831 (cut-copy-clear-internal): ditto.
|
|
5832
|
|
5833 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
5834
|
|
5835 * about.el (about-url-alist): Update my entry.
|
|
5836 (xemacs-hackers): Ditto.
|
|
5837
|
434
|
5838 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
5839
|
|
5840 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
5841 * minibuf.el (minibuffer-completion-table): ditto.
|
|
5842 * cl-macs.el (return-from): ditto.
|
|
5843
|
442
|
5844 1999-01-04 Didier Verna <didier@xemacs.org>
|
428
|
5845
|
|
5846 * replace.el (delete-non-matching-lines): temporarily disable
|
|
5847 case-folding when called interactively with a regexp containing
|
|
5848 uppercase characters.
|
|
5849 (delete-matching-lines): ditto.
|
|
5850 (count-matches): ditto.
|
|
5851 (list-matching-lines): ditto.
|
|
5852
|
|
5853 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
5854
|
|
5855 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
5856 abort if current window is split horizontally, not if others are
|
|
5857 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
5858 some comments (it's still complex).
|
|
5859
|
|
5860 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
5861
|
|
5862 * package-get.el: changed address for doc.ic.ac.uk to
|
|
5863 sunsite.doc.ic.ac.uk
|
|
5864
|
|
5865 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5866
|
|
5867 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
5868 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
5869
|
|
5870 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
5871
|
|
5872 * dump-paths.el: Calculate module-directory and set
|
|
5873 module-load-path to the load path for modules.
|
|
5874
|
|
5875 * loadup.el: Get bootstrap value of module-load-path from the
|
|
5876 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
5877 - Display the module load path if we're debugging paths.
|
|
5878
|
|
5879 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
5880 - Added function paths-find-module-directory.
|
|
5881 - Added function paths-construct-module-load-path. Uses new
|
|
5882 environment variable EMACSMODULEPATH.
|
|
5883
|
|
5884 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
5885
|
|
5886 * font.el (font-default-object-for-device):
|
|
5887 Oops! This `or' can't be replaced by `unless'.
|
|
5888 Fixed inability to run w3, among other things.
|
|
5889
|
|
5890 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
5891
|
|
5892 * package-admin.el: Change initialization of
|
|
5893 package-admin-install-function dependent on system type.
|
|
5894 Change package-admin-install-function-mswindows to use
|
|
5895 "minitar".
|
|
5896
|
|
5897 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
5898
|
|
5899 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
5900 in the minibuffer.
|
|
5901
|
|
5902 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
5903
|
|
5904 * XEmacs 21.2.8 is released.
|
|
5905
|
|
5906 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
5907
|
|
5908 * XEmacs 21.2.7 is released.
|
|
5909
|
|
5910 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5911
|
|
5912 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
5913
|
|
5914 * package-get.el (package-get-download-menu): Use
|
|
5915 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
5916
|
|
5917 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
5918 (pui-help-string): idem.
|
|
5919 (list-packages-mode): New major mode.
|
|
5920 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
5921 (pui-install-selected-packages): Add suport for removing packages.
|
|
5922 (pui-toggle-package-delete-key): New function.
|
|
5923 (pui-popup-context-sensitive): New kludge.
|
|
5924 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
5925 (package-ui-add-site): New function.
|
|
5926
|
442
|
5927 1998-12-01 Didier Verna <didier@xemacs.org>
|
428
|
5928
|
|
5929 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
5930
|
|
5931 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5932
|
|
5933 * ldap.el: Custom-ized
|
|
5934 (toplevel): Do not provide `ldap' which is provided by C level
|
|
5935 LDAP code
|
|
5936 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
5937
|
|
5938 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
5939
|
|
5940 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
5941
|
|
5942 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
5943
|
|
5944 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
5945 (sound-extension-list): name changed from sound-ext-list.
|
|
5946 (load-default-sounds): use new names.
|
|
5947 (load-sound-file): use new names.
|
|
5948
|
|
5949 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
5950
|
|
5951 * XEmacs 21.2.6 is released
|
|
5952
|
|
5953 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
5954
|
|
5955 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
5956 errors.
|
|
5957
|
|
5958 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
5959
|
|
5960 * wid-edit.el (widget-echo-this-extent): Set
|
|
5961 help-echo-owns-message to t.
|
|
5962
|
|
5963 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
5964
|
|
5965 * package-get.el (package-get-download-menu): use toggles for
|
|
5966 each site in the download site menu.
|
|
5967
|
|
5968 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5969
|
|
5970 * package-get.el (package-get): If we cannot find a package
|
|
5971 because package-get-remote is not set, give a more helpful
|
|
5972 error message.
|
|
5973
|
|
5974 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
5975
|
|
5976 * package-get.el (package-get-remote-filename): use an EFS path
|
|
5977 with user anonymous if no user is specified.
|
|
5978
|
|
5979 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5980
|
|
5981 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
5982 calling reset-face on the default face.
|
|
5983
|
|
5984 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5985
|
|
5986 * package-admin.el (package-admin-default-install-function):
|
|
5987 Behave as advertised. Make sure the pkg-dir is proper for
|
|
5988 default-directory.
|
|
5989 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
5990 proper for default-directory.
|
|
5991 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
5992 is proper for default-directory.
|
|
5993
|
|
5994 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5995
|
|
5996 * XEmacs 21.2.5 is released
|
|
5997
|
|
5998 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
5999
|
|
6000 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
6001 bytecompile time.
|
|
6002
|
|
6003 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
6004
|
|
6005 * x-win-xfree86.el:
|
|
6006 * x-win-sun.el (x-win-init-sun):
|
|
6007 * x-win-sun.el:
|
|
6008 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
6009 * x-iso8859-1.el:
|
|
6010 * x-init.el (init-post-x-win):
|
|
6011 * x-init.el (init-pre-x-win):
|
|
6012 * x-init.el (x-initialize-compose):
|
|
6013 * x-init.el:
|
|
6014 * x-compose.el:
|
|
6015 * winnt.el:
|
|
6016 * widget.el:
|
|
6017 * wid-edit.el (widget-glyph-click):
|
|
6018 * wid-edit.el (widget-glyph-find):
|
|
6019 * wid-edit.el (widget-type):
|
|
6020 * view-less.el (view-buffer-other-window):
|
|
6021 * very-early-lisp.el:
|
|
6022 * version.el:
|
|
6023 * toolbar.el:
|
|
6024 * toolbar-items.el:
|
|
6025 * term/sun.el (suntool-map):
|
|
6026 * term/sun-mouse.el:
|
|
6027 * term/internal.el:
|
|
6028 * syntax.el (modify-syntax-entry):
|
|
6029 * symbol-syntax.el:
|
|
6030 * subr.el:
|
|
6031 * startup.el (lock-directory):
|
|
6032 * simple.el (set-comment-column):
|
|
6033 * simple.el (backward-delete-char-untabify):
|
|
6034 * shadow.el (find-emacs-lisp-shadows):
|
|
6035 * shadow.el:
|
|
6036 * setup-paths.el (paths-construct-info-path):
|
|
6037 * select.el (cut-copy-clear-internal):
|
|
6038 * process.el (call-process-region):
|
|
6039 * process.el (start-process-shell-command):
|
|
6040 * process.el:
|
|
6041 * paths.el (rmail-spool-directory):
|
|
6042 * paragraphs.el (use-hard-newlines):
|
|
6043 * package-get.el (package-get-dependencies):
|
|
6044 * package-admin.el (package-admin-delete-binary-package):
|
|
6045 * obsolete.el (truncate-string):
|
|
6046 * obsolete.el (store-substring):
|
|
6047 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
6048 * mouse.el (mouse-yank-at-point):
|
|
6049 * modeline.el:
|
|
6050 * modeline.el (mouse-drag-modeline):
|
|
6051 * minibuf.el (read-directory-name-internal):
|
|
6052 * minibuf.el (read-file-name-internal):
|
|
6053 * minibuf.el (read-file-name-internal-1):
|
|
6054 * minibuf.el (read-file-name-2):
|
|
6055 * minibuf.el (exact-minibuffer-completion-p):
|
|
6056 * minibuf.el (read-from-minibuffer):
|
|
6057 * minibuf.el:
|
|
6058 * menubar.el (check-menu-syntax):
|
|
6059 * map-ynp.el (map-y-or-n-p):
|
|
6060 * make-docfile.el (docfile-out-of-date):
|
|
6061 * loadup.el ((member "run-temacs" command-line-args)):
|
|
6062 * loadup.el ((member "no-site-file" command-line-args)):
|
|
6063 * loadup.el (really-early-error-handler):
|
|
6064 * loadup.el:
|
|
6065 * loadhist.el:
|
|
6066 * loaddefs.el:
|
|
6067 * lisp-mnt.el (lm-verify):
|
|
6068 * lib-complete.el (lib-complete:cache-completions):
|
|
6069 * lib-complete.el (library-all-completions):
|
|
6070 * itimer.el (itimer-run-expired-timers):
|
|
6071 * info.el (Info-mode):
|
|
6072 * info.el (Info-insert-file-contents):
|
|
6073 * info.el (Info-rebuild-dir):
|
|
6074 * info.el (Info-build-dir-anew):
|
|
6075 * info.el (Info-parse-dir-entries):
|
|
6076 * info.el (Info-dir-outdated-p):
|
|
6077 * info.el (Info-insert-dir):
|
|
6078 * info.el (info-xref):
|
|
6079 * info.el:
|
|
6080 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
6081 * hyper-apropos.el (hyper-describe-face):
|
|
6082 * hyper-apropos.el (hyper-apropos-mode):
|
|
6083 * hyper-apropos.el:
|
|
6084 * help.el (list-processes):
|
|
6085 * help.el:
|
|
6086 * gnuserv.el:
|
|
6087 * font.el (mswindows-font-create-name):
|
|
6088 * font.el (font-default-font-for-device):
|
|
6089 * font.el (x-font-create-object):
|
|
6090 * font.el (font-registry):
|
|
6091 * font.el:
|
|
6092 * font-lock.el (font-lock-keywords):
|
|
6093 * font-lock.el:
|
|
6094 * finder.el (finder-compile-keywords):
|
|
6095 * find-paths.el (paths-find-recursive-path):
|
|
6096 * fill.el (set-justification-center):
|
|
6097 * fill.el (fill-region-as-paragraph):
|
|
6098 * files.el (insert-directory):
|
|
6099 * files.el (wildcard-to-regexp):
|
|
6100 * files.el (recover-file):
|
|
6101 * files.el (basic-save-buffer):
|
|
6102 * files.el (delete-auto-save-file-if-necessary):
|
|
6103 * files.el (file-relative-name):
|
|
6104 * files.el (backup-extract-version):
|
|
6105 * files.el (backup-buffer):
|
|
6106 * files.el (set-visited-file-name):
|
|
6107 * files.el (set-auto-mode):
|
|
6108 * files.el (interpreter-mode-alist):
|
|
6109 * files.el:
|
|
6110 * files.el (find-file-noselect):
|
|
6111 * files.el (abbreviate-file-name):
|
|
6112 * files.el (parse-colon-path):
|
|
6113 * files.el (directory-abbrev-alist):
|
|
6114 * etags.el (visit-tags-table-buffer):
|
|
6115 * easymenu.el (easy-menu-define):
|
|
6116 * dragdrop.el (experimental-dragdrop-drag):
|
|
6117 * dragdrop.el (dragdrop-drop-do-functions):
|
|
6118 * dragdrop.el (dragdrop-drop-at-point):
|
|
6119 * disass.el (disassemble-1):
|
|
6120 * disass.el (disassemble-internal):
|
|
6121 * disass.el (disassemble):
|
|
6122 * disass.el:
|
|
6123 * derived.el (derived-mode-init-mode-variables):
|
|
6124 * derived.el (define-derived-mode):
|
|
6125 * custom.el (defgroup):
|
|
6126 * cus-edit.el (custom-quote):
|
|
6127 * config.el:
|
|
6128 * code-process.el (open-network-stream):
|
|
6129 * code-process.el (start-process):
|
|
6130 * code-process.el (call-process-region):
|
|
6131 * code-process.el (call-process):
|
|
6132 * code-process.el:
|
|
6133 * code-files.el (insert-file-contents):
|
|
6134 * code-files.el:
|
|
6135 * code-files.el (buffer-file-coding-system-for-read):
|
|
6136 * cmdloop.el (yes-or-no-p-minibuf):
|
|
6137 * cl.el:
|
|
6138 * cl-macs.el:
|
|
6139 * cl-extra.el:
|
|
6140 * callers-of-rpt.el (make-caller-report):
|
|
6141 * callers-of-rpt.el:
|
|
6142 * bytecomp.el (batch-byte-recompile-directory):
|
|
6143 * bytecomp.el (batch-byte-compile-1):
|
|
6144 * bytecomp.el (batch-byte-compile):
|
|
6145 * bytecomp.el (display-call-tree):
|
|
6146 * bytecomp.el (byte-compile-insert):
|
|
6147 * bytecomp.el (byte-compile-two-args-19->20):
|
|
6148 * bytecomp.el (byte-compile-variable-ref):
|
|
6149 * bytecomp.el (byte-compile-form):
|
|
6150 * bytecomp.el (byte-compile-top-level-body):
|
|
6151 * bytecomp.el (byte-compile-out-toplevel):
|
|
6152 * bytecomp.el (byte-compile-byte-code-maker):
|
|
6153 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
6154 * bytecomp.el (byte-compile-file-form):
|
|
6155 * bytecomp.el (byte-compile-keep-pending):
|
|
6156 * bytecomp.el (byte-compile-insert-header):
|
|
6157 * bytecomp.el (byte-compile-from-buffer):
|
|
6158 * bytecomp.el (byte-compile-file):
|
|
6159 * bytecomp.el (byte-recompile-file):
|
|
6160 * bytecomp.el (byte-compile-close-variables):
|
|
6161 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
6162 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
6163 * bytecomp.el (byte-compiler-legal-options):
|
|
6164 * bytecomp.el (byte-compile-lapcode):
|
|
6165 * bytecomp.el (byte-optimize-log):
|
|
6166 * bytecomp.el ((fboundp 'defsubst)):
|
|
6167 * bytecomp.el:
|
|
6168 * bytecomp-runtime.el:
|
|
6169 * byte-optimize.el (byte-optimize-apply):
|
|
6170 * byte-optimize.el (car):
|
|
6171 * byte-optimize.el (byte-optimize-form):
|
|
6172 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
6173 * byte-optimize.el:
|
|
6174 * build-report.el (build-report-insert-installation-file):
|
|
6175 * build-report.el (build-report):
|
|
6176 * auto-show.el:
|
|
6177 * apropos.el (apropos-documentation):
|
|
6178 - mega patch
|
|
6179 - clean up byte-compile warnings
|
|
6180 - remove unused variables
|
|
6181 - Use common lisp style hashtable functions
|
|
6182 - byte compiler cleanup
|
|
6183 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
6184 - remove old backquote syntax usage
|
|
6185 - move some cl functionality into C for speed.
|
|
6186 - remove last remaining VMS support
|
|
6187 - spelling fixes
|
|
6188 - implement last, butlast, nbutlast, copy-list in C.
|
|
6189 - new macro ignore-file-errors, similar to ignore-errors
|
|
6190 (ignore-file-errors (delete-file "foo"))
|
|
6191 - get frequent garbage collection during loadup.el by tweaking
|
|
6192 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
6193 - default delete-key-deletes-forward to `t'.
|
|
6194
|
|
6195 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
6196
|
|
6197 * XEmacs 21.2-beta4 is released.
|
|
6198
|
|
6199 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6200
|
|
6201 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
6202 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
6203 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
6204
|
|
6205 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
6206 (add-menu-button): Add 'in-menu' argument.
|
|
6207 (add-menu-item-1): Add in-menu support to helper function.
|
|
6208
|
|
6209 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
6210
|
|
6211 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
6212
|
|
6213 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6214
|
|
6215 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
6216 of Dec 4, 1997.
|
|
6217
|
|
6218 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
6219
|
|
6220 * process.el (shell-command-on-region): Report if the command
|
|
6221 succeeded or failed.
|
|
6222
|
|
6223 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
6224
|
|
6225 * subr.el (buffer-substring-no-properties): Comment out.
|
|
6226
|
434
|
6227 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
428
|
6228
|
|
6229 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
6230 into font instances first, like `x-frob-font-size' does.
|
|
6231 (mswindows-find-larger-font): ditto
|
|
6232
|
|
6233 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
6234
|
|
6235 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
6236 to `package-get'.
|
|
6237
|
|
6238 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6239
|
|
6240 * package-get.el (host-name): New widget type.
|
|
6241 (package-get-remote): Better customization using new type.
|
|
6242 (package-get-download-sites): idem dito.
|
|
6243
|
|
6244 (package-get-custom): Do not use package-get-all untill we have
|
|
6245 runtime dependencies.
|
|
6246
|
|
6247 (package-get-remove-copy): Default to 't' we no longer need this
|
|
6248 kludge as we do not currently use depenencies.
|
|
6249
|
|
6250 (package-get-was-current): New variable.
|
|
6251 (package-get-require-base): New 'force-current' argument.
|
|
6252 (package-get-update-base): idem
|
|
6253 (package-get-package-provider): idem
|
|
6254 (package-get-locate-index-file): New 'no-remote' argument.
|
|
6255 (package-get-locate-file): idem.
|
|
6256
|
|
6257 (package-get-maybe-save-index): New function.
|
|
6258 (package-get-update-base): Use it.
|
|
6259
|
|
6260 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
6261
|
|
6262 * package-get.el (package-get-remote): default to nil; by default,
|
|
6263 don't go out to the net via EFS. They must select a download site.
|
|
6264 (package-get-download-sites): new variable.
|
|
6265 (package-get-download-menu): new function.
|
|
6266 (package-get-locate-index-file): new function.
|
|
6267 (package-get-update-base): use it.
|
|
6268
|
|
6269 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
6270 and "Add Download Site" menus under Options | Manage Packages.
|
|
6271
|
|
6272 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
6273
|
|
6274 * package-get.el (package-get): bugfix code checking installed version
|
|
6275 for case where package is not currently installed.
|
|
6276 (package-get-require-signed-base-updates): new variable.
|
|
6277 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
6278 deemed not a goot thing. Use the variable
|
|
6279 package-get-allow-unsigned-base-updates instead.
|
|
6280
|
|
6281 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
6282
|
|
6283 * package-get.el (package-get): Don't install an older version than
|
|
6284 we already have unless explicitly told to. Issue a warning.
|
|
6285
|
|
6286 * package-ui.el (pui-add-required-packages): when adding
|
|
6287 dependencies, don't add packages that are up to date.
|
|
6288 (pui-package-symbol-char): Don't consider a package out of date
|
|
6289 if you have a newer version installed than the latest version in
|
|
6290 package-get-base.
|
|
6291
|
|
6292 * package-get.el (package-get-base-filename): document that it may
|
|
6293 be a path relative to package-get-remote; new default value.
|
|
6294 (package-get-locate-file): new function.
|
|
6295 (package-get-update-base): use it to expand package-get-base-filename.
|
|
6296 (package-get-save-base): new function to save the package-get database
|
|
6297 to file.
|
|
6298 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
6299 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
6300 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
6301 (package-get-file-installed-p): removed; no longer needed.
|
|
6302 (package-get-create-custom): ditto.
|
|
6303 (toplevel): remove code to build and load package-get-custom.el
|
|
6304 (package-get-custom-add-entry): new function.
|
|
6305
|
|
6306 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
6307
|
|
6308 * wid-edit.el (widget-button-click): Don't switch window.
|
|
6309
|
|
6310 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6311
|
|
6312 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
6313
|
|
6314 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
6315
|
|
6316 * etags.el (find-tag-default): Run find-tag-hook using
|
|
6317 run-hooks rather than funcall
|
|
6318
|
|
6319 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
6320
|
|
6321 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
6322 and the current local map as the parents to isearch-mode-map.
|
|
6323
|
|
6324 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
6325
|
|
6326 * XEmacs 21.2-beta3 is released.
|
|
6327
|
|
6328 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6329
|
|
6330 * package-get.el (package-get-update-base): use
|
|
6331 insert-file-contents-internal, not insert-file-contents-literally.
|
|
6332
|
|
6333 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6334
|
|
6335 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
6336 dump time.
|
|
6337
|
|
6338 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6339
|
|
6340 * package-get.el (package-get-update-base-entry): new function.
|
|
6341 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
6342 cleanup, and use package-get-update-base-from-buffer.
|
|
6343 (package-get-update-base-from-buffer): new function.
|
|
6344 (package-get-update-base-entries): new; helper for above.
|
|
6345 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
6346
|
|
6347 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6348
|
|
6349 * files.el (set-auto-mode): Don't play games loading package-get
|
|
6350 database; package-get-package-provider will handle it all.
|
|
6351
|
|
6352 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
6353
|
|
6354 * package-get.el (package-get-base-filename): new variable.
|
|
6355 (package-get-require-base): new function.
|
|
6356 (package-get-pgp-signed-begin-line): new variable.
|
|
6357 (package-get-pgp-signature-begin-line): ditto.
|
|
6358 (package-get-pgp-signature-end-line): ditto.
|
|
6359 (package-get-load-base): new function.
|
|
6360 (package-get-interactive-package-query):
|
|
6361 (package-get-update-all):
|
|
6362 (package-get-dependencies):
|
|
6363 (package-get-package-provider):
|
|
6364 (package-get-custom): use package-get-require-base.
|
|
6365 [package-get-custom loading]: disable for now.
|
|
6366
|
|
6367 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
6368
|
|
6369 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6370
|
|
6371 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
6372
|
|
6373 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6374
|
|
6375 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
6376 to with Customize. Move all the package stuff to a new Item in Options.
|
|
6377
|
|
6378 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
6379
|
|
6380 * package-get.el (package-get): Use new
|
|
6381 package-admin-get-install-dir.
|
|
6382
|
|
6383 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
6384 Conserve package location and put mule packages where mule-base is.
|
|
6385
|
|
6386 * package-get.el : Customized
|
|
6387
|
|
6388 * package-ui.el (pui): Customized
|
|
6389 (pui-package-install-dest-dir): New variable.
|
|
6390 (pui-install-selected-packages): Use it
|
|
6391
|
|
6392 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
6393
|
|
6394 * package-get.el (package-get-interactive-package-query): Move
|
|
6395 dependency on package-get-base to run-time.
|
|
6396 (package-get-update-all): Ditto.
|
|
6397 (package-get-dependencies): Ditto.
|
|
6398 (package-get-package-provider): Ditto.
|
|
6399 (package-get-custom): Ditto.
|
|
6400
|
|
6401 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
6402
|
|
6403 * events.el: Remove 'ascii-character property from 'backspace
|
|
6404 and 'delete symbols
|
|
6405
|
|
6406 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
6407
|
|
6408 * package-get-base.el: removed.
|
|
6409
|
442
|
6410 1998-09-23 Didier Verna <didier@xemacs.org>
|
428
|
6411
|
|
6412 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
6413 (no-upper-case-p): new function.
|
|
6414 (with-search-caps-disable-folding): new macro.
|
|
6415 (with-interactive-search-caps-disable-folding): new macro.
|
|
6416 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
6417 the character is uppercase.
|
|
6418 (zap-up-to-char): ditto.
|
|
6419
|
|
6420 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
6421
|
|
6422 * isearch-mode.el (isearch-fix-case): ditto.
|
|
6423 make obsolete `with-caps-disable-folding' and
|
|
6424 `isearch-no-upper-case-p'.
|
|
6425
|
|
6426 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
6427 (tags-search): ditto.
|
|
6428 (tags-query-replace): ditto.
|
|
6429
|
|
6430 * info.el (Info-search): ditto.
|
|
6431
|
|
6432 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6433
|
|
6434 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
6435
|
|
6436 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
6437
|
|
6438 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
6439 check for "." and ".." before symlink check. expand files and
|
|
6440 directories with respect to DIRECTORY, not default-directory.
|
|
6441
|
|
6442 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
6443
|
|
6444 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
6445
|
|
6446 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
6447
|
|
6448 * package-ui.el (pui-add-required-packages): new function, select
|
|
6449 dependent packages.
|
|
6450 (pui-display-keymap): bind it.
|
|
6451 (pui-help-string): document it.
|
|
6452 (pui-install-selected-packages): package-get-all -> package-get.
|
|
6453
|
|
6454 * package-get.el (package-get-dependencies): new function.
|
|
6455
|
|
6456 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6457
|
|
6458 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
6459 regexps.
|
|
6460
|
|
6461 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6462
|
|
6463 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
6464 function.
|
|
6465 (default-mouse-track-normalize-point): Use it.
|
|
6466
|
|
6467 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6468
|
|
6469 * package-admin.el (package-admin-delete-binary-package):
|
|
6470 General cleanup. Remove unnessary use of progn and
|
|
6471 save-excursion.
|
|
6472 (package-admin-delete-binary-package): Do NOT mess with file
|
|
6473 modes. That is evil.
|
|
6474 (package-admin-delete-binary-package): Wrap all deleting in
|
|
6475 condition-case. The data in MANIFEST is untrustworthy.
|
|
6476 (package-admin-delete-binary-package): Let the OS worry about non
|
|
6477 empty directories.
|
|
6478
|
|
6479 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
6480
|
|
6481 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
6482 processing.
|
|
6483 (lm-report-bug): Fix mail address to send bug reports to.
|
|
6484
|
|
6485 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
6486
|
|
6487 * XEmacs 21.2-beta2 is released.
|
|
6488
|
|
6489 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6490
|
|
6491 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
6492
|
|
6493 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6494
|
|
6495 * info.el (Info-mode): Document page turning by double clicks in
|
|
6496 docstring so `M-x describe-mode' will display it.
|
|
6497
|
|
6498 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6499
|
|
6500 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
6501 widths to calculate a border region where double clicking does
|
|
6502 page turning, and return `nil' by default so other hooks, such as
|
|
6503 region highlighting, will be run.
|
|
6504
|
|
6505 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
6506
|
|
6507 * sound.el (default-sound-directory-list): Initialize with all the
|
|
6508 "sounds" directories in `data-directory-list'. It used to just be
|
|
6509 the first one.
|
|
6510
|
|
6511 * packages.el (locate-data-directory-list): Created. This gives
|
|
6512 the list of matching directories, unlike `locate-data-directory',
|
|
6513 which just gives the first one.
|
|
6514
|
|
6515 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6516
|
|
6517 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
6518 make a binding in the local keymap until help-char handling is
|
|
6519 improved.
|
|
6520
|
|
6521 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
6522 binding.
|
|
6523 (help-print-help-form): New helper function.
|
|
6524
|
|
6525 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
6526
|
|
6527 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
6528 move extent to another buffer; no need to create a new extent.
|
|
6529 (isearch-fix-case): New function.
|
|
6530 (isearch-search-and-update): Use it.
|
|
6531
|
|
6532 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6533
|
|
6534 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
6535 the keymap, not minor-mode-map-alist.
|
|
6536 (isearch-done): Restore overriding-local-map.
|
|
6537
|
|
6538 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
6539
|
|
6540 * bytecomp.el (byte-compile-buffer-substring):
|
|
6541 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
6542 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
6543 - new code not only works, but is more readable, too.
|
|
6544
|
|
6545 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6546
|
|
6547 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
6548 specify a default font at this late stage. Do try to force
|
|
6549 creation of the default face font so that if it fails we get
|
|
6550 an error now instead of a crash at frame creation.
|
|
6551
|
|
6552 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
6553 mswindows-make-font-unitalic: Canonical default weight
|
|
6554 changed from "Normal" to "Regular".
|
|
6555
|
|
6556 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
6557 not being passed into call to mswindows-find-smaller-font.
|
|
6558
|
|
6559 1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
6560
|
|
6561 * package-get.el (package-get-remote): Fix the path where to find
|
|
6562 the packages on xemacs.org.
|
|
6563
|
|
6564 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
6565
|
|
6566 * about.el (about-maintainer-info): Update Ben's entry.
|
|
6567
|
|
6568 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
6569
|
|
6570 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
6571 - `member' was being called on lists of length 2000!
|
|
6572 - Replace with hashtables.
|
|
6573 - Replace hand-coded loops with (dolist)
|
|
6574 - Fix comment typo
|
|
6575
|
|
6576 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
6577
|
|
6578 * packages.el: Added new function, `package-delete-name', to
|
|
6579 delete existing packages from the installed package database
|
|
6580 (`packages-package-list'). Also added the "pkginfo" directory
|
|
6581 to `packages-special-base-regexp', so that the pkginfo directory
|
|
6582 would not get added to `late-packages'.
|
|
6583
|
|
6584 * package-admin.el: Added ability to delete an installed package
|
|
6585 (added low-level function, `package-admin-delete-package').
|
|
6586 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
6587 delete the package. When installing a package, will also
|
|
6588 create a MANIFEST.* file if one is not provided by the
|
|
6589 package. If the MANIFEST.* doesn't exist when deleting a
|
|
6590 package, the functions will fall back to attempting to delete
|
|
6591 any package-specific lisp directory.
|
|
6592
|
|
6593 * package-get.el: Moved some functions to package-admin.el.
|
|
6594 Added interactive function `package-get-delete-package', for
|
|
6595 use by users for deleting a package.
|
|
6596
|
442
|
6597 Also modified to not require the presence of efs.
|
428
|
6598
|
|
6599 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6600
|
|
6601 * files.el (find-file-noselect): Handle all signals, kill the
|
|
6602 buffer and resignal.
|
|
6603
|
|
6604 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
6605
|
|
6606 * cl-macs.el (glyph-image): Add setf method.
|
|
6607
|
|
6608 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
6609
|
|
6610 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
6611 .tar.gz files first, in preference over .tgz files.
|
|
6612
|
|
6613 * package-ui.el: Fix display of package version numbers.
|
|
6614
|
|
6615 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6616
|
|
6617 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
6618 argument.
|
|
6619
|
|
6620 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
6621
|
|
6622 * list-mode.el: `display-completion-list': added new/optional
|
|
6623 keyword `:completion-string', which allows the programmer to
|
|
6624 change the "Possible completions are:" prompt.
|
|
6625
|
|
6626 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
6627 visual package browser/installer:
|
|
6628
|
|
6629 Options->Customize->List Packages
|
|
6630
|
|
6631 * package-admin.el: Added hooks for installing under both Unix
|
|
6632 and MS Windows. Does additional error checking. No longer
|
|
6633 calls "add-big-package.sh" to install packages under Unix; now
|
|
6634 calls gunzip & tar directly.
|
|
6635
|
|
6636 * package-get.el: Added ability to install packages from files
|
|
6637 on a local disk/CDROM. Now deletes any existing package lisp
|
|
6638 directory. Does completion on available packages when
|
|
6639 querying for package names. Will also search for .tgz files
|
|
6640 in addition for .tar.gz files. Tries to reload
|
|
6641 auto-autoloads, as a convenience when loading new packages,
|
|
6642 and also tries to add any new package paths to `load-path'.
|
|
6643 Changed all occurences of `concat' to use `expand-file-name'.
|
|
6644
|
|
6645 * package-ui.el: New file which implements the main visual
|
|
6646 package browser/installer, which is started via a menu pick or
|
|
6647 M-x pui-list packages.
|
|
6648
|
|
6649 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6650
|
|
6651 * startup.el (load-init-file): spelling fix.
|
|
6652
|
|
6653 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6654
|
|
6655 * startup.el (normal-top-level): Load auto-autoload files
|
|
6656 covariantly with their precedence.
|
|
6657
|
|
6658 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6659
|
|
6660 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
6661 option, there is currently no custom equivalent.. Customize-faces
|
|
6662 is "Edit faces".
|
|
6663
|
|
6664 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
6665 default face.
|
|
6666
|
|
6667 * faces.el (face-spec-update-all-matching): New function.
|
|
6668
|
|
6669 * cus-face.el (custom-set-face-update-spec): New function.
|
|
6670 Interface to customize faces from elisp.
|
|
6671
|
|
6672 (custom-face-value-create): Show the customized settings if set
|
|
6673 but not saved.
|
|
6674
|
|
6675 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6676
|
|
6677 (custom-face-value-create): Show the customized settings if set
|
|
6678 but not saved.
|
|
6679
|
|
6680 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
6681
|
|
6682 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
6683 query-replace-regexp.
|
|
6684
|
|
6685 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
6686
|
|
6687 * minibuf.el (read-file-name-internal-1): use
|
|
6688 user-name-completion-1 instead of user-name-completion.
|
|
6689
|
|
6690 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6691
|
|
6692 * loadup.el:
|
|
6693 * make-docfile.el:
|
|
6694 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
6695 global variable) no more.
|
|
6696
|
|
6697 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
6698 (now defunct as a global variable) a parameter.
|
|
6699
|
|
6700 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
6701
|
|
6702 * about.el (about-hackers): new email
|
|
6703
|
|
6704 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
6705
|
|
6706 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
6707
|
442
|
6708 1998-07-17 Didier Verna <didier@xemacs.org>
|
428
|
6709
|
|
6710 * faces.el (set-face-property):
|
|
6711 (set-face-dim-p):
|
|
6712 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
6713 tty-specific.
|
|
6714 (face-equal): the dim property is now a common one.
|
|
6715
|
|
6716 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
6717 Renamed the `stipple' attribute to `background-pixmap'.
|
|
6718 (custom-face-background-pixmap): make custom-face-stipple an
|
|
6719 obsolete alias for this.
|
|
6720
|
|
6721 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6722
|
|
6723 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
6724 used.
|
|
6725
|
|
6726 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
6727
|
|
6728 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6729
|
|
6730 * packages.el (packages-data-path-depth): Added and used.
|
|
6731
|
|
6732 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
6733
|
|
6734 * about.el:
|
|
6735 - Change .xpm to .png, delete "zcat" section.
|
|
6736 - cosmetic fix in the 'marcpa' entry.
|
|
6737
|
|
6738 * etc/photos
|
|
6739 - convert all .xpm.Z to .png
|
|
6740 - rename mrb to martin
|
|
6741 - rename mcook-m to mcookm
|
|
6742
|
|
6743 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
6744
|
|
6745 * x-init.el (x-initialize-compose): Add support for
|
|
6746 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
6747
|
|
6748 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
6749
|
|
6750 * setup-paths.el (paths-construct-exec-path): Made the
|
|
6751 last-packages really be last.
|
|
6752 (paths-construct-data-directory-list): Ditto.
|
|
6753
|
|
6754 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
6755
|
|
6756 * startup.el(startup-splash-frame-body):
|
|
6757 Update Copyright notice in splash screen
|
|
6758
|
|
6759 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6760
|
|
6761 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
6762
|
|
6763 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6764
|
|
6765 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
6766 aginst destroyed extents
|
|
6767
|
|
6768 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
6769
|
|
6770 * package-get.el (package-get): add `install-dir' argument.
|
|
6771
|
|
6772 1998-07-20 John Jones <jj@asu.edu>
|
|
6773
|
|
6774 * package-get.el: calls to package-get-update-all will only
|
|
6775 update packages which are already installed.
|
|
6776
|
|
6777 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
6778
|
|
6779 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
6780 writable.
|
|
6781
|
|
6782 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
6783
|
|
6784 * about.el (about-hackers): Correct my email.
|
|
6785
|
|
6786 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
6787
|
|
6788 * about.el (about-hackers): new email-address.
|
|
6789
|
|
6790 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
6791
|
|
6792 * minibuf.el (read-number): Don't let `input-error' condition
|
|
6793 escape.
|
|
6794
|
|
6795 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6796
|
|
6797 * about.el (about-hackers): use my `email-for-life' address.
|
|
6798
|
|
6799 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
6800
|
|
6801 * XEmacs 21.2-beta1 is released.
|
|
6802
|
|
6803 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6804
|
|
6805 * ldap.el (ldap-search): Doc string change
|
|
6806
|
|
6807 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
6808
|
|
6809 * menubar-items.el (default-menubar): Removed references to
|
|
6810 `data-directory', and use `locate-data-file' instead, and made
|
|
6811 then greyed out if they don't exist.
|
|
6812
|
|
6813 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6814
|
|
6815 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
6816 since the latter does not accept integer args anymore
|
|
6817
|
|
6818 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
6819
|
|
6820 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
6821 macros replaced.
|
|
6822
|
|
6823 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6824
|
|
6825 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
6826 * update-elc.el: Ditto.
|
|
6827 * loadup.el (really-early-error-handler): Ditto.
|
|
6828
|
|
6829 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
6830 very-early-lisp.el.
|
|
6831
|
|
6832 * very-early-lisp.el: New file.
|
|
6833
|
|
6834 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6835
|
|
6836 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
6837
|
|
6838 * obsolete.el (eval-current-buffer): Make compatible.
|
|
6839 (byte-code-function-p): Ditto.
|
|
6840 (send-string): Removed.
|
|
6841 (send-region): Removed.
|
|
6842 (screen-scrollbar-width): Removed.
|
|
6843 (set-screen-scrollbar-width): Removed.
|
|
6844 (set-screen-left-margin-width): Removed.
|
|
6845 (set-screen-right-margin-width): Removed.
|
|
6846 (screen-left-margin-width): Removed.
|
|
6847 (screen-right-margin-width): Removed.
|
|
6848 (set-buffer-left-margin-width): Removed.
|
|
6849 (set-buffer-right-margin-width): Removed.
|
|
6850 (buffer-left-margin-width): Removed.
|
|
6851 (buffer-right-margin-width): Removed.
|
|
6852 (x-set-frame-icon-pixmap): Removed.
|
|
6853 (x-set-screen-icon-pixmap): Removed.
|
|
6854 (pixel-name): Removed.
|
|
6855 (make-pixmap): Removed.
|
|
6856 (make-cursor): Removed.
|
|
6857 (pixmap-width): Removed.
|
|
6858 (pixmap-contributes-to-line-height-p): Removed.
|
|
6859 (set-pixmap-contributes-to-line-height): Removed.
|
|
6860
|
|
6861 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
6862
|
|
6863 * obsolete.el (popup-menu-up-p): removed.
|
|
6864 (read-no-blanks-input): Removed.
|
|
6865 (wholenump): Removed.
|
|
6866 (ring-mod): Removed (what was ring-mod?).
|
|
6867 (current-time-seconds): Removed.
|
|
6868 (run-special-hook-with-args): Removed.
|
|
6869 (dot): Removed.
|
|
6870 (dot-marker): Removed.
|
|
6871 (dot-min): Removed.
|
|
6872 (dot-max): Removed.
|
|
6873 (window-dot): Removed.
|
|
6874 (set-window-dot): Removed.
|
|
6875
|
|
6876 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
6877 `dot-min'.
|
|
6878
|
|
6879 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
6880
|
|
6881 * code-files.el (insert-file-contents): Rename
|
|
6882 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
6883 (write-region): Ditto.
|
|
6884
|
|
6885 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
6886
|
|
6887 * about.el: Fix typos, update release date.
|
|
6888
|
|
6889 * Symbols that have been obsolete for at least 3 years removed.
|
|
6890
|
|
6891 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
6892 screen- functions.
|
|
6893 (toplevel): remove setf methods for screen functions.
|
|
6894 * cl-macs.el (extent-data): defsetf removed.
|
|
6895 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
6896 many places to remove.
|
|
6897 (comment-indent-hook): Ditto.
|
|
6898 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
6899 (buffer-dedicated-screen): Ditto.
|
|
6900 (deiconify-screen): Ditto.
|
|
6901 (delete-screen): Ditto.
|
|
6902 (event-screen): Ditto.
|
|
6903 (find-file-other-screen): Ditto.
|
|
6904 (find-file-read-only-other-screen): Ditto.
|
|
6905 (live-screen-p): Ditto.
|
|
6906 (screen-height): Ditto.
|
|
6907 (screen-iconified-p): Ditto.
|
|
6908 (screen-list): Ditto.
|
|
6909 (screen-live-p): Ditto.
|
|
6910 (screen-name): Ditto.
|
|
6911 (screen-parameters): Ditto.
|
|
6912 (screen-pixel-height): Ditto.
|
|
6913 (screen-pixel-width): Ditto.
|
|
6914 (screen-root-window): Ditto.
|
|
6915 (screen-selected-window): Ditto.
|
|
6916 (screen-totally-visible-p): Ditto.
|
|
6917 (screen-visible-p): Ditto.
|
|
6918 (screen-width): Ditto.
|
|
6919 (screenp): Ditto.
|
|
6920 (get-screen-for-buffer): Ditto.
|
|
6921 (get-screen-for-buffer-noselect): Ditto.
|
|
6922 (get-other-screen): Ditto.
|
|
6923 (iconify-screen): Ditto.
|
|
6924 (lower-screen): Ditto.
|
|
6925 (mail-other-screen): Ditto.
|
|
6926 (make-screen): Ditto.
|
|
6927 (make-screen-invisible): Ditto.
|
|
6928 (make-screen-visible): Ditto.
|
|
6929 (modify-screen-parameters): Ditto.
|
|
6930 (new-screen): Ditto.
|
|
6931 (next-screen): Ditto.
|
|
6932 (next-multiscreen-window): Ditto.
|
|
6933 (other-screen): Ditto.
|
|
6934 (previous-screen): Ditto.
|
|
6935 (previous-multiscreen-window): Ditto.
|
|
6936 (raise-screen): Ditto.
|
|
6937 (redraw-screen): Ditto.
|
|
6938 (select-screen): Ditto.
|
|
6939 (selected-screen): Ditto.
|
|
6940 (set-buffer-dedicated-screen): Ditto.
|
|
6941 (set-screen-height): Ditto.
|
|
6942 (set-screen-position): Ditto.
|
|
6943 (set-screen-size): Ditto.
|
|
6944 (set-screen-width): Ditto.
|
|
6945 (show-temp-buffer-in-current-screen): Ditto.
|
|
6946 (switch-to-buffer-other-screen): Ditto.
|
|
6947 (visible-screen-list): Ditto.
|
|
6948 (window-screen): Ditto.
|
|
6949 (x-set-screen-pointer): Ditto.
|
|
6950 (x-set-frame-pointer): Ditto.
|
|
6951 (screen-title-format): Ditto.
|
|
6952 (screen-icon-title-format): Ditto.
|
|
6953 (terminal-screen): Ditto.
|
|
6954 (delete-screen-hook): Ditto.
|
|
6955 (create-screen-hook): Ditto.
|
|
6956 (mouse-enter-screen-hook): Ditto.
|
|
6957 (mouse-leave-screen-hook): Ditto.
|
|
6958 (map-screen-hook): Ditto.
|
|
6959 (unmap-screen-hook): Ditto.
|
|
6960 (default-screen-alist): Ditto.
|
|
6961 (default-screen-name): Ditto.
|
|
6962 (x-screen-defaults): Ditto.
|
|
6963 (x-create-screen): Ditto.
|
|
6964 * obsolete.el: meta-flag removed.
|
|
6965 baud-rate removed.
|
|
6966 sleep-for-millisecs removed.
|
|
6967 extent-data removed.
|
|
6968 set-extent-data removed.
|
|
6969 set-extent-attribute removed.
|
|
6970 extent-glyph removed.
|
|
6971 extent-layout removed.
|
|
6972 set-extent-layout removed.
|
|
6973 list-faces-display removed.
|
|
6974 list-faces removed.
|
|
6975 trim-versions-without-asking removed.
|
|
6976 after-write-file-hooks removed.
|
|
6977 truename removed.
|
|
6978 auto-fill-hook removed.
|
|
6979 blink-paren-hook removed.
|
|
6980 select-screen-hook, deselect-screen-hook removed.
|
|
6981 auto-raise-screen, auto-lower-screen removed.
|
|
6982
|
|
6983 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
6984
|
|
6985 * XEmacs 21.0-pre5 is released.
|
|
6986
|
|
6987 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
6988
|
|
6989 * about.el (about-hackers): Credits update.
|
|
6990
|
|
6991 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
6992
|
|
6993 * register.el (insert-register): Don't activate the region.
|
|
6994
|
|
6995 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
6996
|
|
6997 * select.el: Restore x-* symbols for backwards compatibility:
|
|
6998 x-copy-primary-selection, x-kill-primary-selection,
|
|
6999 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
7000 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
7001
|
|
7002 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
7003
|
|
7004 * XEmacs 21.0-pre4 is released.
|
|
7005
|
|
7006 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7007
|
|
7008 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
7009 reporting bugs.
|
|
7010 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
7011 `expand-file-name' rather than `concat'.
|
|
7012
|
|
7013 * help.el (print-messages): New function.
|
|
7014
|
|
7015 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7016
|
|
7017 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
7018
|
|
7019 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7020
|
|
7021 * about.el: Tweaked my entry in about-hackers.
|
|
7022
|
|
7023 * find-paths.el (paths-emacs-root-p):
|
|
7024 Relaxed emacs-root checking of an in-place installation to
|
442
|
7025 also accommodate the flat layout used on MS Windows.
|
428
|
7026
|
|
7027 1998-06-29 John Jones <jj@asu.edu>
|
|
7028
|
|
7029 * package-get.el: calls to package-get-update-all will only
|
|
7030 update packages which are already installed.
|
|
7031
|
|
7032 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
7033
|
|
7034 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
7035 are handled by the gui-element face fallbacks now.
|
|
7036
|
|
7037 * x-faces.el: default gui-element face to "background" as well as
|
|
7038 the default face.
|
|
7039
|
|
7040 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
7041 and default face settings since these are set as fallbacks now in
|
|
7042 the appropriate domain.
|
|
7043
|
|
7044 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
7045
|
|
7046 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
7047 corresponding to `page-delim' goes first and the hack in
|
|
7048 `forward-paragraph' will work.
|
|
7049 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
7050
|
|
7051 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7052
|
|
7053 * subr.el (remove-hook): When checking the hook value
|
|
7054 with functionp, don't apply car to it.
|
|
7055
|
|
7056 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7057
|
|
7058 * package-get.el (package-get-remote-filename):
|
|
7059 Don't use file-name-as-directory because the local directory
|
|
7060 separator conventions might not be the same as ftp's.
|
|
7061
|
|
7062 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7063
|
|
7064 * ldap.el (ldap-host-parameters-alist): New name of
|
|
7065 `ldap-host-parameters-plist'
|
|
7066
|
434
|
7067 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
7068
|
|
7069 * package-get.el: Using (require 'package-get-base), now that it
|
|
7070 provides itself. Consequently removed all instances of (load
|
|
7071 "package-get-base.el").
|
|
7072
|
|
7073 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7074
|
|
7075 * subr.el (remove-hook): Don't treat the hook value as a
|
|
7076 list unless it is both consp and not functionp.
|
|
7077
|
|
7078 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
7079
|
|
7080 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
7081 * auto-show.el: Ditto.
|
|
7082 * bytecomp.el: Ditto.
|
|
7083 * faces.el: Ditto.
|
|
7084 * x-scrollbar.el: Ditto.
|
|
7085 * x-misc.el: Ditto.
|
|
7086 * tty-init.el: Ditto.
|
|
7087 * toolbar-items.el: Ditto.
|
|
7088 * symbol-syntax.el: Ditto.
|
|
7089 * specifier.el: Ditto.
|
|
7090 * objects.el: Ditto.
|
|
7091 * hyper-apropos.el: Ditto.
|
|
7092 * glyphs.el: Ditto.
|
|
7093
|
|
7094 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
7095
|
|
7096 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
7097 vertical-divider-always-visible-p.
|
|
7098 (default-mouse-motion-handler): Ditto.
|
|
7099
|
|
7100 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
7101
|
|
7102 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
7103 global value.
|
|
7104
|
|
7105 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
7106
|
|
7107 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
7108
|
|
7109 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7110
|
|
7111 * font.el: Split font-family-mappings into X and
|
|
7112 mswindows-specific versions.
|
|
7113 mswindows-font-create-[object|name]: Treat supplied size
|
|
7114 as a pointsize. Added underline and strikethru handling.
|
|
7115
|
|
7116 * msw-faces.el: changed default mswindows charset to western.
|
|
7117
|
|
7118 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7119 was inserted to get round bugs in the mswindows C font code.
|
|
7120
|
|
7121 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
7122
|
|
7123 * about.el (about-hackers): Credits update.
|
|
7124
|
|
7125 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
7126 TUTORIAL.
|
|
7127
|
|
7128 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
7129 to ISO-8859-2.
|
|
7130
|
|
7131 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7132
|
|
7133 * font.el: Split font-family-mappings into X and
|
|
7134 mswindows-specific versions.
|
|
7135 mswindows-font-create-[object|name]: Treat supplied size
|
|
7136 as a pointsize. Added underline and strikethru handling.
|
|
7137
|
|
7138 * msw-faces.el: changed default mswindows charset to western.
|
|
7139
|
|
7140 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7141 was inserted to get round bugs in the mswindows C font code.
|
|
7142
|
|
7143 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7144
|
|
7145 * minibuf.el: make read-color-completion-table call
|
|
7146 (mswindows-color-list for mswindows devices.
|
|
7147
|
|
7148 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
7149
|
|
7150 * lisp/font-lock.el
|
|
7151 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
7152 Let declaration items contain non-word symbol characters.
|
|
7153
|
434
|
7154 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
428
|
7155
|
|
7156 * package-get.el (package-get-package-provider): Added autoload
|
|
7157 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
7158 it. Fixed some (interactive ...) with multiple argument specs
|
|
7159 again. Cosmetic indentation changes.
|
|
7160
|
|
7161 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
7162
|
|
7163 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
7164 that you want to use later.
|
|
7165
|
|
7166 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7167
|
|
7168 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
7169 to x-kill-primary-selection with kill-primary-selection
|
|
7170
|
|
7171 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
7172
|
|
7173 * simple.el (what-cursor-position): Make cursor position reported
|
|
7174 use value of column-number-start-at-one
|
|
7175
|
|
7176 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
7177
|
|
7178 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
7179
|
|
7180 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
7181
|
|
7182 * startup.el (startup-splash-frame): Remove
|
|
7183 `xemacs-startup-logo-function'.
|
|
7184
|
|
7185 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
7186
|
|
7187 * about.el (about-hackers): Update credits list.
|
|
7188
|
|
7189 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
7190
|
|
7191 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
7192 extensions to be found by load-sound-file
|
|
7193
|
|
7194 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7195
|
|
7196 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
7197 (Info-auto-generate-directory): New variable
|
|
7198 (Info-save-auto-generated-dir): New variable
|
|
7199 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
7200 (Info-build-dir-anew): Second parameter removed. Use
|
|
7201 `Info-save-auto-generated-dir'
|
|
7202 (Info-rebuild-dir): Ditto
|
|
7203
|
|
7204 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
7205
|
|
7206 * list-mode.el (next-list-mode-item): Would not recognize
|
|
7207 border between directly neighbored items.
|
|
7208
|
|
7209 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7210
|
|
7211 * package-get.el: add autoloads for some functions.
|
|
7212
|
|
7213 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7214
|
|
7215 * specifier.el (let-specifier): Tiny docfixes.
|
|
7216
|
|
7217 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7218
|
|
7219 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
7220
|
|
7221 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
7222
|
|
7223 * wid-edit.el (widget-specify-secret): New function.
|
|
7224 (widget-after-change): Use it.
|
|
7225 (widget-specify-field): Use it.
|
|
7226
|
|
7227 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
7228
|
|
7229 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
7230 `doit'; reuse result of `window-pixel-edges'.
|
|
7231
|
|
7232 * modeline.el (drag-modeline-event-lag): Rename to
|
|
7233 drag-divider-event-lag.
|
|
7234
|
|
7235 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
7236
|
|
7237 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
7238 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
7239 arguments.
|
|
7240
|
|
7241 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7242
|
|
7243 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
7244 `completion-ignore-case' in completions buffer under Windows.
|
|
7245
|
|
7246 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7247
|
|
7248 * about.el (about-maintainer-glyph): Fix support for not
|
|
7249 compressed images.
|
|
7250
|
|
7251 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7252
|
|
7253 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
7254
|
|
7255 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
7256 `cancel-mode-internal' function is fetched.
|
|
7257
|
|
7258 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7259
|
|
7260 * files.el (save-some-buffers-1): Fixed return value.
|
|
7261
|
|
7262 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
7263
|
|
7264 * dragdrop.el: added experimental
|
|
7265
|
|
7266 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
7267
|
|
7268 * startup.el (after-init-hook, init-file-user,
|
|
7269 user-init-directory, load-user-init-file): Purge references
|
|
7270 to "~/.xemacs/init.el" from docstrings.
|
|
7271
|
|
7272 (load-user-init-file) Use paths-construct-path to construct
|
|
7273 paths to user init files. Go directly to ~/.emacs, do not
|
|
7274 search ~/.xemacs/, do not load `default-custom-file'.
|
|
7275
|
|
7276 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7277
|
|
7278 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
7279 general *sh.
|
|
7280 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
7281
|
|
7282 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
7283
|
|
7284 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
7285 menu.
|
|
7286
|
|
7287 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
7288
|
|
7289 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
7290 in xpm-color-symbols instead of default.
|
|
7291
|
|
7292 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
7293
|
|
7294 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
7295
|
|
7296 * startup.el (xemacs-startup-logo-function): New variable.
|
|
7297 (startup-splash-frame): Use it.
|
|
7298
|
|
7299 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
7300
|
|
7301 * files.el (save-some-buffers): Would wait 1 second.
|
|
7302 (save-some-buffers-1): Delete other windows here instead of in
|
|
7303 `save-some-buffers'.
|
|
7304 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
7305
|
442
|
7306 1998-06-02 Didier Verna <didier@xemacs.org>
|
428
|
7307
|
|
7308 * cus-face.el (custom-face-attributes): generalized the use of
|
|
7309 toggle buttons for boolean attributes.
|
|
7310 Re-ordered the items a bit.
|
|
7311
|
|
7312 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
7313
|
|
7314 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
7315 to find the sounds directory.
|
|
7316
|
|
7317 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7318
|
|
7319 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
7320 otherwise. load-default sounds without extensions.
|
|
7321
|
|
7322 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
7323
|
|
7324 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
7325 if send-pr is not bound.
|
|
7326
|
|
7327 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
7328
|
|
7329 * files.el: grok idl files in auto-mode-alist.
|
|
7330 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
7331
|
|
7332 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
7333 calling `upcase'.
|
|
7334
|
|
7335 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
7336
|
|
7337 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
7338
|
|
7339 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7340
|
|
7341 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
7342 instead of XEmacs one when dumping InfoDock.
|
|
7343
|
|
7344 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7345
|
|
7346 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
7347 for `modeline-visible-p'
|
|
7348
|
|
7349 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
7350
|
|
7351 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7352
|
|
7353 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
7354 since it's not used anymore. doc string fixes.
|
|
7355
|
|
7356 * package-get.el (package-get-file-installed-p): new function. use
|
|
7357 instead of file-installed-p which is in an external package.
|
|
7358
|
|
7359 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
7360
|
|
7361 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
7362 favor of select-window/switch-to-buffer
|
|
7363
|
|
7364 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
7365
|
|
7366 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
7367
|
|
7368 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
7369
|
|
7370 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
7371 (offix-start-drag-region) moved to dragdrop.el
|
|
7372 (offix-start-drag) moved to dragdrop.el
|
|
7373 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
7374 (offix-start-drag-region) moved from frame.el
|
|
7375 (offix-start-drag) moved from frame.el
|
|
7376 (cde-start-drag-region) cde drag regions
|
|
7377 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
7378
|
|
7379 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
7380
|
|
7381 * dragdrop.el: created dragdrop-drag prototypes
|
|
7382 (cde-start-drag-region) fixed typo
|
|
7383
|
|
7384 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
7385
|
|
7386 * simple.el (after-init-hook): Remove reader macro.
|
|
7387
|
|
7388 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
7389 macros. Update DOC string.
|
|
7390
|
|
7391 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7392
|
|
7393 * mouse.el (drag-window-divider): Ditto.
|
|
7394
|
|
7395 * modeline.el (mouse-drag-modeline): Use it.
|
|
7396
|
|
7397 * lisp-mode.el (let-specifier): Specify indentation.
|
|
7398
|
|
7399 * specifier.el (let-specifier): Renamed from
|
|
7400 `with-specifier-instance'.
|
|
7401
|
|
7402 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
7403
|
|
7404 * x-faces.el:
|
|
7405 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
7406 to faces. Predicate x-get-resource on the presence of x.
|
|
7407
|
442
|
7408 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
428
|
7409 faces as specfier defaults.
|
|
7410
|
|
7411 * package-get.el: don't use package-admin-add-single-file-package.
|
|
7412
|
|
7413 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7414
|
|
7415 * toolbar-items.el: Fixup tooltips.
|
|
7416 (toolbar-gnus): Don't use obsolete variable
|
|
7417 toolbar-news-frame-properties.
|
|
7418 (toolbar-news-reader): Default to `gnus' instead of
|
|
7419 `not-configured'.
|
|
7420
|
|
7421 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
7422 Windows.
|
|
7423
|
|
7424 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
7425
|
|
7426 * package-get.el: rename -installedp -> -installed-p.
|
|
7427
|
|
7428 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7429
|
|
7430 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
7431 attributes, and assinged it to continuation, truncation and
|
|
7432 hscroll glyphs.
|
|
7433
|
|
7434 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
7435 and made continuation, truncation and hscroll glyphs arrow
|
|
7436 characters out of that font.
|
|
7437
|
|
7438 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7439
|
|
7440 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
7441 directory-sep-char being \.
|
|
7442 (minibuffer-electric-tilde): Ditto.
|
|
7443 (read-file-name-map): Ditto.
|
|
7444
|
|
7445 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7446
|
|
7447 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
7448 on X devices.
|
|
7449 (default-mouse-track-deal-with-down-event): Avoid
|
|
7450 `x-disown-selection'; use `disown-selection' instead.
|
|
7451
|
|
7452 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7453
|
|
7454 * select.el:
|
|
7455 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
7456 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
7457 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
7458 (x-copy-primary-selection).
|
|
7459 (own-clipboard): new function.
|
|
7460
|
|
7461 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
7462 functions in select.el. remove old ones.
|
|
7463 (mswindows-own-clipboard): new function.
|
|
7464
|
|
7465 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7466
|
|
7467 * gnuserv.el: allow connections from mswindows type devices.
|
|
7468
|
|
7469 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
7470
|
|
7471 * msw-glyphs.el: change image type used from cursor to resource.
|
|
7472
|
|
7473 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7474
|
|
7475 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
7476 for {top,bottom}-{left,right} values in addition to
|
|
7477 {top,bottom}_{left,right}.
|
|
7478 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
7479
|
|
7480 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
7481
|
|
7482 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
7483
|
|
7484 * specifier.el (with-specifier-instance): Added docstring.
|
|
7485
|
|
7486 * mouse.el (drag-window-divider): Ditto.
|
|
7487
|
|
7488 * modeline.el (mouse-drag-modeline): Use it.
|
|
7489
|
|
7490 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
7491 level.
|
|
7492
|
|
7493 * specifier.el (with-specifier-instance): New macro.
|
|
7494
|
|
7495 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
7496
|
|
7497 * package-get.el (package-get-create-custom): new function to
|
|
7498 auto-generate package-get-custom.el from package-get-base.el.
|
|
7499 * (package-get-ever-installedp): new function.
|
|
7500 * (package-get-custom): new function to get all packages specified
|
|
7501 by customize.
|
|
7502
|
|
7503 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
7504
|
|
7505 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
7506
|
|
7507 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
7508
|
|
7509 * cl-extra.el: Reverse previous float change.
|
|
7510
|
|
7511 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
7512
|
|
7513 * x-faces.el:
|
|
7514 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
7515 required by w3 under mswindows as well X.
|
|
7516
|
|
7517 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7518
|
|
7519 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
7520 clause, one more overlookef fsfism.
|
|
7521 (nt-quote-args-functions-alist): End sentences with double space.
|
|
7522
|
|
7523 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7524
|
|
7525 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
7526 recaching default-toolbar specifier.
|
|
7527 (pop-window-configuration): Ditto.
|
|
7528 (unpop-window-configuration): Ditto.
|
|
7529
|
|
7530 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7531
|
|
7532 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
7533
|
|
7534 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7535
|
|
7536 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
7537 (nt-quote-args-prefix-quote): Added function.
|
|
7538 (nt-quote-args-backslash-quote): Added function.
|
|
7539 (nt-quote-args-double-quote): Added function.
|
|
7540 (nt-quote-args-functions-alist): New variable.
|
|
7541 (nt-quote-process-args): Added function. This is the main quoting
|
|
7542 work horse called from process-nt.c
|
|
7543
|
|
7544 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7545
|
|
7546 * winnt.el: Removed duplicate definitions for backspace,
|
|
7547 delete, M-backspace and C-M-backspace.
|
|
7548 (file-name-buffer-file-type-alist): Removed this variable.
|
|
7549 (find-buffer-file-type): Removed function.
|
|
7550 (find-file-binary): Removed function.
|
|
7551 (find-file-text): Removed function.
|
|
7552 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
7553 (save-to-unix-hook): Removed function.
|
|
7554 (revert-from-unix-hook): Removed function.
|
|
7555 (using-unix-filesystems): Removed function.
|
|
7556 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
7557 warning.
|
|
7558 (x-set-selection): Removed function.
|
|
7559 (x-get-selection): Removed function.
|
|
7560 Removed commented FSFisms.
|
|
7561 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
7562 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
7563 comint-process-echoes setting to t.
|
|
7564
|
|
7565 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7566
|
|
7567 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
7568 and used following the interface change of
|
|
7569 `paths-find-recursive-path'.
|
|
7570
|
|
7571 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
7572 regexp instead of a list of base names.
|
|
7573 (paths-version-control-filename-regexp):
|
|
7574 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
7575 Introduced and used following the interface change of
|
|
7576 `paths-find-recursive-path'.
|
|
7577
|
|
7578 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7579
|
|
7580 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
7581 on X devices, rather than on all non-TTY devices.
|
|
7582
|
|
7583 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7584
|
|
7585 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
7586
|
|
7587 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
7588
|
434
|
7589 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
428
|
7590
|
|
7591 * itimer.el (activate-itimer): Fixed usage of integers
|
|
7592 as argument to `concat'.
|
|
7593
|
|
7594 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7595
|
|
7596 * itimer.el (start-itimer): replace the use of `concat' with
|
|
7597 `format'
|
|
7598
|
|
7599 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
7600
|
|
7601 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
7602 From Bob Weiner <weiner@altrasoft.com>
|
|
7603
|
|
7604 * loadhist.el (symbol-file): Supply prompt string when used
|
|
7605 interactively.
|
|
7606 From Bob Weiner <weiner@altrasoft.com>
|
|
7607
|
|
7608 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7609
|
|
7610 * loadup.el (really-early-error-handler): Ditto.
|
|
7611
|
|
7612 * update-elc.el: Ditto.
|
|
7613
|
|
7614 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7615
|
|
7616 * make-docfile.el: Ditto.
|
|
7617
|
|
7618 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
7619 instead of decode-path.
|
|
7620
|
|
7621 * files.el (parse-colon-path): Update docstring reference.
|
|
7622
|
|
7623 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7624
|
|
7625 * msw-init.el:
|
|
7626 * x-init.el:
|
|
7627 Bind cut'n'paste keys to non window-system specific functions.
|
|
7628
|
|
7629 * msw-select.el: New function mswindows-clear-clipboard.
|
|
7630 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
7631 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
7632
|
|
7633 * select.el: on mswindows devices delete-primary-selection
|
|
7634 calls mswindows-clear-clipboard.
|
|
7635
|
|
7636 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
7637
|
|
7638 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
7639
|
|
7640 * cmdloop.el (read-char): Don't inhibit quit.
|
|
7641 (read-char-exclusive): Ditto.
|
|
7642 (read-char): Signal quit if quit-char was pressed.
|
|
7643 (read-char-exclusive): Ditto.
|
|
7644 (read-quoted-char): Return a character, not integer.
|
|
7645
|
|
7646 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
7647 selection code.
|
|
7648 (default-popup-menu): Fix code.
|
|
7649
|
|
7650 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
7651
|
|
7652 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
7653
|
|
7654 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
7655
|
|
7656 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
7657
|
|
7658 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7659
|
|
7660 * device.el (device-pixel-width):
|
|
7661 (device-pixel-height):
|
|
7662 (device-mm-width):
|
|
7663 (device-mm-height):
|
|
7664 (device-bitplanes):
|
|
7665 (device-color-cells): Swapped parameters to device-system-metric
|
|
7666 according to the interface change.
|
|
7667
|
|
7668 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7669
|
|
7670 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
7671 function event-over-vertical-divider-p.
|
|
7672 Do not set E-W arrow cursor over the divider if
|
|
7673 vertical-divider-draggable-p is nil in the window.
|
|
7674 ([top-level]): Use new name for the variable
|
|
7675 vertical-divider-map.
|
|
7676 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
7677 Variable name typo fixes.
|
|
7678
|
|
7679 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7680
|
|
7681 * keymap.el (kbd): Define here; handle string constants and
|
|
7682 others...
|
|
7683
|
|
7684 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
7685
|
|
7686 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
7687 in Emacs 18.
|
|
7688
|
442
|
7689 1998-05-13 Didier Verna <didier@xemacs.org>
|
428
|
7690
|
|
7691 * mouse.el (drag-window-divider): give the vertical divider a
|
|
7692 pressed look when dragging it.
|
|
7693
|
|
7694 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
7695
|
|
7696 * faces.el: predicate some more face operations on x or mswindows
|
|
7697 not just x.
|
|
7698
|
|
7699 * modeline.el: enable modeline coloring for mswindows.
|
|
7700
|
|
7701 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7702
|
|
7703 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
7704 FSF Emacs.
|
|
7705 (next-history-element): Used `minibuffer-default'.
|
|
7706
|
|
7707 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
7708
|
|
7709 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
7710 arguments still look a bit strange
|
|
7711 (dragdrop-compare-mods) created
|
|
7712 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
7713 modifiers
|
|
7714
|
|
7715 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7716
|
|
7717 * setup-paths.el (paths-default-info-directories): Replace
|
|
7718 path-separator with directory-sep-char.
|
|
7719
|
|
7720 * files.el (path-separator): Don't define it here.
|
|
7721
|
|
7722 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7723
|
|
7724 * update-elc.el: Ditto.
|
|
7725
|
|
7726 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7727
|
|
7728 * make-docfile.el: Ditto.
|
|
7729
|
|
7730 * loadup.el (really-early-error-handler): Ditto.
|
|
7731
|
|
7732 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
7733 instead of decode-path-internal.
|
|
7734
|
|
7735 * files.el (parse-colon-path): Update docstring.
|
|
7736
|
|
7737 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
7738
|
|
7739 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
7740
|
|
7741 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
7742 get-buffer-window-list.
|
|
7743
|
|
7744 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7745
|
|
7746 * disass.el: Fix maintainer keyword.
|
|
7747
|
|
7748 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
7749 (byte-compile-buffer): Ditto.
|
|
7750
|
|
7751 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
7752 value is returned, not the name.
|
|
7753 (lisp-imenu-generic-expression): Enable it.
|
|
7754 (lisp-mode-variables): Ditto.
|
|
7755 (lisp-indent-offset): Change defconst to defvar.
|
|
7756 (lisp-indent-function): Ditto.
|
|
7757 (lisp-body-indent): Ditto.
|
|
7758
|
|
7759 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7760
|
|
7761 * modeline.el: Use zap-last-kbd-macro-event.
|
|
7762
|
|
7763 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
7764 nil, don't attempt to do anything with messages.
|
|
7765 (eval-last-sexp): Use `letf' for clarity.
|
|
7766
|
|
7767 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7768
|
|
7769 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
7770
|
|
7771 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
7772
|
|
7773 * buff-menu.el:
|
|
7774 * lisp-mode.el:
|
|
7775 * obsolete.el:
|
|
7776 Change empty docstrings into no doc strings at all.
|
|
7777 Fix bogus FSF-format docstrings.
|
|
7778 * etags.el: Fix docstring.
|
|
7779
|
|
7780 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7781
|
|
7782 * package-get.el (package-get): Use internal md5
|
|
7783
|
|
7784 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
7785
|
|
7786 * about.el (about-xemacs): Correct abuse of concat.
|
|
7787
|
|
7788 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
7789
|
|
7790 * info.el (Info-mode): Use easymenu.
|
|
7791
|
|
7792 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7793
|
|
7794 * apropos.el (apropos): Don't use concat with integers.
|
|
7795
|
|
7796 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
7797 was seen gracefully.
|
|
7798
|
|
7799 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
7800 defun.
|
|
7801 (apropos-describe-plist): Ditto.
|
|
7802
|
|
7803 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
7804 (describe-key): Use it as defun.
|
|
7805 (describe-mode): Ditto.
|
|
7806 (describe-bindings): Ditto.
|
|
7807 (describe-prefix-bindings): Ditto.
|
|
7808 (describe-installation): Ditto.
|
|
7809 (view-lossage): Ditto.
|
|
7810 (describe-function): Ditto.
|
|
7811 (describe-variable): Ditto.
|
|
7812 (describe-syntax): Ditto.
|
|
7813
|
|
7814 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
7815
|
|
7816 * dragdrop.el: changed order of require/provide
|
|
7817 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
7818 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
7819 (dragdrop-function-widget) this one needs more work...
|
|
7820
|
|
7821 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
7822
|
|
7823 * about.el: another small change in my entry
|
|
7824 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
7825 plus customizations
|
|
7826 changed interface to handler functions. now called with event
|
|
7827 and object
|
|
7828
|
|
7829 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7830
|
|
7831 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
7832 E-W arrow pointer displayed over draggable dividers.
|
|
7833
|
|
7834 * mouse.el (default-mouse-motion-handler): Show it when
|
|
7835 appropriate.
|
|
7836 (drag-window-divider): Added.
|
|
7837 ([top-level]): Initialized window-divider-map with a keymap
|
|
7838 binding the above function to left button down event.
|
|
7839
|
|
7840 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
7841 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
7842 E-W double arrow.
|
|
7843
|
|
7844 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
7845
|
|
7846 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
7847
|
|
7848 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7849
|
|
7850 * simple.el (count-words-buffer): Don't query for buffer.
|
|
7851 (count-lines-buffer): Ditto.
|
|
7852
|
|
7853 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7854
|
|
7855 * help.el (where-is): add optional insert argument.
|
|
7856
|
|
7857 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7858
|
|
7859 * help.el (describe-key-briefly): New argument INSERT.
|
|
7860
|
|
7861 * simple.el (eval-expression): New optional argument; synch with
|
|
7862 FSF 20.3.
|
|
7863
|
|
7864 * keydefs.el (global-map): Add new register bindings.
|
|
7865
|
|
7866 * register.el: Synched with FSF 20.3.
|
|
7867
|
|
7868 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7869
|
|
7870 * window-xemacs.el (recenter): all arguments are optional.
|
|
7871
|
|
7872 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7873
|
|
7874 * device.el: (device-pixel-width): Reflected name/parameters
|
|
7875 change to device-system-metric.
|
|
7876 (device-pixel-height): Ditto.
|
|
7877 (device-mm-width): Ditto.
|
|
7878 (device-mm-height): Ditto.
|
|
7879 (device-bitplanes): Ditto.
|
|
7880 (device-color-cells): Ditto.
|
|
7881
|
|
7882 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7883
|
|
7884 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
7885
|
|
7886 * cl.el (most-positive-fixnum): Document.
|
|
7887 (most-negative-fixnum): Ditto.
|
|
7888
|
|
7889 * cus-dep.el: Updated comment.
|
|
7890
|
|
7891 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
7892 constant.
|
|
7893
|
|
7894 * cus-load.el (custom-put): Removed.
|
|
7895
|
|
7896 * files.el (after-find-file): Just resignal quit instead of
|
|
7897 signaling "canceled".
|
|
7898
|
|
7899 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7900
|
|
7901 * frame.el (other-frame): Use `focus-frame' instead of
|
|
7902 select-frame kludges.
|
|
7903
|
|
7904 * lisp-mode.el: Update lisp-indent-function for
|
|
7905 save-selected-frame and with-selected-frame.
|
|
7906
|
|
7907 * frame.el (save-selected-frame): New macro.
|
|
7908 (with-selected-frame): Ditto.
|
|
7909 (other-frame): Use `set-frame-focus'.
|
|
7910
|
|
7911 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
7912
|
|
7913 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
7914 (dragdrop-drop-url-default) default handler for URL drops created
|
|
7915 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
7916 (dragdrop-drop-functions) default custom for handling drops created
|
|
7917 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
7918
|
|
7919 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7920
|
|
7921 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
7922
|
|
7923 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
7924
|
|
7925 * about.el: changed some text in my entry
|
|
7926 * dragdrop.el: added customs
|
|
7927
|
|
7928 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
7929
|
|
7930 * mouse.el: killed global drop key bindings
|
|
7931 (mouse-offix-drop) removed
|
|
7932 * dragdrop.el: created
|
|
7933 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
7934
|
|
7935 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7936
|
|
7937 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
7938 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
7939
|
|
7940 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
7941 obsolete comment.
|
|
7942
|
|
7943 * scrollbar.el (scrollbars-visible-p): Use new
|
|
7944 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
7945
|
|
7946 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7947
|
|
7948 * device.el (device-pixel-height):
|
|
7949 (device-pixel-width):
|
|
7950 (device-mm-width):
|
|
7951 (device-mm-height):
|
|
7952 (device-bitplanes):
|
|
7953 (device-color-cells): Moved these 6 functions from device.c; they
|
|
7954 all use single (device-system-metrics) call.
|
|
7955
|
|
7956 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
7957
|
|
7958 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
7959 were renamed.
|
|
7960
|
|
7961 * menubar-items.el:
|
|
7962 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
7963 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
7964
|
|
7965 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
7966 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
7967
|
|
7968 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
7969
|
|
7970 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
7971 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
7972
|
|
7973 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
7974
|
|
7975 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
7976
|
|
7977 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
7978
|
|
7979 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
7980
|
|
7981 * startup.el (startup-splash-frame): Change ID logo name.
|
|
7982
|
|
7983 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
7984
|
|
7985 * files.el (after-find-file): If the user presses C-g on
|
|
7986 directory-creation prompt, kill the buffer.
|
|
7987
|
|
7988 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
7989
|
|
7990 * simple.el (count-words-region): Reverse previous change.
|
|
7991
|
|
7992 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
7993
|
|
7994 * replace.el (query-replace): Just call perform-replace.
|
|
7995 (query-replace-regexp): Ditto.
|
|
7996 (perform-replace): Move region handling here.
|
|
7997 (perform-replace): Use the new arg to match-data.
|
|
7998
|
|
7999 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8000
|
|
8001 * x-init.el: Install X specific display table that
|
|
8002 displays char 0240 as a space to avoid whatever it is
|
|
8003 that screws up display of that character code.
|
|
8004
|
|
8005 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
8006
|
|
8007 * help.el (function-arglist): If no arguments are documented for a
|
|
8008 subr, print nothing rather than incorrect output.
|
|
8009
|
|
8010 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
8011
|
|
8012 * cmdloop.el (command-error): Update bail-out error message to use
|
|
8013 `emacs-program-name'.
|
|
8014
|
|
8015 * lib-complete.el: Remove reader macro cruft.
|
|
8016
|
|
8017 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
8018 cruft.
|
|
8019
|
|
8020 * simple.el (count-words-region): Drop interactive-p check on the
|
|
8021 message.
|
|
8022
|
|
8023 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8024
|
|
8025 * font.el
|
|
8026 * msw-faces.el
|
|
8027 Correct spelling of mswindows-font-canonicalize-name.
|
|
8028
|
|
8029 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8030
|
|
8031 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
8032 `ldap-host-parameters-plist'
|
|
8033 (ldap-search): Adapt to previous change
|
|
8034
|
|
8035 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8036
|
|
8037 * about.el (about-hackers): Update Bob Weiner bio.
|
|
8038 (about-maintainer-info): Ditto.
|
|
8039
|
|
8040 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
8041
|
|
8042 * simple.el (display-warning-minimum-level): Docfix.
|
|
8043
|
|
8044 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
8045
|
|
8046 * widget.el (:default-get): New keyword.
|
|
8047 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
8048 (group, widget-group-default-get): Define it.
|
|
8049 (menu-choice, widget-choice-default-get): Define it.
|
|
8050 (widget-default-get): New function.
|
|
8051 (widget-choice-action): Call it.
|
|
8052 (widget-editable-list-entry-create): Call it.
|
|
8053
|
|
8054 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8055
|
|
8056 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
8057 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
8058 lookup through `byte-boolean-vars'.
|
|
8059
|
|
8060 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8061
|
|
8062 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
8063 resource-provided values into ghost specs for scrollbar-height and
|
|
8064 scrollbar-width.
|
|
8065
|
|
8066 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8067
|
|
8068 * byte-optimize.el: Don't attempt to optimize /=.
|
|
8069
|
|
8070 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
8071 (byte-compile-/=): Ditto.
|
|
8072
|
|
8073 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8074
|
|
8075 * apropos.el: Use `with-displaying-help-buffer'.
|
|
8076 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
8077 Use `with-displaying-help-buffer'.
|
|
8078 (apropos-follow): Do not give special treatment to buffer cursor
|
|
8079 was in prior to a mouse click.
|
|
8080 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
8081 (apropos-print-doc): Set correct buffer for setting text
|
|
8082 properties.
|
|
8083
|
|
8084 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
8085
|
|
8086 * help.el (help-buffer-prefix-string): New variable.
|
|
8087 (help-buffer-name): Use it.
|
|
8088
|
|
8089 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
8090 mode menu.
|
|
8091
|
|
8092 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
8093
|
|
8094 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
8095
|
|
8096 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8097
|
|
8098 * files.el (find-file-noselect): Update docstring.
|
|
8099 (find-file-noselect): Signal an error if found an unreadable file.
|
|
8100 (file-chase-links): Save the match data.
|
|
8101 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
8102 (interpreter-mode-alist): Change defconst to defvar.
|
|
8103 (inhibit-first-line-modes-regexps): Ditto.
|
|
8104 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
8105 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
8106 (change-major-mode-with-file-name): New user-option.
|
|
8107 (set-visited-file-name): Synched with FSF.
|
|
8108 (file-name-extension): New function, from FSF 20.3.
|
|
8109 (file-relative-name): Synched with FSF.
|
|
8110 (save-some-buffers): Support the C-r feature.
|
|
8111 (recover-session): Synched with FSF.
|
|
8112 (kill-some-buffers): Ditto.
|
|
8113 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
8114
|
|
8115 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
8116
|
|
8117 * files.el (insert-file): Undo previous change and reenable use of
|
|
8118 format.el.
|
|
8119
|
|
8120 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8121
|
|
8122 * window-xemacs.el (recenter): Define.
|
|
8123
|
|
8124 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8125
|
|
8126 * font.el (mswindows-font-create-name)
|
|
8127 (mswindows-font-create-object): new functions for mswindows type
|
|
8128 fonts.
|
|
8129
|
|
8130 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
8131 strings are parsed as well as font objects.
|
|
8132
|
|
8133 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8134
|
|
8135 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
8136 kbd-macro being recorded.
|
|
8137 (add-minor-mode): Simplify docstring.
|
|
8138 (modeline-minor-mode-menu): Remove stuff.
|
|
8139
|
|
8140 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8141
|
|
8142 * code-process.el (call-process): dynamically decide process
|
|
8143 coding type.
|
|
8144
|
|
8145 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
8146
|
|
8147 * modeline.el: Add line-number-mode, column-number-mode to
|
|
8148 the modeline minor-mode menu. Button2 on the line number does
|
|
8149 goto-line.
|
|
8150
|
|
8151 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8152
|
|
8153 * mouse.el: move x-selection-owner-p type things to
|
|
8154 selection-owner-p.
|
|
8155
|
|
8156 * msw-init.el: copy zmacs stuff from x-init.el
|
|
8157
|
|
8158 * msw-select.el (mswindows-own-selection)
|
|
8159 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
8160 functions. Very simple minded implementation of selectio
|
|
8161 ownership.
|
|
8162
|
|
8163 * select.el (own-selection) (disown-selection)
|
|
8164 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
8165 (valid-simple-selection-p): functions moved from x-select.el for
|
|
8166 generalized selection.
|
|
8167
|
|
8168 * x-select.el: see select.el changes.
|
|
8169
|
|
8170 * x-toolbar.el: use new selection functions.
|
|
8171
|
|
8172 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8173
|
|
8174 * packages.el (packages-find-package-directories): Fixed bug that
|
|
8175 would pick up multiple site-package directories.
|
|
8176 (package-locations): Added "xemacs-packages" as a late package
|
|
8177 location.
|
|
8178
|
|
8179 * find-paths.el: Now uses `emacs-program-name' and
|
|
8180 `emacs-program-version'.
|
|
8181 Additions to enforce version-specific directories in
|
|
8182 `paths-find-version-directory'.
|
|
8183
|
|
8184 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
8185
|
|
8186 * default.el: Removed.
|
|
8187 * site-start.el: Removed.
|
|
8188
|
442
|
8189 1998-04-29 Didier Verna <didier@xemacs.org>
|
428
|
8190
|
|
8191 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
8192 to nil.
|
|
8193
|
|
8194 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
8195
|
|
8196 * find-paths.el (paths-program-name): Rename.
|
|
8197 (paths-emacs-root-p): Ditto.
|
|
8198 (paths-find-site-directory): Ditto.
|
|
8199
|
|
8200 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
8201
|
|
8202 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
8203 `emacs-lisp-byte-compile-and-load'.
|
|
8204
|
|
8205 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8206
|
|
8207 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
8208 `ldap-open'
|
|
8209
|
|
8210 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
8211
|
|
8212 * select.el (kill-primary-selection) (selection-owner-p)
|
|
8213 (copy-primary-selection) (yank-clipboard-selection)
|
|
8214 (selection-exists-p) (delete-primary-selection): new file and
|
|
8215 functions that do the right thing for the selected device.
|
|
8216
|
|
8217 * x-menubar.el: use generalised selection functions.
|
|
8218
|
|
8219 * dumped-lisp.el: dump select.el.
|
|
8220
|
|
8221 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
8222
|
|
8223 * find-paths.el (paths-progname): New variable.
|
|
8224 (paths-emacs-root-p): Use it.
|
|
8225 (paths-find-site-directory): Ditto.
|
|
8226
|
|
8227 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
8228
|
|
8229 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
8230 `infodock' if InfoDock.
|
|
8231
|
|
8232 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
8233
|
|
8234 * find-paths.el (construct-emacs-version): Simplify, include
|
|
8235 program name in the return value.
|
|
8236 * (paths-find-version-directory): Use it.
|
|
8237
|
|
8238 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8239
|
|
8240 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
8241 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
8242 name for files with no @direntry
|
|
8243 (Info-batch-rebuild-dir): New function
|
|
8244 (Info-suffixed-file): Check for regular files instead of simple
|
|
8245 file existence (could catch directories before)
|
|
8246
|
|
8247 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8248
|
|
8249 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
8250 temacs doesn't have.
|
|
8251
|
|
8252 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
8253 into root searching.
|
|
8254
|
|
8255 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
8256
|
|
8257 * subr.el: Remove definition of `not'.
|
|
8258
|
|
8259 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8260
|
|
8261 * msw-glyphs.el: enable graphics support.
|
|
8262
|
442
|
8263 1998-04-23 Didier Verna <didier@xemacs.org>
|
428
|
8264
|
|
8265 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
8266 option.
|
|
8267
|
|
8268 * misc doc string updates related to the options menu.
|
|
8269
|
|
8270 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
8271
|
|
8272 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
8273
|
|
8274 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8275
|
|
8276 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
8277 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
8278 gets us one step further towards making --no-autoloads work.
|
|
8279
|
|
8280 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
8281 lisp-directory is non-nil.
|
|
8282
|
|
8283 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
8284 against nil lisp-directory.
|
|
8285
|
|
8286 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
8287 to the list of variables that cause a warning when nil.
|
|
8288
|
|
8289 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
8290 no toolbar icon directory.
|
|
8291
|
|
8292 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
8293
|
|
8294 * help.el (view-lossage): Recognize it.
|
|
8295
|
|
8296 * simple.el (log-message): Mark multiline messages.
|
|
8297
|
|
8298 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8299
|
|
8300 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
8301
|
|
8302 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
8303
|
|
8304 * package-get.el (package-get-all): add `\n' separator to
|
|
8305 interactive specification so that both variables are read
|
|
8306
|
442
|
8307 1998-04-22 Didier Verna <didier@xemacs.org>
|
428
|
8308
|
|
8309 * x-menubar.el: ported the options menu to Custom.
|
|
8310 Moved the "read only" toggle button to the buffers menu.
|
|
8311 Corrected some missing ;;;###autoload or defcustom.
|
|
8312
|
|
8313 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
8314 the scrollbar-visible specifier for options menu handling.
|
|
8315
|
|
8316 * toolbar.el (toolbar-visible-p)
|
|
8317 (toolbar-captioned-p)
|
|
8318 (default-toolbar-position): defcustom wrappers around
|
|
8319 the toolbar specifiers for options menu handling.
|
|
8320
|
|
8321 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
8322 defcustom it for options menu handling.
|
|
8323
|
440
|
8324 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
428
|
8325 font-lock-mode for options menu handling.
|
|
8326
|
|
8327 * cus-start.el: added Custom properties to overwrite-mode for
|
|
8328 options menu handling.
|
|
8329
|
|
8330 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8331
|
|
8332 * about.el: shameless self-promotion.
|
|
8333
|
|
8334 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
8335
|
|
8336 * simple.el (raw-append-message): Slightly optimize.
|
|
8337 (remove-message): Use `push' for clarity.
|
|
8338 (append-message): Ditto.
|
|
8339 (display-warning): Dito.
|
|
8340 (raw-append-message): Send the message to the appropriate device.
|
|
8341
|
|
8342 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8343
|
|
8344 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
8345 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
8346
|
|
8347 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8348
|
|
8349 * setup-paths.el: Changed `directory-sep-char' to
|
|
8350 `path-separator', following a change in GNU Emacs.
|
|
8351
|
|
8352 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8353
|
|
8354 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
8355 (Info-build-dir-anew): Add a final newline.
|
|
8356 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
8357 is `always'
|
|
8358 (Info-rebuild-dir): Ditto
|
|
8359
|
|
8360 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
8361
|
|
8362 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
8363
|
|
8364 * simple.el (count-words-buffer): Retain zmacs region.
|
|
8365 (count-words-region): Ditto.
|
|
8366 * simple.el: (what-line): Expanded line counts.
|
|
8367 (count-lines): New parameter to conditionalize whether collapsed
|
|
8368 lines get counted.
|
|
8369 From Bob Weiner <weiner@altrasoft.com>
|
|
8370
|
|
8371 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
8372
|
|
8373 * packages.el (package-locations): infodock-packages must override
|
|
8374 mule-packages and packages.
|
|
8375
|
|
8376 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
8377
|
|
8378 * wid-edit.el:
|
|
8379 remove rude messages from widget-activation-widget-mapper
|
|
8380 and widget-activation-glyph-mapper
|
|
8381
|
|
8382 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8383
|
|
8384 * toolbar.el: Remove (featurep 'x) test from
|
|
8385 toolbar-make-button-list
|
|
8386
|
|
8387 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
8388
|
|
8389 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
8390 only if in the same frame.
|
|
8391
|
|
8392 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8393
|
|
8394 * packages.el (package-locations): Added site-packages hierarchy.
|
|
8395
|
|
8396 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
8397 used.
|
|
8398
|
|
8399 * packages.el, setup-paths.el: Set various path searching depths
|
|
8400 to 1.
|
|
8401
|
|
8402 * packages.el (packages-hierarchy-depth):
|
|
8403 (packages-load-path-depth): Introduced and used.
|
|
8404
|
|
8405 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
8406
|
|
8407 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
8408 parameter.
|
|
8409
|
|
8410 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8411
|
|
8412 * setup-paths.el (paths-construct-info-path): Removed
|
|
8413 dependency on behavior of (file-name-as-directory "").
|
|
8414
|
|
8415 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8416
|
|
8417 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
8418 lisp objects
|
|
8419
|
|
8420 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8421
|
|
8422 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
8423
|
|
8424 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
8425
|
|
8426 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
8427 properties for an extent based on the :help-echo widget
|
|
8428 property, since help-echo and balloon-help cause an EXTENT to
|
|
8429 get passed in, where :help-echo functions are expecting a WIDGET
|
|
8430
|
|
8431 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8432
|
|
8433 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
8434 mswindows-init-scrollbar-metrics when appropriate.
|
|
8435
|
|
8436 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8437
|
|
8438 * dumped-lisp.el: dump x-toolbar for window system
|
|
8439
|
|
8440 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
8441 have support and xpm.
|
|
8442
|
|
8443 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
8444
|
|
8445 * files.el (toggle-read-only): Fix docstring.
|
442
|
8446 From Didier Verna <didier@xemacs.org>
|
428
|
8447
|
|
8448 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8449
|
|
8450 * startup.el (normal-top-level): Load autoload-file-name without
|
|
8451 specifying an extension---some people only auto-autoload.el.gz.
|
|
8452
|
|
8453 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8454
|
|
8455 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
8456 nil.
|
|
8457
|
|
8458 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8459
|
|
8460 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
8461 This shouldn't cause any of the originally anticipated problems as
|
|
8462 the current paths architecture will not define the various
|
|
8463 configure-xxx variables if they're not specified on the configure
|
|
8464 command line.
|
|
8465
|
|
8466 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
8467 mentionings of "/" as a path separator.
|
|
8468 Used paths-construct-path throughout.
|
|
8469
|
|
8470 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
8471 from directory components.
|
|
8472
|
|
8473 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
8474 instead of decode-path-internal.
|
|
8475
|
|
8476 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
8477 and associates.
|
|
8478 (paths-decode-directory-path) Created.
|
|
8479
|
|
8480 * setup-paths.el: Changed configure-exec-path to
|
|
8481 configure-exec-directory.
|
|
8482
|
|
8483 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8484
|
|
8485 * packages.el (packages-find-packages): Fixed decoding of
|
|
8486 EMACSPACKAGEPATH.
|
|
8487
|
|
8488 * startup.el: -no-packages -> -no-early-packages.
|
|
8489
|
|
8490 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
8491 files.
|
|
8492
|
|
8493 * startup.el (normal-top-level): Fixed loading of core
|
|
8494 auto-autoload.
|
|
8495
|
|
8496 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
8497
|
|
8498 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
8499 for site-directory and lisp-directory variables.
|
|
8500
|
|
8501 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
8502 inhibit-package-autoloads and fixed handling of it.
|
|
8503
|
|
8504 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
8505 handling of former inhibit-package-init, now
|
|
8506 inhibit-early-packages, to make -vanilla etc. work.
|
|
8507
|
|
8508 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8509
|
|
8510 * code-process.el (start-process): Fallback to 'undecided instead
|
|
8511 of 'binary for process input coding stream.
|
|
8512
|
|
8513 * process.el (start-process): Docstring fix.
|
|
8514
|
|
8515 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8516
|
|
8517 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
8518 in Info-dir-file-attributes
|
|
8519 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
8520 (Info-rebuild-dir): Ditto.
|
|
8521
|
|
8522 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8523
|
|
8524 * obsolete.el: Added obsoleteness declarations for
|
|
8525 `site-directory' and `Info-default-directory-list'.
|
|
8526
|
|
8527 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8528
|
|
8529 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
8530 executable at the end of the symlink chain for determining the
|
|
8531 Emacs root.
|
|
8532
|
|
8533 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8534
|
|
8535 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
8536 to cater to gone default in configure.
|
|
8537
|
|
8538 * find-paths.el (paths-uniq-append): Added.
|
|
8539
|
|
8540 * packages.el: Rewritten package path construction once again.
|
|
8541
|
|
8542 * dump-paths.el, startup.el: Removed package-path as a global
|
|
8543 variable.
|
|
8544
|
|
8545 * package-admin.el (package-admin-add-single-file-package):
|
|
8546 (package-admin-add-binary-package): Changed package-path to
|
|
8547 late-packages.
|
|
8548
|
|
8549 * packages.el (packages-split-path): Split path at "/" rather than
|
|
8550 nil according to change in emacs.c.
|
|
8551
|
|
8552 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8553
|
|
8554 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
8555 order so that directories come out right.
|
|
8556 (paths-find-lock-directory): Fixed bug: It used to think
|
|
8557 configure-lock-directory is a path.
|
|
8558
|
|
8559 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
8560
|
|
8561 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
8562 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
8563 eases the use of toolbar-add/kill-item functions.
|
|
8564
|
|
8565 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8566
|
|
8567 * code-files.el (file-coding-system-alist): Commented out
|
|
8568 loaddefs.el magical treatment.
|
|
8569
|
|
8570 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8571
|
|
8572 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
8573 `conservative' and made it the default
|
|
8574 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
8575 strings, and multi-section dir files. Issue warning when dir
|
|
8576 is rebuilt as temporary
|
|
8577 (Info-build-dir-anew): Issue warning when dir is built as
|
|
8578 temporary
|
|
8579
|
|
8580 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8581
|
|
8582 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
8583 standard keys left, right, C-b and C-f.
|
|
8584
|
|
8585 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
8586
|
|
8587 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
8588
|
|
8589 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
8590
|
|
8591 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
8592
|
|
8593 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
8594
|
|
8595 * package-get-base.el: Updated.
|
|
8596
|
|
8597 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
8598
|
|
8599 * isearch-mode.el (isearch-just-started): New variable.
|
|
8600 (isearch-mode): Set it.
|
|
8601 (isearch-repeat): Advance one character forward only if the search
|
|
8602 was successful, and was not just started.
|
|
8603 (isearch-repeat): Clear isearch-just-started.
|
|
8604
|
|
8605 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8606
|
|
8607 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
8608 if running -batch.
|
|
8609
|
|
8610 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
8611
|
|
8612 * subr.el (listify-key-sequence): Removed.
|
|
8613
|
|
8614 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
8615
|
|
8616 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
8617 (byte-compile-output-file-form): Use it.
|
|
8618 (byte-compile-output-docform): Ditto.
|
|
8619 (byte-compile-compiled-obj-to-list): Ditto.
|
|
8620
|
|
8621 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8622
|
|
8623 * msw-glyphs.el: set frame icon if xpm support.
|
|
8624
|
|
8625 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8626
|
|
8627 * help.el: Code that pretty prints variable values
|
|
8628 removed.
|
|
8629
|
|
8630 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8631
|
|
8632 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
8633 directory.
|
|
8634 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8635
|
|
8636 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8637
|
|
8638 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
8639 its default value set to nil.
|
|
8640
|
|
8641 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
8642
|
|
8643 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
8644
|
|
8645 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8646
|
|
8647 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
8648 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
8649 does not exist or is older than some info files in directory
|
|
8650
|
|
8651 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8652
|
|
8653 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
8654 for last packages, mainly for using a 20.4 package base.
|
|
8655
|
|
8656 * packages.el (late-packages): Typo fix. It was called
|
|
8657 early-packages.
|
|
8658
|
|
8659 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
8660 relative symlinks correctly.
|
|
8661 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
8662 configuration-time root.
|
|
8663
|
|
8664 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
8665 find its roots.
|
|
8666
|
|
8667 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
8668
|
|
8669 * faces.el: Fix docstrings.
|
|
8670 * glyphs.el: Fix docstrings.
|
|
8671 * mouse.el: Fix docstrings.
|
|
8672
|
|
8673 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
8674
|
|
8675 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
8676
|
|
8677 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
8678 macros using backquote to make them infinitely more readable.
|
|
8679
|
|
8680 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
8681
|
|
8682 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
8683 InfoDock support until we can clean this up.
|
|
8684
|
|
8685 * help.el (describe-bindings-1): Return the value of the bindings
|
|
8686 help buffer created.
|
|
8687 (describe-bindings): Ditto.
|
|
8688
|
|
8689 * simple.el (set-variable): Restore previous behavior of not
|
|
8690 bombing if the variable to set is not boundp.
|
|
8691
|
|
8692 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8693
|
|
8694 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
8695 non-local files to be loaded off the package-lisp variable.
|
|
8696
|
|
8697 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8698
|
|
8699 * x-faces.el: Global X resources should override
|
|
8700 specs for all device classes (color, grayscale, mono);
|
|
8701 code currently doesn't override any of them. Fixed by
|
|
8702 calling remove-specifier with '(x default) as the tag
|
|
8703 set and allowing inexact matches.
|
|
8704
|
|
8705 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8706
|
442
|
8707 * faces.el: Separated face initializations based on
|
428
|
8708 device classes into device type specific (tag set,
|
|
8709 instantiator) pairs.
|
|
8710
|
|
8711 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
8712
|
|
8713 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
8714 choice.
|
|
8715 (widget-choice-value-create): Respect it.
|
|
8716 From Richard Stallman <rms@gnu.org>
|
|
8717
|
|
8718 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8719
|
|
8720 * setup-paths.el (paths-construct-info-path): Always append
|
|
8721 existing directories from configure-time info path.
|
|
8722
|
|
8723 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
8724 Info-directory-list.
|
|
8725
|
|
8726 * info.el: Removed Info-default-directory-list which was broken by
|
|
8727 design.
|
|
8728 Removed bogus initialization of Info-directory-list---startup.el
|
|
8729 can do a much better job.
|
|
8730 Added autoload of Info-directory-list.
|
|
8731
|
|
8732 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
8733 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
8734 be exclusive; now it's merely given precedence, just like in the
|
|
8735 old days.
|
|
8736
|
|
8737 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8738
|
|
8739 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
8740 finding; it used to default too early.
|
|
8741
|
|
8742 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
8743
|
|
8744 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
8745 for paths that weren't split.
|
|
8746
|
|
8747 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
8748
|
|
8749 * finder.el (finder-compile-keywords): trap on errors.
|
|
8750
|
|
8751 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8752
|
|
8753 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
8754 fourth argument of t so that only the specs exactly
|
|
8755 matching the tag lists are removed.
|
|
8756
|
|
8757 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
8758
|
|
8759 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
8760
|
|
8761 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
8762
|
|
8763 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
8764 specified, use it for generating the completions.
|
|
8765
|
|
8766 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8767
|
|
8768 * update-elc.el: Now respects inhibit-package-init and
|
|
8769 inhibit-site-lisp.
|
|
8770 Now does path construction with loadup-paths.
|
|
8771
|
|
8772 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
8773 inhibit-package-init and inhibit-site-lisp.
|
|
8774
|
|
8775 * packages.el (packages-find-package-path): Extended package path
|
|
8776 by version-specific hierarchies.
|
|
8777 (packages-find-packages): Now respects inhibit flag and
|
|
8778 inhibit-site-lisp.
|
|
8779 Moved path setup to loadup-paths.
|
|
8780
|
|
8781 * make-docfile.el: Now respects inhibit-package-init and
|
|
8782 inhibit-site-lisp.
|
|
8783 Now does path construction with loadup-paths.
|
|
8784
|
|
8785 * loadup.el: Now respects inhibit-package-init and
|
|
8786 inhibit-site-lisp.
|
|
8787
|
|
8788 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
8789
|
|
8790 * loadup-paths.el: New file: setup load-path to encompass
|
|
8791 packages.
|
|
8792
|
|
8793 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8794
|
|
8795 * auto-show.el: load-gc renamed to pureload.
|
|
8796 * site-load.el: Ditto.
|
|
8797 * packages.el (toplevel): Ditto.
|
|
8798 * loadup.el (really-early-error-handler): Ditto.
|
|
8799 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
8800 * cus-face.el (custom-declare-face): Ditto.
|
|
8801
|
|
8802 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8803
|
|
8804 * <Today>: The Big Path Searching Overhaul.
|
|
8805
|
|
8806 * find-paths.el: New file: find and assemble paths in the
|
|
8807 installation hierarchy.
|
|
8808
|
|
8809 * setup-paths.el: New file: global layout of paths and directories
|
|
8810 within the XEmacs hierarchy.
|
|
8811
|
|
8812 * packages.el: Replaced everything related to path searching and
|
|
8813 startup by code in terms of find-paths.
|
|
8814
|
|
8815 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
8816 the new path searching engine.
|
|
8817
|
|
8818 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
8819 and setup-paths.
|
|
8820
|
|
8821 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8822
|
|
8823 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
8824 setup-paths.el.
|
|
8825
|
|
8826 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8827
|
|
8828 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
8829 compiles identically in any configuration.
|
|
8830 Removed irrelevant commentary.
|
|
8831
|
|
8832 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8833
|
|
8834 * simple.el (set-variable): Allow setting specifiers.
|
|
8835
|
|
8836 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
8837
|
|
8838 * lisp.el (forward-sexp): Revert previous change.
|
|
8839
|
|
8840 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
8841
|
|
8842 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
8843 `delete-device' to delete the stream console to match the usage in
|
|
8844 Fkill_emacs.
|
|
8845
|
|
8846 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
8847
|
|
8848 * files.el (cdpath-previous): New variable.
|
|
8849 (cd): Use it.
|
|
8850 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
8851
|
|
8852 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8853
|
|
8854 * keydefs.el: Changed keybindings of forward-char,
|
|
8855 backward, scroll-up and scroll-down to point to their
|
|
8856 -command counterparts.
|
|
8857
|
|
8858 * simple.el: New functions: forwarc-char-command,
|
|
8859 backwrad-char-command, scroll-up-command,
|
|
8860 scroll-down-command which work liek their counterparts
|
|
8861 except that they honor the variable
|
|
8862 signal-error-on-buffer-boundary.
|
|
8863
|
|
8864 Definition of signal-error-on-buffer-boundary received
|
|
8865 from src/cmds.c.
|
|
8866
|
|
8867 defvar declaration added for word-across-newline to avoid
|
|
8868 byte-compiler warning about the free variable reference.
|
|
8869
|
|
8870 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8871
|
|
8872 * winnt.el: Removed "%t" from the beginning of
|
|
8873 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
8874
|
|
8875 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
8876
|
|
8877 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
8878 of `when' with `if'.
|
|
8879
|
|
8880 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8881
|
|
8882 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
8883 mswindows. Must be reworked along with glyphs.el, or
|
|
8884 merged into it, after there is images support.
|
|
8885
|
|
8886 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
8887 'mswindows.
|
|
8888
|
|
8889 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
8890
|
|
8891 * faces.el: fix for text cursor initialization.
|
|
8892 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
8893 From Andy Piper <andyp@parallax.co.uk>
|
|
8894
|
|
8895 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
8896
|
|
8897 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
8898 if there is an existing package that handles it and warn the user
|
|
8899 about that mode.
|
|
8900
|
|
8901 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8902
|
|
8903 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
8904 Installation" menu item when Installation-string is not bound.
|
|
8905
|
|
8906 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
8907
|
|
8908 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
8909 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
8910
|
|
8911 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8912
|
|
8913 * msw-faces.el:
|
|
8914 * faces.el: Fix face initialization.
|
|
8915
|
|
8916 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
8917
|
|
8918 * files.el (backup-enable-predicate): fix breakage introduced
|
|
8919 by TMPDIR patch.
|
|
8920
|
|
8921 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8922
|
|
8923 * x-faces.el (x-init-face-from-resources): The
|
|
8924 TTY face property retrieval functions don't return
|
|
8925 specifiers, so use face-property instead.
|
|
8926
|
|
8927 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
8928
|
|
8929 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
8930
|
|
8931 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8932
|
|
8933 * x-menubar.el: Expanded documentation for
|
|
8934 option-save-faces. Changed Options -> Browse Faces
|
|
8935 menu entry to invoke customize-face.
|
|
8936
|
|
8937 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8938
|
|
8939 * faces.el: Most face initialization moved out of
|
|
8940 init-other-random-faces to the top level so that the
|
|
8941 initialization happens before Xemacs is dumped. Much
|
|
8942 of the fascist "face-differs-from-default-p or FROB!"
|
|
8943 code has been retired in favor of letting the user do
|
|
8944 what they want to do. Face initialization code changed
|
|
8945 to use `default' specifier tag so that the settings can
|
|
8946 be overridden later if the user wishes it.
|
|
8947
|
|
8948 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
8949
|
|
8950 * about.el (about-hackers): Update contributors list.
|
|
8951
|
|
8952 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8953
|
|
8954 * specifier.el: Define new specifier tag `default'.
|
|
8955
|
|
8956 * modeline.el: Initialize faces using `default' tag.
|
|
8957
|
|
8958 * x-faces.el (x-init-face-from-resources): Remove
|
|
8959 specifier specs containing the `default' tag before
|
|
8960 adding new specs.
|
|
8961
|
|
8962 1998-03-02 John Jones <jj@asu.edu>
|
|
8963
|
|
8964 * package-get.el (package-get-all): fixed arguments on call to
|
|
8965 package-admin-add-single-file-package.
|
|
8966 * package-get.el (package-get-installedp): fixed to match
|
|
8967 advertised behavior.
|
|
8968 * package-get.el: added function package-get-update-all which
|
|
8969 installs newest versions of all the current packages (if they are
|
|
8970 not already installed).
|
|
8971
|
|
8972 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
8973
|
|
8974 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
8975 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
8976 still nil, as happens for example when finding a compressed
|
|
8977 file with "jka-compr".
|
|
8978
|
|
8979 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8980
|
|
8981 * faces.el: in make-face-* type functions do the operation for all
|
|
8982 window systems, not just the first one found.
|
|
8983
|
|
8984 * font.el: call mswindows-list-fonts for mswindows.
|
|
8985
|
|
8986 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
8987
|
|
8988 * code-process.el (call-process-region):
|
|
8989 * process.el (call-process-region):
|
|
8990 * package-get.el (package-get-dir):
|
|
8991 * files.el (backup-enable-predicate):
|
|
8992 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
8993 Use temp-directory in place of `/tmp'.
|
|
8994
|
|
8995 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
8996
|
|
8997 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
8998
|
|
8999 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
9000 Emacs.
|
|
9001
|
|
9002 * files.el (insert-directory): Modified to use special
|
|
9003 dired-in-C enhancements if present.
|
|
9004
|
|
9005 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9006
|
|
9007 * code-files.el: make default coding no-conversion.
|
|
9008
|
|
9009 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
9010
|
|
9011 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
9012 the load-path.
|
|
9013
|
|
9014 * update-elc.el: Strip directory when testing for files not to
|
|
9015 bytecompile.
|
|
9016
|
|
9017 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9018
|
|
9019 * lisp-mode.el: Use recommended form for menus.
|
|
9020
|
|
9021 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
9022
|
|
9023 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
9024 entry.
|
|
9025
|
|
9026 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9027
|
|
9028 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
9029 (get-frame-for-buffer-noselect): Always return frames
|
|
9030 in the not-this-window-p cond clause.
|
|
9031
|
|
9032 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
9033
|
|
9034 * help.el (describe-installation): New function.
|
|
9035
|
|
9036 * x-menubar.el (default-menubar): Add describe-installation to
|
|
9037 Help menu.
|
|
9038
|
|
9039 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
9040 should not be bytecompiled.
|
|
9041
|
|
9042 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
9043 XEmacs.
|
|
9044
|
|
9045 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
9046 entry.
|
|
9047
|
|
9048 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
9049 coding.
|
|
9050 From Andy Piper <andyp@parallax.co.uk>
|
|
9051
|
|
9052 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9053
|
|
9054 * ldap.el: Do not require ldap-internal at compile time.
|
|
9055
|
|
9056 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9057
|
|
9058 * code-files.el: new file. a virtual copy of mule-files.el
|
|
9059 but without charset
|
|
9060 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
9061 changing the eol type for the current buffer.
|
|
9062
|
|
9063 * code-process.el: new file. a copy of
|
|
9064 mule-process.el. mule-process.el will disappear when things have
|
|
9065 settled.
|
|
9066
|
|
9067 * coding.el: new file. a virtual copy of mule-files.el but
|
|
9068 without charset dependencies. (coding-system-base) new function
|
|
9069 for getting the parent coding system of a coding system with eol
|
|
9070 type set.
|
|
9071
|
|
9072 * dumped-lisp.el: add above files for the non-mule case.
|
|
9073
|
|
9074 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9075
|
|
9076 * window-xemacs.el (display-buffer): If no explicit
|
|
9077 frame is specified, search for a window that displays
|
|
9078 the buffer on the currently selected frame, before
|
|
9079 searching other frames.
|
|
9080
|
|
9081 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9082
|
|
9083 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
9084 is non-nil, use window on the selected frame if it is not
|
|
9085 also the selected window. When defaulting, search for
|
|
9086 windows on the currently selected fgrame before searching
|
|
9087 other frames.
|
|
9088
|
442
|
9089 1998-02-25 Didier Verna <didier@xemacs.org>
|
428
|
9090
|
|
9091 * modeline.el (modeline-swap-buffers): originally named
|
|
9092 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
9093 decided in `mouse-drag-modeline'.
|
|
9094 (mouse-drag-modeline): A button release event is considered a
|
|
9095 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
9096 stay unchanged.
|
|
9097
|
|
9098 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
9099
|
|
9100 * x-menubar.el: Put redo on the menubar.
|
|
9101 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9102
|
|
9103 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9104
|
|
9105 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
9106 temp-buffer-show-function is set, use it to display current set of
|
|
9107 warnings in the "*Compile-Log-Show*" buffer.
|
|
9108
|
|
9109 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
9110 is set, use it to display current set of warnings in the
|
|
9111 "*Warnings-Show*" buffer.
|
|
9112
|
|
9113 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9114
|
|
9115 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
9116 Common Lisp.
|
|
9117
|
|
9118 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9119
|
|
9120 * menubar.el: Allow button descriptors at least 2 long.
|
|
9121
|
|
9122 * x-menubar.el (default-menubar): Use recommended forms.
|
|
9123 (file-menu-filter): Remove.
|
|
9124 (edit-menu-filter): Remove.
|
|
9125
|
|
9126 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9127
|
|
9128 * about.el (about-hackers): Updated.
|
|
9129
|
|
9130 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9131
|
|
9132 * help.el (help-max-help-buffers): new variable
|
|
9133 (help-register-and-maybe-prune-excess): new function
|
|
9134 (help-buffer-name): use help-max-help-buffers.
|
|
9135 (with-displaying-help-buffer): use
|
|
9136 help-register-and-maybe-prune-excess.
|
|
9137
|
|
9138 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
9139 one line, let it.
|
|
9140
|
|
9141 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
9142
|
|
9143 * (with-displaying-help-buffer): there is no need to kill the buffer
|
442
|
9144 if it exists, because with-output-to-temp-buffer will clear it.
|
428
|
9145 further, killing the buffer violates the rule that
|
|
9146 temp-buffer-show-function, if set, has the full responsibility of
|
|
9147 showing the temp buffer. killing the buffer fucks with the window
|
|
9148 configuration, hosing temp-buffer-show-function.
|
|
9149
|
|
9150
|
442
|
9151 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9152
|
|
9153 * modeline.el (mouse-drag-modeline):
|
|
9154 - Always scroll the modeline that was originally clicked on.
|
|
9155 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
9156 as horizontal reference for modeline dragging. This allows us to
|
|
9157 keep on dragging the modeline even if the motion event occurs in
|
|
9158 another window.
|
|
9159
|
442
|
9160 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9161
|
|
9162 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
9163 glyph on the modeline to indicate that dragging the mouse has an
|
|
9164 effect both horizontally and vertically.
|
|
9165
|
|
9166 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9167
|
|
9168 * about.el (about-xemacs): Get rid of redundant visible version
|
|
9169 number.
|
|
9170
|
|
9171 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
9172
|
|
9173 * about.el (about-hackers): Update credits.
|
|
9174
|
|
9175 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9176
|
|
9177 * prim/register.el (view-register): Show register type file-query.
|
|
9178
|
|
9179 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9180
|
|
9181 * mode-motion.el (mode-motion-highlight-internal):
|
|
9182 save-excursion inside save-window-exucrsion form to
|
|
9183 hide buffer point changes from save-window-excursion.
|
|
9184 Prevents display flickering when the mouse pointer
|
|
9185 moves.
|
|
9186
|
442
|
9187 1998-02-17 Didier Verna <didier@xemacs.org>
|
428
|
9188
|
|
9189 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
9190 function to handle correctly the case of a toolbar one side of the
|
|
9191 window: scrolling will not necessarily happen.
|
|
9192
|
|
9193 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9194
|
|
9195 * files.el (after-find-file): Restore missing argument
|
|
9196 to format that provides filename for "... consider M-x
|
|
9197 recover-file" message. Also call `message' with "%s"
|
|
9198 as the first arg instead of an arbitrary string.
|
|
9199
|
|
9200 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
9201
|
|
9202 * about.el (about-hackers): Various additions.
|
|
9203
|
|
9204 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
9205
|
|
9206 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
9207 line out when copying on-the-same line autoloads.
|
|
9208
|
|
9209 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
9210 is installed.
|
|
9211
|
|
9212 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
9213
|
|
9214 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
9215 * x11/x-win-sun.el (x-win-init-sun):
|
|
9216 * x11/x-init.el (x-initialize-compose):
|
|
9217 * prim/simple.el:
|
|
9218 (backward-or-forward-kill-sexp):
|
|
9219 (backward-or-forward-kill-sentence):
|
|
9220 (backward-or-forward-kill-word):
|
|
9221 (backward-or-forward-delete-char):
|
|
9222 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
9223 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
9224 x-keysym-on-keyboard-p to detect backspace.
|
|
9225 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
9226 Clean up symbols used with dead keys, checking Linux and solaris
|
|
9227 keysyms.
|
|
9228 Simplify x-win-*.el using above methods.
|
|
9229 Change documentation for x-keysym-*-p functions.
|
|
9230
|
|
9231 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
9232
|
|
9233 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
9234 Vinnie Shelton.
|
|
9235 From Vinnie Shelton <acs@acm.org>
|
|
9236
|
|
9237 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9238
|
|
9239 * simple.el (count-words-region): Ditto.
|
|
9240
|
|
9241 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9242
|
|
9243 * simple.el (count-words-buffer): Document. Don't print anything
|
|
9244 if non-interactive.
|
|
9245
|
|
9246 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
9247
|
|
9248 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
9249 multiple files in InfoDock.
|
|
9250
|
|
9251 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
9252
|
|
9253 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
9254 from version.el in InfoDock.
|
|
9255
|
|
9256 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
9257 specially.
|
|
9258
|
|
9259 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9260
|
|
9261 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
9262 variable name in docstring.
|
|
9263
|
|
9264 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
9265
|
|
9266 * menubar.h: Include "gui.h".
|
|
9267
|
|
9268 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
9269
|
|
9270 * site-load.el: Fix documentation.
|
|
9271
|
|
9272 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9273
|
|
9274 * package-get-base.el (package-get-base): Updated.
|
|
9275
|
|
9276 * keymap.el: PC-ize.
|
|
9277
|
|
9278 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9279
|
|
9280 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
9281 from' on a fresh line.
|
|
9282
|
|
9283 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
9284
|
|
9285 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
9286 object.
|
|
9287
|
|
9288 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9289
|
|
9290 * undo-stack.el: PC-ize.
|
|
9291
|
|
9292 * cmdloop.el: PC-ize.
|
|
9293
|
|
9294 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
9295
|
|
9296 * bytecomp-runtime.el: PC-ize.
|
|
9297
|
|
9298 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
9299
|
|
9300 * cus-dep.el: Spelling fix.
|
|
9301
|
|
9302 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
9303 entries follow).
|
|
9304
|
|
9305 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9306
|
|
9307 * text-mode.el (text-mode-hook-identify): New function,
|
|
9308 put on text-mode-hook. Set text-mode-variant here.
|
|
9309 (text-mode): Don't set it here.
|
|
9310
|
|
9311 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9312
|
|
9313 * text-mode.el (text-mode-hook): New defvar.
|
|
9314 (text-mode-variant): New variable.
|
|
9315 (text-mode): Set that variable locally.
|
|
9316 (toggle-text-mode-auto-fill): New command.
|
|
9317
|
|
9318 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9319
|
|
9320 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
9321
|
|
9322 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9323
|
|
9324 * text-mode.el (paragraph-indent-text-mode):
|
|
9325 Renamed from spaced-text-mode.
|
|
9326 (text-mode-map): Bind TAB to indent-relative.
|
|
9327 (indented-text-mode-map): Variable deleted.
|
|
9328 (indented-text-mode): Now an alias for text-mode.
|
|
9329
|
|
9330 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
9331
|
|
9332 * loadup.el: test-atoms debugging stuffs removed.
|
|
9333
|
442
|
9334 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
428
|
9335
|
|
9336 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
9337
|
|
9338 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
9339
|
|
9340 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
9341 (describe-distribution): Ditto.
|
|
9342 (describe-copying): Ditto.
|
|
9343 (describe-project): Ditto.
|
|
9344 (view-emacs-news): Ditto.
|
|
9345
|
|
9346 * help-nomule.el (help-with-tutorial): Made it use
|
|
9347 `locate-data-file' to find tutorial.
|
|
9348
|
|
9349 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
9350
|
|
9351 * about.el: Corrected my email address.
|
|
9352
|
|
9353 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
9354 'mouse-offix-drop'.
|
|
9355
|
|
9356 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
9357
|
|
9358 * loadup.el (running-xemacs): Spelling fix.
|
|
9359
|
|
9360 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
9361
|
|
9362 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9363 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9364
|
|
9365 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
9366
|
|
9367 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
9368
|
|
9369 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
9370
|
|
9371 * package-info.el (pi-last-mod-date): New function.
|
|
9372 (pi-author-version): New function.
|
|
9373 (batch-update-package-info): Use them.
|
|
9374
|
|
9375 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
9376
|
|
9377 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
9378 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
9379 with `get-frame-for-buffer-default-to-current'.
|
|
9380
|
|
9381 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
9382
|
|
9383 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
9384 (byte-compile-output-docform): Ditto.
|
|
9385 (byte-compile-compiled-obj-to-list): Ditto.
|
|
9386
|
|
9387 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9388
|
|
9389 * startup.el (command-line-1): Removed code that ran
|
|
9390 buffer-menu.
|
|
9391
|
|
9392 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
9393
|
|
9394 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
9395
|
|
9396 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9397
|
|
9398 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
9399 `device-on-window-system-p' instead of explicitly checking for X,
|
|
9400 so that the same logic works for MS Windows.
|
|
9401 (suspend-or-iconify-emacs): Ditto.
|
|
9402
|
|
9403 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9404
|
|
9405 * about.el (about-maintainer-info): Andy Piper is back.
|
|
9406 (xemacs-hackers): Updated Andy Piper's email address.
|
|
9407 (about-hackers): Added Jonathan Harris.
|
|
9408 (about-hackers): Updated Tibor Polgar's email address.
|
|
9409
|
|
9410 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9411
|
|
9412 * about.el: Add xemacs.org email manager.
|
|
9413
|
|
9414 * package-get-base.el (package-get-base): Updated with most recent
|
|
9415 package updates.
|
|
9416
|
|
9417 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9418
|
|
9419 * help.el (function-arglist): Use `indirect-function' instead of
|
|
9420 `symbol-function' so that aliases are treated correctly.
|
|
9421
|
|
9422 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9423
|
|
9424 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
9425 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
9426 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
9427 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
9428 (describe-key): Use `princ' "%s" to print object.
|
|
9429 (describe-function-1): Use `princ' "%s" to print object.
|
|
9430 Commented out alias lines removed.
|
|
9431 (help-pretty-print-limit): New variable to control pretty-printing
|
|
9432 of variable values.
|
|
9433 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
9434 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
9435 list of length less than `help-pretty-print-limit'.
|
|
9436 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
9437
|
|
9438 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9439
|
|
9440 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
9441 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
9442
|
|
9443 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9444
|
|
9445 * info.el (Info-default-directory-list): Made the documentation
|
|
9446 more explanitory.
|
|
9447
|
|
9448 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
9449
|
|
9450 * lisp/packages.el:
|
|
9451 * lisp/package-admin.el:
|
|
9452 * lisp/build-report.el:
|
|
9453 Fix typos.
|
|
9454
|
|
9455 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9456
|
|
9457 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
9458 warnings in Java buffers without final newline and editing the
|
|
9459 last line.
|
|
9460
|
|
9461 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
9462
|
|
9463 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9464 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9465 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
9466
|
|
9467 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
9468 From Oliver Graf <ograf@fga.de>
|
|
9469
|
|
9470 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
9471
|
|
9472 * loadup.el (load-gc): rewrite as defun.
|
|
9473 Print something sensical if a required dump-time file isn't found.
|
|
9474
|
|
9475 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
9476
|
|
9477 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
9478 bug strikes a menudescriptor.
|
|
9479
|
|
9480 * package-get-base.el (package-get-base): Updated.
|
|
9481
|
|
9482 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
9483 from the Makefile.
|
|
9484
|
|
9485 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
9486
|
|
9487 * files.el (save-some-buffers): Don't play games with deleting
|
|
9488 other windows if we are in the minibuffer window.
|
|
9489
|
|
9490 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9491
|
|
9492 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
9493 (add-minor-mode): Document :active property to TOGGLE.
|
|
9494
|
|
9495 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9496
|
|
9497 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
9498 `:included' predicate in the `toggle-sym' plist.
|
|
9499 (add-minor-mode): Document the :included property, format
|
|
9500 docstring some more.
|
|
9501 (modeline-minor-mode-menu): Documentation string added.
|
|
9502
|
|
9503 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9504
|
|
9505 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
9506 labels from the symbol-names by thwacking off the overly redundant
|
|
9507 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
9508 resultant strings. Also shortened the menu's title by eliminating
|
|
9509 the redundant buffer name.
|
|
9510 (add-minor-mode): Beautified the docstring, added mention of the
|
|
9511 `:menu-tag' property of TOGGLE.
|
|
9512 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
9513 `toggle-sym' to beatify the mode-life menus.
|
|
9514 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
9515 `auto-fill-function'.
|
|
9516
|
442
|
9517 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9518
|
|
9519 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
9520 menus to :style 'toggle.
|
|
9521
|
|
9522 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
9523
|
|
9524 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
9525
|
|
9526 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9527
|
|
9528 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
9529 only recognize first hyperlink.
|
|
9530 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
9531 `hyper-apropos-insert-face'.
|
|
9532 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
9533
|
|
9534 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9535
|
|
9536 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
9537 mail.
|
|
9538 (toolbar-mail-reader): Add support for `send'.
|
|
9539 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
9540
|
442
|
9541 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9542
|
|
9543 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
9544 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
9545 will function properly.
|
|
9546
|
|
9547 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
9548
|
|
9549 * simple.el: make the backwards delete function called by
|
|
9550 `backward-or-forward-delete-char' user configurable.
|
|
9551
|
|
9552 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9553
|
|
9554 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
9555 compiled function got loaded from.
|
|
9556
|
|
9557 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9558
|
|
9559 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
9560
|
|
9561 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
9562
|
|
9563 * startup.el (load-init-file): Load autoloads earlier.
|
|
9564 (startup-splash-frame): Handle InfoDock logo.
|
|
9565
|
|
9566 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
9567 InfoDock.
|
|
9568 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
9569
|
|
9570 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
9571 doesn't have this function.
|
|
9572
|
|
9573 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
9574
|
|
9575 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
9576
|
|
9577 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
9578 version of version.el.
|
|
9579 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
9580
|
|
9581 * x-menubar.el (default-menubar): Guard reference to
|
|
9582 `gnuserv-frame'.
|
|
9583 (default-menubar): Guard references to `font-lock-mode'.
|
|
9584 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
9585 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
9586
|
|
9587 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
9588
|
|
9589 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
9590 loading auto-autoloads files.
|
|
9591
|
|
9592 * loaddefs.el: Disable dumping autoloads.
|
|
9593
|
|
9594 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
9595
|
|
9596 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
9597
|
|
9598 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
9599
|
|
9600 * finder.el (finder-by-keyword): Autoload.
|
|
9601
|
|
9602 * help.el: Conditionalize hyperbole setup.
|
|
9603
|
|
9604 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9605
|
|
9606 * packages.el (package-require): Update to reflect new data format.
|
|
9607
|
442
|
9608 1998-01-02 Didier Verna <didier@xemacs.org>
|
428
|
9609
|
|
9610 * x-menubar.el (default-menubar): make the tutorials available
|
|
9611 through the menubar. (Plus some compilation warnings cleanup).
|
|
9612
|
|
9613 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9614
|
|
9615 * check-features.el: New file. Perform sanity check after build.
|
|
9616
|
|
9617 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
9618 files to tooltalk package.
|
|
9619 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
9620 package.
|
|
9621
|
|
9622 * package-admin.el (package-admin-xemacs): Use better default for
|
|
9623 location of XEmacs binary.
|
|
9624
|
|
9625 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9626
|
|
9627 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
9628 tag with sexp and add value tag with value `t'.
|
|
9629
|
|
9630 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
9631
|
|
9632 * package-get.el: Changes to work with real data.
|
|
9633 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9634
|
|
9635 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
9636 being.
|
|
9637
|
|
9638 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
9639 of possibly out-of-date packges.elc.
|
|
9640 * make-docfile.el ("packages.el"): Ditto.
|
|
9641
|
|
9642 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
9643
|
|
9644 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
9645 the main tarball shadowing anything past it.
|
|
9646
|
|
9647 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
9648
|
|
9649 * packages.el (package-provide): Delete a previous provide.
|
|
9650
|
|
9651 * package-info.el: New file.
|
|
9652
|
|
9653 * package-get.el: New file.
|
|
9654 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9655 (package-get): Fix md5 computation to work with Mule.
|
|
9656
|
|
9657 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9658
|
|
9659 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
9660
|
|
9661 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
9662
|
|
9663 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
9664
|
|
9665 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
9666 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9667
|
|
9668 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
9669
|
|
9670 * startup.el (load-init-file): Reload new or changed autoloads
|
|
9671 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
9672
|
|
9673 * packages.el (packages-new-autoloads): New function.
|
|
9674 (packages-reload-autoloads): New function.
|
|
9675 (packages-reload-dumped-lisp): New (stub) function.
|
|
9676
|
|
9677 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
9678
|
|
9679 * loadhist.el (file-provides): Extend to handle variant
|
|
9680 extensions.
|
|
9681
|
|
9682 * replace.el (query-replace): Fix typo.
|
|
9683
|
|
9684 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9685
|
|
9686 * make-docfile.el: list-autoloads-path has been renamed.
|
|
9687 * update-elc.el: list-autoloads has been renamed.
|
|
9688
|
|
9689 * packages.el (packages-list-autoloads): Renamed.
|
|
9690 (packages-list-autoloads-path): Ditto.
|
|
9691
|
|
9692 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
9693
|
|
9694 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
9695 for an error in an auto-autoload.el file.
|
|
9696
|
|
9697 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9698
|
|
9699 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
9700 tag with const.
|
|
9701 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9702
|
|
9703 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
9704
|
|
9705 * loadhist.el (unload-feature): Remove autoload.
|
|
9706
|
|
9707 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
9708
|
|
9709 * loadhist.el: Unpackaged.
|
|
9710
|
|
9711 * help.el (describe-symbol-find-file): Rename
|
|
9712 `describe-function-find-file' and make old name obsolete.
|
|
9713 (describe-function-1): Use it.
|
|
9714 (describe-function-1): Guard reference to
|
|
9715 `compiled-function-annotation'.
|
|
9716
|
|
9717 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9718
|
|
9719 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
9720 argument.
|
|
9721 (help-mode-quit): New optional arg to control whether it kills or
|
|
9722 buries. Tidied up.
|
|
9723 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
9724 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
9725 (help-pretty-print-value): Rename back from
|
|
9726 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
9727 use it, otherwise use dumped `cl-prettyprint'.
|
|
9728 (describe-variable): Use `help-pretty-print-value' again.
|
|
9729 (find-func): Removed reference to "find-func" at end.
|
|
9730
|
|
9731 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9732
|
|
9733 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
9734 GUI XEmacs. Rename? x-menubar is rather window system
|
|
9735 independant, except for a couple of items.
|
|
9736
|
|
9737 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
9738
|
|
9739 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
9740 entries as they will no longer be distributed with XEmacs.
|
|
9741
|
|
9742 * format.el (format-alist): Fix image/tiff regexps.
|
|
9743 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9744
|
|
9745 * help.el (help-maybe-pretty-print-value): Rename.
|
|
9746 (describe-variable): Use it.
|
|
9747 (describe-variable): Add trailing linefeed.
|
|
9748
|
|
9749 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9750
|
|
9751 * help.el (describe-function-1): Don't output anything for
|
|
9752 arglist of autoload functions.
|
|
9753
|
|
9754 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9755
|
|
9756 * help.el (describe-function-1): Don't output anything for
|
|
9757 arglist of autoload functions.
|
|
9758
|
|
9759 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9760
|
|
9761 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
9762 `describe-function-at-point', `describe-variable-at-point',
|
|
9763 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
9764 `help-prev-section'.
|
|
9765 (help-next-section): New function.
|
|
9766 (help-prev-section): New function.
|
|
9767 (help-mode-quit): Changed to kill the help buffer.
|
|
9768 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
9769 correctly.
|
|
9770 (help-buffer-name): New function to generate the name of help
|
|
9771 buffers.
|
|
9772 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
9773 argument giving the name of the help buffer.
|
|
9774 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
9775 (describe-mode): Ditto.
|
|
9776 (describe-bindings): Ditto.
|
|
9777 (describe-prefix-bindings): Ditto.
|
|
9778 (view-lossage): Ditto.
|
|
9779 (with-syntax-table): New macro.
|
|
9780 (function-called-at-point): Use `ignore-errors' and
|
|
9781 `with-syntax-table'.
|
|
9782 (function-at-point): Ditto.
|
|
9783 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
9784 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
9785 function's arglist as string.
|
|
9786 (function-documentation): Extracted from `describe-function-1'.
|
|
9787 Returns function's docstring.
|
|
9788 (describe-function-1): Remove all the "stream" garbage, including
|
|
9789 the stream argument. Use `function-arglist' and
|
|
9790 `function-documentation'.
|
|
9791 (describe-function-arglist): Just use `function-arglist'.
|
|
9792 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
9793 (help-pretty-print-value): New function to help with
|
|
9794 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
9795 `pp-internal'.
|
|
9796 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
9797 Formatting improved. Display file where variable is defined, if
|
|
9798 known. Use `help-pretty-print-value'.
|
|
9799 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
9800 (list-processes): Remove "stream" garbage.
|
|
9801
|
|
9802 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
9803
|
|
9804 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
9805 call a dumped routine instead.
|
|
9806
|
|
9807 * x-win-xfree86.el: Wrap file in defun.
|
|
9808 * x-win-sun.el: Ditto.
|
|
9809
|
|
9810 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
9811
|
|
9812 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
9813 advises functions and does other evil things.
|
|
9814
|
|
9815 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
9816
|
|
9817 * format.el (format-alist): Add `image/tiff'.
|
|
9818 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9819
|
|
9820 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
9821
|
|
9822 * about.el (about-hackers): More names added.
|
|
9823
|
|
9824 * make-docfile.el: Remove superfluous package path search.
|
|
9825
|
|
9826 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
9827
|
|
9828 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
9829
|
|
9830 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
9831 ignored shadows.
|
|
9832
|
|
9833 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
9834
|
|
9835 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
9836 get trailing slashes when added to the load-path.
|
|
9837
|
|
9838 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
9839 are.
|
|
9840
|
|
9841 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9842
|
|
9843 * x-faces.el: Added support for foregroundToolBarColor
|
|
9844 to xpm-color-symbols.
|
|
9845
|
|
9846 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9847
|
|
9848 * etags.el (tags-remove-duplicates): Removed.
|
|
9849 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
9850
|
|
9851 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
9852 correctly.
|
|
9853 (get*): Defalias to `get'.
|
|
9854
|
|
9855 * cl.el (eql): Compare integers with `eq'.
|
|
9856 (cl-map-extents): Check for `map-extents' first.
|
|
9857
|
442
|
9858 1997-12-17 Didier Verna <didier@xemacs.org>
|
428
|
9859
|
|
9860 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
9861 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
9862
|
|
9863 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
9864
|
|
9865 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9866
|
|
9867 * widget.el (define-widget): Check the arguments.
|
|
9868
|
|
9869 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
9870 (custom-variable-value-create): Use `signal' to signal error.
|
|
9871 (custom-variable-reset-saved): Ditto.
|
|
9872 (custom-variable-reset-standard): Ditto.
|
|
9873 (custom-face-reset-saved): Ditto.
|
|
9874
|
|
9875 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
9876 (widget-default-format-handler): Ditto.
|
|
9877 (widget-checklist-add-item): Ditto.
|
|
9878 (widget-radio-add-item): Ditto.
|
|
9879 (widget-editable-list-entry-create): Ditto.
|
|
9880 (widget-sexp-prompt-value): Ditto.
|
|
9881
|
|
9882 * custom.el (custom-declare-variable): Signal errors better.
|
|
9883 (custom-handle-keyword): Ditto.
|
|
9884 (custom-declare-group): Ditto.
|
|
9885
|
|
9886 * window-xemacs.el (windows): Ditto.
|
|
9887
|
|
9888 * menubar.el (menu): Ditto.
|
|
9889
|
|
9890 * keydefs.el (keyboard): Ditto.
|
|
9891
|
|
9892 * minibuf.el (minibuffer): Ditto.
|
|
9893
|
|
9894 * process.el (execute): Ditto.
|
|
9895
|
|
9896 * fill.el (fill): Ditto.
|
|
9897
|
|
9898 * modeline.el (modeline): Ditto.
|
|
9899
|
|
9900 * help.el (help): Ditto.
|
|
9901
|
|
9902 * faces.el (faces): Ditto.
|
|
9903
|
|
9904 * files.el (files): Ditto.
|
|
9905
|
|
9906 * x-init.el (x): Ditto.
|
|
9907
|
|
9908 * lisp-mode.el (lisp): Ditto.
|
|
9909
|
|
9910 * process.el (processes): Ditto.
|
|
9911
|
|
9912 * mouse.el (mouse): Ditto.
|
|
9913
|
|
9914 * abbrev.el (abbrev): Moved from cus-edit.
|
|
9915
|
|
9916 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
9917 as variable declaration.
|
|
9918
|
|
9919 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9920
|
|
9921 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
9922 (find-menu-item): Cosmetic changes.
|
|
9923
|
|
9924 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
9925
|
|
9926 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
9927
|
|
9928 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
9929
|
|
9930 * startup.el (set-default-load-path): Only search package-path
|
|
9931 when not running temacs.
|
|
9932
|
|
9933 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
9934 files.
|
|
9935
|
|
9936 * loadup.el: Correct commentary. Reformatting.
|
|
9937 (really-early-error-handler): Use absolute path to the
|
|
9938 first dumped-lisp.el file.
|
|
9939 (really-early-error-handler): Print full path name of
|
|
9940 each dumped lisp file (inherited from InfoDock).
|
|
9941
|
|
9942 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
9943 dumped-lisp.el files.
|
|
9944
|
|
9945 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
9946 package-path is searched.
|
|
9947 * update-elc.el: Ditto.
|
|
9948
|
|
9949 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
9950 `condition-case' for indentation.
|
|
9951
|
|
9952 * about.el (about-xemacs): Update release date.
|
|
9953
|
|
9954 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9955
|
|
9956 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
9957 anywhere but at the last clause.
|
|
9958 (ecase): Disallow `t' and `otherwise'.
|
|
9959
|
|
9960 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9961
|
|
9962 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
9963 from stuff moved out of `custom-buffer-create-internal'.
|
|
9964 (custom-novice): New variable. Default t.
|
|
9965 (custom-display-global-buttons): Ditto. Default `top'.
|
|
9966 (custom-buffer-create-internal): Only display help if
|
|
9967 `custom-novice' is non-nil. Display global buttons according to
|
|
9968 `custom-display-global-buttons'.
|
|
9969
|
|
9970 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9971
|
|
9972 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
9973 (find-menu-item): Cosmetic changes.
|
|
9974
|
|
9975 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9976
|
|
9977 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
9978 look.
|
|
9979
|
|
9980 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9981
|
|
9982 * format.el (format-deannotate-region): Bug fix.
|
|
9983 Deannotating a region containing unknown tags would fail
|
|
9984 (causing decoding of text/enriched to fail at user level)
|
|
9985
|
|
9986 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9987
|
|
9988 * minibuf.el (read-directory-name): Support sixth
|
|
9989 arg, HISTORY, as already documented.
|
|
9990
|
|
9991 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9992
|
|
9993 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
9994 to `ecase'.
|
|
9995
|
|
9996 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
9997
|
|
9998 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
9999 skk-activate.
|
|
10000
|
|
10001 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
10002
|
|
10003 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|