470
|
1 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
2
|
|
3 * startup.el (load-user-init-file): define `custom-file' before
|
|
4 loading the user's init file.
|
|
5
|
464
|
6 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
7
|
|
8 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
9 we get them working.
|
|
10
|
|
11 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
12
|
|
13 * help.el:
|
|
14 * help.el (Help-princ-face):
|
|
15 * help.el (Help-prin1-face):
|
|
16 * help.el (frob-help-extents):
|
|
17 * help.el (describe-function-1):
|
|
18 * help.el (describe-variable):
|
|
19 Avoid using font-lock faces, which may not be defined.
|
|
20 Instead, use hyper-apropos faces, and make sure they're
|
|
21 defined as necessary by using `require'. (It's not so safe
|
|
22 to do this for font-lock.) In any case, we will eventually
|
|
23 be merging this functionality into hyper-apropos.
|
|
24
|
|
25 * loaddefs.el (completion-ignored-extensions):
|
|
26 Fix documentation.
|
470
|
27
|
464
|
28 * menubar-items.el (menu-truncate-list): Removed.
|
|
29 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
30 * menubar-items.el (default-menubar):
|
|
31 Fix errors if grep or compile command is too long. Rename helper
|
|
32 function to be less visible.
|
|
33
|
|
34 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
35
|
|
36 * byte-optimize.el (byte-optimize-minus):
|
|
37 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
38
|
|
39 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
40
|
|
41 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
42 Mule is available.
|
|
43
|
|
44 * mule/latin.el: New file.
|
|
45
|
|
46 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
47
|
|
48 * auto-save.el:
|
|
49 * auto-save.el (auto-save-directory):
|
|
50 * auto-save.el (make-auto-save-file-name):
|
|
51 * auto-save.el (auto-save-file-name-p): New.
|
|
52
|
|
53 Merge in improvements from other definition of
|
|
54 make-auto-save-file-name in files.el.
|
470
|
55
|
464
|
56 * auto-save.el (auto-save-original-name):
|
|
57 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
58 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
59 * auto-save.el (auto-save-slashify-name): Removed.
|
|
60 * auto-save.el (auto-save-reserved-chars): New.
|
|
61 * auto-save.el (auto-save-escape-name): New.
|
|
62 * auto-save.el (auto-save-unhex): New.
|
|
63 * auto-save.el (auto-save-unescape-name): New.
|
|
64
|
|
65 Change algorithm for encoding filenames in auto-save names to be
|
|
66 entirely safe with all filesystems and all possible characters in
|
|
67 a filename, and 100% reversible. (Essentially, uses
|
|
68 quoted-printable as the encoding.)
|
470
|
69
|
464
|
70 * auto-save.el (recover-all-files):
|
|
71
|
|
72 Use insert-directory rather than calling ls directly -- fixes
|
|
73 things under Windows.
|
|
74
|
|
75 * files.el:
|
|
76 * files.el (convert-standard-filename): Substitute FSF's
|
|
77 definition for this (we had nothing here before).
|
470
|
78
|
464
|
79 * files.el (backup-buffer): Warning fix.
|
470
|
80
|
464
|
81 * files.el (make-backup-file-name):
|
|
82 * files.el (find-backup-file-name):
|
|
83 Fix error in calling sequence to auto-save-file-name-p.
|
470
|
84
|
464
|
85 * files.el (recover-file):
|
|
86 Use insert-directory rather than calling ls directly -- fixes
|
|
87 things under Windows.
|
|
88
|
|
89 * files.el (make-auto-save-file-name): Removed.
|
|
90 * files.el (auto-save-file-name-p): Removed.
|
|
91 auto-save is always dumped so no sense in having a definition
|
|
92 that will always be overwritten with another.
|
470
|
93
|
464
|
94 * files.el (insert-directory):
|
|
95 * win32-native.el:
|
|
96 * win32-native.el (debug-mswindows-process-command-lines):
|
|
97 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
98 * win32-native.el (make-auto-save-file-name): Removed.
|
|
99
|
|
100
|
462
|
101 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
102
|
|
103 * XEmacs 21.2.46 "Urania" is released.
|
|
104
|
|
105 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
106
|
|
107 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
108 sample.init.el and adjust accelerators.
|
|
109
|
|
110 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
111
|
|
112 * build-report.el (build-report): Improve docstring.
|
|
113
|
|
114 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
115
|
|
116 * ChangeLog: Log GTK merge.
|
|
117
|
|
118 * gutter-items.el:
|
|
119 * mwheel.el:
|
|
120 * sound.el:
|
|
121 * startup.el:
|
|
122 Revert gratuitous whitespace changes.
|
|
123
|
|
124 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
125
|
|
126 * help.el:
|
|
127 * help.el (key-or-menu-binding):
|
|
128 * help.el (Help-find-file): New.
|
|
129 * help.el (describe-beta):
|
|
130 * help.el (describe-copying):
|
|
131 * help.el (describe-project):
|
|
132 * help.el (view-emacs-news):
|
|
133 * help.el (view-sample-init-el): New.
|
|
134 * help.el (Help-princ-face): New.
|
|
135 * help.el (Help-prin1-face): New.
|
|
136 * help.el (help-symbol-function-context-menu):
|
|
137 * help.el (help-symbol-variable-context-menu):
|
|
138 * help.el (help-symbol-function-and-variable-context-menu):
|
|
139 * help.el (frob-help-extents):
|
|
140 * help.el (describe-function-1):
|
|
141 * help.el (describe-variable):
|
|
142
|
|
143 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
144 View files in view-mode rather than Fundamental.
|
|
145 Remove separators from context menus -- now handled in generic code.
|
|
146 Add `Find Tag' to context menu.
|
470
|
147
|
462
|
148 * menubar.el (popup-mode-menu):
|
|
149
|
|
150 Rewrite code that outputs the popup menu to (a) put more specific
|
|
151 entries first, (b) be more robust, (c) output the proper context
|
|
152 menu separators automatically (the context menu functionality is
|
|
153 new and currently used only by Help).
|
|
154
|
|
155 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
156
|
|
157 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
158 this function when converting from the 21.1 GTK branch. Now
|
|
159 supports file, password, question, and color built-in dialogs.
|
|
160
|
|
161 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
162
|
|
163 * keydefs.el:
|
|
164 * keydefs.el (global-map):
|
|
165 Add commented-out change of M-k (for 21.5).
|
470
|
166
|
462
|
167 * menubar-items.el (default-menubar):
|
|
168 Fix items to control kill-line behavior; add items for
|
|
169 shifted motion.
|
470
|
170
|
462
|
171 * simple.el:
|
|
172 * simple.el (kill-whole-line):
|
|
173 * simple.el (historical-kill-line): Removed.
|
|
174 * simple.el (kill-line): Removed.
|
|
175 * simple.el (kill-entire-line): New.
|
|
176 * simple.el (kill-line-1): New.
|
|
177 * simple.el (backward-kill-line):
|
|
178 Undo kill-whole-line == always changes. Add new function
|
|
179 kill-entire-line to unconditionally delete the current line.
|
|
180 Add comments describing the lamentable state of affairs of
|
|
181 the kill-line functions and variables.
|
|
182
|
|
183 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
184
|
|
185 * simple.el:
|
|
186 * simple.el (beginning-of-buffer):
|
|
187 * simple.el (end-of-buffer):
|
|
188 * simple.el (mark-ring-unrecorded-commands):
|
|
189 * simple.el (signal-error-on-buffer-boundary):
|
|
190 * simple.el (shifted-motion-keys-select-region):
|
|
191 * simple.el (unshifted-motion-keys-deselect-region):
|
|
192 * simple.el (motion-keys-for-shifted-motion): New.
|
|
193 * simple.el (handle-pre-motion-command):
|
|
194 * simple.el (handle-post-motion-command):
|
|
195 * simple.el (forward-char-command):
|
|
196 * simple.el (backward-char-command):
|
|
197 * simple.el (scroll-up-command):
|
|
198 * simple.el (scroll-down-command):
|
|
199 * simple.el (next-line):
|
|
200 * simple.el (previous-line):
|
|
201 * simple.el (backward-block-of-lines):
|
|
202 * simple.el (forward-block-of-lines):
|
|
203 * simple.el (backward-word):
|
|
204 * simple.el (mark-word):
|
|
205
|
|
206 Augment documentation of the most common motion commands to make
|
|
207 note of the shifted-motion support. Improve the support to (a)
|
|
208 properly document how it works and why it's done in the fashion it
|
|
209 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
210
|
|
211 Correct error in the customize specification of
|
|
212 mark-ring-unrecorded-commands.
|
|
213
|
|
214 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
215
|
|
216 * font-lock.el:
|
|
217 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
218 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
219 * font-lock.el (font-lock-pre-idle-hook):
|
|
220 * font-lock.el (font-lock-after-change-function):
|
|
221 * font-lock.el (font-lock-fontify-pending-extents):
|
|
222 * font-lock.el (font-lock-lisp-like):
|
|
223
|
|
224 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
225 behavior) when making lots of buffer changes between redisplays,
|
|
226 such as when saving the Options.
|
|
227
|
|
228 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
229
|
|
230 * device.el:
|
|
231 * dragdrop.el:
|
|
232 * dumped-lisp.el:
|
|
233 * faces.el:
|
|
234 * frame.el:
|
|
235 * gnuserv.el:
|
|
236 * loadup.el:
|
|
237 * menubar-items.el:
|
|
238 * minibuf.el:
|
|
239 The Great GTK Merge.
|
|
240
|
|
241 * ChangeLog.GTK:
|
|
242 * dialog-gtk.el:
|
|
243 * gdk.el:
|
|
244 * generic-widgets.el:
|
|
245 * glade.el:
|
|
246 * gnome-widgets.el:
|
|
247 * gnome.el:
|
|
248 * gtk-compose.el:
|
|
249 * gtk-extra.el:
|
|
250 * gtk-faces.el:
|
|
251 * gtk-ffi.el:
|
|
252 * gtk-file-dialog.el:
|
|
253 * gtk-font-menu.el:
|
|
254 * gtk-glyphs.el:
|
|
255 * gtk-init.el:
|
|
256 * gtk-iso8859-1.el:
|
|
257 * gtk-marshal.el:
|
|
258 * gtk-mouse.el:
|
|
259 * gtk-package.el:
|
|
260 * gtk-password-dialog.el:
|
|
261 * gtk-select.el:
|
|
262 * gtk-widget-accessors.el:
|
|
263 * gtk-widgets.el:
|
|
264 * gtk.el:
|
|
265 widgets-gtk.el:
|
|
266 The Great GTK Merge: new files.
|
|
267
|
|
268 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
269
|
|
270 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
271 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
272
|
|
273 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
274
|
|
275 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
276
|
460
|
277 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
278
|
|
279 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
280
|
470
|
281 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
282
|
|
283 * about.el (xemacs-hackers): update my entry.
|
|
284 * about.el (about-maintainer-info): ditto.
|
|
285 * about.el (about-hackers): ditto.
|
460
|
286
|
|
287 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
288
|
|
289 * about.el (about-maintainer-info): More vanity info about
|
|
290 yours truly.
|
|
291
|
|
292 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
293
|
|
294 * build-report.el (build-report-destination): xemacs-build-reports
|
|
295 has moved to SourceForge, where mailing list name length is
|
|
296 restricted, hence the name change to
|
|
297 xemacs-buildreports@xemacs.org.
|
|
298 * build-report.el (build-report-keep-regexp): Update default.
|
|
299 * build-report.el (build-report-delete-regexp): Ditto.
|
|
300 * build-report.el (build-report-make-output-files): Ditto.
|
|
301
|
|
302 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
303
|
|
304 * lisp-mode.el: Add indentation specifications for following
|
|
305 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
306 with-open-file, with-open-stream, print-unreadable-object.
|
|
307
|
|
308 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
309
|
|
310 * font-lock.el (font-lock-set-defaults-1):
|
|
311 Move initialization of `font-lock-cache-position' so that it's set
|
|
312 even if font-lock-keywords is already defined.
|
|
313
|
|
314 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
315
|
|
316 * autoload.el (generate-file-autoloads-1):
|
|
317 Use `emacs-lisp-mode-syntax-table' instead of
|
|
318 `lisp-mode-syntax-table'.
|
|
319 * lisp-mode.el (lisp-mode-syntax-table):
|
|
320 Get rid of old checks for `parse-partial-sexp' version.
|
|
321 Make `|' (pipe) string delimiter instead of punctuation.
|
|
322
|
|
323 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
324
|
|
325 * window.el (save-selected-window):
|
|
326 Use gensym for better macro hygiene.
|
|
327
|
|
328 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
329
|
|
330 * dump-paths.el:
|
|
331 * startup.el (startup-setup-paths): Set and use
|
|
332 `mule-lisp-directory'.
|
|
333 (startup-setup-paths-warning): Ditto.
|
|
334
|
|
335 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
336 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
337
|
|
338 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
339
|
|
340 * font-lock.el: Syntax table improvements used. A few random
|
|
341 changes are not specified below.
|
|
342 (font-lock-fontify-string-delimiters):
|
|
343 (font-lock-syntactic-keywords):
|
|
344 (font-lock-cache-state nil):
|
|
345 (font-lock-cache-position):
|
|
346 New variables.
|
|
347 (font-lock-set-syntax):
|
|
348 (font-lock-apply-syntactic-highlight):
|
|
349 (font-lock-fontify-syntactic-anchored-keywords):
|
|
350 (font-lock-fontify-syntactic-keywords-region):
|
|
351 (font-lock-eval-keywords):
|
|
352 New functions.
|
|
353 (font-lock-remove-face):
|
|
354 (font-lock-fontify-syntactically-region):
|
|
355 Use syntax properties.
|
|
356
|
458
|
357 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
358
|
|
359 * XEmacs 21.2.44 "Thalia" is released.
|
|
360
|
|
361 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
362
|
|
363 * startup.el (normal-top-level): Work even if no installation root
|
|
364 is found.
|
|
365
|
|
366 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
367
|
|
368 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
369 (set-progress-abort-instantiator): new function.
|
|
370 (abort-progress-feedback): use it.
|
|
371
|
|
372 * gutter.el (set-gutter-dirty-p): new function.
|
|
373
|
|
374 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
375
|
|
376 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
377
|
|
378 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
379
|
|
380 * sound.el (sound-extension-list): give a better default value.
|
|
381 * sound.el (load-sound-file): improve the doc string, also find
|
|
382 files given by absolute names, pass a real extension list to
|
|
383 `locate-file'.
|
|
384
|
456
|
385 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
386
|
|
387 * XEmacs 21.2.43 "Terspichore" is released.
|
|
388
|
|
389 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
390
|
|
391 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
392 messages from gnuserv.
|
|
393
|
454
|
394 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
395
|
|
396 * XEmacs 21.2.42 "Poseidon" is released.
|
|
397
|
|
398 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
399
|
|
400 * package-get.el (package-get-custom): call
|
|
401 package-net-update-installed-db.
|
|
402
|
|
403 * package-ui.el (pui-install-selected-packages): call
|
|
404 package-net-update-installed-db.
|
|
405
|
|
406 * package-net.el (package-net-update-installed-db): use
|
|
407 packages-package-list so that we reflect reality.
|
|
408
|
|
409 * packages.el (packages-package-list): Make docstring reflect
|
|
410 reality.
|
|
411
|
|
412 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
413
|
|
414 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
415 isn't installed.
|
|
416
|
|
417 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
418
|
|
419 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
420 deactivate native widgets.
|
|
421 (widget-glyph-insert-glyph): record instantiator.
|
|
422 (widget-push-button-value-create): use it.
|
|
423
|
|
424 * gui.el (gui-button-action): new function. Make button's domain
|
|
425 buffer current when calling.
|
|
426 (make-gui-button): update to use gui-button-action.
|
|
427
|
|
428 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
429
|
|
430 * menubar-items.el (default-menubar): add an entry for modeline
|
|
431 horizontal scrolling in Options -> Display.
|
|
432
|
|
433 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
434
|
|
435 * package-get.el (package-get-require-signed-base): Set to nil
|
|
436 by default.
|
|
437
|
452
|
438 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
439
|
|
440 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
441
|
|
442 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
443
|
|
444 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
445 catch lisp/mule/.
|
|
446
|
|
447 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
448
|
|
449 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
450 (maybe-unmigrate-user-init-file):
|
|
451 (unmigrate-user-init-file): Created.
|
|
452 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
453 .emacs.
|
|
454 Some doc fixes wrt init file location.
|
|
455
|
|
456 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
457
|
|
458 * faces.el (face-frob-from-locale-first): new variable.
|
|
459 (frob-face-font-2): Honor tags arg while trying to use
|
|
460 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
461 first try to set face inheriting from frobbed-face.
|
|
462
|
|
463 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
464
|
|
465 * about.el (xemacs-hackers): update my entry.
|
|
466 * about.el (about-url-alist): ditto.
|
|
467 * about.el (about-maintainer-info): ditto.
|
|
468 * about.el (about-hackers): ditto.
|
|
469
|
|
470 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
471
|
|
472 The byte compiler has been badly broken for a year,
|
|
473 by the patch of 1999-12-06.
|
|
474 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
475 Bug was: the byte compiler was making this erroneous optimization:
|
|
476 (progn (or (foo)) (bar)) ==> (bar)
|
|
477
|
|
478 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
479
|
|
480 * setup-paths.el (paths-core-load-path-depth): Split
|
|
481 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
482 recurse into core.
|
|
483 * setup-paths.el (paths-construct-load-path): Use.
|
|
484
|
|
485 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
486
|
|
487 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
488 (package-net-win32-binary-size): ditto. add much needed
|
|
489 commentary.
|
|
490
|
|
491 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
492 for buffers-tab-max-size.
|
|
493
|
450
|
494 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
495
|
|
496 * XEmacs 21.2.40 is released.
|
|
497
|
|
498 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
499
|
|
500 * mule/hebrew.el: Fix comments and typos.
|
|
501 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
502
|
|
503 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
504
|
|
505 * ChangeLog.1: move ancient log from fill.el.
|
|
506
|
|
507 * dump-paths.el:
|
|
508 paragraphs.el:
|
|
509 mule/mule-category.el:
|
|
510 Miscellaneous typo fixes and slight doc clarifications.
|
|
511
|
|
512 * mule/mule-ccl.el: Correct file name in header.
|
|
513
|
448
|
514 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
515
|
|
516 * XEmacs 21.2.39 is released.
|
|
517
|
|
518 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
519
|
|
520 * byte-optimize.el (byte-optimize-cond):
|
|
521 (byte-optimize-cond-1): New.
|
|
522 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
523 Optimizes (cond (x nil)) ==> nil.
|
|
524 Provide better diagnostic on malformed expr like (cond foo).
|
|
525
|
|
526 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
527
|
|
528 * mule/mule-coding.el:
|
|
529 mule/mule-cmds.el (reset-language-environment,
|
|
530 set-language-environment-coding-systems):
|
|
531 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
532
|
|
533 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
534
|
|
535 * package-admin.el: Allow package removal from
|
|
536 early-package-load-path.
|
|
537
|
|
538 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
539
|
|
540 * about.el (about-maintainer-info): Update my entry.
|
|
541
|
|
542 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
543
|
|
544 * packages.el (locate-library): Add support for bzip2
|
|
545 compressed .el files.
|
|
546
|
|
547 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
548
|
|
549 * package-net.el: new file.
|
|
550
|
|
551 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
552
|
|
553 * font-lock.el: Add missing C++ keywords.
|
|
554
|
|
555 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
556
|
|
557 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
558 starting in column 0, as documented in (Info-goto-node
|
|
559 "(xemacs)Comments"). Update docstring accordingly.
|
|
560
|
446
|
561 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
562
|
|
563 * XEmacs 21.2.38 is released.
|
|
564
|
|
565 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
566
|
|
567 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
568 spurious '+' operation detected by Martin.
|
|
569
|
|
570
|
|
571 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
572
|
|
573 * cl-extra.el (coerce):
|
|
574 Implement char to integer coercion.
|
|
575 Remove extraneous (numberp) test.
|
|
576
|
|
577 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
578 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
579 (byte-optimize-predicate):
|
|
580 Warn if evaluating constant expression signals an error.
|
|
581 (byte-optimize-form): Small simplification.
|
|
582
|
|
583 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
584
|
|
585 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
586
|
|
587 * byte-optimize.el:
|
|
588 (byte-optimize-minus):
|
|
589 (byte-optimize-plus):
|
|
590 (byte-optimize-mult):
|
|
591 (byte-optimize-quo):
|
|
592 Use (car (last x)) instead of (last x) to get last elt!
|
|
593 Use `byte-optimize-predicate' to optimize `%'.
|
|
594 Move optimizations for special numeric args to bytecomp.el.
|
|
595 * bytecomp.el (byte-compile-associative): Remove.
|
|
596 (byte-compile-max): New.
|
|
597 (byte-compile-min): New.
|
|
598 Properly handle erroneous calls: (max) (min).
|
|
599 (byte-compile-plus): New.
|
|
600 (byte-compile-minus):
|
|
601 It's easiest to handle 0, +1 and -1 args here.
|
|
602 (byte-compile-mult): New.
|
|
603 It's easiest to handle 1, -1 and 2 args here.
|
|
604 (byte-compile-quo):
|
|
605 It's easiest to handle 0, +1 and -1 args here.
|
|
606 Issue byte-compiler warning when dividing by zero.
|
|
607
|
|
608 Byte-compiler arithmetic improvements.
|
|
609 Better optimize these expressions in the obvious way:
|
|
610 (+ x y 1) --> varref x varref y add add1
|
|
611 (+ x y -1) --> varref x varref y add sub1
|
|
612 (- x y 0) --> (- x y)
|
|
613 (- 0 x y) --> (- (- x) y)
|
|
614 (% 42 19) --> compile-time constant
|
|
615 (/ 42 19) --> compile-time constant
|
|
616 (* (foo) 2) --> foo call dup plus
|
|
617
|
|
618 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
619 unless (declaim (optimize (safety 3)))
|
|
620 or (setq byte-compile-delete-errors nil).
|
|
621
|
|
622 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
623
|
|
624 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
625 docstrings.
|
|
626
|
|
627 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
628
|
|
629 * startup.el (command-line-do-help): Add documentation of
|
|
630 portable dumper switches.
|
|
631
|
|
632 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
633
|
|
634 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
635
|
|
636 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
637
|
|
638 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
639
|
|
640 * byte-optimize.el (byte-optimize-char-before):
|
|
641 (byte-optimize-backward-char):
|
|
642 (byte-optimize-backward-word):
|
|
643 Fix incorrect optimizations for these sorts of expressions:
|
|
644 (let ((x nil)) (backward-char x))
|
|
645
|
|
646 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
647
|
|
648 * byte-optimize.el:
|
|
649 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
650 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
651 Make backward-word and backward-char as efficient as forward versions.
|
|
652
|
|
653 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
654 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
655 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
656 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
657 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
658 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
659 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
660
|
|
661 * simple.el (backward-word):
|
|
662 * simple.el (mark-word):
|
|
663 * simple.el (kill-word):
|
|
664 * simple.el (backward-kill-word):
|
|
665 Make COUNT argument optional, for consistency with forward-char et al.
|
|
666
|
|
667 * abbrev.el (abbrev-string-to-be-defined):
|
|
668 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
669 * abbrev.el (inverse-add-abbrev):
|
|
670 * abbrev.el (expand-region-abbrevs):
|
|
671 * buff-menu.el (Buffer-menu-execute):
|
|
672 * indent.el (move-to-left-margin):
|
|
673 * indent.el (indent-relative):
|
|
674 * indent.el (move-to-tab-stop):
|
|
675 * info.el (Info-reannotate-node):
|
|
676 * lisp-mode.el (lisp-indent-line):
|
|
677 * lisp.el (end-of-defun):
|
|
678 * lisp.el (move-past-close-and-reindent):
|
|
679 * misc.el (copy-from-above-command):
|
|
680 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
681 * page.el (forward-page):
|
|
682 * paragraphs.el (forward-paragraph):
|
|
683 * paragraphs.el (end-of-paragraph-text):
|
|
684 * picture.el (picture-forward-column):
|
|
685 * picture.el (picture-self-insert):
|
|
686 * rect.el (extract-rectangle-line):
|
|
687 * simple.el (newline):
|
|
688 * simple.el (fixup-whitespace):
|
|
689 * simple.el (backward-delete-char-untabify):
|
|
690 * simple.el (transpose-chars):
|
|
691 * simple.el (transpose-preceding-chars):
|
|
692 * simple.el (do-auto-fill):
|
|
693 * simple.el (indent-new-comment-line):
|
|
694 * simple.el (blink-matching-open):
|
|
695 * view-less.el (cleanup-backspaces):
|
|
696 * wid-edit.el (widget-transpose-chars):
|
|
697 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
698 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
699
|
|
700 * info.el (Info-fontify-node):
|
|
701 * simple.el (backward-delete-function):
|
|
702 Use canonical delete-backward-char instead of backward-delete-char.
|
|
703
|
|
704 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
705
|
|
706 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
707 no buffers.
|
|
708
|
|
709 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
710
|
|
711 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
712 buffer tabs.
|
|
713
|
|
714 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
715
|
|
716 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
717 (proclaim inline...) was shadowing compiler-macros.
|
|
718
|
|
719 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
720
|
|
721 * bytecomp.el (byte-compile-eval): New.
|
|
722 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
723 Keeps this promise made in Lispref:
|
|
724 "If a file being compiled contains a `defmacro' form, the macro is
|
|
725 defined temporarily for the rest of the compilation of that file."
|
|
726
|
|
727 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
728
|
|
729 * cl.el (floatp-safe):
|
|
730 (plusp):
|
|
731 (minusp):
|
|
732 (oddp):
|
|
733 (evenp):
|
|
734 (cl-abs):
|
|
735 Use a better parameter name than `x'.
|
|
736
|
|
737 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
738 to require PLACE, but accept any form for compatibility.
|
|
739
|
|
740 * abbrev.el (define-abbrev): Use check-type.
|
|
741 * font-menu.el (font-menu-change-face): Use check-type.
|
|
742 * menubar.el (relabel-menu-item): Use check-type.
|
|
743 * itimer.el: Fix typo.
|
|
744
|
|
745 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
746
|
|
747 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
748
|
444
|
749 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
750
|
|
751 * XEmacs 21.2.37 is released.
|
|
752
|
|
753 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
754
|
|
755 * code-cmds.el: Provide the feature.
|
|
756
|
|
757 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
758
|
|
759 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
760
|
|
761 * code-cmds.el: New file
|
|
762 * mule/mule-cmds.el:
|
|
763 * mule/mule-misc.el
|
|
764 (coding-keymap): New keymap. Define coding system keyboard
|
|
765 commands on file-coding builds too.
|
446
|
766 (coding-system-change-eol-conversion):
|
|
767 (universal-coding-system-argument):
|
|
768 (set-default-coding-systems):
|
444
|
769 (prefer-coding-system): Moved from mule-cmds.el
|
|
770 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
771
|
|
772 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
773
|
|
774 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
775
|
|
776 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
777
|
|
778 * package-get.el (package-get-download-sites): Add a pre-release
|
|
779 site for experimental packages.
|
|
780
|
|
781 * auto-autoloads.el: Regenerated.
|
|
782
|
|
783 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
784
|
|
785 * gutter-items.el (buffers-tab-omit-function): reference
|
|
786 buffers-tab-select-visible-buffers.
|
|
787 (buffers-tab-filter-functions): new variable, by default uses
|
|
788 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
789 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
790 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
791 of buffers-menu-omit-invisible-buffers.
|
|
792 (buffers-tab-items): rewrite to use
|
|
793 buffers-tab-filter-functions. Rewrite docstring.
|
|
794 (gutter-buffers-tab-extent): delete.
|
|
795 (add-tab-to-gutter): always build a new extent when adding the
|
|
796 tabs.
|
|
797 (update-tab-in-gutter): make gutter dirty when orientation
|
|
798 changes.
|
|
799
|
|
800 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
801
|
|
802 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
803 Only do loadhist recording if defvar form includes a value.
|
|
804
|
|
805 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
806
|
|
807 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
808 `eval-when-compile' should not compile its body.
|
|
809
|
|
810 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
811
|
|
812 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
813 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
814 some Japanese English. Remove some ancient FSF comments, and
|
|
815 improve docstrings. Use symbols not vectors for tables.
|
|
816
|
|
817 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
818
|
|
819 * keymap.el:
|
|
820 (local-key-binding):
|
|
821 (global-key-binding):
|
|
822 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
823
|
|
824 * lisp.el:
|
|
825 (backward-sexp): Slightly simpler code.
|
|
826 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
827 (forward-list): Slightly simpler code.
|
|
828 (backward-list): Slightly simpler code.
|
|
829 (down-list): Make arg optional, like FSF Emacs.
|
|
830 (up-list): Make arg optional, like FSF Emacs.
|
|
831 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
832 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
833 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
834
|
|
835 * font-menu.el (font-menu-change-face):
|
|
836 Take continuable errors into account.
|
|
837
|
|
838 * abbrev.el:
|
|
839 * abbrev.el (clear-abbrev-table):
|
|
840 * abbrev.el (define-abbrev-table):
|
|
841 * abbrev.el (define-abbrev):
|
|
842 * abbrev.el (insert-abbrev-table-description):
|
|
843 * apropos.el (apropos-documentation-check-doc-file):
|
|
844 * apropos.el (apropos-documentation-check-elc-file):
|
|
845 * buff-menu.el (list-buffers):
|
|
846 * buff-menu.el (list-buffers-noselect):
|
|
847 * bytecomp.el (byte-recompile-directory):
|
|
848 * bytecomp.el (batch-byte-compile):
|
|
849 * cl-macs.el (typep):
|
|
850 * code-files.el (find-coding-system-magic-cookie):
|
|
851 * code-files.el (insert-file-contents):
|
|
852 * cus-edit.el (customize-set-variable):
|
|
853 * cus-edit.el (customize-save-variable):
|
|
854 * cus-face.el (custom-set-face-font-size):
|
|
855 * cus-face.el (custom-set-face-update-spec):
|
|
856 * cus-face.el (custom-reset-faces):
|
|
857 * custom.el (custom-check-theme):
|
|
858 * custom.el (copy-upto-last):
|
|
859 * fill.el (canonically-space-region):
|
|
860 * fill.el (fill-paragraph):
|
|
861 * fill.el (fill-region):
|
|
862 * fill.el (find-space-insertable-point):
|
|
863 * fill.el (justify-current-line):
|
|
864 * faces.el (face-spec-update-all-matching):
|
|
865 * faces.el (set-face-stipple):
|
|
866 * files-nomule.el (insert-file-contents):
|
|
867 * files.el (insert-file-contents-literally):
|
|
868 * files.el (hack-local-variables-last-page):
|
|
869 * files.el (basic-save-buffer):
|
|
870 * files.el (insert-directory):
|
|
871 * font-menu.el (font-menu-change-face):
|
|
872 * font.el (font-spatial-to-canonical):
|
|
873 * format.el (format-encode-region):
|
|
874 * format.el (format-insert-file):
|
|
875 * format.el (format-replace-strings):
|
|
876 * gutter.el (set-gutter-element):
|
|
877 * help.el (key-or-menu-binding):
|
|
878 * help.el (describe-bindings):
|
|
879 * help.el (with-syntax-table):
|
|
880 * indent.el (indent-rigidly):
|
|
881 * indent.el (delete-to-left-margin):
|
|
882 * info.el:
|
|
883 * info.el (Info-extract-dir-entry-from):
|
|
884 * info.el (Info-build-dir-anew):
|
|
885 * info.el (Info-rebuild-dir):
|
|
886 * info.el (Info-batch-rebuild-dir):
|
|
887 * info.el (Info-read-subfile):
|
|
888 * info.el (Info-build-node-completions):
|
|
889 * info.el (Info-extract-menu-node-name):
|
|
890 * isearch-mode.el (isearch-range-invisible):
|
|
891 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
892 * itimer.el (itimerp):
|
|
893 * itimer.el (itimer-live-p):
|
|
894 * keymap.el:
|
|
895 * keymap.el (substitute-key-definition):
|
|
896 * keymap.el (read-command-or-command-sexp):
|
|
897 * keymap.el (local-key-binding):
|
|
898 * keymap.el (global-key-binding):
|
|
899 * keymap.el (global-set-key):
|
|
900 * keymap.el (local-set-key):
|
|
901 * ldap.el:
|
|
902 * ldap.el (ldap-add-entries):
|
|
903 * ldap.el (ldap-delete-entries):
|
|
904 * lisp.el (backward-sexp):
|
|
905 * lisp.el (mark-sexp):
|
|
906 * lisp.el (forward-list):
|
|
907 * lisp.el (backward-list):
|
|
908 * lisp.el (down-list):
|
|
909 * lisp.el (backward-up-list):
|
|
910 * lisp.el (up-list):
|
|
911 * lisp.el (kill-sexp):
|
|
912 * lisp.el (backward-kill-sexp):
|
|
913 * menubar.el (add-menu-button):
|
|
914 * menubar.el (add-submenu):
|
|
915 * menubar.el (delete-menu-item):
|
|
916 * menubar.el (relabel-menu-item):
|
|
917 * mouse.el (narrow-window-to-region):
|
|
918 * obsolete.el (define-obsolete-variable-alias):
|
|
919 * obsolete.el (store-substring):
|
|
920 * package-admin.el:
|
|
921 * package-admin.el (package-admin-install-function):
|
|
922 * package-admin.el (package-admin-install-function-mswindows):
|
|
923 * package-admin.el (package-admin-default-install-function):
|
|
924 * package-get.el (package-get-update-base-entries):
|
|
925 * packages.el (packages-load-package-dumped-lisps):
|
|
926 * packages.el (packages-collect-package-dumped-lisps):
|
|
927 * printer.el (generic-print-buffer):
|
|
928 * printer.el (generic-print-region):
|
|
929 * replace.el (occur-mode-mouse-goto):
|
|
930 * replace.el (perform-replace):
|
|
931 * select.el (get-selection-no-error):
|
|
932 * simple.el:
|
|
933 * simple.el (newline):
|
|
934 * simple.el (open-line):
|
|
935 * simple.el (edit-and-eval-command):
|
|
936 * simple.el (goto-line):
|
|
937 * simple.el (undo):
|
|
938 * simple.el (kill-region):
|
|
939 * simple.el (copy-region-as-kill):
|
|
940 * simple.el (kill-ring-save):
|
|
941 * simple.el (set-mark):
|
|
942 * simple.el (next-line):
|
|
943 * simple.el (previous-line):
|
|
944 * simple.el (line-move):
|
|
945 * simple.el (set-goal-column):
|
|
946 * simple.el (comment-region):
|
|
947 * subr.el:
|
|
948 * subr.el (putf):
|
|
949 * syntax.el (modify-syntax-entry):
|
|
950 * syntax.el (map-syntax-table):
|
|
951 * view-less.el (view-file):
|
|
952 * view-less.el (view-buffer):
|
|
953 * view-less.el (view-file-other-window):
|
|
954 * window-xemacs.el (backward-other-window):
|
|
955 * window.el:
|
|
956 * window.el (one-window-p):
|
|
957 * window.el (walk-windows):
|
|
958 * window.el (window-list):
|
|
959 * x-mouse.el (x-mouse-kill):
|
|
960 * x-select.el (x-get-cutbuffer):
|
|
961 * x-select.el (x-store-cutbuffer):
|
|
962 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
963 * term/sun-mouse.el (window-line-end):
|
|
964 * term/sun-mouse.el (sun-select-region):
|
|
965 * term/sun.el (kill-region-and-unmark):
|
|
966 * mule/mule-category.el:
|
|
967 * mule/mule-category.el (modify-category-entry):
|
|
968 * mule/mule-category.el (char-category-list):
|
|
969 * mule/mule-coding.el (coding-system-force-on-output):
|
|
970 * mule/mule-misc.el (coding-system-put):
|
|
971 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
972
|
|
973 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
974
|
|
975 * cus-face.el: Typo fixes and tiny clarifications.
|
|
976 * custom.el: ditto
|
|
977
|
|
978 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
979
|
|
980 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
981 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
982 if auto-save-list-file-prefix is non-nil.
|
|
983
|
|
984 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
985
|
|
986 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
987
|
|
988 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
989
|
|
990 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
991 get symbol at point-min.
|
|
992
|
|
993 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
994
|
|
995 * info.el (Info-emacs-info-file-name): defconst it.
|
|
996 * info.el (Info-footnote-tag): defcustom it.
|
|
997 * info.el (Info-no-description-string): ditto.
|
|
998 * info.el (Info-find-node): adapt to new semantics of
|
|
999 'Info-suffixed-file (don't do the case variants stuff).
|
|
1000 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
1001 * info.el (Info-directory-files): New. Return the list of info
|
|
1002 files in a directory.
|
|
1003 * info.el (Info-dir-outdated-p): use it.
|
|
1004 * info.el (Info-parse-dir-entries): ditto.
|
|
1005 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
1006 with a ".info.*" extension.
|
|
1007 * info.el (Info-set-mode-line): ditto.
|
|
1008 * info.el (Info-read-subfile): adapt to new semantics of
|
|
1009 'Info-suffixed-file (append 'exact argument).
|
|
1010 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
1011 string independently of the case.
|
|
1012 * info.el (Info-suffixed-file): use it (match all possible case
|
|
1013 for the file name).
|
|
1014 * info.el (Info-insert-file-contents): code cleanup.
|
|
1015 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
1016 columns.
|
|
1017 * info.el (Info-batch-rebuild-dir): ditto.
|
|
1018 * info.el (Info-read-node-name-1): ditto.
|
|
1019 * info.el (Info-search): ditto.
|
|
1020 * info.el (Info-fontify-node): ditto.
|
|
1021
|
|
1022
|
|
1023 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1024
|
|
1025 * process.el (shell-command): when called from a program, avoid
|
|
1026 'push-mark's "mark-set" message.
|
|
1027
|
|
1028 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
1029
|
|
1030 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
1031 by a symbol, not by a vector.
|
|
1032 * mule/vietnamese.el (vscii): Likewise.
|
|
1033 (viscii): Likewise.
|
|
1034 * mule/cyrillic.el (koi8-r): Likewise.
|
|
1035
|
|
1036 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
1037 by a symbol, not by a vector.
|
|
1038 (chinese-big5-2): Likewise.
|
|
1039 * mule/ethiopic.el (ethiopic): Likewise.
|
|
1040 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
1041 (vietnamese-viscii-upper): Likewise.
|
|
1042
|
|
1043 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1044
|
|
1045 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
1046
|
|
1047 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1048
|
|
1049 * byte-optimize.el (byte-optimize-car): New function.
|
|
1050 (byte-optimize-cdr): Ditto.
|
|
1051
|
|
1052 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1053
|
|
1054 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
1055 Optimize constant concatenation.
|
|
1056 Add keymapp as a side effect free function. It is a built-in.
|
|
1057 (byte-after-unbind-pos): Remove byte-equal.
|
|
1058
|
|
1059 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1060
|
|
1061 * update-elc-2.el: Quote regexps correctly.
|
|
1062
|
|
1063 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
1064
|
|
1065 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
1066 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
1067 check the type of the buffer magnification
|
|
1068 (ccl-compile-write-string): Encode a string with binary
|
|
1069 coding system.
|
|
1070 (ccl-compile-write-repeat): Likewise.
|
|
1071
|
|
1072 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1073
|
|
1074 * buff-menu.el:
|
|
1075 * bytecomp.el:
|
|
1076 * coding.el:
|
|
1077 * faces.el:
|
|
1078 * files.el:
|
|
1079 * fill.el:
|
|
1080 * float-sup.el:
|
|
1081 * font-lock.el:
|
|
1082 * help.el:
|
|
1083 * iso8859-1.el:
|
|
1084 * loaddefs.el:
|
|
1085 * menubar-items.el:
|
|
1086 * menubar.el:
|
|
1087 * modeline.el:
|
|
1088 * msw-font-menu.el:
|
|
1089 * paragraphs.el:
|
|
1090 * paths.el:
|
|
1091 * replace.el:
|
|
1092 * simple.el:
|
|
1093 * sound.el:
|
|
1094 * startup.el:
|
|
1095 * version.el:
|
|
1096 * x-faces.el:
|
|
1097 * x-font-menu.el:
|
|
1098 Remove purecopy.
|
|
1099
|
|
1100 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
1101
|
|
1102 * simple.el (do-auto-fill): Use the function pointer to by
|
|
1103 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
1104 fixes an issue with cc-mode comment continuation.
|
|
1105
|
|
1106 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
1107
|
|
1108 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
1109 * mwheel.el (mwheel-install): Add (interactive).
|
|
1110 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
1111 (turn-off-font-lock): Add (interactive).
|
|
1112
|
|
1113 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1114
|
|
1115 * packages.el (packages-special-base-regexp): Add `man'.
|
|
1116
|
|
1117 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
1118
|
|
1119 * wid-edit.el (widget-specify-active): map over extents in current
|
|
1120 buffer like `widget-specify-inactive' does. Mapping over the
|
|
1121 inactive extent object does not work since the current extent is
|
|
1122 ignored by `map-extents'.
|
|
1123
|
442
|
1124 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
1125
|
|
1126 * XEmacs 21.2.36 is released.
|
|
1127
|
|
1128 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
1129
|
|
1130 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
1131 Optimize the compiled-function-constants vector by byte-code
|
|
1132 reference counts.
|
|
1133
|
|
1134 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1135
|
|
1136 * build-report.el (build-report-delete-regexp): quote value in
|
|
1137 defcustom
|
|
1138
|
|
1139 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1140
|
|
1141 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
1142 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
1143 warning.
|
|
1144
|
|
1145 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1146
|
|
1147 * build-report.el: Requires cl and custom now.
|
|
1148 build-report-version is determined by XEmacs version -- remove
|
|
1149 build-report-version*.
|
|
1150 * build-report.el (build-report-version): Removed.
|
|
1151 * build-report.el (build-report-installation-version-regexp): New.
|
|
1152 * build-report.el (build-report-version-file-regexp): New.
|
|
1153 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
1154 * build-report.el (build-report-destination): Offer
|
|
1155 xemacs-build-reports and xemacs-beta.
|
|
1156 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
1157 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
1158 * build-report.el (build-report-make-output-dir): New.
|
|
1159 * build-report.el (build-report-installation-file): Replace use of
|
|
1160 `concat' with `expand-file-name'.
|
|
1161 * build-report.el (build-report-make-output-file): Removed.
|
|
1162 * build-report.el (build-report-make-output-files): New.
|
|
1163 * build-report.el (build-report-subject): Identify as
|
|
1164 user-variable with "*...".
|
|
1165 * build-report.el (build-report-prompts): Ditto.
|
|
1166 * build-report.el (build-report-version-file): New.
|
|
1167 * build-report.el (build-report-file-encoding): Identify as
|
|
1168 user-variable with "*...".
|
|
1169 * build-report.el (build-report-make-output-get): New.
|
|
1170 * build-report.el (build-report-insert-header): Report
|
|
1171 emacs-version and system-configuration instead of
|
|
1172 build-report-version.
|
|
1173 * build-report.el (build-report-insert-make-output): Add file
|
|
1174 argument.
|
|
1175 * build-report.el (build-report-insert-installation-file):
|
|
1176 Re-indent.
|
|
1177 * build-report.el (build-report-keep): Change docstring,
|
|
1178 re-indent.
|
|
1179 * build-report.el (build-report-delete): Ditto.
|
|
1180 * build-report.el (build-report-installation-data): New.
|
|
1181 * build-report.el (build-report-version-file-data): New.
|
|
1182
|
|
1183 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
1184
|
|
1185 * byte-optimize.el (byte-optimize-lapcode):
|
|
1186 Fix the optimization of using the first 5 elements of the
|
|
1187 constants vector for variables.
|
|
1188 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
1189
|
|
1190 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1191
|
|
1192 * *: Spelling mega-patch
|
|
1193
|
|
1194 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1195
|
|
1196 * easymenu.el: doc fixes.
|
|
1197 (easy-menu-do-define): Use backquote.
|
444
|
1198 (easy-menu-change):
|
|
1199 (easy-menu-add):
|
442
|
1200 `when' seems much clearer than `if' here.
|
|
1201 (easy-menu-remove):
|
444
|
1202 (easy-menu-add-item):
|
|
1203 (easy-menu-item-present-p):
|
|
1204 (easy-menu-remove-item):
|
442
|
1205 Wrap using (when (featurep 'menubar) ...)
|
|
1206
|
|
1207 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1208
|
|
1209 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1210 Revert Ben's change to this function below so that the compile log
|
|
1211 is displayed properly for users of the "popper" package.
|
|
1212
|
|
1213 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
1214
|
|
1215 * window.el (save-selected-window): Use backquote.
|
|
1216
|
444
|
1217 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
442
|
1218 Renamed from `byte-compile-file-form-defvar'.
|
|
1219 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
1220 Only cons onto current-load-list in top-level forms.
|
|
1221 Else this leaks a cons cell every time a defun is called.
|
|
1222 Renamed from `byte-compile-defvar', for clarity.
|
|
1223 Warn when docstring of defvar is not a string.
|
|
1224 Use consistent error messages.
|
|
1225 Better comments.
|
|
1226
|
|
1227 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
1228
|
|
1229 * simple.el (set-variable):
|
|
1230 Remove unneeded defvar by rearranging order of let* forms.
|
|
1231
|
|
1232 * mule/mule-ccl.el (ccl-get-next-code):
|
444
|
1233 * menubar-items.el (bookmark-menu-filter):
|
|
1234 (language-environment-menu-filter):
|
|
1235 (tutorials-menu-filter):
|
442
|
1236 * toolbar-items.el (toolbar-compile):
|
|
1237 * byte-optimize.el (disassemble-offset):
|
|
1238 Use (declare (special ...)) instead of `defvar'.
|
|
1239
|
|
1240 * cl-macs.el (cl-do-proclaim):
|
|
1241 Fix (declare (special ...)) warning suppression syntax.
|
|
1242
|
|
1243 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
1244
|
|
1245 * info.el (Info-tag-table-marker):
|
|
1246 (Info-tag-table-buffer):
|
|
1247 (Info-find-file-node):
|
|
1248 (Info-read-subfile):
|
|
1249 (Info-build-node-completions):
|
|
1250 (Info-search):
|
|
1251 (Info-mode):
|
|
1252 Multiple info buffer support.
|
|
1253
|
|
1254 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
1255
|
|
1256 * ldap.el (ldap-decode-entry): New defun
|
|
1257 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
1258 entries properly
|
|
1259
|
|
1260 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
1261
|
|
1262 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
1263 Use `eq', not `=', to compare symbols.
|
|
1264
|
|
1265 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
1266
|
|
1267 * bytecomp.el (byte-compile-report-error):
|
|
1268 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1269 if stack-trace-on-error is set, send out a backtrace when
|
|
1270 an error is encountered that stops byte compilation. this
|
|
1271 should make it much much easier to track down those curious
|
|
1272 problems. also undo the kludge of using a separate "*Show*"
|
|
1273 buffer for display when there's a temp-buffer-show-function;
|
|
1274 we can avoid this by just being a little smarter.
|
444
|
1275
|
442
|
1276 * dialog-items.el:
|
|
1277 * dialog-items.el (search-dialog-regexp): New.
|
|
1278 * dialog-items.el (search-dialog-callback):
|
|
1279 * dialog-items.el (make-search-dialog):
|
|
1280 add a regexp option to the dialog and clean up a bit.
|
444
|
1281
|
442
|
1282 * dialog.el:
|
|
1283 * dialog.el (yes-or-no-p-dialog-box):
|
|
1284 * dialog.el (get-dialog-box-response):
|
|
1285 * dialog.el (make-dialog-box):
|
|
1286 * dialog.el (dialog-box-finish): New.
|
|
1287 * dialog.el (dialog-box-cancel): New.
|
|
1288 * dialog.el (internal-make-dialog-box-exit): New.
|
|
1289 implement [properly!] the :modal property of the new dialog box
|
|
1290 interface. this is the first time xemacs has ever had *proper*
|
|
1291 modal dialog boxes, giving the standard window-system feedback.
|
|
1292 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
1293 and makes the dialog box flash three times.)
|
444
|
1294
|
442
|
1295 * dragdrop.el: header keyword frobbing.
|
444
|
1296
|
442
|
1297 * dumped-lisp.el (preloaded-file-list):
|
|
1298 renamed winnt.el to win32-native.el.
|
444
|
1299
|
442
|
1300 * faces.el (face-property):
|
|
1301 * faces.el (set-face-property):
|
|
1302 * faces.el (frob-face-property):
|
|
1303 * faces.el (frob-face-font-2):
|
|
1304 * faces.el (make-face-bold):
|
|
1305 * faces.el (make-face-italic):
|
|
1306 * faces.el (make-face-bold-italic):
|
|
1307 * faces.el (make-face-unbold):
|
|
1308 * faces.el (make-face-unitalic):
|
|
1309 * faces.el (make-face-smaller):
|
|
1310 * faces.el (make-face-larger):
|
|
1311 clean up the implementation of these so that window-system-specific
|
|
1312 methods are called only on objects belonging to that window system.
|
|
1313 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
1314 on font object of device type `stream', which is not good and
|
|
1315 explains the subtle errors Adrian was getting when byte-compiling
|
|
1316 something that required 'term. (Adrian, now you can use stack-trace-
|
|
1317 on-error to find the exact place where things are going wrong instead
|
|
1318 of having to laboriously binary-search your way through.)
|
444
|
1319
|
442
|
1320 * finder.el (finder-known-keywords):
|
|
1321 cleaned up -- properly sorted, clarified the meanings of many of
|
|
1322 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
1323 user, services. the last two try to distinguish between a package
|
|
1324 that's used directly by the user, and a package that provides
|
|
1325 support services to other packages.
|
444
|
1326
|
442
|
1327 * font-lock.el (lisp-font-lock-keywords-2):
|
|
1328 update list of lisp control structures to include everything,
|
|
1329 including new ones i introduced.
|
444
|
1330
|
442
|
1331 * gutter.el: header keyword frobbing.
|
444
|
1332
|
442
|
1333 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
1334 recent isearch element was not doing so! you got the second-most-
|
|
1335 recent instead.
|
|
1336
|
|
1337 * lisp-mode.el (construct-lisp-mode-menu):
|
|
1338 more menubar cleanups.
|
|
1339 * lisp-mode.el (with-selected-window):
|
|
1340 make it indent properly.
|
444
|
1341
|
442
|
1342 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
1343 rearranged the options menu the most, e.g. splitting up the
|
|
1344 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
1345 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
1346 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
1347 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
1348 Added stuff to the Cmds menu, e.g. Change Case.
|
|
1349
|
|
1350 NB please don't complain about these periodic menubar changes.
|
|
1351 Anything like this is necessarily incremental in its construction
|
|
1352 -- By constant use you gradually become more and more aware of
|
|
1353 better and better ways to group menu items. When we eventually
|
|
1354 move the options menu to a property sheet, the existing structure
|
|
1355 will probably be preserved fairly well.
|
444
|
1356
|
442
|
1357 * minibuf.el (next-history-element): fix problems with pressing
|
|
1358 down arrow in repeat-complex-command.
|
|
1359
|
|
1360 * modeline.el:
|
|
1361 * modeline.el (modeline-3d-p): New.
|
|
1362 added custom variable for controlling the 3d modeline. the
|
|
1363 corresponding Options item has been present for a long time,
|
|
1364 but commented out with "fix me!" comments. it's fixed now.
|
444
|
1365
|
442
|
1366 * obsolete.el (add-menu):
|
|
1367 remove bogus gettexts.
|
444
|
1368
|
442
|
1369 * process.el (shell-quote-argument):
|
|
1370 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
1371 For bash under Windows native, see below.
|
444
|
1372
|
442
|
1373 * simple.el:
|
|
1374 * simple.el (display-warning-buffer):
|
|
1375 Fixed the handling of warning display to eliminate the annoying
|
|
1376 *Show* buffer, like was done for byte-compiler output above.
|
444
|
1377
|
442
|
1378 * simple.el (debug-print): New.
|
|
1379 Simple function for sending debug messages to the console and/or
|
|
1380 other debug places.
|
|
1381
|
|
1382 * subr.el (replace-in-string):
|
|
1383 Rewrite this function to avoid N^2 behavior with large strings --
|
|
1384 catastrophic with the new Windows selection code! (Apparently the
|
|
1385 author of this function didn't realize there was a fun
|
|
1386 replace-match that could make his life much easier, because we
|
|
1387 duplicated the entire logic. The new version is smaller, easier
|
|
1388 to understand, much more robust, and has extended features --
|
|
1389 those of replace-match.)
|
444
|
1390
|
442
|
1391 * window.el:
|
|
1392 * window.el (with-selected-window): New.
|
|
1393 An obvious complement to the existing `with-selected-frame' and
|
|
1394 `with-current-buffer'.
|
|
1395
|
|
1396 * win32-native.el: Renamed from winnt.el.
|
|
1397 Added a great deal of stuff for properly handling process quoting,
|
|
1398 somewhat modeled on Kirill's original model (which i later threw
|
|
1399 away). We should now finally have correctly working process arg
|
|
1400 quoting/dequoting so that the final app gets exactly what we
|
|
1401 intended. Because the mechanism is in Lisp, it's easily
|
|
1402 extendible. (For those running bash and running the native
|
|
1403 version, I tried hard to do what I thought was correct. But more
|
|
1404 thought is needed, and ideally the volunteer work of people with
|
|
1405 these configurations that they generally run on.)
|
444
|
1406
|
442
|
1407 * x-font-menu.el (x-font-menu-font-data):
|
|
1408 Put in defvar's to fix byte-compiler warnings.
|
|
1409
|
|
1410 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1411
|
|
1412 * select.el (selection-coercion-alist): Initialise.
|
|
1413 * select.el (select-coerce-to-text): New.
|
|
1414 * select.el (select-coerce): New.
|
|
1415 New functions to perform type and value coercion.
|
|
1416
|
|
1417 * select.el (select-buffer-killed-default): Keep data if it was
|
|
1418 on the clipboard.
|
|
1419
|
|
1420 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
1421
|
|
1422 * menubar-items.el (default-menubar): Fix typo.
|
|
1423 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
1424
|
|
1425 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1426
|
|
1427 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
1428 edge checking code.
|
|
1429
|
|
1430 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1431
|
|
1432 * paths.el (gnus-local-domain): Removed.
|
|
1433 (gnus-local-organization): Ditto.
|
|
1434 (gnus-startup-file): Ditto.
|
|
1435
|
|
1436 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1437
|
|
1438 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
1439
|
|
1440 2000-07-31 Andy Piper <andy@xemacs.org>
|
444
|
1441
|
442
|
1442 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
1443
|
|
1444 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1445
|
|
1446 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
1447 browse-url.
|
|
1448 * help.el (xemacs-www-page): Ditto.
|
|
1449 (xemacs-www-faq): Ditto.
|
|
1450 * menubar-items.el (default-menubar): Ditto.
|
|
1451
|
|
1452 * wid-edit.el (widget-url-link-action): Ditto.
|
|
1453 From: Kenichi OKADA <okada@opaopa.org>.
|
|
1454
|
|
1455 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
1456
|
|
1457 * finder.el (finder-commentary): Add autoload cookie.
|
|
1458
|
|
1459 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1460
|
|
1461 * files.el (insert-file-contents-literally): Fix second let
|
|
1462 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
1463 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
1464
|
|
1465 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1466
|
|
1467 * files.el (insert-file-contents-literally): Use binary coding
|
|
1468 system (from Morioka san).
|
|
1469 (insert-file-contents-literally): Make file-name-handler method.
|
|
1470
|
|
1471 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
1472
|
|
1473 * cl-macs.el (get-selection): Add defsetf.
|
|
1474
|
|
1475 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
1476
|
|
1477 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
1478 function x-own-selection with own-selection.
|
|
1479 (ow-find): replace obsolete functions x-get-selection and
|
|
1480 x-get-clipboard with get-selection and get-clipboard.
|
|
1481 (init-post-x-win): replace obsolete function x-disown-selection
|
|
1482 with disown-selection.
|
|
1483
|
|
1484 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
1485
|
|
1486 * startup.el (load-user-init-file): Only try to load init file if
|
|
1487 it exists.
|
|
1488
|
|
1489 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
1490
|
|
1491 * dialog-items.el: sync with Ben's patch.
|
444
|
1492
|
442
|
1493 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
1494 comment.
|
|
1495 (progress-text-glyph): deleted.
|
|
1496 (progress-layout-glyph): make completely minimal.
|
|
1497 (progress-gauge-glyph): ditto.
|
|
1498 (progress-display-style): fix to handle dynamic instantiator
|
|
1499 changes.
|
|
1500 (progress-text-instantiator): new.
|
|
1501 (progress-layout-instantiator): new.
|
|
1502 (progress-gauge-instantiator): new.
|
|
1503 (set-progress-display-instantiator): renamed and changed from
|
|
1504 set-progress-display-style.
|
|
1505 (progress-abort-glyph): use instantiator not glyph.
|
|
1506 (append-progress-display): use set-progress-display-instantiator
|
|
1507 and set-glyph-image.
|
|
1508 (abort-progress-display): ditto.
|
|
1509 (raw-append-progress-display): ditto.
|
|
1510
|
|
1511 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
1512
|
|
1513 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
1514
|
|
1515 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
1516
|
|
1517 * autoload.el:
|
|
1518 Fixed comments.
|
|
1519
|
|
1520 * cmdloop.el:
|
|
1521 * cmdloop.el (yes-or-no-p):
|
|
1522 * cmdloop.el (y-or-n-p):
|
|
1523 Make these functions use should-use-dialog-box-p and not be
|
|
1524 overridden in dialog.el.
|
|
1525
|
|
1526 * cus-dep.el:
|
|
1527 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
1528 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
1529 * cus-dep.el (Custom-make-one-dependency): New.
|
|
1530 New entry point for use in Makefiles, to avoid excessive
|
|
1531 invocations.
|
|
1532
|
|
1533 * cus-edit.el (custom-variable-reset-saved):
|
|
1534 * cus-edit.el (custom-variable-reset-standard):
|
|
1535 * cus-edit.el (custom-save-resets):
|
|
1536 Fix bytecompiler warnings.
|
|
1537
|
|
1538 * dialog.el:
|
|
1539 * dialog.el (yes-or-no-p-dialog-box):
|
|
1540 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
1541 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
1542 * dialog.el (get-dialog-box-response):
|
|
1543 * dialog.el (message-or-box):
|
|
1544 * dialog.el (make-dialog-box):
|
|
1545 * dialog.el (popup-dialog-box): New.
|
|
1546 Avoid yes-or-no-p bogosities.
|
|
1547 Create a general function `make-dialog-box' to encapsulate all
|
|
1548 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
1549
|
|
1550 * dumped-lisp.el (preloaded-file-list):
|
|
1551 Add dialog-items. Clean up. Group files by types.
|
|
1552
|
|
1553 * easymenu.el (easy-menu-add):
|
|
1554 * easymenu.el (easy-menu-remove):
|
|
1555 Account for accelerators.
|
|
1556
|
|
1557 * extents.el:
|
|
1558 * extents.el (extent-list): New args, like in map-extents.
|
|
1559 * extents.el (extent-at-event): New.
|
|
1560 * extents.el (extents-at-event): New.
|
|
1561
|
|
1562 * font-lock.el:
|
|
1563 * font-lock.el (font-lock-mode):
|
|
1564 * font-lock.el (font-lock-default-fontify-buffer):
|
|
1565 * font-lock.el (font-lock-default-unfontify-region):
|
|
1566 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
1567 * font-lock.el (font-lock-fontify-keywords-region):
|
|
1568 Use new progress-feedback names.
|
|
1569
|
|
1570 * font-lock.el (java-font-lock-identifier-regexp):
|
|
1571 * font-lock.el (java-font-lock-class-name-regexp):
|
|
1572 Fix bytecompiler warnings.
|
|
1573
|
|
1574 * gutter-items.el:
|
|
1575 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
1576 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
1577 * gutter-items.el (progress-display-popup-period): Removed.
|
|
1578 * gutter-items.el (progress-feedback-popup-period): New.
|
|
1579 * gutter-items.el (set-progress-display-style): Removed.
|
|
1580 * gutter-items.el (set-progress-feedback-style): New.
|
|
1581 * gutter-items.el (progress-display-style): Removed.
|
|
1582 * gutter-items.el (progress-feedback-style): New.
|
|
1583 * gutter-items.el (progress-stack):
|
|
1584 * gutter-items.el (progress-displayed-p): Removed.
|
|
1585 * gutter-items.el (progress-feedbacked-p): New.
|
|
1586 * gutter-items.el (clear-progress-display): Removed.
|
|
1587 * gutter-items.el (clear-progress-feedback): New.
|
|
1588 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
1589 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
1590 * gutter-items.el (remove-progress-display): Removed.
|
|
1591 * gutter-items.el (remove-progress-feedback): New.
|
|
1592 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
1593 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
1594 * gutter-items.el (append-progress-display): Removed.
|
|
1595 * gutter-items.el (append-progress-feedback): New.
|
|
1596 * gutter-items.el (abort-progress-display): Removed.
|
|
1597 * gutter-items.el (abort-progress-feedback): New.
|
|
1598 * gutter-items.el (raw-append-progress-display): Removed.
|
|
1599 * gutter-items.el (raw-append-progress-feedback): New.
|
|
1600 * gutter-items.el (display-progress-display): Removed.
|
|
1601 * gutter-items.el (display-progress-feedback): New.
|
|
1602 * gutter-items.el (current-progress-display): Removed.
|
|
1603 * gutter-items.el (current-progress-feedback): New.
|
|
1604 * gutter-items.el (current-progress-display-label): Removed.
|
|
1605 * gutter-items.el (current-progress-feedback-label): New.
|
|
1606 * gutter-items.el (progress-display): Removed.
|
|
1607 * gutter-items.el (progress-feedback): New.
|
|
1608 Replace "progress-display" with "progress-feedback" globally.
|
|
1609
|
|
1610 * gutter-items.el (lprogress-display): Removed.
|
|
1611 * gutter-items.el (progress-feedback-with-label): New.
|
|
1612 Rename lprogress-display ==> progress-feedback-with-label.
|
|
1613
|
|
1614 * gutter-items.el (search-dialog-direction): Removed.
|
|
1615 * gutter-items.el (search-dialog-text): Removed.
|
|
1616 * gutter-items.el (search-dialog-callback): Removed.
|
|
1617 * gutter-items.el (make-search-dialog): Removed.
|
|
1618 Move to dialog-items.el.
|
|
1619
|
|
1620 * help.el:
|
|
1621 * help.el (help-mode-quit):
|
|
1622 * help.el (mode-for-help): New.
|
|
1623 * help.el (help-sticky-window): New.
|
|
1624 * help.el (help-window-config): New.
|
|
1625 * help.el (with-displaying-help-buffer):
|
|
1626 * help.el (function-at-event): New.
|
|
1627 * help.el (help-symbol-regexp): New.
|
|
1628 * help.el (help-symbol-run-function-1): New.
|
|
1629 * help.el (help-symbol-run-function): New.
|
|
1630 * help.el (help-symbol-function-context-menu): New.
|
|
1631 * help.el (help-symbol-variable-context-menu): New.
|
|
1632 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
1633 * help.el (frob-help-extents): New.
|
|
1634 * help.el (describe-function-1):
|
|
1635 * help.el (variable-at-point):
|
|
1636 * help.el (variable-at-event): New.
|
|
1637 * help.el (describe-variable):
|
444
|
1638 Major overhaul.
|
|
1639 - Make functions and variables be mousable.
|
|
1640 - Middle button hyperlinks.
|
442
|
1641 - New context-menu entries.
|
|
1642
|
|
1643 * keydefs.el:
|
444
|
1644 * keydefs.el (global-map):
|
442
|
1645 New key bindings to move lines up and down.
|
|
1646
|
|
1647 * lisp-mode.el:
|
|
1648 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
1649 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
1650 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
1651 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
1652 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
1653 Make popup and menubar menus be different. Popup menu uses
|
|
1654 clicked location and automatically assumes symbol under the mouse
|
|
1655 for various commands.
|
|
1656
|
|
1657 * menubar-items.el:
|
|
1658 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
1659 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
1660
|
|
1661 * menubar-items.el (global-popup-menu): Removed.
|
|
1662 * menubar-items.el (mode-popup-menu): Removed.
|
|
1663 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
1664 * menubar-items.el (popup-mode-menu): Removed.
|
|
1665 * menubar-items.el (popup-buffer-menu): Removed.
|
|
1666 * menubar-items.el (popup-menubar-menu): Removed.
|
|
1667 Move to menubar.el.
|
444
|
1668
|
442
|
1669 * menubar.el:
|
|
1670 * menubar.el (global-popup-menu): New.
|
|
1671 * menubar.el (mode-popup-menu): New.
|
|
1672 * menubar.el (activate-popup-menu-hook): New.
|
|
1673 * menubar.el (last-popup-menu-event): New.
|
|
1674 * menubar.el (popup-mode-menu): New.
|
|
1675 * menubar.el (popup-buffer-menu): New.
|
|
1676 * menubar.el (popup-menubar-menu): New.
|
|
1677 * menubar.el (menu-call-at-event): New.
|
|
1678 Move non-content functions here. Add support for context menu
|
|
1679 items on extents.
|
|
1680
|
444
|
1681 * minibuf.el (minibuffer-history-uniquify):
|
442
|
1682 Typo fix.
|
|
1683
|
444
|
1684 * minibuf.el (read-file-name-1):
|
442
|
1685 Call new file dialog box if it exists.
|
|
1686
|
|
1687 * minibuf.el (mouse-rfn-setup-vars):
|
|
1688 Clean up "chop" action.
|
|
1689
|
|
1690 * mouse.el:
|
|
1691 * mouse.el (button2): Now bound to mouse-track.
|
|
1692 * mouse.el (click-inside-extent-p):
|
|
1693 * mouse.el (point-inside-extent-p):
|
|
1694 * mouse.el (point-inside-selection-p):
|
|
1695 * mouse.el (mouse-drag-or-yank): Removed.
|
|
1696 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
1697 * mouse.el (mouse-eval-sexp):
|
|
1698 * mouse.el (mouse-track-activate-strokes): New.
|
|
1699 * mouse.el (mouse-track-do-activate): New.
|
|
1700 * mouse.el (mouse-track):
|
|
1701 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
1702 * mouse.el (default-mouse-track-cleanup-hook):
|
|
1703 * mouse.el (default-mouse-track-drag-hook):
|
|
1704 * mouse.el (default-mouse-track-drag-up-hook):
|
|
1705 * mouse.el (default-mouse-track-click-hook):
|
|
1706 Merge drag-n-drop into mouse-track.
|
|
1707 Add general "activate" support to replace specific button2 kludges.
|
|
1708 Use "button modifier" support in mouse-track.
|
|
1709
|
|
1710 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
1711
|
|
1712 * package-ui.el:
|
|
1713 * package-ui.el (pui-menu):
|
|
1714 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
1715 Fix bytecompiler warnings.
|
|
1716 Clean up popup code a bit.
|
|
1717
|
|
1718 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
1719
|
|
1720 * simple.el:
|
|
1721 * simple.el (transpose-lines):
|
|
1722 * simple.el (transpose-line-up): New.
|
|
1723 * simple.el (transpose-line-down): New.
|
|
1724 * simple.el (transpose-subr):
|
|
1725 * simple.el (transpose-subr-1): Removed.
|
|
1726 Clean up, add functions to move lines up and down.
|
|
1727
|
|
1728 * startup.el (mail-host-address):
|
|
1729 * startup.el (user-mail-address):
|
|
1730 Customize.
|
|
1731
|
|
1732 * subr.el:
|
|
1733 * subr.el (set-symbol-value-in-buffer): New.
|
|
1734 * subr.el (error):
|
|
1735 * subr.el (check-argument-type):
|
|
1736 * subr.el (defined-error-p): New.
|
|
1737 Add structured error support.
|
|
1738
|
|
1739 * toolbar-items.el (toolbar-compile):
|
|
1740 Use new make-dialog-box.
|
|
1741
|
|
1742 * update-elc.el:
|
|
1743
|
|
1744 * userlock.el (ask-user-about-lock-dbox):
|
|
1745 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
1746 * userlock.el (ask-user-about-lock):
|
|
1747 * userlock.el (ask-user-about-supersession-threat):
|
|
1748 Use new make-dialog-box.
|
|
1749 Add safety checks; use should use-dialog-box-p.
|
|
1750
|
|
1751 * window-xemacs.el:
|
|
1752 * window-xemacs.el (__buffer-dedicated-frame):
|
|
1753 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
1754 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
1755 Move dedicated-frame stuff into lisp.
|
|
1756
|
|
1757 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1758
|
|
1759 * printer.el (generic-print-region): Do not require that
|
|
1760 `printer-name' be set.
|
|
1761 (printer-name): Commentary clarification.
|
|
1762
|
|
1763 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
1764
|
|
1765 * XEmacs 21.2.35 is released.
|
|
1766
|
|
1767 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1768
|
|
1769 * select.el (selection-coercible-types): Initialise.
|
|
1770
|
|
1771 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1772
|
|
1773 * select.el (own-clipboard): Bug fix.
|
|
1774
|
|
1775 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
1776
|
|
1777 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
1778 continuing.
|
|
1779
|
|
1780 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
1781
|
|
1782 * startup.el (load-init-file): Remove silly call to
|
|
1783 `load-user-custom-file`.
|
|
1784 (maybe-migrate-user-init-file): Minor fixes.
|
|
1785
|
|
1786 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
1787
|
444
|
1788 * apropos.el (apropos-documentation-check-doc-file):
|
442
|
1789 `doc' variable should be let-bound, as was presumably intended.
|
|
1790
|
444
|
1791 * cus-edit.el (custom-variable-reset-saved):
|
|
1792 (custom-variable-reset-standard):
|
442
|
1793 Remove unused variable comment-widget. Twice.
|
|
1794
|
444
|
1795 * toolbar.el (toolbar-blank-press-function):
|
442
|
1796 Add a real defvar with initial value nil and proper docstring.
|
|
1797 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
1798
|
|
1799 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
1800 Add defvar for pending-delete-mode.
|
|
1801
|
|
1802 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
1803
|
444
|
1804 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
442
|
1805 Use let* since the second form referred to the first.
|
|
1806
|
|
1807 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1808
|
|
1809 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
1810 instead of removed `mswindows-get-clipboard'.
|
|
1811
|
|
1812
|
|
1813 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1814
|
|
1815 * select.el (select-convert-from-text): New.
|
|
1816 * select.el (select-convert-from-length): New.
|
|
1817 * select.el (select-convert-from-integer): New.
|
|
1818 * select.el (select-convert-from-identity): New.
|
|
1819 * select.el (select-convert-from-filename): New.
|
|
1820 * select.el (selection-converter-in-alist): Use them.
|
|
1821 New converter functions for X.
|
|
1822
|
|
1823 * select.el (get-selection): Removed comment.
|
|
1824
|
|
1825 * select.el (own-selection): Removed append code - I thought
|
|
1826 I'd already done this, but apparently not...
|
|
1827
|
|
1828 * select.el: Changed comment about TIMESTAMP.
|
|
1829
|
|
1830 * select.el (select-convert-in): New.
|
|
1831 * select.el (select-convert-out): New.
|
|
1832 New functions that get used by select.c.
|
|
1833
|
|
1834 * select.el (select-buffer-killed-default): New.
|
|
1835 * select.el (select-buffer-killed-text): New.
|
|
1836 * select.el (selection-buffer-killed-alist): New.
|
|
1837 New list and functions that get called if a relevant selection
|
|
1838 exists and a buffer gets killed.
|
|
1839
|
|
1840 * select.el (select-convert-to-targets):
|
|
1841 * select.el (select-convert-to-identity): Removed.
|
|
1842 * select.el (select-convert-from-identity): Removed.
|
|
1843 * select.el (select-converter-out-alist):
|
|
1844 Removed _EMACS_INTERNAL selection type.
|
|
1845
|
|
1846 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
1847 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
1848 Removed this X-specific nonesense. Use the generic support
|
|
1849 in select.el instead.
|
|
1850
|
|
1851 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
1852
|
444
|
1853 * mule/mule-category.el (defined-category-hashtable):
|
442
|
1854 Use make-hash-table instead of make-hashtable
|
|
1855
|
|
1856 * buff-menu.el: Byte-compiler warning fix.
|
|
1857
|
444
|
1858 * isearch-mode.el (isearch-highlight-all-cleanup):
|
442
|
1859 Remove unused variable `isearch-highlight-all-start'.
|
|
1860
|
|
1861 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
1862
|
|
1863 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
1864
|
444
|
1865 * cus-dep.el (Custom-make-dependencies):
|
442
|
1866 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
1867
|
|
1868 * autoload.el (autoload-package-name): Warning suppression.
|
|
1869 Move defvar prior to first use.
|
|
1870
|
|
1871 * custom.el: Add autoload for custom-declare-face.
|
|
1872 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
444
|
1873 * cl.el (cl-hack-byte-compiler):
|
442
|
1874 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
1875 to work properly.
|
|
1876
|
|
1877 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
1878
|
|
1879 * startup.el (load-home-init-file): Added variable.
|
|
1880 (maybe-migrate-user-init-file): Added.
|
|
1881 (load-user-init-file): Load custom file if different from init
|
|
1882 file.
|
|
1883
|
|
1884 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
1885 "startup."
|
|
1886
|
|
1887 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
1888 Moved `custom-file'-related code to cus-file.el.
|
|
1889
|
|
1890 * cus-file.el: New file.
|
|
1891
|
|
1892 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
1893
|
|
1894 * packages.el (packages-find-package-directories): Added support
|
|
1895 for external package hierarchies with in-place installations.
|
|
1896
|
|
1897 * find-paths.el (paths-root-in-place-p): Added.
|
|
1898 (paths-find-emacs-directory): Added support for external
|
|
1899 directories with in-place installations.
|
|
1900 (paths-find-site-directory): Ditto.
|
|
1901
|
|
1902 * startup.el (find-user-init-file): Also look for
|
|
1903 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
1904
|
|
1905 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
1906
|
|
1907 * select.el (own-selection):
|
|
1908 * select.el (own-clipboard): Changed `append' parameter to
|
|
1909 `how-to-use' parameter.
|
|
1910 * select.el (own-selection): Removed icky append code.
|
|
1911 * select.el (own-selection, get-selection): Removed extra type
|
|
1912 checking.
|
|
1913 * select.el (selection-appender-alist):
|
|
1914 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
1915 * select.el (select-append-to-*): New.
|
|
1916 * select.el (select-convert-from-*): New. New functions to append
|
|
1917 data and convert data from external type.
|
|
1918
|
|
1919 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
1920
|
|
1921 * font-lock.el: Javadoc enhancements.
|
|
1922
|
|
1923 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
1924
|
|
1925 * printer.el (generic-print-region): Compose job name from buffer
|
|
1926 name.
|
|
1927
|
|
1928 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1929
|
|
1930 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
1931 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
1932 to avoid unnecessary progress gauges.
|
|
1933
|
|
1934 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
1935
|
|
1936 * custom-load.el (faces):
|
|
1937
|
|
1938 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
1939 dir is a regex.
|
|
1940
|
|
1941 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
1942 coding systems so that jka-compr works.
|
|
1943
|
|
1944 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
1945
|
|
1946 * font-lock.el: Undo previous change. Unfortunately, some
|
|
1947 files actually use the variables directly in their init code
|
|
1948 without quoting them.
|
|
1949
|
|
1950 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
1951
|
|
1952 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
1953
|
|
1954 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
1955 only when necessary.
|
|
1956
|
|
1957 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
444
|
1958
|
442
|
1959 * cl-macs.el: fix cl-transform-function-property kludge
|
|
1960 so that it does not require a random feature.
|
|
1961
|
|
1962 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1963
|
|
1964 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
1965 as in Linux kernel "Rules.make".
|
|
1966
|
|
1967 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1968
|
|
1969 * build-report.el (build-report): Add autoload cookie.
|
|
1970
|
|
1971 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
1972
|
|
1973 * package-ui.el (defgroup pui): Correct a misspelling
|
|
1974 (pui-toggle-package-delete): Change `seleted' to `selected'
|
444
|
1975
|
442
|
1976 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1977
|
444
|
1978 * package-get.el (package-get-update-base):
|
442
|
1979 (package-get): Use insert-file-contents-literally always.
|
|
1980 (package-get-maybe-save-index):
|
|
1981 Force coding system for writing to binary.
|
|
1982
|
|
1983 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
1984
|
|
1985 * code-process.el (call-process-region): If there is no coding
|
|
1986 system for the process on process-coding-system-alist use the
|
|
1987 coding system of the buffer containing the region.
|
|
1988
|
|
1989 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
1990
|
|
1991 * cmdloop.el (command-error):
|
|
1992 If debug-on-error and noninteractive, output backtrace.
|
|
1993
|
|
1994 * files.el (file-relative-name):
|
|
1995 Remove MSDOS references.
|
|
1996
|
|
1997 * simple.el (line-number): New function, due to non-obvious
|
|
1998 behavior/usage of count-lines.
|
|
1999
|
|
2000 * simple.el (count-lines): document non-obvious usage to get
|
|
2001 line number.
|
|
2002
|
|
2003 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
2004
|
|
2005 * faces.el ((featurep 'xpm)):
|
|
2006 * x-faces.el (x-init-face-from-resources):
|
|
2007 * x-faces.el (x-init-frame-faces):
|
|
2008 * x-misc.el (x-init-specifier-from-resources):
|
|
2009 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
2010 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
2011 * x-mouse.el (x-init-pointer-shape):
|
|
2012 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
2013 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
2014 rather than errors on bogus arguments.
|
|
2015
|
|
2016 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
2017
|
|
2018 * compat.el: new file. provides a clean, non-intrusive way to
|
|
2019 define compatibility functions.
|
|
2020
|
|
2021 * process.el (shell-quote-argument): temporary fix for lack
|
|
2022 of nt-quote-process-args. #### I need to put back the overall
|
|
2023 structure of that mechanism but redo the guts of it using the
|
|
2024 extra intelligence in the C code.
|
|
2025
|
|
2026 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2027
|
|
2028 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
2029 `package-get' does in package-get.el, instead of using external
|
|
2030 "md5sum" program.
|
|
2031
|
|
2032 * package-get.el (package-get): Insert package file literally to
|
|
2033 make checksum calculation work.
|
|
2034
|
|
2035 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2036
|
|
2037 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
2038 (file-coding-system-alist): Removed reference to
|
|
2039 convert-mbox-coding-system.
|
|
2040
|
|
2041 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
2042
|
|
2043 * XEmacs 21.2.34 is released.
|
|
2044
|
|
2045 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2046
|
|
2047 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
2048
|
|
2049 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2050
|
|
2051 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
2052 and fboundp
|
|
2053
|
|
2054 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2055
|
|
2056 * packages.el: It's ok to use built-in macros, but not lisp
|
|
2057 defined ones.
|
|
2058
|
|
2059 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
2060
|
|
2061 * font-lock.el:
|
|
2062 * font-lock.el (font-lock-message-threshold):
|
|
2063 * font-lock.el (font-lock-mode):
|
|
2064 * font-lock.el (font-lock-default-fontify-buffer):
|
|
2065 * font-lock.el (font-lock-always-fontify-immediately):
|
|
2066 * font-lock.el (font-lock-old-extent): Removed.
|
|
2067 * font-lock.el (font-lock-old-len): Removed.
|
|
2068 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
2069 * font-lock.el (font-lock-pending-extent-table): New.
|
|
2070 * font-lock.el (font-lock-range-table): New.
|
|
2071 * font-lock.el (font-lock-after-change-function):
|
|
2072 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
2073 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
2074 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
2075 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
2076 Rewrite deferral code to handle any number of changes, merging
|
|
2077 them properly. Remove hacked-up code for revert-buffer, now
|
|
2078 unnecessary.
|
444
|
2079
|
442
|
2080 * menubar-items.el (default-menubar):
|
|
2081 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
2082 unless necessary; doing this turns off font-lock.
|
|
2083
|
|
2084 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2085
|
|
2086 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
2087
|
|
2088 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2089
|
|
2090 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
2091 matching to process -*-texinfo-*- -*-.
|
|
2092
|
|
2093 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
2094
|
|
2095 * minibuf.el (minibuf-directory-files): new function.
|
|
2096 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
2097 (read-directory-name-internal): ditto.
|
|
2098 (mouse-file-display-completion-list): ditto.
|
|
2099 (mouse-directory-display-completion-list): ditto.
|
|
2100 (read-file-name-internal): remove "./" from completion list unless
|
|
2101 explicitly matched, for consistency.
|
|
2102
|
|
2103 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
2104
|
|
2105 * gutter-items.el (gutter-buffers-tab):
|
|
2106 * gutter-items.el (add-tab-to-gutter):
|
|
2107 * gutter-items.el (update-tab-in-gutter):
|
|
2108 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
2109 * gutter-items.el (append-progress-display):
|
|
2110 * gutter-items.el (abort-progress-display):
|
|
2111 * gutter-items.el (raw-append-progress-display):
|
|
2112 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
2113 to fix problems with multiple windows in a frame.
|
444
|
2114
|
442
|
2115 * menubar-items.el (tutorials-menu-filter):
|
|
2116 Fix typo.
|
444
|
2117
|
442
|
2118 * startup.el (early-error-handler):
|
|
2119 Display message box under windows; otherwise, message will disappear
|
|
2120 before it can be viewed.
|
444
|
2121
|
442
|
2122 * update-elc.el:
|
|
2123 Fix bug in NEEDTODUMP processing.
|
|
2124
|
|
2125 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2126
|
|
2127 * startup.el (lock-directory): Removed.
|
|
2128 (superlock-file): Ditto.
|
|
2129 (startup-set-paths): Remove lockdir.
|
|
2130 (startup-setup-paths-warning): Remove lock-directory.
|
|
2131
|
|
2132 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
2133 (paths-find-superlock-file): Ditto.
|
|
2134
|
|
2135 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2136
|
|
2137 * faces.el (set-face-property):
|
|
2138 * faces.el (set-face-font):
|
|
2139 * faces.el (set-face-foreground):
|
|
2140 * faces.el (set-face-background):
|
|
2141 * faces.el (set-face-background-pixmap):
|
|
2142 * faces.el (set-face-underline-p):
|
|
2143 * faces.el (set-face-strikethru-p):
|
|
2144 * faces.el (set-face-highlight-p):
|
|
2145 * faces.el (set-face-dim-p):
|
|
2146 * faces.el (set-face-blinking-p):
|
|
2147 * faces.el (set-face-reverse-p):
|
|
2148 doc string changes.
|
444
|
2149
|
442
|
2150 * glyphs.el:
|
|
2151 * glyphs.el (make-image-specifier):
|
|
2152 * glyphs.el (glyph-property):
|
|
2153 * glyphs.el (set-glyph-image):
|
|
2154 * glyphs.el (make-glyph):
|
|
2155 * glyphs.el (make-pointer-glyph):
|
|
2156 * glyphs.el (make-icon-glyph):
|
|
2157 * glyphs.el (widget-image-instance-p): New.
|
|
2158 authorship info, lots of doc changes. New predicate, inadvertently
|
|
2159 omitted. the general principle with specifier docs is now that
|
|
2160 the description of instantiators should go with the make-foo-specifier
|
|
2161 fun's doc string, rather than in foo-specifier-p. this follows
|
|
2162 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
2163 of a place to look. sometimes the make-foo-specifier function needs
|
|
2164 to be created in the process.
|
444
|
2165
|
442
|
2166 * gutter.el:
|
|
2167 * gutter.el (make-gutter-specifier): New.
|
|
2168 * gutter.el (make-gutter-size-specifier): New.
|
|
2169 * gutter.el (make-gutter-visible-specifier): New.
|
|
2170 specifier doc updates according to the conventions specified before.
|
|
2171
|
|
2172 * objects.el:
|
|
2173 * objects.el (make-font-specifier):
|
|
2174 * objects.el (make-color-specifier):
|
|
2175 * objects.el (make-face-boolean-specifier): New.
|
|
2176 specifier doc updates according to the conventions specified before.
|
|
2177
|
|
2178 * specifier.el:
|
|
2179 * specifier.el (set-specifier):
|
|
2180 * specifier.el (make-integer-specifier): New.
|
|
2181 * specifier.el (make-boolean-specifier): New.
|
|
2182 * specifier.el (make-natnum-specifier): New.
|
|
2183 * specifier.el (make-generic-specifier): New.
|
|
2184 * specifier.el (make-display-table-specifier): New.
|
|
2185 specifier doc updates according to the conventions specified before.
|
|
2186
|
|
2187 * toolbar.el:
|
|
2188 * toolbar.el (make-toolbar-specifier): New.
|
|
2189 specifier doc updates according to the conventions specified before.
|
|
2190
|
|
2191 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2192
|
|
2193 * process.el (call-process-internal): Revert to previous version
|
|
2194 because Mike's change clashed with a change I did not long before.
|
|
2195 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
2196 Thanks very much Mike for pointing out the bug and submitting a
|
|
2197 patch!
|
|
2198
|
|
2199 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
2200
|
|
2201 * process.el (call-process-internal): Send the correct input buffer
|
|
2202 (call-process-internal): Return the exit status of the process
|
|
2203
|
|
2204 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2205
|
|
2206 * winnt.el:
|
|
2207 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
2208 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
2209 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
2210 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
2211 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
2212 * winnt.el (nt-quote-process-args): Removed.
|
|
2213 Remove all stuff for argument quoting. We borrow the code instead
|
|
2214 from Emacs 20.6, which is much more careful in its quoting
|
|
2215 (e.g. in handling runs of the escape character) and avoids most of
|
|
2216 the need for this Lisp mechanism by checking to see whether we're
|
|
2217 running a Cygwin or normal program and doing the appropriate
|
|
2218 quoting. If we end up needing such a mechanism, we should add
|
|
2219 it by extending the variable `mswindows-quote-process-args' so it
|
|
2220 can take an alist of regexps.
|
|
2221
|
|
2222 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2223
|
|
2224 * keydefs.el:
|
|
2225 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
2226 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
2227 the window without moving point.
|
444
|
2228
|
442
|
2229 * simple.el:
|
|
2230 * simple.el (scroll-up-one): New.
|
|
2231 * simple.el (scroll-down-one): New.
|
|
2232 Functions for use with C-M-up/down.
|
|
2233
|
|
2234 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
2235
|
|
2236 * XEmacs 21.2.33 is released.
|
|
2237
|
|
2238 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
2239
|
444
|
2240 * dialog.el (yes-or-no-p-dialog-box):
|
442
|
2241 Fix docstring.
|
444
|
2242 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
442
|
2243 1. Visit two files in two different frames.
|
|
2244 2. do File->Revert Buffer in one of those frames.
|
|
2245 3. Dialog box appears.
|
|
2246 4. Arrange things so that the mouse passes over the *other*
|
|
2247 frame, then to the dialog box, and click on "Yes".
|
|
2248 5. The file contents end up in the *wrong* buffer!
|
|
2249 Add TODO comment.
|
444
|
2250
|
442
|
2251 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2252
|
|
2253 * help.el (describe-installation): correct typo introduced
|
|
2254 in last patch: boundp -> fboundp.
|
|
2255
|
|
2256 * etags.el (buffer-tag-table-list):
|
|
2257 canonicalize filenames to Unix format so that tag-table-alist
|
|
2258 searching works under Windows.
|
444
|
2259
|
442
|
2260 * autoload.el:
|
|
2261 Bowdlerize the supposedly objectionable words
|
|
2262 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
444
|
2263
|
442
|
2264 * gutter-items.el (set-progress-display-style):
|
|
2265 * gutter-items.el (search-dialog-callback):
|
|
2266 * gutter-items.el (make-search-dialog):
|
|
2267 Change to new callback-ex api.
|
|
2268
|
|
2269 2000-04-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
2270
|
|
2271 * help.el: (describe-installation): decode-coding-string is not
|
|
2272 defined in a non MULE environment.
|
|
2273
|
|
2274 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2275
|
|
2276 * gutter-items.el (buffer-list-changed-hook):
|
|
2277 use it, not record-buffer-hook.
|
|
2278
|
|
2279 * subr.el (record-buffer-hook): Removed.
|
|
2280
|
|
2281 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
2282
|
|
2283 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
2284 use NORECORD option. Andy will not like this, but the existing
|
|
2285 gutter behavior is just wrong, as per this comment:
|
|
2286
|
|
2287 ;; this used to add the norecord flag to both calls below.
|
|
2288 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
2289 ;; that the current buffer is at the front of the buffers list.
|
|
2290 ;; for example, select an item and then do M-C-l
|
|
2291 ;; (switch-to-other-buffer). Things get way confused.
|
|
2292 ;;
|
|
2293 ;; Andy, if you want to maintain the current look, you must
|
|
2294 ;; *uncouple* the gutter order and buffers order.
|
|
2295
|
|
2296 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
2297
|
|
2298 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
2299 xemacs.mak.
|
|
2300
|
|
2301 * autoload.el (batch-update-one-directory): new function, used in
|
|
2302 xemacs.mak.
|
|
2303
|
|
2304 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
2305 loadup during update-elc is much much much faster. also do this
|
|
2306 when quick-building.
|
|
2307
|
|
2308 add commented-out code for profiling loadup.
|
444
|
2309
|
442
|
2310
|
|
2311 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
2312 is required in order to build xemacs.
|
|
2313
|
|
2314 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
2315
|
|
2316 * loadup.el: don't garbage collect during loadup if quick-build
|
|
2317 compile-time option is set.
|
|
2318
|
|
2319 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
2320
|
|
2321 * update-elc.el: compute whether any dumped .el or .elc files
|
|
2322 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
2323 if so.
|
444
|
2324
|
442
|
2325 * update-elc.el (update-elc-files-to-compile): always change
|
|
2326 NOBYTECOMPILE in the src directory rather than current dir,
|
|
2327 so it will work under NT.
|
|
2328
|
|
2329 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
2330 the form of this file is identical between Unix and Windows.
|
|
2331 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
2332 Added comment.
|
|
2333 (update-autoloads-from-directory): updated doc string.
|
|
2334 updated doc strings in a few other places.
|
|
2335
|
|
2336 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2337
|
|
2338 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
2339 byte-recompile-directory.
|
|
2340
|
|
2341 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2342
|
|
2343 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
2344 add-one-shot-hook.
|
|
2345 * gutter-items.el (clear-progress-display): Adjust number of
|
|
2346 arguments.
|
|
2347
|
|
2348 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2349
|
|
2350 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
2351
|
|
2352 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
2353
|
|
2354 * printer.el: New file.
|
444
|
2355
|
442
|
2356 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
444
|
2357
|
442
|
2358 * help.el (describe-installation): Fix decoding for Windows.
|
444
|
2359
|
442
|
2360 * menubar-items.el:
|
|
2361 * menubar-items.el (default-menubar):
|
|
2362 * menubar-items.el (tutorials-menu-filter): New.
|
|
2363 * menubar-items.el (popup-menubar-menu):
|
|
2364 Add authorship. Redo Help menu and Tutorials filter.
|
444
|
2365
|
442
|
2366 * menubar.el: Correct comment.
|
444
|
2367
|
442
|
2368 * modeline.el (modeline-buffer-identification): Correct doc string.
|
444
|
2369
|
442
|
2370 * simple.el:
|
|
2371 * simple.el (printing): Removed.
|
|
2372 * simple.el (printer-name): Removed.
|
|
2373 * simple.el (generic-print-buffer): Removed.
|
|
2374 * simple.el (generic-print-region): Removed.
|
|
2375 Move generic print code to printer.el.
|
|
2376
|
|
2377 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
2378
|
|
2379 * simple.el (generic-print-region): New.
|
|
2380 make this function actually work.
|
|
2381 (generic-print-buffer): call generic-print-region.
|
|
2382
|
|
2383 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
2384
|
|
2385 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
2386 by using the new widget-callback-current-channel.
|
|
2387 (search-dialog-callback): ditto.
|
|
2388
|
|
2389 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
2390
|
|
2391 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
2392 (default-gutter-position-changed-hook): ditto.
|
|
2393 (gutter-element-visibility-changed-hook): ditto.
|
|
2394 (set-gutter-element): ditto.
|
|
2395 (remove-gutter-element): ditto.
|
444
|
2396 (set-gutter-element-visible-p): ditto.
|
442
|
2397 (gutter-element-visible-p): ditto.
|
|
2398 (init-gutter): ditto.
|
|
2399
|
|
2400 * dialog.el (make-dialog-box): renamed and moved from
|
|
2401 gutter-items.el
|
|
2402
|
|
2403 * gutter-items.el: move various functions elsewhere.
|
|
2404
|
|
2405 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2406
|
|
2407 * menubar-items.el: Fixed place of parenthesis.
|
|
2408
|
|
2409 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
2410
|
|
2411 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
2412 without constantly being prompted for the tag.
|
|
2413 * simple.el: Added a number of section headings, to clarify the
|
|
2414 organization of this file.
|
444
|
2415 * simple.el (activate-region):
|
|
2416 * simple.el (region-exists-p):
|
|
2417 * simple.el (region-active-p):
|
442
|
2418 Moved these three function down to the other side of
|
|
2419 the case-changing functions, so they join the rest of
|
|
2420 the region code.
|
|
2421 * simple.el (printing): New.
|
|
2422 * simple.el (printer-name): New.
|
|
2423 * simple.el (generic-print-buffer): New.
|
|
2424 New functions, a very simple prototype for a unified
|
|
2425 printing interface.
|
444
|
2426
|
442
|
2427 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
2428 other problems with BUFFER specs.
|
444
|
2429
|
442
|
2430 * menubar-items.el:
|
|
2431 Fixed up File->Print to use new printing functions.
|
|
2432 Various corrections and expansions to Grep/Compile menus.
|
|
2433 New options for Printing.
|
|
2434 New options for SMTP Mail, the way to send mail under
|
|
2435 MS Windows. (There's also a package patch to make SMTP
|
|
2436 Mail be the default under MSWin.)
|
|
2437
|
|
2438 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
2439
|
|
2440 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
2441 did not work. Needed to quote mouse-track-rectangle-p.
|
|
2442
|
|
2443 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2444
|
|
2445 * cl-compat.el (keywordp): Removed.
|
|
2446
|
|
2447 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
2448
|
|
2449 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
2450 (progress-gauge-glyph): use dynamic sizing.
|
|
2451 (set-progress-display-style): new function. Set progress glyphs
|
|
2452 appropriately depending on the style.
|
|
2453 (progress-display-style): new variable. Custom version of
|
|
2454 set-progress-display-style.
|
|
2455 (progress-abort-glyph): switch to dynamic sizes.
|
|
2456 (search-dialog-text): make the edit field active.
|
|
2457
|
|
2458 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
2459
|
|
2460 * gutter-items.el (make-search-dialog): need to make the search
|
|
2461 dialog visible after creation.
|
|
2462
|
|
2463 * menubar-items.el (default-menubar): use the search dialog for
|
|
2464 searching. Remove some extraneous search menu items.
|
|
2465
|
|
2466 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
2467 well as strings.
|
|
2468 (make-gutter-only-dialog-frame): allow the user to create the
|
|
2469 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
2470 (search-dialog-direction): new variable.
|
|
2471 (search-dialog-text): new variable.
|
|
2472 (search-dialog-callback): new function. Callback for the search
|
|
2473 dialog action.
|
|
2474 (make-search-dialog): new function. Create a user-friendly search
|
|
2475 dialog.
|
|
2476
|
|
2477 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2478
|
|
2479 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
2480 under Windows.
|
|
2481
|
|
2482 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
2483
|
|
2484 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
2485 progress more accurately.
|
|
2486
|
|
2487 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
2488
|
|
2489 * finder.el (finder-compile-keywords): Process readable files only.
|
|
2490 Because error in process of .#finder-inf.el when compile xemacs
|
|
2491 with --with-clash-detection option.
|
|
2492
|
|
2493 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
2494
|
|
2495 * gutter-items.el (append-progress-display): don't delay after a
|
|
2496 successful font-lock.
|
|
2497 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
2498 create gutter-only dialogs.
|
|
2499
|
|
2500 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
2501
|
|
2502 * process.el (call-process-internal): Handle a null BUFFER
|
|
2503 parameter correctly.
|
|
2504
|
|
2505 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
2506
|
|
2507 * gutter-items.el (abort-progress-display): put strings in the
|
|
2508 gutter not extents.
|
|
2509 (progress-layout-glyph): signal special 'quit callback.
|
|
2510 (progress-display-quit-function): deleted.
|
|
2511 (progress-display-stop-callback): deleted.
|
|
2512 (progress-display-dispatch-command-events): deleted.
|
|
2513 (append-progress-display): remove calls to
|
|
2514 progress-display-dispatch-command-events.
|
|
2515 (raw-append-progress-display): ditto.
|
|
2516
|
|
2517 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2518
|
|
2519 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
2520 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
2521 an error predicate. Correctly handle PIXMAP being either relative
|
|
2522 or absolute file name.
|
|
2523
|
|
2524 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
2525
|
|
2526 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
2527 (abort-progress-display): ditto. Don't delete the created extent.
|
|
2528 (raw-append-progress-display): ditto.
|
|
2529 (progress-display-dispatch-non-command-events): new
|
|
2530 function. Encapsulates what we want to do when no command input is
|
|
2531 required.
|
|
2532 (progress-display-dispatch-command-events): likewise, but disable
|
|
2533 for now since it causes too many problems.
|
|
2534 (append-progress-display): use them.
|
|
2535 (raw-append-progress-display): ditto.
|
|
2536 (default-gutter-position-changed-hook): set this rather than
|
|
2537 default-gutter-position-changed.
|
|
2538 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
2539 rather than one.
|
|
2540 (raw-append-progress-display): trap errors in pending input since
|
|
2541 allowing them to signal will hose the gauge well and
|
|
2542 truly. Ideally we would like to delay these until we are more able
|
|
2543 to cope.
|
|
2544 (append-progress-display): ditto.
|
|
2545
|
|
2546 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
444
|
2547
|
442
|
2548 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
2549 in process.el.
|
|
2550
|
|
2551 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2552
|
444
|
2553 * mule\mule-cmds.el (set-language-info-alist):
|
442
|
2554 Fix to correspond to new menu arrangement.
|
|
2555
|
|
2556 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
2557
|
|
2558 * process.el:
|
|
2559 * process.el (call-process-internal): New.
|
|
2560 New implementation of call-process. Only enabled under NT, so far.
|
|
2561 stderr handling not implemented yet in CVS'd C code.
|
|
2562
|
|
2563 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
2564
|
|
2565 * lisp-mode.el:
|
|
2566 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
2567 * lisp-mode.el (lisp-interaction-mode):
|
|
2568 Put back Lisp Interaction menubar for Jan V's sake.
|
444
|
2569
|
442
|
2570 * simple.el:
|
|
2571 * simple.el (mark-ring):
|
|
2572 * simple.el (dont-record-current-mark): New.
|
|
2573 * simple.el (in-shifted-motion-command): New.
|
|
2574 * simple.el (mark-ring-unrecorded-commands): New.
|
|
2575 * simple.el (mark-ring-max):
|
|
2576 * simple.el (set-mark-command):
|
|
2577 * simple.el (push-mark):
|
|
2578 * simple.el (handle-pre-motion-command):
|
|
2579 Implement scheme for not recording unimportant marks.
|
444
|
2580
|
442
|
2581 * subr.el:
|
|
2582 * subr.el (function-allows-args): New.
|
|
2583 New function function-allows-args.
|
|
2584
|
|
2585 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
2586
|
|
2587 * XEmacs 21.2.32 is released.
|
|
2588
|
|
2589 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
2590
|
|
2591 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
2592 selected-window if required to do so.
|
|
2593 (buffers-tab-items): ditto.
|
|
2594 (add-tab-to-gutter): ditto.
|
|
2595 (create-frame-hook): use force-selection.
|
|
2596 (default-gutter-position-changed): lambdify.
|
|
2597 (update-tab-hook): deleted since it was only used in one place.
|
|
2598
|
|
2599 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
2600
|
|
2601 * files.el (find-file-noselect): undo change that shouldn't have
|
|
2602 gone in.
|
|
2603
|
|
2604 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
2605
|
|
2606 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
2607 of selected-window trickery.
|
|
2608
|
|
2609 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
2610 frames tabs.
|
|
2611 (progress-display-stop-callback): progress -> progress-display
|
|
2612 (progress-display-quit-function): ditto.
|
|
2613 (clear-progress-display): ditto.
|
|
2614 (remove-progress-display): ditto.
|
|
2615 (append-progress-display): ditto.
|
|
2616 (abort-progress-display): ditto.
|
|
2617 (raw-append-progress-display): ditto.
|
|
2618 (display-progress-display): ditto.
|
|
2619 (current-progress-display-label): ditto.
|
|
2620 (current-progress-display): ditto.
|
|
2621 (lprogress-display): ditto and save the buffer
|
|
2622 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
2623 changed which confuses font-lock.
|
|
2624
|
|
2625 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
2626 errors, not just quit.
|
|
2627 (font-lock-mode): progress -> display-progress
|
|
2628 (font-lock-default-fontify-buffer): ditto.
|
|
2629 (font-lock-fontify-syntactically-region): ditto.
|
|
2630 (font-lock-fontify-keywords-region): ditto.
|
|
2631
|
|
2632 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2633
|
|
2634 * cl.el (gensym): Move to here from cl-macs.el.
|
|
2635 (gentemp): Ditto.
|
|
2636
|
|
2637 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
2638
|
|
2639 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
2640 progress management.
|
|
2641 (font-lock-default-fontify-buffer): ditto.
|
|
2642 (font-lock-fontify-syntactically-region): ditto.
|
|
2643 (font-lock-fontify-keywords-region): ditto.
|
|
2644 (font-lock-revert-cleanup): fix reverting.
|
|
2645 (font-lock-revert-setup): ditto.
|
|
2646
|
|
2647 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
2648 echo area for progress gauges if non-nil.
|
|
2649 (clear-progress): remove echo area stuff and defer to
|
|
2650 clear-message.
|
|
2651 (append-progress): dispatch non-command events after each progress
|
|
2652 increment. Remove echo area stuff.
|
|
2653 (abort-progress): remove echo area stuff and defer to
|
|
2654 display-message.
|
|
2655 (raw-append-progress): ditto. Dispatch non-command events after
|
|
2656 gutter redisplay.
|
|
2657 (display-progress): defer echo area stuff to display-message.
|
|
2658
|
|
2659 * gutter-items.el (clear-progress):
|
|
2660 (abort-progress): indentation changes.
|
|
2661 (display-progress): don't clear progress.
|
|
2662 (append-progress): compare messages with equal.
|
|
2663 (raw-append-progress): use dispatch-non-command-events to flush
|
|
2664 widget creation events.
|
|
2665
|
|
2666 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
2667
|
|
2668 * abbrev.el:
|
|
2669 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
2670 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
2671 Changes for use with the menubar.
|
|
2672
|
|
2673 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
2674
|
|
2675 * alist.el (vassoc): moved here from font-menu.el.
|
|
2676
|
|
2677 * custom.el (defface): typo fix.
|
|
2678
|
|
2679 * dialog.el (yes-or-no-p-dialog-box):
|
|
2680 * dialog.el (message-box):
|
|
2681 * files.el (save-some-buffers-1):
|
|
2682 Put accelerators in the button names.
|
|
2683
|
|
2684 * font-lock.el (font-lock-comment-face):
|
|
2685 * font-lock.el (font-lock-keyword-face):
|
|
2686 * font-lock.el (font-lock-function-name-face):
|
|
2687 Fixed some of the colors under MS Windows because the existing
|
|
2688 default colors were hardly different from black and needed to be
|
|
2689 made lighter.
|
|
2690
|
|
2691 * font-menu.el:
|
|
2692 * font-menu.el (font-menu-split-long-menu):
|
|
2693 * font-menu.el (font-menu-family-constructor):
|
|
2694 * font-menu.el (font-menu-size-constructor):
|
|
2695 * font-menu.el (font-menu-weight-constructor):
|
|
2696 * font-menu.el (font-menu-set-font):
|
|
2697 vassoc moved to alist.el.
|
|
2698 Accelerators added to all menus.
|
|
2699 Unused bound var new-props removed.
|
444
|
2700
|
442
|
2701 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
2702 more consistent order and fixed a number of cases where key
|
|
2703 combinations involving up, down, left, right and so on were
|
|
2704 defined but the corresponding keypad combinations were not
|
444
|
2705 defined.
|
442
|
2706
|
|
2707 * lisp-mode.el:
|
|
2708 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
2709 * lisp-mode.el (emacs-lisp-mode):
|
|
2710 * lisp-mode.el (lisp-interaction-mode):
|
|
2711 * lisp-mode.el (flet):
|
|
2712 Added accelerators onto the menus.
|
|
2713 Made all the different versions of the let function be indented
|
|
2714 the same way.
|
|
2715 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
2716 to have the menubar and popup menus different.
|
|
2717 Cleaned up the menu; added items for find-function &c and some
|
|
2718 indenting, and removed debug-on-*.
|
|
2719
|
|
2720 * list-mode.el (list-mode-hook):
|
|
2721 * list-mode.el (list-mode):
|
|
2722 * list-mode.el (completion-setup-hook):
|
|
2723 * list-mode.el (display-completion-list):
|
|
2724 Added support for the :window-height keyword, which is required
|
|
2725 because of other changes that I made for the file dialog box. I
|
|
2726 also made the hook variables list-mode-hook and
|
|
2727 completion-setup-hook and also minibuffer-setup-hook in
|
|
2728 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
2729
|
|
2730 * map-ynp.el (map-y-or-n-p):
|
|
2731 Added accelerators to the dialog buttons.
|
|
2732
|
|
2733 * menubar-items.el (menu-truncate-list):
|
|
2734 New internal function.
|
|
2735 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
2736 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
2737 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
2738 New exported functions, for use in auto-generating accelerator specs.
|
|
2739
|
|
2740 * menubar-items.el:
|
|
2741 * menubar-items.el (default-menubar):
|
|
2742 * menubar-items.el (maybe-add-init-button):
|
|
2743 * menubar-items.el (bookmark-menu-filter):
|
|
2744 * menubar-items.el (slow-format-buffers-menu-line):
|
|
2745 * menubar-items.el (build-buffers-menu-internal):
|
|
2746 * menubar-items.el (language-environment-menu-filter):
|
|
2747 * menubar-items.el (default-popup-menu):
|
|
2748 * menubar-items.el (popup-buffer-menu):
|
|
2749 * menubar-items.el (popup-menubar-menu):
|
|
2750 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
2751 done working on the menubar, and there will be more patches to
|
|
2752 come. A basic summary of what I've done:
|
|
2753
|
|
2754 a) I added accelerators to all of the menu items. For menus that
|
|
2755 are auto-generated, such as the buffers menu, the accelerators are
|
|
2756 automatically added to the beginning of each line using the
|
|
2757 numbers 1 through 9, then zero, and then letters starting with A,
|
|
2758 but omitting the letters that are already in use for the fixed
|
|
2759 menu items at the top of the buffers menu. To facilitate adding
|
|
2760 accelerators of this kind, I created some new functions
|
|
2761 (*-accelerator-spec), which are also being used by other filters
|
|
2762 that auto generate lists of things such as ftp sites to download
|
|
2763 packages. If people really don't like these accelerators
|
|
2764 appearing at the beginning of the menu items, a variable can be
|
|
2765 added to optionally turn them off, but I think this is rather
|
|
2766 pointless because other menu items have accelerators and many or
|
|
2767 most of the menu users will use the accelerators if the support is
|
|
2768 there.
|
|
2769
|
|
2770 b) I combined the top level Tools and Apps menus into a single
|
|
2771 Tools menu, because the distinction between the two is not
|
|
2772 obvious, and the items on the menus are not used often enough that
|
444
|
2773 putting some of them onto submenus is a problem.
|
442
|
2774
|
|
2775 c) I created two new top level menus called View and Cmds because
|
|
2776 there were too many items on the File and Edit menus, and I'm going
|
|
2777 to be adding more items to these menus. In contrast to the Tools
|
|
2778 menu, the items on these menus may be used quite often during an
|
|
2779 editing session, and so should be available with fewer
|
444
|
2780 keystrokes.
|
442
|
2781
|
|
2782 d) I added a number of options to the options menu, including one
|
|
2783 for controlling whether the alt key can be used to traverse to
|
|
2784 menu items using the accelerators, one for controlling behavior of
|
|
2785 control-k, one for controlling how the kill and yank functions
|
|
2786 interact with the clipboard, a few additional buffers-menu
|
|
2787 options, and various other things. I also did a bit of
|
|
2788 rearranging, for example, combining the keyboard and mouse options
|
|
2789 into a single keyboard and mouse submenu to facilitate the
|
444
|
2790 accelerators on that level.
|
442
|
2791
|
|
2792 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
2793 to take two arguments instead of one, the second argument being
|
|
2794 the line number for use in creating an accelerator. I added a
|
|
2795 hack to support existing functions with one argument (although I
|
444
|
2796 doubt that very many of these exist), for backward compatibility.
|
442
|
2797
|
|
2798 f) I moved the top level mule menu to be a submenu of the edit
|
|
2799 menu. I think that most of the items on this menu are fairly
|
|
2800 useless and there are certainly not enough frequently used items
|
444
|
2801 to justify this being its own top level menu.
|
442
|
2802
|
|
2803 g) I combined most of the items in big-menubar.el into the main menu.
|
|
2804 If people think the main menu is too big, it would be possible to
|
|
2805 create different configurations, some smaller.
|
|
2806
|
|
2807 * menubar.el (check-menu-syntax):
|
|
2808 Deleted some syntax checks that were no longer valid, partly
|
|
2809 because of changes that were already made a long time ago, and
|
|
2810 partly because of a change I made where I allow the name of the
|
|
2811 menu item to be an evaluated expression rather than just a string,
|
|
2812 similar to all of the other parameters of a menu item.
|
|
2813
|
|
2814 * minibuf.el:
|
|
2815 * minibuf.el (read-file-name-1):
|
|
2816 * minibuf.el (mouse-read-file-name-1):
|
|
2817 I made a number of changes to improve the appearance
|
|
2818 and functioning of the file dialog box. They include:
|
|
2819
|
|
2820 a) Fixing the problem where closing the dialog box by clicking on
|
|
2821 the close button of the window didn't properly exit the
|
444
|
2822 minibuffer.
|
442
|
2823
|
|
2824 b) Fixing the problem that if you typed part of a file name, and
|
|
2825 then clicked on a completion with the mouse, the file was not
|
444
|
2826 correctly selected.
|
442
|
2827
|
|
2828 c) Changing the title of the dialog box to reflect the operation
|
|
2829 being done in accordance with user interface conventions, rather
|
444
|
2830 than the name of the dialog box buffer, which is rather useless.
|
442
|
2831
|
|
2832 d) Remove the words "possible completions are" which didn't
|
444
|
2833 belong.
|
442
|
2834
|
|
2835 e) Fix things so that the completions scroll off the end of the
|
|
2836 completions windows only to the right, rather than both to the
|
|
2837 right and down, which is in accordance with Windows user interface
|
444
|
2838 conventions.
|
442
|
2839
|
|
2840 * msw-init.el (init-post-mswindows-win):
|
|
2841 Added a binding for meta-F4, which is the standard windows binding
|
|
2842 for exiting a program.
|
|
2843
|
|
2844 * select.el (get-selection-no-error):
|
|
2845 * select.el (own-selection):
|
|
2846 * select.el (own-clipboard):
|
|
2847 Added an optional argument called append to the functions
|
|
2848 own-selection and own-clipboard. This adds support for appending
|
|
2849 text to the existing selection and allows the function
|
|
2850 own-clipboard to be used as the value of the variable
|
|
2851 interprogram- cut-function.
|
|
2852
|
|
2853 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
2854
|
|
2855 * simple.el (historical-kill-line): New.
|
|
2856
|
|
2857 * simple.el (kill-line):
|
|
2858 * simple.el (interprogram-cut-function):
|
|
2859 * simple.el (interprogram-paste-function):
|
|
2860 * simple.el (handle-pre-motion-command):
|
|
2861 * simple.el (next-line):
|
|
2862 * simple.el (previous-line):
|
|
2863 a) Expanded the variable kill-whole-line, so that function
|
|
2864 kill-line can be set to delete the entire line always, not just
|
|
2865 when cursor is at the beginning of the line. This is controlled
|
|
2866 by setting the variable kill-whole-line to the symbol 'always.
|
|
2867 This behavior, as well as the existing kill-whole-line behavior,
|
|
2868 now only take effect when kill-line is called interactively,
|
|
2869 although this is a departure from a previous behavior in the case
|
|
2870 of setting this variable kill-whole-line to t. It is almost
|
|
2871 certainly what has always been intended, and most likely the old
|
|
2872 way of doing things introduced bugs. I also created a function
|
|
2873 called historical-kill-line, which ignores the kill-whole-line
|
|
2874 setting and always gives the historical behavior of only killing
|
|
2875 to the end of the line. I bound this function to shift- control-k
|
|
2876 so that the kill to end of line behavior is available, even when
|
|
2877 kill-whole-line has been set to change control-k into the simple
|
|
2878 delete-whole-line behavior. (This can be set using the options
|
|
2879 menu.)
|
|
2880
|
|
2881 b) I changed things so that kill and yank now interact with the
|
|
2882 clipboard by default under windows. This was done by changing the
|
|
2883 default value of interprogram-cut- function and
|
|
2884 interprogram-paste-function. You can get the old behavior by
|
|
2885 setting these to nil, and there is an option on the options menu
|
|
2886 to do this.
|
|
2887
|
|
2888 c) I added support for selecting text using shifted motion keys.
|
|
2889 This support is on by default and can be controlled by the
|
|
2890 variable shifted-motion-keys-select-region. There is also a
|
|
2891 variable called unshifted-motion-keys-deselect-region that
|
|
2892 controls more specifically how the shifted motion key behavior
|
|
2893 works. I did not put an option on the options menu to turn this
|
|
2894 off, because I can't imagine why this would be useful.
|
|
2895
|
|
2896 * simple.el (forward-block-of-lines):
|
|
2897 * simple.el (backward-block-of-lines):
|
|
2898 * simple.el (block-movement-size):
|
|
2899 New.
|
|
2900
|
|
2901 * simple.el (uncapitalized-title-words):
|
|
2902 * simple.el (uncapitalized-title-word-regexp):
|
|
2903 * simple.el (capitalize-string-as-title):
|
|
2904 * simple.el (capitalize-region-as-title):
|
|
2905 New.
|
444
|
2906
|
442
|
2907
|
|
2908 * subr.el (add-hook):
|
|
2909 * subr.el (make-local-hook): New.
|
|
2910 * subr.el (remove-local-hook): New.
|
|
2911 * subr.el (add-one-shot-hook): New.
|
|
2912 * subr.el (add-local-one-shot-hook): New.
|
|
2913 Added some functions to make using hooks easier.
|
|
2914 These include:
|
|
2915
|
|
2916 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
2917 to use local hooks.
|
|
2918
|
|
2919 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
2920 make it possible to add a "one-shot" hook, which is to say a hook
|
|
2921 that runs only once, and automatically removes itself after the
|
|
2922 first time it has run.
|
|
2923
|
|
2924 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
2925
|
|
2926 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
2927
|
|
2928 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2929
|
|
2930 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
2931 Moved from menubar-items.el.
|
|
2932 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
2933
|
|
2934 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
2935
|
|
2936 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
2937 to buffers tab spec.
|
|
2938
|
|
2939 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2940
|
|
2941 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
2942
|
|
2943 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
2944
|
|
2945 * startup.el (command-line-1): remove unused variable
|
|
2946 `first-file-buffer'.
|
|
2947
|
|
2948 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2949
|
|
2950 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
2951 which is also used for Web server log files.
|
|
2952
|
|
2953 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
2954
|
|
2955 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
2956
|
|
2957 2000-03-02 SL Baur <steve@beopen.com>
|
|
2958
|
|
2959 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
2960 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
2961 non-deletion of buffer after execution problem.
|
|
2962 (with-output-to-string): Use unique buffer name.
|
|
2963
|
|
2964 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2965
|
|
2966 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
2967 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
2968
|
|
2969 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2970
|
|
2971 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
2972
|
|
2973 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
2974
|
|
2975 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
2976 .emacs" button from all menubars.
|
|
2977
|
|
2978 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
2979
|
|
2980 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
2981 region rectangle replacement (from Jan Vroonhof).
|
|
2982 (replace-rectangle): new function.
|
|
2983
|
|
2984 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2985
|
|
2986 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
2987 set-terminal-coding-system and set-keyboard-coding-system.
|
|
2988 * coding.el (set-terminal-coding-system): Use
|
|
2989 set-console-tty-output-coding-system.
|
|
2990 (set-keyboard-coding-system): Use
|
|
2991 set-console-tty-input-coding-system.
|
|
2992
|
|
2993 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2994
|
|
2995 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
2996
|
|
2997 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
2998
|
|
2999 * gutter-items.el (update-tab-hook): new function to be used for
|
|
3000 hooks.
|
|
3001 (create-frame-hook): add update-tab-hook.
|
|
3002 (record-buffer-hook): ditto.
|
|
3003 (default-gutter-position-changed): ditto.
|
|
3004 (default-gutter-position): updating the buffers tab is now handled
|
|
3005 by a hook.
|
|
3006 (default-gutter-position-changed-hook): new variable.
|
|
3007 (gutter-element-visibility-changed-hook): ditto.
|
|
3008 (set-gutter-element-visible-p): call it.
|
|
3009 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
3010 as duplicable before using.
|
|
3011 (remove-gutter-element): ditto.
|
|
3012 (set-gutter-element-visible-p): ditto.
|
|
3013 (init-gutter): new function.
|
|
3014 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
3015 setting specifiers directly.
|
|
3016 (clear-progress): ditto.
|
|
3017 (abort-progress): ditto.
|
|
3018 (gutter-buffers-tab-visible-p): renamed from
|
|
3019 default-gutter-visible-p
|
|
3020
|
|
3021 * specifier.el (modify-specifier-instances): new function from Jan
|
|
3022 Vroonhof.
|
|
3023
|
|
3024 * x-init.el (init-post-x-win): call init-gutter.
|
|
3025
|
|
3026 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
3027
|
|
3028 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
3029 variables.
|
|
3030
|
|
3031 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
3032
|
|
3033 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
3034 elements to the specified gutter.
|
|
3035 (remove-gutter-element): new function. Remove gutter elements from
|
|
3036 the specified gutter.
|
|
3037 (set-gutter-element-visible-p): new function. Set gutter element
|
|
3038 visibility for the provided gutter-visible specifier.
|
|
3039
|
|
3040 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
3041
|
|
3042 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
3043 dynamically.
|
|
3044
|
|
3045 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
3046
|
|
3047 * gutter-items.el (add-tab-to-gutter):
|
|
3048 * package-get.el (package-get-interactive-package-query):
|
|
3049 * package-ui.el (pui-directory-exists):
|
|
3050 (pui-install-selected-packages):
|
|
3051 (pui-list-packages):
|
|
3052 Use #'(lambda ...) instead of '(lambda ...).
|
|
3053
|
|
3054 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
3055
|
|
3056 * startup.el (load-user-init-file): Check to make sure user
|
|
3057 has an init-file before calling load().
|
|
3058
|
|
3059 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3060
|
|
3061 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
3062
|
|
3063 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
3064
|
|
3065 * XEmacs 21.2.31 is released.
|
|
3066
|
|
3067 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
3068
|
|
3069 * loadup.el (really-early-error-handler):
|
|
3070 * update-elc.el:
|
|
3071 * make-docfile.el:
|
|
3072 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
3073
|
|
3074 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
3075
|
|
3076 * XEmacs 21.2.30 is released.
|
|
3077
|
|
3078 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
3079
|
|
3080 * byte-optimize.el (byte-optimize-plus):
|
|
3081 (byte-optimize-minus):
|
|
3082 (byte-optimize-multiply):
|
|
3083 Optimize (- 0) to 0, not (-)
|
|
3084 Optimize (+ 5 3.0) to 8.0
|
|
3085 Optimize (* 5 3.0) to 15.0
|
|
3086 Improve readability.
|
|
3087
|
|
3088 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3089
|
|
3090 * modeline.el: (modeline-scrolling-method): change modeline
|
|
3091 mswindows cursor appearance according to the value.
|
|
3092
|
|
3093 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
3094 and 'gui-element face colors and 'gui-element face font to Windows
|
|
3095 defaults.
|
|
3096
|
|
3097 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
3098
|
|
3099 * font-lock.el: Javadoc enhancements
|
|
3100
|
|
3101 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3102
|
|
3103 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
3104 (ldap-verbose): New option
|
|
3105 (ldap-search-entries): Renamed from the previous ldap-search
|
|
3106 Conditionalize message display on ldap-verbose
|
|
3107 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
3108 defuns
|
|
3109 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
3110 ldap-search-basic or ldap-search-entries
|
|
3111
|
|
3112
|
|
3113 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
3114 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
3115 Jan Vroonhof <jan@xemacs.org>
|
|
3116
|
|
3117 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
3118 When for-effect is true, didn't call `byte-optimize-form'
|
|
3119 in and/or subforms without last.
|
|
3120
|
|
3121 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3122
|
|
3123 * package-get.el (package-get-download-sites): Use correct custom
|
|
3124 type.
|
|
3125
|
|
3126 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3127
|
|
3128 * files.el (write-file): Ask for coding system when compiled with
|
|
3129 file-coding.
|
|
3130
|
|
3131 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
3132
|
|
3133 * buffer.el (switch-to-buffer): give norecord argument to
|
|
3134 set-window-buffer instead of explicitly recording.
|
|
3135
|
|
3136 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
3137 we have to pick a window.
|
|
3138
|
|
3139 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3140
|
|
3141 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
3142 unexist function to help-map.
|
|
3143 (describe-coding-system): Don't use already assigend `C'.
|
|
3144
|
|
3145 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3146
|
|
3147 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
3148 work in custom.
|
|
3149
|
|
3150 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
3151
|
|
3152 * about.el: Ienaga's e-mail address change.
|
|
3153
|
|
3154 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
3155
|
|
3156 * etags.el (find-tag): force new window -- even if buf already
|
|
3157 visible -- when other-window is t
|
|
3158
|
|
3159 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
3160
|
|
3161 * XEmacs 21.2.29 is released.
|
|
3162
|
|
3163 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
3164
|
|
3165 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
3166 just defalias it.
|
|
3167 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
3168 byte-compiler level, using define-compiler-macro.
|
|
3169
|
|
3170 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
3171
|
|
3172 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
3173
|
|
3174 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3175
|
|
3176 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
3177 a regular expression that matches against the tagname
|
|
3178 part of the tag entry first instead of only looking in
|
|
3179 the context area.
|
|
3180
|
|
3181 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3182
|
|
3183 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
3184 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
3185
|
440
|
3186 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3187
|
|
3188 * XEmacs 21.2.28 is released.
|
|
3189
|
|
3190 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3191
|
|
3192 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
3193 Make arglist match docstring.
|
|
3194 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
3195 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
3196 * byte-optimize.el: remove references to `get*'.
|
|
3197
|
|
3198 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
3199
|
|
3200 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
3201
|
|
3202 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
3203
|
|
3204 * byte-optimize.el: Byte-optimize (length "foo")
|
|
3205
|
|
3206 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
3207
|
|
3208 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
3209 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
3210
|
|
3211 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3212
|
|
3213 * wid-edit.el (widget-match-inline): An atom never matches a
|
442
|
3214 list.
|
440
|
3215
|
|
3216 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3217
|
|
3218 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
3219 'win tag.
|
|
3220
|
|
3221 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3222
|
|
3223 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
3224 intelligent about buffer naming when we have duplicates.
|
|
3225
|
|
3226 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3227
|
|
3228 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
3229 updated when it becomes visible.
|
|
3230
|
|
3231 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3232
|
|
3233 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
3234 system under MULE and file-coding.
|
|
3235
|
|
3236 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
3237
|
442
|
3238 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
3239 (dontusethis-set-value-terminal-coding-system-handler):
|
|
3240 (dontusethis-set-value-keyboard-coding-system-handler):
|
440
|
3241 Never undefine coding system aliases. Emergency fix for gnus.
|
|
3242
|
|
3243 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3244
|
|
3245 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
3246 of hard-coded "/".
|
|
3247
|
|
3248 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3249
|
|
3250 * startup.el (user-init-file-base-list): New variable, replacing
|
|
3251 user-init-file-base.
|
|
3252 (find-user-init-file): New function.
|
|
3253 (command-line-early): Use it.
|
|
3254 (load-user-init-file): Ditto.
|
|
3255
|
|
3256 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3257
|
|
3258 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
3259 calling valid-image-instantiator-format-p
|
|
3260
|
|
3261 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3262
|
|
3263 * isearch-mode.el (isearch-mode): The variable is
|
|
3264 isearch-unhidden-extents, not isearch-opened-extents.
|
|
3265
|
|
3266 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3267
|
|
3268 * minibuf.el (next-history-element): Modify error message if a
|
|
3269 default value is available.
|
|
3270
|
|
3271 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
3272
|
|
3273 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
3274 .elc files in binary - might contain non-Latin1.
|
|
3275
|
|
3276 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3277
|
|
3278 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
3279 for windows-nt.
|
|
3280
|
442
|
3281 * version.el:
|
|
3282 * startup.el (user-init-file-base):
|
|
3283 * process.el (call-process-region):
|
|
3284 * files.el (make-backup-file-name):
|
|
3285 (backup-file-name-p):
|
|
3286 (file-relative-name):
|
|
3287 (abbreviate-file-name):
|
|
3288 (set-auto-mode):
|
440
|
3289 * code-process.el (call-process-region): Removed unnecessary
|
|
3290 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
3291 support out of the universe.
|
|
3292
|
|
3293 * process.el:
|
442
|
3294 * code-process.el:
|
440
|
3295 * bytecomp.el (byte-compile-file): Removed reference to
|
|
3296 buffer-file-type, and commented usage of binary-process-output
|
|
3297 NTEmacs variables.
|
|
3298
|
|
3299 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3300
|
|
3301 * help.el (function-arglist): Add case for macro.
|
|
3302
|
|
3303 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3304
|
|
3305 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
3306 printers.
|
|
3307 (custom-display): Added a menu for printer/display tags.
|
|
3308
|
|
3309 * frame.el (frame-type):
|
|
3310 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
3311 removed 'pc -- it is not going to be implemented ever.
|
|
3312 (call-device-method): Fixed docstring typo.
|
|
3313 Defined specifier tags 'printer and 'display.
|
|
3314
|
|
3315 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3316
|
|
3317 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
3318 last-command-event-time) instead of (consp
|
|
3319 'last-command-event-time).
|
|
3320
|
|
3321 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3322
|
|
3323 * msw-glyphs.el: Removed obsolete commentary.
|
|
3324
|
|
3325 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3326
|
|
3327 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
3328 better default value.
|
|
3329
|
|
3330 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3331
|
|
3332 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
3333 (read-string): Ditto.
|
|
3334 (eval-minibuffer): Ditto.
|
|
3335 (read-command): Ditto.
|
|
3336 (read-function): Ditto.
|
|
3337 (read-variable): Ditto.
|
|
3338 (read-number): Ditto.
|
|
3339 (read-shell-command): Ditto.
|
|
3340 (read-number): Record history.
|
|
3341
|
|
3342 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3343
|
|
3344 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
3345
|
|
3346 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3347
|
|
3348 * faces.el (startup-initialize-custom-faces): New function.
|
|
3349 Reset all faces created during auto-autoloads loading time
|
|
3350 by defface.
|
|
3351 * startup.el (command-line): Call it.
|
|
3352
|
|
3353 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3354
|
|
3355 * about.el (about-hackers): Add myself to contributors list.
|
|
3356
|
|
3357 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3358
|
|
3359 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
3360 a call to load-user-init-file, as the function managed to lose its
|
|
3361 formal parameter a few betas ago.
|
|
3362
|
438
|
3363 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3364
|
|
3365 * XEmacs 21.2.27 is released.
|
|
3366
|
|
3367 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
3368
|
|
3369 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
3370 Make shell-command-to-string the standard function, and
|
|
3371 exec-to-string the (deprecated) alias.
|
|
3372
|
|
3373 * startup.el: typo fix.
|
|
3374
|
|
3375 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
3376
|
|
3377 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
3378
|
|
3379 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3380
|
|
3381 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
3382 buffers after visible buffers.
|
|
3383 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
3384
|
|
3385 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3386
|
|
3387 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
3388 followed by whitespace or right parenthesis.
|
|
3389
|
|
3390 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3391
|
|
3392 * info.el (Info-directory-list): Warn against using Customize with
|
|
3393 Info-directory-list.
|
|
3394
|
|
3395 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3396
|
|
3397 * minibuf.el (read-file-name): doc fix.
|
|
3398
|
|
3399 * autoload.el (update-file-autoloads): doc fix.
|
|
3400
|
|
3401 * about.el (about-hackers): Change my E-mail address.
|
|
3402
|
|
3403 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
3404
|
|
3405 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
3406 read a filename in the standard way.
|
|
3407
|
|
3408 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
3409
|
|
3410 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
3411 (gutter-buffers-tab-extent): new variable.
|
|
3412 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
3413 orientation has changed.
|
|
3414 (add-tab-to-gutter): cope with different orientations.
|
|
3415
|
|
3416 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
3417
|
|
3418 * info.el (Info-following-node-name): backward-skip dots as well
|
|
3419 as spaces (dots at the end of a node name aren't part of it).
|
|
3420 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
3421 some in the node name.
|
|
3422 (Info-index): allow dots to be part of a node name.
|
|
3423
|
|
3424 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
3425
|
|
3426 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
3427 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
3428
|
|
3429 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3430
|
|
3431 * info.el (Info-search): Show default value.
|
|
3432
|
|
3433 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3434
|
|
3435 * info.el (Info-read-node-completion-table): New variable.
|
|
3436 (Info-read-node-name-1): New function.
|
|
3437 (Info-read-node-name): Use it.
|
|
3438 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
3439 (Info-menu): Ditto.
|
|
3440
|
|
3441 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3442
|
|
3443 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
3444 window configuration.
|
|
3445 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
3446 (hyper-apropos-read-variable-symbol): Ditto.
|
|
3447 (hyper-apropos-read-function-symbol): Ditto.
|
|
3448
|
|
3449 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3450
|
|
3451 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
3452 comint-exec-hook to use coding-system-for-read and
|
|
3453 coding-system-for-write so that C-x RET c works.
|
|
3454
|
|
3455 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3456
|
|
3457 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
3458 (previous-matching-history-element): Increment
|
|
3459 minibuffer-max-depth by 1.
|
|
3460 (next-matching-history-element): Ditto.
|
|
3461
|
|
3462 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
3463
|
|
3464 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
3465 tab.
|
|
3466 (buffers-tab-face): use it.
|
|
3467
|
|
3468 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
3469
|
|
3470 * modeline.el (modeline-scrolling-method): change modeline X
|
|
3471 cursor appearance according to the value.
|
|
3472
|
|
3473 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
3474
|
|
3475 * about.el (about-hackers): Moved my entry to contributor list.
|
|
3476 (xemacs-hackers): Added myself.
|
|
3477 (about-maintainer-info): Added description of myself.
|
|
3478
|
|
3479
|
|
3480 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
3481
|
|
3482 * modeline.el (modeline-scrolling-method): new variable.
|
|
3483 (mouse-drag-modeline): add reference to it in the docstring.
|
|
3484 (mouse-drag-modeline): handle it.
|
|
3485
|
|
3486 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
3487
|
|
3488 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
3489 calls.
|
|
3490 (remove-buffer-from-gutter-tab): ditto.
|
|
3491
|
|
3492 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3493
|
|
3494 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
3495 (custom-face-edit): Fix grammatical error in help message.
|
|
3496
|
|
3497 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3498
|
|
3499 * movemail.el: Added.
|
|
3500
|
|
3501 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
3502
|
|
3503 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
3504
|
|
3505 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
3506 the modeline horizontal scrolling facility.
|
|
3507
|
436
|
3508 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
3509
|
|
3510 * XEmacs 21.2.26 is released.
|
|
3511
|
|
3512 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
3513
|
|
3514 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
3515 does not agree with native widgets which can only be displayed
|
|
3516 once per window. The reasons for caching are diminished now that
|
|
3517 we don't hog resources when creating buttons.
|
|
3518 (widget-push-button-cache) deleted.
|
|
3519
|
434
|
3520 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
3521
|
|
3522 * XEmacs 21.2.25 is released.
|
|
3523
|
|
3524 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3525
|
|
3526 * hyper-apropos.el (hyper-apropos): Toggle
|
|
3527 hyper-apropos-programming-apropos correctly.
|
|
3528 Set REGEXP when user accepts default value.
|
|
3529
|
|
3530 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3531
|
|
3532 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
3533 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
3534
|
|
3535 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3536
|
|
3537 * mule/mule-category.el (undefined-category-designator):
|
|
3538 Return char instead of character. Search for undefined one.
|
|
3539 (describe-category): Use with-displaying-help-buffer.
|
|
3540
|
|
3541 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
3542
|
438
|
3543 * byte-optimize.el (byte-optimize-plus):
|
434
|
3544 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
3545
|
|
3546 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
3547
|
|
3548 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
3549
|
|
3550 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
3551 Remove performance penalty for using (char-before) instead of (char-after).
|
|
3552
|
|
3553 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3554
|
|
3555 * mule/mule-category.el (char-category-list): Return character
|
|
3556 instead of integer.
|
|
3557
|
|
3558 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3559
|
|
3560 * minibuf.el (read-buffer): Check default is buffer object.
|
|
3561
|
|
3562 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
3563
|
|
3564 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
3565 for buttons.
|
|
3566
|
|
3567 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
3568
|
|
3569 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
3570 Patch by Jeff Miller <jmiller@smart.net>.
|
|
3571
|
|
3572 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
3573
|
438
|
3574 * gnuserv.el (gnuserv-process-filter): don't call
|
434
|
3575 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
3576
|
432
|
3577 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
3578
|
|
3579 * XEmacs 21.2.24 is released.
|
|
3580
|
|
3581 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3582
|
|
3583 * about.el (about-hackers): Update my email address.
|
|
3584
|
430
|
3585 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
3586
|
|
3587 * XEmacs 21.2.23 is released.
|
|
3588
|
|
3589 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
3590
|
|
3591 * package-get.el (package-get-download-sites): Removed several
|
|
3592 defunct download sites, added many new ones, and corrected a few
|
|
3593 incorrect directory-on-site entries. Added physical locations to
|
|
3594 site-description.
|
|
3595
|
|
3596 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3597
|
|
3598 * finder.el (finder-commentary): add DOC string and fix
|
|
3599 interactive spec
|
|
3600
|
|
3601 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3602
|
|
3603 * help.el (describe-function): Don't forget to intern the string
|
|
3604 completing-read returns.
|
|
3605 (describe-variable): Ditto.
|
|
3606
|
434
|
3607 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
430
|
3608
|
|
3609 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
3610 `hyper-apropos-help-mode' here to find symbol to customize
|
|
3611 irregardless of cursor position and simplify
|
|
3612 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
3613 `hyper-apropos-popup-menu'.
|
|
3614
|
|
3615 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3616
|
|
3617 * apropos.el (apropos-mode-map): Add return to call
|
|
3618 apropos-follow.
|
|
3619 (apropos-print): Call apropos-mode to have better
|
|
3620 command reference. Put keymap text-poperty to
|
|
3621 symbole name.
|
|
3622
|
|
3623 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
3624
|
|
3625 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
3626 the extents at point.
|
|
3627
|
|
3628 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
3629
|
|
3630 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
3631 save-match-data
|
|
3632
|
|
3633 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3634
|
|
3635 * help.el (describe-function): Use the DEFAULT argument to
|
|
3636 completing-read.
|
|
3637 (describe-variable): Ditto.
|
|
3638
|
|
3639 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3640
|
|
3641 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
3642 DEFAULT to have better mini-buffer history support.
|
|
3643 (completing-read): Pass default to read-from-minibuffer.
|
|
3644 (read-buffer): Pass default to completing-read.
|
|
3645
|
|
3646 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3647
|
|
3648 * font-lock.el (font-lock-doc-string-face): Document the
|
|
3649 `font-lock-lisp-like' property.
|
|
3650
|
|
3651 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3652
|
|
3653 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
3654
|
|
3655 * font-lock.el (font-lock-lisp-like): New function.
|
|
3656 (font-lock-fontify-syntactically-region): Use it.
|
|
3657
|
428
|
3658 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3659
|
|
3660 * XEmacs 21.2.22 is released
|
|
3661
|
|
3662 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
3663
|
|
3664 * XEmacs 21.2.21 is released.
|
|
3665
|
|
3666 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3667
|
|
3668 * minibuf.el (read-coding-system): Accept symbol and
|
|
3669 coding-system object as a default-coding-system.
|
|
3670
|
|
3671 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3672
|
|
3673 * minibuf.el (read-coding-system): Accept symbol as
|
|
3674 a default-coding-system.
|
|
3675
|
|
3676 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3677
|
|
3678 * apropos.el (apropos-documentation): Use insert instead
|
|
3679 of princ.
|
|
3680
|
|
3681 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
3682
|
|
3683 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
3684 for the linux console.
|
|
3685
|
|
3686 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
3687 stuff to work when you are not on a window system, since the GPM
|
|
3688 mouse support now allows pasting from outside of XEmacs.
|
|
3689
|
|
3690 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
3691
|
|
3692 * XEmacs 21.2.20 is released
|
|
3693
|
|
3694 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3695
|
|
3696 * setup-paths.el (paths-default-info-directories): Add
|
|
3697 /usr/share/info and /usr/local/share/info.
|
|
3698
|
|
3699 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
3700
|
|
3701 * about.el: Updated Vladimir Ivanovic's info.
|
|
3702
|
|
3703 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3704
|
|
3705 * auto-show.el (auto-show-truncationp): Remove.
|
|
3706
|
|
3707 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
3708
|
|
3709 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3710
|
|
3711 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
3712 with tab if column is multiple of tab-width
|
|
3713 From dhn@qedinc.com
|
|
3714
|
|
3715 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3716
|
|
3717 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
3718 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
3719
|
|
3720 * package-get.el (package-get-package-provider): Be verbose when
|
|
3721 interactive. Patch from Robert Pluim
|
|
3722
|
|
3723 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
3724
|
|
3725 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
3726 info file suffixes.
|
|
3727
|
|
3728 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
3729
|
|
3730 * process.el (open-network-stream): Add a new optional parameter
|
|
3731 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
3732 in docstring for udp programming.
|
|
3733
|
|
3734 * code-process.el (open-network-stream): Add a new optional
|
|
3735 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
3736 explanation in docstring for udp programming.
|
|
3737
|
|
3738 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
3739
|
|
3740 * gui.el (make-gui-button): be more precise about how we call
|
|
3741 callbacks.
|
|
3742
|
|
3743 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
3744 of native gui-button.
|
|
3745
|
|
3746 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3747
|
|
3748 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
3749
|
|
3750 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
3751
|
|
3752 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
3753 abort status.
|
|
3754 (append-progress): dispatch-event rather than sit-for.
|
|
3755 (abort-progress): new function. Show the abort glyph with an
|
|
3756 appropriate message.
|
|
3757 (raw-append-progress): dispatch-event rather than sit-for.
|
|
3758 (display-progress): cope with aborts.
|
|
3759
|
|
3760 * gui.el (make-gui-button): Use native widgets for buttons
|
|
3761 unconditionally.
|
|
3762 (insert-gui-button): ditto.
|
|
3763 (gui-button-p): ditto.
|
|
3764
|
|
3765 * xbm-button.el: remove from core.
|
|
3766
|
|
3767 * xpm-button.el: remove from core.
|
|
3768
|
|
3769 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
3770
|
|
3771 * faces.el (init-device-faces): Don't initialize the random faces
|
|
3772 on the stream device.
|
|
3773
|
|
3774 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
3775
|
438
|
3776 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
428
|
3777
|
434
|
3778 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
428
|
3779
|
|
3780 * package-get.el (package-get-download-menu): Make menu really
|
|
3781 toggle download sites.
|
|
3782 (package-get-download-sites): Add autoload cookie.
|
|
3783
|
|
3784 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3785
|
|
3786 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
3787
|
|
3788 1999-09-29 Werner Fink <werner@suse.de>
|
|
3789
|
|
3790 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
3791 parameter for environment.
|
|
3792
|
|
3793 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
3794
|
438
|
3795 * modeline.el (modeline-format):
|
|
3796 Only purecopy the strings. Else
|
428
|
3797 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
3798 barfs.
|
|
3799
|
|
3800 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
3801
|
|
3802 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
3803 user setting comint-completion-addsuffix and
|
|
3804 comint-process-echoes.
|
|
3805
|
|
3806 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
3807
|
|
3808 * gutter-items.el (update-tab-in-gutter): use
|
|
3809 last-nonminibuf-window instead of selected-window.
|
|
3810
|
|
3811 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
3812
|
|
3813 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
3814 display on.
|
|
3815
|
|
3816 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
3817 some documentation.
|
|
3818
|
|
3819 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
3820
|
|
3821 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
3822 gutter is visible.
|
|
3823 (remove-buffer-from-gutter-tab): ditto.
|
|
3824
|
|
3825 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
3826
|
|
3827 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
3828 processing.
|
|
3829
|
|
3830 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3831
|
|
3832 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
3833 highlighting extents a high priority.
|
|
3834 (isearch-make-extent): Give the main highlighting extent an even
|
|
3835 higher priority.
|
|
3836
|
|
3837 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3838
|
|
3839 * packages.el (packages-compute-package-locations): Fix typo from
|
|
3840 -u rationalization.
|
|
3841
|
|
3842 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3843
|
|
3844 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
3845 `configure-doc-directory.'
|
|
3846
|
|
3847 * find-paths.el (paths-find-architecture-directory): Give
|
|
3848 precendence `default' argument (which typically comes from
|
|
3849 configure).
|
|
3850
|
|
3851 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3852
|
|
3853 * startup.el (command-line-early): Added options -user-init-file
|
|
3854 and -user-init-directory.
|
|
3855
|
|
3856 * files.el (user-init-file): Default to NIL so we can recognize
|
|
3857 when it's set.
|
|
3858
|
|
3859 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3860
|
438
|
3861 * obsolete.el (init-file-user):
|
|
3862 * startup.el:
|
|
3863 * packages.el (packages-compute-package-locations):
|
|
3864 * package-get.el (package-get-user-index-filename):
|
|
3865 * menubar-items.el (maybe-add-init-button):
|
|
3866 * info.el (Info-annotations-path):
|
|
3867 * dump-paths.el:
|
428
|
3868 Change `user-init-directory' to be an absolute path.
|
|
3869 Use `user-init-directory' where appropriate.
|
|
3870 Zap `init-file-user' and its uses.
|
|
3871
|
|
3872 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
3873
|
|
3874 * subr.el (copy-symbol): New function.
|
|
3875
|
|
3876 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3877
|
|
3878 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
3879 extents in the proper buffer.
|
|
3880 (isearch-pre-command-hook): Set this-command to the correct value
|
|
3881 in case the buffer has changed and old overriding-local-map was
|
|
3882 used.
|
|
3883 (isearch-restore-extent): Use remprop instead of setting the
|
|
3884 property to nil.
|
|
3885
|
|
3886 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
3887
|
|
3888 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
3889 before the delay.
|
|
3890 (execute-extended-command): Make the message gettext-friendly.
|
|
3891
|
|
3892 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
3893
|
|
3894 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
3895 progress-glyph.
|
|
3896 (progress-text-glyph): new variable.
|
|
3897 (progress-layout-glyph): use layouts and text glyphs.
|
|
3898 (progress-area-buffer): removed.
|
|
3899 (progress-text-and-extent): new variable.
|
|
3900 (progress-displayed-p): dynamically create gutter area buffer.
|
|
3901 (clear-progress): ditto.
|
|
3902 (raw-append-progress): ditto.
|
|
3903 (append-progress): use new glyph names.
|
|
3904 (raw-append-progress): only create the extent when needed. set
|
|
3905 properties more optimally.
|
|
3906 (progress): remove args.
|
|
3907
|
|
3908 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3909
|
|
3910 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
3911 mapcar where the return value is unused.
|
|
3912 (isearch-restore-invisible-extents): Ditto.
|
|
3913 (isearch-highlight-all-cleanup): Ditto.
|
|
3914 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
3915 (isearch-highlight-all-update): Don't start over if the search
|
|
3916 string has changed and more input is pending.
|
|
3917
|
|
3918 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3919
|
|
3920 * packages.el (packages-find-package-data-path): Ditto.
|
|
3921
|
|
3922 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
3923
|
|
3924 * subr.el (mapc-internal): Don't make obsolete.
|
|
3925
|
|
3926 * cl-extra.el (mapc): Resurrect.
|
|
3927
|
|
3928 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
3929
|
438
|
3930 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
428
|
3931 alias.
|
|
3932
|
|
3933 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
3934 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
3935 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
3936 x-get-clipboard.
|
|
3937 (isearch-yank-selection): Fix docstring.
|
|
3938
|
|
3939 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
3940
|
|
3941 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
3942
|
|
3943 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
3944
|
|
3945 * cl-macs.el (extent-start-position): Fix setf method.
|
|
3946 (extent-end-position): Ditto.
|
|
3947
|
|
3948 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
3949
|
|
3950 * isearch-mode.el: End merge with FSF 20.4.
|
|
3951
|
|
3952 * isearch-mode.el (search-invisible): New variable.
|
|
3953 (isearch-hide-immediately): Ditto.
|
|
3954 (isearch-unhidden-extents): Ditto.
|
|
3955 (isearch-range-invisible): New function.
|
|
3956 (isearch-unhide-extent): Ditto.
|
|
3957 (isearch-restore-invisible-extents): Ditto.
|
|
3958 (isearch-restore-extent): Ditto.
|
|
3959
|
|
3960 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
3961 implementation.
|
|
3962 (isearch-ring-retreat-edit): Ditto.
|
|
3963 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
3964 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
3965 NO-RECURSIVE-EDIT.
|
|
3966 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
3967 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
3968 NO-RECURSIVE-EDIT.
|
|
3969 (isearch-mode): Return isearch-success.
|
|
3970 (isearch-update): Use unread-command-events instead of
|
|
3971 unread-command-event.
|
|
3972 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
3973 states.
|
|
3974 (isearch-*-char): Use FSF implementation.
|
|
3975 (isearch-whitespace-chars): Use the more robust FSF's
|
|
3976 implementation.
|
|
3977 (isearch-within-brackets): New variable.
|
|
3978 (isearch-mode): Initialize it.
|
|
3979 (isearch-edit-string): Bind it.
|
|
3980 (isearch-search-and-update): Set it.
|
|
3981 (isearch-push-state): Push it.
|
|
3982 (isearch-top-state): Pop it.
|
|
3983 (isearch-search): Set it.
|
|
3984 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
3985 handle M-SPC gracefully.
|
|
3986 (isearch-message-prefix): New argument ELLIPSIS.
|
|
3987 (isearch-message-suffix): Ditto.
|
|
3988 (isearch-message): Use the ELLIPSIS argument when calling
|
|
3989 isearch-message-prefix and isearch-message-suffix.
|
|
3990 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
3991 "overwrapped" search, FWIW.
|
|
3992
|
|
3993 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
3994
|
|
3995 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
3996 search ring instead of search-last-string and search-last-regexp.
|
|
3997 (search-highlight): Renamed from isearch-highlight.
|
|
3998 (isearch-exit): Use the new name.
|
|
3999 (isearch-highlight): Ditto.
|
|
4000 (isearch-dehighlight): Ditto.
|
|
4001 (isearch-update-ring): New function.
|
|
4002 (isearch-done): Call it.
|
|
4003 (isearch-done): New argument EDIT.
|
438
|
4004 (isearch-repeat): If search string is empty, look up at the car of
|
428
|
4005 the search ring; ignore the yank pointer.
|
|
4006 (isearch-abort): Call isearch-done with NOPUSH.
|
|
4007 (isearch-cancel): New function.
|
|
4008 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
4009
|
|
4010 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
4011
|
|
4012 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
4013
|
|
4014 * x-select.el (x-get-clipboard): obsolete.
|
|
4015 (x-yank-clipboard-selection): obsolete
|
|
4016
|
|
4017 * select.el (disown-selection): need to be careful to disown the
|
|
4018 clipboard if we set it via selection.
|
|
4019 (get-clipboard): move from x-select.el
|
|
4020 (yank-clipboard-selection): ditto.
|
|
4021
|
|
4022 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4023
|
|
4024 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
4025 isearch-highlight-all-matches to nil.
|
|
4026 (isearch-fixed-case): New variable.
|
|
4027 (isearch-mode): Initialize it.
|
|
4028 (isearch-edit-string): Save it.
|
|
4029 (isearch-toggle-case-fold): Set it.
|
|
4030 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
4031 need to check isearch-fixed-case.
|
|
4032 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
4033 before the pause.
|
438
|
4034 (isearch-edit-string):
|
428
|
4035
|
|
4036 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4037
|
|
4038 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
4039 before reading the event so that the prompt is displayed properly.
|
|
4040 (isearch-message): Use isearch-nonincremental when calling
|
|
4041 isearch-message-prefix.
|
|
4042 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
4043 M-p and M-n respectively.
|
|
4044 (isearch-done): New arg NOPUSH.
|
|
4045 (isearch-edit-string): Use it.
|
|
4046 (isearch-edit-string): Don't bind isearch-string.
|
|
4047 (isearch-ring-adjust): Edit string, *then* push state.
|
|
4048
|
|
4049 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
4050
|
|
4051 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
4052 different than default.
|
|
4053
|
|
4054 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4055
|
|
4056 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4057 save-excursion.
|
|
4058 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4059 (isearch-update): Call isearch-dehighlight without arguments.
|
|
4060 (isearch-done): Ditto.
|
|
4061
|
|
4062 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
4063 upper-case letters, allow the folding to be reenabled.
|
|
4064 Previously, once disabled, the folding would remain that way until
|
|
4065 the end of isearch.
|
|
4066 (isearch-top-state): Call isearch-fix-case.
|
|
4067
|
|
4068 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4069 save-excursion.
|
|
4070 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4071
|
|
4072 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
4073
|
|
4074 * xpm-button.el:
|
|
4075 xbm-button.el: Need to exist in core because gui.el depends on
|
|
4076 them.
|
|
4077
|
|
4078 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
4079
|
|
4080 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
4081 (buffers-tab-default-buffer-line-length): new specifier for
|
|
4082 maximum viewable characters.
|
|
4083 (progress-stack): new variable for implementing widget-based
|
|
4084 progress messages.
|
|
4085 (progress-area-buffer): ditto.
|
|
4086 (progress-glyph-height): ditto.
|
|
4087 (progress-stop-callback): ditto.
|
|
4088 (progress-quit-function): new function.
|
|
4089 (progress-glyph): new variable.
|
|
4090 (progress-layout-glyph): ditto.
|
|
4091 (progress-displayed-p): new function, see message-displayed-p for
|
|
4092 details.
|
|
4093 (clear-progress): ditto.
|
|
4094 (remove-progress): ditto.
|
|
4095 (append-progress): ditto.
|
|
4096 (raw-append-progress): ditto.
|
|
4097 (display-progress): ditto.
|
|
4098 (current-progress): ditto.
|
|
4099 (current-progress-label): ditto.
|
|
4100 (progress): ditto.
|
|
4101 (lprogress): ditto.
|
|
4102
|
|
4103
|
|
4104 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4105
|
|
4106 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
4107
|
|
4108 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
4109 `isearch-yank-selection'.
|
|
4110 (isearch-mode-map): Use it.
|
|
4111 (isearch-yank-selection): Use `get-selection' instead of
|
|
4112 `get-x-selection'.
|
|
4113
|
|
4114 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4115
|
|
4116 * faces.el (isearch-secondary): Create face here.
|
|
4117
|
438
|
4118 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
428
|
4119 timers.
|
|
4120
|
|
4121 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
4122
|
|
4123 * subr.el (buffer-string): More robust backward compatibility
|
|
4124 check, courtesy William Perry.
|
|
4125
|
|
4126 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
4127
|
|
4128 * replace.el (perform-replace): Stop the search after the search
|
|
4129 limit has been reached.
|
|
4130
|
|
4131 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
4132
|
|
4133 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
4134 here if we don't have one.
|
|
4135
|
|
4136 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
4137
|
|
4138 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
4139 efficient UTF8 support
|
|
4140 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
4141 being defined
|
|
4142 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
4143 being defined
|
|
4144
|
442
|
4145 1999-08-23 Didier Verna <didier@xemacs.org>
|
428
|
4146
|
|
4147 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
4148 Some doc strings improvements, and add a star to the `interactive'
|
|
4149 calls.
|
|
4150
|
|
4151 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
4152
|
|
4153 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
4154 keywords and regexpes for javadoc syntax 1.2.
|
|
4155
|
|
4156 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
4157
|
|
4158 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
4159 format-buffers-tab-line.
|
|
4160 (buffers-tab-max-buffer-line-length): new variable.
|
|
4161 (format-buffers-tab-line): new function. truncate names if over
|
|
4162 buffers-tab-max-buffer-line-length.
|
|
4163
|
|
4164 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
4165
|
|
4166 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
4167
|
|
4168 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
4169
|
|
4170 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
4171 brute-force approach to deleting the last buffer.
|
|
4172 (buffers-tab-grouping-regexp): new customizable variable.
|
|
4173 (select-buffers-tab-buffers-by-mode): use it.
|
|
4174
|
|
4175 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
4176
|
|
4177 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
4178 deletion problem.
|
|
4179
|
442
|
4180 1999-07-30 Didier Verna <didier@xemacs.org>
|
428
|
4181
|
|
4182 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
4183 of princ to output symbols.
|
|
4184 (custom-save-face-internal): ditto.
|
|
4185 (custom-save-resets): ditto.
|
|
4186
|
442
|
4187 1999-08-09 Didier Verna <didier@xemacs.org>
|
428
|
4188
|
|
4189 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
4190 `regexp-quote' to protect the major mode name for use as a regular
|
|
4191 expression (c++ needs this for instance).
|
|
4192
|
|
4193 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
4194
|
|
4195 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
4196 cope with similar mode names.
|
|
4197
|
|
4198 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
4199 function.
|
|
4200 (select-buffers-tab-buffers-by-mode): new function.
|
|
4201 (buffers-tab-items): use it if set to only display buffers in the
|
|
4202 tab in the current buffer's group..
|
|
4203 (update-tab-in-gutter): use new api.
|
|
4204 (remove-buffer-from-gutter-tab): ditto.
|
|
4205
|
|
4206 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
4207 default to 6.
|
|
4208 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
4209 (add-tab-to-gutter): set face as default.
|
|
4210
|
|
4211 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
4212
|
|
4213 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
4214 with the target, not replace it.
|
|
4215
|
|
4216 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
4217
|
|
4218 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
4219 buffer-items.
|
|
4220 (update-tab-in-gutter): use it.
|
|
4221
|
|
4222 * gutter-items.el (record-buffer-hook): set.
|
|
4223
|
|
4224 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
4225 change.
|
|
4226 (switch-to-buffer-hook) deleted.
|
|
4227
|
|
4228 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
4229
|
|
4230 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
4231 as an argument to create-frame-hook.
|
|
4232
|
|
4233 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4234
|
|
4235 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
4236 instead of timer emulation.
|
|
4237
|
|
4238 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
4239
|
|
4240 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
4241 Emacs isearch enhancements.
|
|
4242
|
|
4243 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
4244
|
|
4245 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
4246 all devices that support tab controls.
|
|
4247 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
4248 value for kill-buffer-hook.
|
|
4249
|
|
4250 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
4251
|
|
4252 * auto-show.el (auto-show-truncationp): changed to match
|
|
4253 `window_translation_on'
|
|
4254
|
|
4255 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4256
|
|
4257 * XEmacs 21.2.19 is released
|
|
4258
|
|
4259 1999-07-28 SL Baur <steve@miho>
|
|
4260
|
|
4261 * code-files.el (insert-file-contents): Fix docstring.
|
|
4262 revert previous change.
|
|
4263
|
|
4264 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4265
|
|
4266 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
4267 contain word-across-newline plus one character so that filling
|
|
4268 Japanese and Chinese works as desired.
|
|
4269 * simple.el (do-auto-fill): Ditto.
|
|
4270
|
|
4271 1999-07-26 SL Baur <steve@miho>
|
|
4272
|
|
4273 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
4274 method.
|
|
4275 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4276
|
|
4277 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
4278
|
|
4279 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
4280 able to use cl-macs macro in early lisp.
|
|
4281
|
|
4282 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
4283
|
|
4284 * custom.el:
|
|
4285 * cus-face.el:
|
|
4286 * cus-edit.el:
|
|
4287 Massive custom Theme API changes.
|
|
4288
|
|
4289 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4290
|
|
4291 * code-files.el (insert-file-contents): Regard
|
|
4292 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
4293
|
|
4294 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4295
|
|
4296 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
4297 bootstrapping problem with C locale.
|
|
4298
|
|
4299 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
4300
|
|
4301 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
4302 gutter-items in a less than functional XEmacs.
|
|
4303 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
4304
|
|
4305 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
4306
|
|
4307 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
4308 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
4309 t.
|
|
4310
|
|
4311 1999-07-22 SL Baur <steve@miho>
|
|
4312
|
|
4313 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
4314
|
|
4315 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
4316
|
|
4317 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
4318 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
4319 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
4320 modular enough to use as an efficient scripting tool.)
|
|
4321
|
|
4322 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4323
|
|
4324 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
4325 coding-category `utf-8' and `ucs-4' if they are available.
|
|
4326
|
|
4327 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4328
|
|
4329 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
4330 (prefer-coding-system): Fix DOC-string.
|
|
4331
|
|
4332 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
4333 DOC-string too.
|
|
4334
|
|
4335 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
4336 Mule.
|
|
4337 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
4338
|
|
4339 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4340
|
|
4341 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
4342 instead of `list-coding-system'.
|
|
4343
|
|
4344 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4345
|
|
4346 * menubar-items.el (default-menubar): `select-input-method' was
|
|
4347 renamed to `set-input-method'.
|
|
4348
|
|
4349 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4350 "Set Language Environment" menu.
|
|
4351
|
|
4352 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
4353 "Describe Language Support" menu.
|
|
4354
|
|
4355 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4356
|
|
4357 * mule/chinese.el ("Chinese-GB"): Rename
|
|
4358 `chinese-gb-environment-setup-function' to
|
|
4359 `setup-chinese-gb-environment-internal'.
|
|
4360
|
|
4361 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4362
|
|
4363 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
4364 `copy-coding-system'.
|
|
4365
|
|
4366 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4367
|
|
4368 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4369 Treat duplicated coding-categories.
|
|
4370
|
|
4371 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4372
|
|
4373 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
4374 `copy-coding-system'.
|
|
4375
|
|
4376 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4377
|
|
4378 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
4379 coding-system `viscii'.
|
|
4380
|
|
4381 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4382
|
|
4383 * mule/cyrillic.el:
|
|
4384 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
4385 (cyrillic-alternativnyj-decode-table): New variable.
|
|
4386 (cyrillic-alternativnyj-encode-table): New variable.
|
|
4387 - Specify `iso-8-1' as a category of coding-system
|
|
4388 `alternativnyj'.
|
|
4389 - Abolish general Cyrillic environment.
|
|
4390
|
|
4391 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4392
|
|
4393 * mule/chinese.el:
|
|
4394 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
4395 - Register `chinese-gb-environment-setup-function' as a
|
|
4396 `setup-function' of "Chinese-GB" environment.
|
|
4397
|
|
4398 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4399
|
|
4400 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
4401 optional argument `parents'.
|
|
4402
|
|
4403 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
4404 property for Thai-XTIS.
|
|
4405
|
|
4406 * mule/mule-help.el (help-with-tutorial): Use property
|
|
4407 `tutorial-coding-system' of language-info as a coding-system to
|
|
4408 read tutorial file.
|
|
4409
|
|
4410 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4411
|
|
4412 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
4413 `exit-function'.
|
|
4414
|
|
4415 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4416 `set-coding-category-system' to set up coding-system for
|
|
4417 coding-category.
|
|
4418
|
|
4419 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4420 `set-coding-category-system' to set up coding-system for
|
|
4421 coding-category.
|
|
4422
|
|
4423 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4424
|
|
4425 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
4426 Thai-XTIS environment.
|
|
4427
|
|
4428 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
4429 `find-coding-system' instead of `coding-system-p'.
|
|
4430
|
|
4431 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4432
|
|
4433 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
4434 Modify eol-type for XEmacs.
|
|
4435
|
|
4436 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
4437
|
|
4438 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
4439 function.
|
|
4440 (prefer-coding-system): Don't call
|
|
4441 `update-coding-systems-internal'; use function
|
|
4442 `coding-category-list' instead of variable `coding-category-list';
|
|
4443 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
4444 modify `eol-type' for XEmacs.
|
|
4445
|
|
4446 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
4447 `charset-columns'.
|
|
4448 (char-width): Likewise.
|
|
4449
|
|
4450 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4451
|
|
4452 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
4453 `tis-620'.
|
|
4454
|
|
4455 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
4456 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
4457 call `update-coding-systems-internal'.
|
|
4458
|
|
4459 * mule/mule-misc.el (coding-system-get): New function.
|
|
4460 (coding-system-put): New function.
|
|
4461 (coding-system-category): New function.
|
|
4462
|
|
4463 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4464
|
|
4465 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
4466 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
4467 to avoid conflict with leim/quail/thai-xtis.
|
|
4468
|
|
4469 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
4470 to thai-xtis-chars.el.
|
|
4471
|
|
4472 * mule/thai-xtis-chars.el: New file (split from
|
|
4473 mule/thai-xtis.el).
|
|
4474
|
|
4475 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4476
|
|
4477 * mule/thai-xtis.el:
|
|
4478 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
4479 - Add syntax entries.
|
|
4480 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
4481 `tis-620'.
|
|
4482
|
|
4483 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
4484
|
|
4485 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
4486 rewritten to use write-multibyte-character.
|
|
4487
|
|
4488 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4489
|
|
4490 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
4491 of `iso-2022-7'.
|
|
4492 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
4493 ported yet.
|
|
4494 (read-input-method-name): Treat optional argument `default'.
|
|
4495
|
|
4496 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4497
|
|
4498 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
4499 all.
|
|
4500 (set-language-info-alist): Set up menus here.
|
|
4501
|
|
4502 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4503
|
|
4504 * minibuf.el (completing-read): Add new optional argument
|
|
4505 `default'.
|
|
4506 (read-coding-system): Add new optional argument
|
|
4507 `default-coding-system'.
|
|
4508
|
|
4509 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
4510
|
|
4511 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
4512 (viet-viscii-...->viet-vscii...).
|
|
4513
|
|
4514 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
4515
|
|
4516 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
4517 and menus.
|
|
4518
|
|
4519 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
4520
|
|
4521 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
4522 property.
|
|
4523
|
|
4524 1999-03-30 Dave Love <fx@gnu.org>
|
|
4525
|
|
4526 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
4527
|
|
4528 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
4529
|
|
4530 * mule/european.el (setup-slovenian-environment): New function.
|
|
4531 ("Slovenian"): New language environment.
|
|
4532
|
|
4533 1999-01-27 Dave Love <fx@gnu.org>
|
|
4534
|
|
4535 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
4536 :type (choices) and appropriate :get.
|
|
4537
|
|
4538 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
4539
|
|
4540 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
4541 input-method-alist.
|
|
4542
|
|
4543 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
4544
|
|
4545 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
4546 set-coding-priority, so that the internal array of priorities is
|
|
4547 also updated.
|
|
4548
|
|
4549 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4550
|
|
4551 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
4552 requires specific EOL conversion type, make the default coding
|
|
4553 systems use that.
|
|
4554
|
|
4555 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4556
|
|
4557 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
4558 eol-type to set-language-environment-coding-systems.
|
|
4559 (set-default-coding-systems): Copy the eol-type property for the
|
|
4560 new default values of {buffer-file,process}-coding-system from the
|
|
4561 old defaults.
|
|
4562 (set-language-environment-coding-systems): Accept an optional
|
|
4563 argument EOL-TYPE, and set the eol-type property of the default
|
|
4564 coding systems accordingly.
|
|
4565
|
|
4566 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
4567
|
|
4568 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
4569 use generate-new-buffer instead of get-buffer-create.
|
|
4570
|
|
4571 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4572
|
|
4573 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
4574
|
|
4575 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
4576
|
|
4577 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
4578
|
|
4579 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4580
|
|
4581 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
4582 Add apropos-inhibit property.
|
|
4583 (describe-specified-language-support): Likewise.
|
|
4584
|
|
4585 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4586
|
|
4587 * mule/mule-cmds.el: Doc fixes.
|
|
4588
|
|
4589 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
4590
|
|
4591 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
4592 modified.
|
|
4593
|
|
4594 1998-09-01 Dave Love <fx@gnu.org>
|
|
4595
|
|
4596 * mule/mule-cmds.el (current-language-environment): Fix
|
|
4597 setter function.
|
|
4598
|
|
4599 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
4600
|
|
4601 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
4602 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
4603 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
4604 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
4605 files using interpreted code.
|
|
4606
|
|
4607 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
4608
|
|
4609 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
4610 ("Latin-2"): Likewise.
|
|
4611
|
|
4612 1998-08-18 Per Starback <starback@update.uu.se>
|
|
4613
|
|
4614 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
4615
|
|
4616 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
4617
|
|
4618 * mule/european.el: Give proper value of `input-method' key to all
|
|
4619 lang. env.
|
|
4620
|
|
4621 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
4622 the arg INPUT-METHOD is nil correctly.
|
|
4623 (read-multilingual-string): Activate the specified input method
|
|
4624 before calling read-string. Afterward, activate the original
|
|
4625 input method.
|
|
4626
|
|
4627 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
4628
|
|
4629 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4630 (set-language-info-alist): Fix typo in doc-string.
|
|
4631
|
|
4632 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
4633
|
|
4634 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
4635
|
|
4636 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4637 (reset-language-environment): New function for the job that
|
|
4638 setup-english-environment used to do.
|
|
4639 (set-language-environment): Do more setups according to the info
|
|
4640 in language-info-alist.
|
|
4641 (read-language-name): Handle the case that the arg KEY is nil.
|
|
4642 (describe-language-environment): Handle input-method property.
|
|
4643
|
|
4644 * mule/: All files under this directory, which related with
|
|
4645 specific languages (such as mule/european.el, mule/greek.el,
|
|
4646 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
4647 (setup-XXX-environment): Just call set-language-environment. If
|
|
4648 they used to do some other jobs than what done by
|
|
4649 set-language-environment, those jobs are done in
|
|
4650 setup-XXX-environment-internal now.
|
|
4651 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
4652 the value to setup-XXX-environment-internal. Add properties
|
|
4653 input-method and features.
|
|
4654
|
|
4655 * mule/english.el (setup-english-environment): Just call
|
|
4656 reset-language-environment.
|
|
4657
|
|
4658 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
4659
|
|
4660 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4661
|
|
4662 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
4663 (input-method-use-echo-area): Doc fixes.
|
|
4664
|
|
4665 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
4666
|
|
4667 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
4668 variable.
|
|
4669 (input-method-use-echo-area): New variable.
|
|
4670
|
|
4671 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
4672
|
|
4673 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
4674
|
|
4675 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
4676
|
|
4677 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
4678 (inactivate-input-method): Likewise.
|
|
4679
|
|
4680 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
4681
|
|
4682 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
4683 input method in the current buffer, but just bind
|
|
4684 current-input-method.
|
|
4685
|
|
4686 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
4687
|
|
4688 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
4689
|
|
4690 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
4691 coding-system.
|
|
4692
|
|
4693 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
4694
|
|
4695 * mule/greek.el: Add coding-priority.
|
|
4696
|
|
4697 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4698
|
|
4699 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
4700 LANG-ENV.
|
|
4701
|
|
4702 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4703
|
|
4704 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
4705 (setup-specified-language-environment): Doc fix.
|
|
4706
|
|
4707 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4708
|
|
4709 * mule/mule-cmds.el: Several doc fixes.
|
|
4710 (get-language-info, set-language-info): Rename argument.
|
|
4711 (set-language-info-alist): Likewise.
|
|
4712 (register-input-method): Rename argument.
|
|
4713 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
4714
|
|
4715 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
4716
|
|
4717 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
4718 default value while reading an input method.
|
|
4719
|
|
4720 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
4721
|
|
4722 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
4723 Use buffer-file-coding-system as default.
|
|
4724
|
|
4725 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
4726
|
|
4727 * mule/korean.el ("Korean"): Doc fix.
|
|
4728
|
|
4729 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
4730
|
|
4731 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
4732 languge environment at the head.
|
|
4733
|
|
4734 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
4735
|
|
4736 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
4737 for Japanese environment.
|
|
4738
|
|
4739 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
4740
|
|
4741 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
4742 (current-language-environment): Use defcustom.
|
|
4743 (default-input-method): Specify :type.
|
|
4744
|
|
4745 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
4746
|
|
4747 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4748 modified.
|
|
4749 (prefer-coding-system): Doc-string modified.
|
|
4750
|
|
4751 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4752
|
|
4753 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
4754 describes `coding-priority' KEY.
|
|
4755 (set-language-environment-coding-systems): New function.
|
|
4756 (select-safe-coding-system): New function.
|
|
4757 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
4758 (set-language-info-alist): New optionla arg PARENTS. Call
|
442
|
4759 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
428
|
4760 (set-language-environment-coding-systems): New function.
|
|
4761
|
|
4762 * mule/chinese.el: Remove setting up of
|
|
4763 describe-chinese-environment-map and
|
|
4764 setup-chinese-environment-map. Exclude them in args of calls to
|
|
4765 set-language-info-alist. Register coding-priority key in
|
|
4766 language-info-alist.
|
|
4767
|
|
4768 * mule/cyrillic.el: Remove setting up of
|
|
4769 describe-cyrillic-environment-map and
|
|
4770 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
4771 set-language-info-alist. Register coding-priority key in
|
|
4772 language-info-alist.
|
|
4773
|
|
4774 * mule/english.el: Register coding-priority key in
|
|
4775 language-info-alist.
|
|
4776
|
|
4777 * mule/ethiopic.el: Register coding-priority key in
|
|
4778 language-info-alist.
|
|
4779
|
|
4780 * mule/european.el: Remove setting up of
|
|
4781 describe-european-environment-map and
|
|
4782 setup-european-environment-map. Exclude them in args of calls to
|
|
4783 set-language-info-alist. Register coding-priority key in
|
|
4784 language-info-alist. Add "German" language env.
|
|
4785 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
4786 (setup-german-environment): New function.
|
|
4787
|
|
4788 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
4789 change default input method to "greek-postfix".
|
|
4790
|
|
4791 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
4792 coding-priority key in
|
|
4793
|
|
4794 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
4795
|
|
4796 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
4797 (input-method-inactivate-hook): Doc fix.
|
|
4798
|
|
4799 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
4800
|
|
4801 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
4802 select-input-method.
|
|
4803
|
|
4804 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
4805
|
|
4806 * mule/mule-cmds.el (set-language-environment): Run
|
|
4807 exit-language-environment-hook before calling `exit-function'
|
|
4808 which is specified for the language environment.
|
|
4809
|
|
4810 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
4811
|
|
4812 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
4813 modified.
|
|
4814 (prefer-coding-system): Likewise.
|
|
4815 (describe-language-environment): Print aliases of each coding
|
|
4816 system.
|
|
4817 (set-language-environment-hook): New variable.
|
|
4818 (exit-language-environment-hook): New variable.
|
|
4819 (set-language-environment): Call these hooks. Before setting a
|
|
4820 new language environment, exit from the
|
|
4821 current-language-environment if necessary.
|
|
4822 (input-method-verbose-flag): The value can be nil, t,
|
|
4823 complex-only, or default.
|
|
4824 (input-method-highlight-flag): Doc-string augmented.
|
|
4825 (activate-input-method): Check if we can run the registered
|
|
4826 function to activate an input method.
|
|
4827
|
|
4828 * mule/korean.el: Set exit-function for language environment
|
|
4829 "Korean" to exit-korean-environment.
|
|
4830 (setup-korean-environment): Moved to korea-util.el.
|
|
4831
|
|
4832 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4833
|
|
4834 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
4835 current-input-method prior to default-input-method. Don't bind
|
|
4836 current-input-method by `let', instead, activate the specified
|
|
4837 input method in the current buffer temporarily.
|
|
4838
|
|
4839 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
4840
|
|
4841 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
4842
|
|
4843 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
4844
|
|
4845 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
4846 decode-hz-region.
|
|
4847 (pre-write-encode-hz): Do not change the value of
|
|
4848 last-coding-system.
|
|
4849
|
|
4850 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
4851
|
|
4852 * mule/mule-ccl.el: Doc fixes.
|
|
4853
|
|
4854 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
4855
|
|
4856 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
4857 (check-ccl-program): New macro.
|
|
4858
|
|
4859 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
4860
|
|
4861 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
4862 (ccl-command-table): Add read-multibyte-character and
|
|
4863 write-multibyte-character.
|
|
4864 (ccl-code-table): Add ex-cmd.
|
|
4865 (ccl-extended-code-table): New variable.
|
|
4866 (ccl-embed-extended-command): New function.
|
|
4867 (ccl-compile-read-multibyte-character,
|
|
4868 ccl-compile-write-multibyte-character) New functions.
|
|
4869 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
4870 ccl-dump-write-multibyte-character): New functions.
|
|
4871
|
|
4872 1999-07-22 SL Baur <steve@miho>
|
|
4873
|
|
4874 * config.el (config-value-file): config.values is installed into
|
|
4875 doc-directory.
|
|
4876 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
4877
|
442
|
4878 1999-07-19 Didier Verna <didier@xemacs.org>
|
428
|
4879
|
|
4880 * rect.el: all functions rewritten, except when noted. Below is a
|
|
4881 list of interface changes.
|
|
4882 (apply-on-rectangle): new function. Obsoletes
|
|
4883 `operate-on-rectangle'. All functions that used to call this
|
|
4884 function now call the new one.
|
|
4885 (kill-rectangle): added optional prefix arg to fill lines.
|
|
4886 (delete-rectangle): ditto.
|
|
4887 (delete-extract-rectangle): ditto.
|
|
4888 (open-rectangle): ditto.
|
|
4889 (clear-rectangle): ditto.
|
|
4890 (delete-rectangle-line): added third arg FILL.
|
|
4891 (delete-extract-rectangle-line): ditto.
|
|
4892 (open-rectangle-line): ditto.
|
|
4893 (clear-rectangle-line): ditto.
|
|
4894
|
|
4895 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
4896
|
|
4897 * menubar-items.el (default-menubar): add gutter options.
|
|
4898
|
|
4899 * gutter-items.el: new file.
|
|
4900 (gutter): new group for custom.
|
|
4901 (gutter-visible-p): new variable.
|
|
4902 (default-gutter-position): ditto.
|
|
4903 (buffers-tab): new group for the buffers tab.
|
|
4904 (gutter-buffers-tab): widget to put in the gutter.
|
|
4905 (buffers-tab-max-size): max number of tabs.
|
|
4906 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
4907 tab is pressed.
|
|
4908 (buffers-tab-omit-function): filter buffers with this function.
|
|
4909 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
4910 inclusion in tabs.
|
|
4911 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
4912 the record.
|
|
4913 (build-buffers-tab-internal): build a list of tab items.
|
|
4914 (buffers-tab-items): ditto.
|
|
4915 (add-tab-to-gutter): put a tab in the gutter area.
|
|
4916 (update-tab-in-gutter): reset the buffers in the tab.
|
|
4917
|
|
4918 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
4919
|
|
4920 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
4921 (switch-to-buffer-hooks): new hook.
|
|
4922
|
|
4923 * toolbar.el (default-toolbar-position): fix typo.
|
|
4924
|
|
4925 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
4926
|
|
4927 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
4928
|
442
|
4929 1999-07-15 Didier Verna <didier@xemacs.org>
|
428
|
4930
|
|
4931 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
4932 prompt for a comment string.
|
|
4933 (customize-set-value): optional prefix makes this function handle
|
|
4934 variable comments.
|
|
4935 (customize-set-variable): ditto.
|
|
4936 (customize-save-variable): ditto.
|
|
4937 (customize-customized): handle custom comments.
|
|
4938 (customize-save-customized): ditto.
|
|
4939 (custom-variable-state-set): ditto.
|
|
4940 (custom-face-state-set): ditto.
|
|
4941 (customize-saved): ditto.
|
|
4942 (custom-variable-set): ditto.
|
|
4943 (custom-face-set): ditto.
|
|
4944 (custom-variable-save): ditto.
|
|
4945 (custom-face-save): ditto.
|
|
4946 (custom-variable-reset-saved): ditto.
|
|
4947 (custom-face-reset-saved): ditto.
|
|
4948 (custom-variable-reset-standard): ditto.
|
|
4949 (custom-face-reset-standard): ditto.
|
|
4950 (custom-comment-face): new face.
|
|
4951 (custom-comment-tag-face): ditto.
|
|
4952 (custom-comment): new widget.
|
|
4953 (custom-comment-create): new function.
|
|
4954 (custom-comment-delete): ditto.
|
|
4955 (custom-comment-value-set): ditto.
|
|
4956 (custom-comment-show): ditto.
|
|
4957 (custom-comment-invisible-p): ditto.
|
|
4958 (custom-variable-value-create): create a comment field widget.
|
|
4959 (custom-face-value-create): ditto.
|
|
4960 (custom-variable-menu): new entry for adding a custom comment.
|
|
4961 (custom-face-menu): ditto.
|
|
4962 (custom-save-variables): possibly save custom comments.
|
|
4963 (custom-save-faces): ditto.
|
|
4964
|
|
4965 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
4966 custom comment as fourth argument.
|
|
4967
|
|
4968 * custom.el (custom-set-variables): the arguments can now have a
|
|
4969 custom comment as fifth element.
|
|
4970
|
|
4971 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4972
|
|
4973 * XEmacs 21.2.18 is released
|
|
4974
|
|
4975 1999-07-13 SL Baur <steve@miho>
|
|
4976
|
|
4977 * lib-complete.el (read-library-name): Revert previous change.
|
|
4978 (read-library): Ditto.
|
|
4979
|
|
4980 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
4981
|
|
4982 * packages.el (packages-package-list): Capitalize docstring.
|
|
4983
|
|
4984 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
4985 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
4986 which returns a freshly consed list. #'append would create yet
|
|
4987 another fresh list, using Fmake_list in concat.
|
|
4988
|
|
4989 * packages.el (package-provide): Use setq with remassq like it
|
|
4990 says in its docstring.
|
|
4991
|
|
4992 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
4993
|
|
4994 * lib-complete.el (progn-with-message): Fix typo.
|
|
4995
|
|
4996 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
4997
|
|
4998 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
4999 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
5000
|
|
5001 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
5002
|
|
5003 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
5004
|
|
5005 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
5006
|
|
5007 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
5008 keys if already bound
|
|
5009
|
|
5010 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5011
|
|
5012 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
5013
|
|
5014 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5015
|
|
5016 * lib-complete.el (find-library):
|
|
5017 (find-library-other-window):
|
|
5018 (find-library-other-frame): Completely rewrote
|
|
5019 so that these functions actually work when called non-interactively.
|
|
5020 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
5021
|
|
5022 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5023
|
|
5024 * simple.el (indent-new-comment-line): Locally bound
|
|
5025 `block-comment-start' to `comstart' or else when this is called
|
|
5026 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
5027 `block-comment-start' value, ignoring any existing spacing after a
|
|
5028 comment prefix in the previous line and producing ugly comments.
|
|
5029
|
|
5030 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
5031
|
|
5032 * list-mode.el (mouse-choose-completion):
|
|
5033 (choose-completion):
|
|
5034 (completion-switch-to-minibuffer): Added.
|
|
5035 ([Tab]): [Tab] previously switched to the minibuffer
|
|
5036 but since [space] does that and since most applications in the
|
|
5037 world use [Tab] to select the next item in a list, do that in the
|
|
5038 *Completions* buffer too. This will cause the least confusion
|
|
5039 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
5040 06/23/1999.
|
|
5041
|
|
5042 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
5043
|
|
5044 * help.el (help-buffer-name): Added support for a null value
|
|
5045 of `help-buffer-prefix-string' since some buffers require no
|
|
5046 prefix.
|
|
5047
|
|
5048 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5049
|
|
5050 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
5051 in the completion-list-mode-map to bury the completions buffer
|
|
5052 even when the minibuffer is no longer active.
|
|
5053
|
|
5054 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5055
|
|
5056 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
5057 the text cursor disappear within list buffers, especially when
|
|
5058 moving from window to window, so leave it visible.
|
|
5059
|
|
5060 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
5061
|
|
5062 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
5063 report menu item (which may not be possible in this XEmacs).
|
|
5064 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
5065
|
|
5066 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
5067
|
|
5068 * subr.el (with-current-buffer): DOC string fix.
|
|
5069 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
5070
|
|
5071 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
5072
|
|
5073 * cus-face.el (custom-face-italic): insert missing args
|
|
5074
|
|
5075 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5076
|
|
5077 * packages.el (package-locations): Changed default early package
|
|
5078 hierarchies to ~/.xemacs/mule-packages and
|
|
5079 ~/.xemacs/xemacs-packages.
|
|
5080
|
|
5081 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
5082
|
|
5083 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
5084
|
|
5085 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5086
|
|
5087 * packages.el (package-locations): Changed default early package
|
|
5088 hierarchy to ~/.xemacs/packages.
|
|
5089 (package-locations): Removed `packages' as a possible name for a
|
|
5090 late package hierarchy.
|
|
5091
|
|
5092 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5093
|
|
5094 * mule/mule-category.el (word-combining-categories): Set up new
|
|
5095 variable.
|
|
5096 (word-separating-categories): Likewise.
|
|
5097
|
|
5098 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5099
|
|
5100 * XEmacs 21.2.17 is released
|
|
5101
|
|
5102 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
5103
|
|
5104 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
5105 of font size.
|
|
5106
|
|
5107 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5108
|
|
5109 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
5110 is 1.
|
|
5111
|
|
5112 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5113
|
|
5114 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
5115 8859-5 instead of ISO 8859-1.
|
|
5116
|
|
5117 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
5118
|
|
5119 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
5120 (viet-viscii-encode-table): Ditto.
|
|
5121
|
|
5122 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
5123 Make obsolete definition of char-octet.
|
|
5124
|
|
5125 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
5126
|
|
5127 * subr.el: Move no-Mule make-char ...
|
|
5128 * help-nomule.el (make-char): To here.
|
|
5129 (string-width): Make Mule compatibility alias.
|
|
5130
|
|
5131 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
5132
|
|
5133 * select.el (get-selection-no-error): really make there be no-error.
|
|
5134 (get-selection): revert to original.
|
|
5135
|
|
5136 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
5137
|
|
5138 * select.el (selection-sets-clipboard): renamed.
|
|
5139 (own-selection): use it.
|
|
5140
|
|
5141 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5142
|
|
5143 * XEmacs 21.2.16 is released
|
|
5144
|
|
5145 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5146
|
|
5147 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
5148 missing characters to avoid crash.
|
|
5149
|
|
5150 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5151
|
|
5152 * coding.el (set-terminal-coding-system): Only set the console
|
|
5153 coding system on the selected console if it is a tty.
|
|
5154
|
|
5155 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5156
|
|
5157 * cus-face.el:
|
|
5158 * cus-edit.el:
|
|
5159 * faces.el:
|
|
5160 (custom):
|
|
5161 (face-spec-set):
|
|
5162 * faces.el (frob-face-property):
|
|
5163 * font-menu.el (font-menu-set-font):
|
|
5164 Actually apply changes from 1999-03-17
|
|
5165
|
|
5166 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
5167
|
|
5168 * select.el (get-selection): abstract out non error-signalling
|
|
5169 part.
|
|
5170 (get-selection-no-error): get-selection without signalling an
|
|
5171 error.
|
|
5172 (selection-is-clipboard-p): new variable. controls whether the
|
|
5173 selection sets the clipboard.
|
|
5174 (own-selection): use it.
|
|
5175
|
|
5176 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
5177 primary selection and cutbuffer.
|
|
5178
|
|
5179 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
5180
|
|
5181 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
5182 selection functions.
|
|
5183
|
|
5184 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5185
|
|
5186 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
5187 default value.
|
|
5188 (load): Use `raw-text' instead of `no-conversion'.
|
|
5189 (insert-file-contents): Likewise.
|
|
5190
|
|
5191 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
5192 of `no-conversion'.
|
|
5193
|
|
5194 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5195
|
|
5196 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
5197
|
|
5198 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
5199
|
|
5200 * subr.el (make-char): Define it if Mule is not around.
|
|
5201
|
|
5202 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
5203
|
|
5204 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
5205
|
|
5206 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
5207 obsolete alias.
|
|
5208 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
5209
|
|
5210 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5211
|
|
5212 * XEmacs 21.2.15 is released
|
|
5213
|
|
5214 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
5215
|
|
5216 * subr.el (split-string): Avoid infinite looping
|
|
5217
|
|
5218 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5219
|
|
5220 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
5221 (ldap-default-attribute-decoder): New variable
|
|
5222 (ldap-coding-system): New variable
|
|
5223 (ldap-attribute-syntax-encoders): New variable
|
|
5224 (ldap-attribute-syntax-decoders): New variable
|
|
5225 (ldap-attribute-syntaxes-alist): New variable
|
|
5226 (ldap-encode-boolean): New function
|
|
5227 (ldap-decode-boolean): New function
|
|
5228 (ldap-encode-country-string): New function
|
|
5229 (ldap-decode-string): New function
|
|
5230 (ldap-decode-address): New function
|
|
5231 (ldap-encode-address): New function
|
|
5232 (ldap-decode-attribute): New function
|
|
5233 (ldap-search): Use some of these
|
|
5234
|
|
5235 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
5236
|
|
5237 * version.el (emacs-version): Make the patch level/beta come
|
|
5238 before the XEmacs qualifier so that it gets into (funcall
|
|
5239 emacs-version) and thus in the bug reports.
|
|
5240 (emacs-version>=): Support patch levels.
|
|
5241
|
|
5242 1999-06-03 SL Baur <steve@xemacs.org>
|
|
5243
|
|
5244 * version.el: implement x.y.z version number
|
|
5245 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5246
|
|
5247 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
5248
|
|
5249 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
5250
|
|
5251 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
5252
|
|
5253 * startup.el: Document -private and break out non-standard X options.
|
|
5254
|
|
5255 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5256
|
|
5257 * mule/mule-charset.el (charset-after): New function.
|
|
5258 (charset-direction): Synch with Mule, update docstring.
|
|
5259 (get-charset-property): New function.
|
|
5260 (put-charset-property): New function.
|
|
5261 (charset-plist): New function.
|
|
5262
|
|
5263 * mule/mule-charset.el (compose-region):
|
|
5264 (decompose-region): remove; these functions (which don't work
|
|
5265 since we don't do composite characters) have been moved to
|
|
5266 mule-util.el.
|
|
5267 (toplevel): follow coding standards
|
|
5268
|
|
5269 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5270
|
|
5271 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
5272 exist any more.
|
|
5273
|
|
5274 * code-files.el: Fix commentary to follow coding standards. Move
|
|
5275 the single line left in mule-files.el to here.
|
|
5276
|
|
5277 * mule/mule-files.el: delete.
|
|
5278
|
|
5279 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
5280
|
|
5281 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
5282 old emacs 19 interface.
|
|
5283
|
|
5284 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
5285
|
|
5286 * x-font-menu.el (x-font-menu-load-font):
|
|
5287 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
5288
|
|
5289 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
5290
|
|
5291 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
5292 group.
|
|
5293 (font-menu-this-frame-only-p): ditto.
|
|
5294 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
5295 <vroonhof@math.ethz.ch>
|
|
5296 (font-menu-submenu-name-format): ditto.
|
|
5297 (font-menu-split-long-menu): ditto, for use by the family
|
|
5298 constructor.
|
|
5299 (font-menu-family-constructor): use it.
|
|
5300
|
|
5301 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
5302
|
|
5303 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
5304 for use by the font menu.
|
|
5305
|
|
5306 * msw-font-menu.el: new file implementing mswindows specific
|
|
5307 font-menu behaviour.
|
|
5308 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
5309 (mswindows-font-menu-junk-families): ditto.
|
|
5310 (hack-font-truename): ditto.
|
|
5311 (mswindows-font-regexp-ascii): ditto.
|
|
5312 (mswindows-reset-device-font-menus): ditto.
|
|
5313 (mswindows-font-menu-font-data): ditto.
|
|
5314 (mswindows-font-menu-load-font): ditto.
|
|
5315
|
|
5316 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
5317 (x-font-menu-font-data): ditto.
|
|
5318 (x-font-menu-load-font): ditto.
|
|
5319
|
|
5320 * font-menu.el: new file implementing generic font menu behaviour.
|
|
5321 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
5322 made device independent.
|
|
5323 (font-menu-this-frame-only-p): ditto.
|
|
5324 (font-menu-preferred-resolution): ditto.
|
|
5325 (font-menu-size-scaling): new variable used to determine whether
|
|
5326 sizes are in points or tenths of a point.
|
|
5327 (vassoc): moved from x-font-menu.el.
|
|
5328 (device-fonts-cache): ditto.
|
|
5329 (device-fonts-cache): ditto.
|
|
5330 (flush-device-fonts-cache): ditto.
|
|
5331 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
5332 device independent. Most functionality deferred to
|
|
5333 device-dependent versions.
|
|
5334 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
5335 made device independent.
|
|
5336 (font-menu-size-constructor): ditto.
|
|
5337 (font-menu-weight-constructor): ditto.
|
|
5338 (font-menu-set-font): ditto.
|
|
5339 (font-menu-change-face): ditto.
|
|
5340 (font-menu-load-font): new device method.
|
|
5341 (font-menu-font-data): ditto.
|
|
5342
|
|
5343 * x-font-menu.el: The above functions deleted.
|
|
5344
|
|
5345 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
5346
|
|
5347 * update-elc.el:
|
|
5348 * make-docfile.el:
|
|
5349 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
5350
|
|
5351 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
5352
|
|
5353 * x-select.el (x-select-convert-to-text):
|
|
5354 (x-selected-text-type):
|
|
5355 (x-get-selection):
|
|
5356 (xselect-convert-to-string):
|
|
5357 (xselect-convert-to-compound-text):
|
|
5358 (xselect-convert-to-length):
|
|
5359 (xselect-convert-to-targets):
|
|
5360 (xselect-convert-to-delete):
|
|
5361 (xselect-convert-to-filename):
|
|
5362 (xselect-convert-to-charpos):
|
|
5363 (xselect-convert-to-lineno):
|
|
5364 (xselect-convert-to-colno):
|
|
5365 (xselect-convert-to-sourceloc):
|
|
5366 (xselect-convert-to-os):
|
|
5367 (xselect-convert-to-host):
|
|
5368 (xselect-convert-to-user):
|
|
5369 (xselect-convert-to-class):
|
|
5370 (xselect-convert-to-name):
|
|
5371 (xselect-convert-to-integer):
|
|
5372 (xselect-convert-to-atom):
|
|
5373 (xselect-convert-to-identity): functions renamed from x-* and
|
|
5374 moved to select.el.
|
|
5375 (x-get-secondary-selection): use rename get-selection.
|
|
5376 (x-get-clipboard): ditto.
|
|
5377 (x-own-selection): moved to select.el.
|
|
5378 (x-valid-simple-selection-p): ditto.
|
|
5379 (x-dehilight-selection): ditto.
|
|
5380 (x-own-clipboard): ditto.
|
|
5381 (x-disown-selection): ditto.
|
|
5382
|
|
5383 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
5384 (x-insert-selection): ditto.
|
|
5385 (x-set-point-and-move-selection): use renamed function.
|
|
5386
|
|
5387 * select.el (selected-text-type): moved and renamed from
|
|
5388 x-select.el.
|
|
5389 (selection-owner-p): moved to C.
|
|
5390 (selection-exists-p): ditto.
|
|
5391 (get-cutbuffer): new device method.
|
|
5392 (get-selection): generalised and moved from x-select.el.
|
|
5393 (own-selection): moved x-own-selection functionality into here.
|
|
5394 (dehilight-selection): renamed and moved from x-select.el.
|
|
5395 (own-clipboard): functionality moved from x-select.el using new
|
|
5396 generic C builtins.
|
|
5397 (disown-clipboard): ditto.
|
|
5398 (select-convert-to-text):
|
|
5399 (select-convert-to-string):
|
|
5400 (select-convert-to-compound-text):
|
|
5401 (select-convert-to-length):
|
|
5402 (select-convert-to-targets):
|
|
5403 (select-convert-to-delete):
|
|
5404 (select-convert-to-filename):
|
|
5405 (select-convert-to-charpos):
|
|
5406 (select-convert-to-lineno):
|
|
5407 (select-convert-to-colno):
|
|
5408 (select-convert-to-sourceloc):
|
|
5409 (select-convert-to-os):
|
|
5410 (select-convert-to-host):
|
|
5411 (select-convert-to-user):
|
|
5412 (select-convert-to-class):
|
|
5413 (select-convert-to-name):
|
|
5414 (select-convert-to-integer):
|
|
5415 (select-convert-to-atom):
|
|
5416 (select-convert-to-identity): new functions renamed from x-* and
|
|
5417 moved from x-select.el.
|
|
5418
|
|
5419 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
5420 into here and use as the default window-system mouse yank.
|
|
5421 (insert-selection): generalised and moved from x-mouse.el.
|
|
5422 (own-clipboard): moved to C.
|
|
5423
|
|
5424 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
5425 (mswindows-own-selection): generalised and moved to select.el.
|
|
5426 (mswindows-disown-selection): generalised and moved to C.
|
|
5427 (mswindows-selection-owner-p): ditto.
|
|
5428
|
|
5429 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5430
|
|
5431 * XEmacs 21.2.14 is released
|
|
5432
|
|
5433 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5434
|
|
5435 * about.el: update contact info for jason and slb.
|
|
5436
|
|
5437 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
5438
|
|
5439 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
5440 support from Emacs/Mule romanian.el.
|
|
5441
|
|
5442 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5443
|
|
5444 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
5445
|
|
5446 * cus-edit.el: idem ditto.
|
|
5447
|
|
5448 * faces.el: Added suport for adding device tags to various functions.
|
|
5449 (custom): New device tag.
|
|
5450 (face-spec-set): Call reset face with tags argument. No longer do
|
|
5451 x-init-global-faces hack.
|
|
5452
|
|
5453 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
5454 frob-face-property-1 over.
|
|
5455
|
|
5456 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
5457 properties to custom.
|
|
5458
|
|
5459 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
5460
|
|
5461 * mule/european.el (setup-czech-environment): Add czech support.
|
|
5462 From David Sauer <davids@orfinet.cz>
|
|
5463
|
|
5464 1999-03-15 SL Baur <steve@xemacs.org>
|
|
5465
|
|
5466 * check-features.el: Turn hard errors into warnings.
|
|
5467
|
|
5468 1999-03-21 SL Baur <steve@xemacs.org>
|
|
5469
|
|
5470 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
5471 xemacs-beta, default to t.
|
|
5472
|
|
5473 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
5474
|
|
5475 * loadup.el: Define Installation-string before loading anything.
|
|
5476
|
|
5477 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5478
|
|
5479 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
5480 From Anders Stenman <stenman@isy.liu.se>
|
|
5481
|
|
5482 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5483
|
|
5484 * wid-edit.el (widget-glyph-find): Ditto.
|
|
5485
|
|
5486 * packages.el (locate-library): Ditto.
|
|
5487
|
|
5488 * loadup.el (really-early-error-handler): Ditto.
|
|
5489
|
|
5490 * lib-complete.el (read-library): Ditto.
|
|
5491
|
|
5492 * faces.el (set-face-stipple): Ditto.
|
|
5493
|
|
5494 * code-files.el (load): Use new calling style of locate-file.
|
|
5495
|
|
5496 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5497
|
|
5498 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
5499 dead.
|
|
5500
|
|
5501 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5502
|
|
5503 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
5504 Installation.el.
|
|
5505
|
|
5506 * loadup.el (Installation-string): Define it here.
|
|
5507
|
|
5508 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5509
|
|
5510 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
5511 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
5512 the dumping process won't find it.
|
|
5513
|
434
|
5514 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
428
|
5515
|
|
5516 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
5517 subr so that we can use `replace-in-string' in Installation.el to
|
|
5518 get rid of C-m chars under the native Windows build.
|
|
5519
|
|
5520 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
5521
|
|
5522 * make-docfile.el: canonicalize file and directory names.
|
|
5523
|
|
5524 * device.el (call-device-method): new function for calling device
|
|
5525 specific methods.
|
|
5526 (define-device-method): new function for defining device methods.
|
|
5527 (define-device-method*): ditto.
|
|
5528
|
|
5529 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
5530
|
|
5531 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
5532
|
|
5533 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5534
|
|
5535 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
5536 (cyrillic-koi8-r-encode-table): Likewise.
|
|
5537 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
5538 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
5539
|
|
5540 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
5541 from vietnamese.el].
|
|
5542
|
|
5543 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
5544 mule/mule-misc.el.
|
|
5545
|
|
5546 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5547
|
|
5548 * mule/thai-xtis.el:
|
|
5549 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
5550 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
5551
|
|
5552 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5553
|
|
5554 * mule/ethiopic.el: fixed.
|
|
5555
|
|
5556 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5557
|
|
5558 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
5559
|
|
5560 * mule/thai-xtis.el: New file.
|
|
5561
|
|
5562 * mule/vietnamese.el: New file.
|
|
5563
|
|
5564 * mule/ethiopic.el: New file.
|
|
5565
|
|
5566 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
5567
|
|
5568 * bytecomp.el (byte-compile-close-variables): Leave
|
|
5569 debug-issue-ebola-notices alone.
|
|
5570
|
|
5571 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5572
|
|
5573 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
5574 at the top of the buffer since it is the most important thing to
|
|
5575 customize
|
|
5576 (ldap-get-host-parameter): New defun
|
|
5577 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
5578 distinguished names of entries
|
|
5579
|
|
5580 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
5581
|
|
5582 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
5583
|
|
5584 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
5585
|
|
5586 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
5587
|
|
5588 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
5589
|
|
5590 * format.el (format-alist): Disable image stuff.
|
|
5591
|
|
5592 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
5593
|
|
5594 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
5595 suffixes rather than the other way around.
|
|
5596 (widget-image-conversion): Renamed to
|
|
5597 `widget-image-file-name-suffixes'.
|
|
5598
|
|
5599 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
5600
|
|
5601 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
5602 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
5603 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
5604 (charset-iso-final-char): Rename from charset-final.
|
|
5605 (charset-width): Rename from charset-columns.
|
|
5606 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
5607
|
|
5608 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
5609 mule-charset.el
|
|
5610
|
|
5611 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
5612
|
|
5613 * x-faces.el (x-make-font-bold-italic): honor
|
|
5614 *try-oblique-before-italic-fonts*
|
|
5615
|
|
5616 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
5617
|
|
5618 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
5619
|
|
5620 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
5621
|
|
5622 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
5623 name.
|
|
5624
|
|
5625 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
5626
|
|
5627 * cl-extra.el (equalp): Would bug out for lists.
|
|
5628
|
|
5629 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
5630
|
|
5631 * about.el (about-hackers): Change cgw's email address
|
|
5632
|
|
5633 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5634
|
|
5635 * XEmacs 21.2.13 is released
|
|
5636
|
|
5637 1999-03-12 SL Baur <steve@xemacs.org>
|
|
5638
|
|
5639 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
5640 behavior.
|
|
5641
|
442
|
5642 1999-01-18 Didier Verna <didier@xemacs.org>
|
428
|
5643
|
|
5644 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
5645 multiple elements in the splash buffer body.
|
|
5646
|
|
5647 * startup.el (splash-frame-timeout): new constant: interval
|
|
5648 between splash buffer elements.
|
|
5649 (command-line-1): handle splash buffer with multiple elements (use
|
|
5650 a timeout).
|
|
5651 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
5652 Rewrote a cleaner and more readable version. This can now be array,
|
|
5653 in which case each element is displayed in turn in the splash buffer.
|
|
5654 (splash-frame-static-body): new constant. Persistent information
|
|
5655 across all splash buffer elements (preserves the possibility to give
|
|
5656 it in different languages.
|
|
5657 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
5658 to circulate through all splash frame elements and display them in
|
|
5659 sequence.
|
|
5660 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
5661 the case of multiple elements in the splash buffer body. Now
|
|
5662 returns a timeout id if multiple elements to display, or nil.
|
|
5663
|
|
5664 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5665
|
|
5666 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
5667 so they can be overridden by x-init-face-from-resources.
|
|
5668 Additionally specify the font name also with an x tag.
|
|
5669
|
|
5670 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
5671
|
|
5672 * package-get.el (package-get-base): autoload.
|
|
5673
|
|
5674 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
5675 custom menu to only be activated when package-base is available.
|
|
5676
|
|
5677 * package-get.el (package-get-custom): don't load
|
|
5678 package-get-custom as it is auto-generated. Fix group definition.
|
|
5679
|
442
|
5680 1999-03-05 Didier Verna <didier@xemacs.org>
|
428
|
5681
|
|
5682 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
5683 instead of `symbol-name' (Thanks Kyle).
|
|
5684
|
|
5685 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
5686 princ to write symbols.
|
|
5687
|
|
5688 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5689
|
|
5690 * XEmacs 21.2.12 is released
|
|
5691
|
|
5692 1999-03-05 SL Baur <steve@xemacs.org>
|
|
5693
|
|
5694 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
5695 From Neal Becker <nbecker@fred.net>
|
|
5696
|
|
5697 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
5698
|
|
5699 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
5700 calls to font-lock during buffer reversion.
|
|
5701
|
442
|
5702 1999-02-12 Didier Verna <didier@xemacs.org>
|
428
|
5703
|
|
5704 * info.el (Info-build-node-completions): unconditionally widen the
|
|
5705 tag table buffer.
|
|
5706
|
|
5707 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
5708
|
|
5709 * x-faces.el (x-init-face-from-resources):
|
|
5710 Only set fonts in the 'x locale.
|
|
5711
|
434
|
5712 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
428
|
5713
|
|
5714 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
5715 `package-admin-delete-binary-package' returning nil since it's
|
|
5716 normal. Reindent function.
|
|
5717 (pui-add-required-packages): Handle case where packages selected
|
|
5718 for installation have never been installed.
|
|
5719
|
|
5720 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
5721
|
|
5722 * menubar-items.el (default-menubar):
|
|
5723 Implement the ``Mule->Set coding system of process'' menu item.
|
|
5724
|
|
5725 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
5726
|
|
5727 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
5728 files
|
|
5729 - Change some `if's to `when's
|
|
5730
|
|
5731 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5732
|
|
5733 * XEmacs 21.2.11 is released
|
|
5734
|
|
5735 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5736
|
|
5737 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
5738 against window close (Fix Bug #460).
|
|
5739 (ask-user-about-lock-dbox): Idem.
|
|
5740
|
|
5741 1999-02-25 SL Baur <steve@xemacs.org>
|
|
5742
|
|
5743 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
5744 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
5745
|
|
5746 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
5747
|
|
5748 * about.el (xemacs-hackers): change andy's email address.
|
|
5749 (about-url-alist): change andy's web page address.
|
|
5750 (about-xemacs): add piper.
|
|
5751
|
|
5752 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5753
|
|
5754 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5755 of mule-base into lisp/mule.
|
|
5756
|
|
5757 1999-02-16 SL Baur <steve@xemacs.org>
|
|
5758
|
|
5759 * mule/arabic.el:
|
|
5760 mule/canna-leim.el:
|
|
5761 mule/chinese.el:
|
|
5762 mule/cyrillic.el:
|
|
5763 mule/english.el:
|
|
5764 mule/european.el:
|
|
5765 mule/greek.el:
|
|
5766 mule/hebrew.el:
|
|
5767 mule/japanese.el:
|
|
5768 mule/kinsoku.el:
|
|
5769 mule/korean.el:
|
|
5770 mule/misc-lang.el:
|
|
5771 mule/mule-category.el:
|
|
5772 mule/mule-ccl.el:
|
|
5773 mule/mule-charset.el:
|
|
5774 mule/mule-cmds.el:
|
|
5775 mule/mule-coding.el:
|
|
5776 mule/mule-files.el:
|
|
5777 mule/mule-help.el:
|
|
5778 mule/mule-init.el:
|
|
5779 mule/mule-misc.el:
|
|
5780 mule/mule-tty-init.el:
|
|
5781 mule/mule-x-init.el:
|
|
5782 mule/viet-chars.el: Remerge from mule-base.
|
|
5783
|
|
5784 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
5785 of mule-base into lisp/mule.
|
|
5786
|
434
|
5787 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
5788
|
|
5789 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
5790 of hard-wired "-c" (for WindowsNT).
|
|
5791
|
|
5792 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
5793
|
|
5794 * menubar-items.el (default-menubar): Remove obsolete
|
|
5795 "Gopher" item
|
|
5796
|
|
5797 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5798
|
|
5799 * package-admin.el (package-admin-get-install-dir): First fall
|
|
5800 back to the location of xemacs-base for non-mule packages.
|
|
5801
|
|
5802 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
5803
|
|
5804 * paths.el:
|
|
5805 - improved automounter tmp directory support.
|
|
5806 - support 4 (!) empirically discovered automounter conventions
|
|
5807
|
|
5808 1999-02-12 SL Baur <steve@xemacs.org>
|
|
5809
|
|
5810 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
5811
|
|
5812 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5813
|
|
5814 * XEmacs 21.2.10 is released
|
|
5815
|
|
5816 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5817
|
|
5818 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
5819 a local file name in the search entry.
|
|
5820
|
|
5821 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5822
|
|
5823 * XEmacs 21.2.9 is released
|
|
5824
|
442
|
5825 1999-01-19 Didier Verna <didier@xemacs.org>
|
428
|
5826
|
|
5827 * replace.el (replace-search-function): new variable containing a
|
|
5828 function to perform a search-forward.
|
|
5829 (replace-re-search-function): new variable containing a function
|
|
5830 to perform a re-search-forward.
|
|
5831 (perform-replace): use them.
|
|
5832
|
442
|
5833 1999-01-25 Didier Verna <didier@xemacs.org>
|
428
|
5834
|
|
5835 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
5836 (cut-copy-clear-internal): ditto.
|
|
5837
|
|
5838 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
5839
|
|
5840 * about.el (about-url-alist): Update my entry.
|
|
5841 (xemacs-hackers): Ditto.
|
|
5842
|
434
|
5843 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
5844
|
|
5845 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
5846 * minibuf.el (minibuffer-completion-table): ditto.
|
|
5847 * cl-macs.el (return-from): ditto.
|
|
5848
|
442
|
5849 1999-01-04 Didier Verna <didier@xemacs.org>
|
428
|
5850
|
|
5851 * replace.el (delete-non-matching-lines): temporarily disable
|
|
5852 case-folding when called interactively with a regexp containing
|
|
5853 uppercase characters.
|
|
5854 (delete-matching-lines): ditto.
|
|
5855 (count-matches): ditto.
|
|
5856 (list-matching-lines): ditto.
|
|
5857
|
|
5858 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
5859
|
|
5860 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
5861 abort if current window is split horizontally, not if others are
|
|
5862 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
5863 some comments (it's still complex).
|
|
5864
|
|
5865 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
5866
|
|
5867 * package-get.el: changed address for doc.ic.ac.uk to
|
|
5868 sunsite.doc.ic.ac.uk
|
|
5869
|
|
5870 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5871
|
|
5872 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
5873 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
5874
|
|
5875 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
5876
|
|
5877 * dump-paths.el: Calculate module-directory and set
|
|
5878 module-load-path to the load path for modules.
|
|
5879
|
|
5880 * loadup.el: Get bootstrap value of module-load-path from the
|
|
5881 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
5882 - Display the module load path if we're debugging paths.
|
|
5883
|
|
5884 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
5885 - Added function paths-find-module-directory.
|
|
5886 - Added function paths-construct-module-load-path. Uses new
|
|
5887 environment variable EMACSMODULEPATH.
|
|
5888
|
|
5889 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
5890
|
|
5891 * font.el (font-default-object-for-device):
|
|
5892 Oops! This `or' can't be replaced by `unless'.
|
|
5893 Fixed inability to run w3, among other things.
|
|
5894
|
|
5895 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
5896
|
|
5897 * package-admin.el: Change initialization of
|
|
5898 package-admin-install-function dependent on system type.
|
|
5899 Change package-admin-install-function-mswindows to use
|
|
5900 "minitar".
|
|
5901
|
|
5902 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
5903
|
|
5904 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
5905 in the minibuffer.
|
|
5906
|
|
5907 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
5908
|
|
5909 * XEmacs 21.2.8 is released.
|
|
5910
|
|
5911 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
5912
|
|
5913 * XEmacs 21.2.7 is released.
|
|
5914
|
|
5915 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5916
|
|
5917 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
5918
|
|
5919 * package-get.el (package-get-download-menu): Use
|
|
5920 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
5921
|
|
5922 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
5923 (pui-help-string): idem.
|
|
5924 (list-packages-mode): New major mode.
|
|
5925 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
5926 (pui-install-selected-packages): Add suport for removing packages.
|
|
5927 (pui-toggle-package-delete-key): New function.
|
|
5928 (pui-popup-context-sensitive): New kludge.
|
|
5929 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
5930 (package-ui-add-site): New function.
|
|
5931
|
442
|
5932 1998-12-01 Didier Verna <didier@xemacs.org>
|
428
|
5933
|
|
5934 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
5935
|
|
5936 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5937
|
|
5938 * ldap.el: Custom-ized
|
|
5939 (toplevel): Do not provide `ldap' which is provided by C level
|
|
5940 LDAP code
|
|
5941 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
5942
|
|
5943 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
5944
|
|
5945 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
5946
|
|
5947 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
5948
|
|
5949 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
5950 (sound-extension-list): name changed from sound-ext-list.
|
|
5951 (load-default-sounds): use new names.
|
|
5952 (load-sound-file): use new names.
|
|
5953
|
|
5954 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
5955
|
|
5956 * XEmacs 21.2.6 is released
|
|
5957
|
|
5958 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
5959
|
|
5960 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
5961 errors.
|
|
5962
|
|
5963 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
5964
|
|
5965 * wid-edit.el (widget-echo-this-extent): Set
|
|
5966 help-echo-owns-message to t.
|
|
5967
|
|
5968 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
5969
|
|
5970 * package-get.el (package-get-download-menu): use toggles for
|
|
5971 each site in the download site menu.
|
|
5972
|
|
5973 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5974
|
|
5975 * package-get.el (package-get): If we cannot find a package
|
|
5976 because package-get-remote is not set, give a more helpful
|
|
5977 error message.
|
|
5978
|
|
5979 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
5980
|
|
5981 * package-get.el (package-get-remote-filename): use an EFS path
|
|
5982 with user anonymous if no user is specified.
|
|
5983
|
|
5984 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5985
|
|
5986 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
5987 calling reset-face on the default face.
|
|
5988
|
|
5989 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5990
|
|
5991 * package-admin.el (package-admin-default-install-function):
|
|
5992 Behave as advertised. Make sure the pkg-dir is proper for
|
|
5993 default-directory.
|
|
5994 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
5995 proper for default-directory.
|
|
5996 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
5997 is proper for default-directory.
|
|
5998
|
|
5999 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6000
|
|
6001 * XEmacs 21.2.5 is released
|
|
6002
|
|
6003 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
6004
|
|
6005 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
6006 bytecompile time.
|
|
6007
|
|
6008 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
6009
|
|
6010 * x-win-xfree86.el:
|
|
6011 * x-win-sun.el (x-win-init-sun):
|
|
6012 * x-win-sun.el:
|
|
6013 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
6014 * x-iso8859-1.el:
|
|
6015 * x-init.el (init-post-x-win):
|
|
6016 * x-init.el (init-pre-x-win):
|
|
6017 * x-init.el (x-initialize-compose):
|
|
6018 * x-init.el:
|
|
6019 * x-compose.el:
|
|
6020 * winnt.el:
|
|
6021 * widget.el:
|
|
6022 * wid-edit.el (widget-glyph-click):
|
|
6023 * wid-edit.el (widget-glyph-find):
|
|
6024 * wid-edit.el (widget-type):
|
|
6025 * view-less.el (view-buffer-other-window):
|
|
6026 * very-early-lisp.el:
|
|
6027 * version.el:
|
|
6028 * toolbar.el:
|
|
6029 * toolbar-items.el:
|
|
6030 * term/sun.el (suntool-map):
|
|
6031 * term/sun-mouse.el:
|
|
6032 * term/internal.el:
|
|
6033 * syntax.el (modify-syntax-entry):
|
|
6034 * symbol-syntax.el:
|
|
6035 * subr.el:
|
|
6036 * startup.el (lock-directory):
|
|
6037 * simple.el (set-comment-column):
|
|
6038 * simple.el (backward-delete-char-untabify):
|
|
6039 * shadow.el (find-emacs-lisp-shadows):
|
|
6040 * shadow.el:
|
|
6041 * setup-paths.el (paths-construct-info-path):
|
|
6042 * select.el (cut-copy-clear-internal):
|
|
6043 * process.el (call-process-region):
|
|
6044 * process.el (start-process-shell-command):
|
|
6045 * process.el:
|
|
6046 * paths.el (rmail-spool-directory):
|
|
6047 * paragraphs.el (use-hard-newlines):
|
|
6048 * package-get.el (package-get-dependencies):
|
|
6049 * package-admin.el (package-admin-delete-binary-package):
|
|
6050 * obsolete.el (truncate-string):
|
|
6051 * obsolete.el (store-substring):
|
|
6052 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
6053 * mouse.el (mouse-yank-at-point):
|
|
6054 * modeline.el:
|
|
6055 * modeline.el (mouse-drag-modeline):
|
|
6056 * minibuf.el (read-directory-name-internal):
|
|
6057 * minibuf.el (read-file-name-internal):
|
|
6058 * minibuf.el (read-file-name-internal-1):
|
|
6059 * minibuf.el (read-file-name-2):
|
|
6060 * minibuf.el (exact-minibuffer-completion-p):
|
|
6061 * minibuf.el (read-from-minibuffer):
|
|
6062 * minibuf.el:
|
|
6063 * menubar.el (check-menu-syntax):
|
|
6064 * map-ynp.el (map-y-or-n-p):
|
|
6065 * make-docfile.el (docfile-out-of-date):
|
|
6066 * loadup.el ((member "run-temacs" command-line-args)):
|
|
6067 * loadup.el ((member "no-site-file" command-line-args)):
|
|
6068 * loadup.el (really-early-error-handler):
|
|
6069 * loadup.el:
|
|
6070 * loadhist.el:
|
|
6071 * loaddefs.el:
|
|
6072 * lisp-mnt.el (lm-verify):
|
|
6073 * lib-complete.el (lib-complete:cache-completions):
|
|
6074 * lib-complete.el (library-all-completions):
|
|
6075 * itimer.el (itimer-run-expired-timers):
|
|
6076 * info.el (Info-mode):
|
|
6077 * info.el (Info-insert-file-contents):
|
|
6078 * info.el (Info-rebuild-dir):
|
|
6079 * info.el (Info-build-dir-anew):
|
|
6080 * info.el (Info-parse-dir-entries):
|
|
6081 * info.el (Info-dir-outdated-p):
|
|
6082 * info.el (Info-insert-dir):
|
|
6083 * info.el (info-xref):
|
|
6084 * info.el:
|
|
6085 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
6086 * hyper-apropos.el (hyper-describe-face):
|
|
6087 * hyper-apropos.el (hyper-apropos-mode):
|
|
6088 * hyper-apropos.el:
|
|
6089 * help.el (list-processes):
|
|
6090 * help.el:
|
|
6091 * gnuserv.el:
|
|
6092 * font.el (mswindows-font-create-name):
|
|
6093 * font.el (font-default-font-for-device):
|
|
6094 * font.el (x-font-create-object):
|
|
6095 * font.el (font-registry):
|
|
6096 * font.el:
|
|
6097 * font-lock.el (font-lock-keywords):
|
|
6098 * font-lock.el:
|
|
6099 * finder.el (finder-compile-keywords):
|
|
6100 * find-paths.el (paths-find-recursive-path):
|
|
6101 * fill.el (set-justification-center):
|
|
6102 * fill.el (fill-region-as-paragraph):
|
|
6103 * files.el (insert-directory):
|
|
6104 * files.el (wildcard-to-regexp):
|
|
6105 * files.el (recover-file):
|
|
6106 * files.el (basic-save-buffer):
|
|
6107 * files.el (delete-auto-save-file-if-necessary):
|
|
6108 * files.el (file-relative-name):
|
|
6109 * files.el (backup-extract-version):
|
|
6110 * files.el (backup-buffer):
|
|
6111 * files.el (set-visited-file-name):
|
|
6112 * files.el (set-auto-mode):
|
|
6113 * files.el (interpreter-mode-alist):
|
|
6114 * files.el:
|
|
6115 * files.el (find-file-noselect):
|
|
6116 * files.el (abbreviate-file-name):
|
|
6117 * files.el (parse-colon-path):
|
|
6118 * files.el (directory-abbrev-alist):
|
|
6119 * etags.el (visit-tags-table-buffer):
|
|
6120 * easymenu.el (easy-menu-define):
|
|
6121 * dragdrop.el (experimental-dragdrop-drag):
|
|
6122 * dragdrop.el (dragdrop-drop-do-functions):
|
|
6123 * dragdrop.el (dragdrop-drop-at-point):
|
|
6124 * disass.el (disassemble-1):
|
|
6125 * disass.el (disassemble-internal):
|
|
6126 * disass.el (disassemble):
|
|
6127 * disass.el:
|
|
6128 * derived.el (derived-mode-init-mode-variables):
|
|
6129 * derived.el (define-derived-mode):
|
|
6130 * custom.el (defgroup):
|
|
6131 * cus-edit.el (custom-quote):
|
|
6132 * config.el:
|
|
6133 * code-process.el (open-network-stream):
|
|
6134 * code-process.el (start-process):
|
|
6135 * code-process.el (call-process-region):
|
|
6136 * code-process.el (call-process):
|
|
6137 * code-process.el:
|
|
6138 * code-files.el (insert-file-contents):
|
|
6139 * code-files.el:
|
|
6140 * code-files.el (buffer-file-coding-system-for-read):
|
|
6141 * cmdloop.el (yes-or-no-p-minibuf):
|
|
6142 * cl.el:
|
|
6143 * cl-macs.el:
|
|
6144 * cl-extra.el:
|
|
6145 * callers-of-rpt.el (make-caller-report):
|
|
6146 * callers-of-rpt.el:
|
|
6147 * bytecomp.el (batch-byte-recompile-directory):
|
|
6148 * bytecomp.el (batch-byte-compile-1):
|
|
6149 * bytecomp.el (batch-byte-compile):
|
|
6150 * bytecomp.el (display-call-tree):
|
|
6151 * bytecomp.el (byte-compile-insert):
|
|
6152 * bytecomp.el (byte-compile-two-args-19->20):
|
|
6153 * bytecomp.el (byte-compile-variable-ref):
|
|
6154 * bytecomp.el (byte-compile-form):
|
|
6155 * bytecomp.el (byte-compile-top-level-body):
|
|
6156 * bytecomp.el (byte-compile-out-toplevel):
|
|
6157 * bytecomp.el (byte-compile-byte-code-maker):
|
|
6158 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
6159 * bytecomp.el (byte-compile-file-form):
|
|
6160 * bytecomp.el (byte-compile-keep-pending):
|
|
6161 * bytecomp.el (byte-compile-insert-header):
|
|
6162 * bytecomp.el (byte-compile-from-buffer):
|
|
6163 * bytecomp.el (byte-compile-file):
|
|
6164 * bytecomp.el (byte-recompile-file):
|
|
6165 * bytecomp.el (byte-compile-close-variables):
|
|
6166 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
6167 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
6168 * bytecomp.el (byte-compiler-legal-options):
|
|
6169 * bytecomp.el (byte-compile-lapcode):
|
|
6170 * bytecomp.el (byte-optimize-log):
|
|
6171 * bytecomp.el ((fboundp 'defsubst)):
|
|
6172 * bytecomp.el:
|
|
6173 * bytecomp-runtime.el:
|
|
6174 * byte-optimize.el (byte-optimize-apply):
|
|
6175 * byte-optimize.el (car):
|
|
6176 * byte-optimize.el (byte-optimize-form):
|
|
6177 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
6178 * byte-optimize.el:
|
|
6179 * build-report.el (build-report-insert-installation-file):
|
|
6180 * build-report.el (build-report):
|
|
6181 * auto-show.el:
|
|
6182 * apropos.el (apropos-documentation):
|
|
6183 - mega patch
|
|
6184 - clean up byte-compile warnings
|
|
6185 - remove unused variables
|
|
6186 - Use common lisp style hashtable functions
|
|
6187 - byte compiler cleanup
|
|
6188 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
6189 - remove old backquote syntax usage
|
|
6190 - move some cl functionality into C for speed.
|
|
6191 - remove last remaining VMS support
|
|
6192 - spelling fixes
|
|
6193 - implement last, butlast, nbutlast, copy-list in C.
|
|
6194 - new macro ignore-file-errors, similar to ignore-errors
|
|
6195 (ignore-file-errors (delete-file "foo"))
|
|
6196 - get frequent garbage collection during loadup.el by tweaking
|
|
6197 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
6198 - default delete-key-deletes-forward to `t'.
|
|
6199
|
|
6200 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
6201
|
|
6202 * XEmacs 21.2-beta4 is released.
|
|
6203
|
|
6204 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6205
|
|
6206 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
6207 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
6208 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
6209
|
|
6210 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
6211 (add-menu-button): Add 'in-menu' argument.
|
|
6212 (add-menu-item-1): Add in-menu support to helper function.
|
|
6213
|
|
6214 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
6215
|
|
6216 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
6217
|
|
6218 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6219
|
|
6220 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
6221 of Dec 4, 1997.
|
|
6222
|
|
6223 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
6224
|
|
6225 * process.el (shell-command-on-region): Report if the command
|
|
6226 succeeded or failed.
|
|
6227
|
|
6228 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
6229
|
|
6230 * subr.el (buffer-substring-no-properties): Comment out.
|
|
6231
|
434
|
6232 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
428
|
6233
|
|
6234 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
6235 into font instances first, like `x-frob-font-size' does.
|
|
6236 (mswindows-find-larger-font): ditto
|
|
6237
|
|
6238 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
6239
|
|
6240 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
6241 to `package-get'.
|
|
6242
|
|
6243 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6244
|
|
6245 * package-get.el (host-name): New widget type.
|
|
6246 (package-get-remote): Better customization using new type.
|
|
6247 (package-get-download-sites): idem dito.
|
|
6248
|
|
6249 (package-get-custom): Do not use package-get-all untill we have
|
|
6250 runtime dependencies.
|
|
6251
|
|
6252 (package-get-remove-copy): Default to 't' we no longer need this
|
|
6253 kludge as we do not currently use depenencies.
|
|
6254
|
|
6255 (package-get-was-current): New variable.
|
|
6256 (package-get-require-base): New 'force-current' argument.
|
|
6257 (package-get-update-base): idem
|
|
6258 (package-get-package-provider): idem
|
|
6259 (package-get-locate-index-file): New 'no-remote' argument.
|
|
6260 (package-get-locate-file): idem.
|
|
6261
|
|
6262 (package-get-maybe-save-index): New function.
|
|
6263 (package-get-update-base): Use it.
|
|
6264
|
|
6265 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
6266
|
|
6267 * package-get.el (package-get-remote): default to nil; by default,
|
|
6268 don't go out to the net via EFS. They must select a download site.
|
|
6269 (package-get-download-sites): new variable.
|
|
6270 (package-get-download-menu): new function.
|
|
6271 (package-get-locate-index-file): new function.
|
|
6272 (package-get-update-base): use it.
|
|
6273
|
|
6274 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
6275 and "Add Download Site" menus under Options | Manage Packages.
|
|
6276
|
|
6277 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
6278
|
|
6279 * package-get.el (package-get): bugfix code checking installed version
|
|
6280 for case where package is not currently installed.
|
|
6281 (package-get-require-signed-base-updates): new variable.
|
|
6282 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
6283 deemed not a goot thing. Use the variable
|
|
6284 package-get-allow-unsigned-base-updates instead.
|
|
6285
|
|
6286 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
6287
|
|
6288 * package-get.el (package-get): Don't install an older version than
|
|
6289 we already have unless explicitly told to. Issue a warning.
|
|
6290
|
|
6291 * package-ui.el (pui-add-required-packages): when adding
|
|
6292 dependencies, don't add packages that are up to date.
|
|
6293 (pui-package-symbol-char): Don't consider a package out of date
|
|
6294 if you have a newer version installed than the latest version in
|
|
6295 package-get-base.
|
|
6296
|
|
6297 * package-get.el (package-get-base-filename): document that it may
|
|
6298 be a path relative to package-get-remote; new default value.
|
|
6299 (package-get-locate-file): new function.
|
|
6300 (package-get-update-base): use it to expand package-get-base-filename.
|
|
6301 (package-get-save-base): new function to save the package-get database
|
|
6302 to file.
|
|
6303 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
6304 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
6305 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
6306 (package-get-file-installed-p): removed; no longer needed.
|
|
6307 (package-get-create-custom): ditto.
|
|
6308 (toplevel): remove code to build and load package-get-custom.el
|
|
6309 (package-get-custom-add-entry): new function.
|
|
6310
|
|
6311 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
6312
|
|
6313 * wid-edit.el (widget-button-click): Don't switch window.
|
|
6314
|
|
6315 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6316
|
|
6317 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
6318
|
|
6319 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
6320
|
|
6321 * etags.el (find-tag-default): Run find-tag-hook using
|
|
6322 run-hooks rather than funcall
|
|
6323
|
|
6324 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
6325
|
|
6326 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
6327 and the current local map as the parents to isearch-mode-map.
|
|
6328
|
|
6329 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
6330
|
|
6331 * XEmacs 21.2-beta3 is released.
|
|
6332
|
|
6333 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6334
|
|
6335 * package-get.el (package-get-update-base): use
|
|
6336 insert-file-contents-internal, not insert-file-contents-literally.
|
|
6337
|
|
6338 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6339
|
|
6340 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
6341 dump time.
|
|
6342
|
|
6343 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6344
|
|
6345 * package-get.el (package-get-update-base-entry): new function.
|
|
6346 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
6347 cleanup, and use package-get-update-base-from-buffer.
|
|
6348 (package-get-update-base-from-buffer): new function.
|
|
6349 (package-get-update-base-entries): new; helper for above.
|
|
6350 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
6351
|
|
6352 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
6353
|
|
6354 * files.el (set-auto-mode): Don't play games loading package-get
|
|
6355 database; package-get-package-provider will handle it all.
|
|
6356
|
|
6357 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
6358
|
|
6359 * package-get.el (package-get-base-filename): new variable.
|
|
6360 (package-get-require-base): new function.
|
|
6361 (package-get-pgp-signed-begin-line): new variable.
|
|
6362 (package-get-pgp-signature-begin-line): ditto.
|
|
6363 (package-get-pgp-signature-end-line): ditto.
|
|
6364 (package-get-load-base): new function.
|
|
6365 (package-get-interactive-package-query):
|
|
6366 (package-get-update-all):
|
|
6367 (package-get-dependencies):
|
|
6368 (package-get-package-provider):
|
|
6369 (package-get-custom): use package-get-require-base.
|
|
6370 [package-get-custom loading]: disable for now.
|
|
6371
|
|
6372 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
6373
|
|
6374 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6375
|
|
6376 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
6377
|
|
6378 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6379
|
|
6380 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
6381 to with Customize. Move all the package stuff to a new Item in Options.
|
|
6382
|
|
6383 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
6384
|
|
6385 * package-get.el (package-get): Use new
|
|
6386 package-admin-get-install-dir.
|
|
6387
|
|
6388 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
6389 Conserve package location and put mule packages where mule-base is.
|
|
6390
|
|
6391 * package-get.el : Customized
|
|
6392
|
|
6393 * package-ui.el (pui): Customized
|
|
6394 (pui-package-install-dest-dir): New variable.
|
|
6395 (pui-install-selected-packages): Use it
|
|
6396
|
|
6397 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
6398
|
|
6399 * package-get.el (package-get-interactive-package-query): Move
|
|
6400 dependency on package-get-base to run-time.
|
|
6401 (package-get-update-all): Ditto.
|
|
6402 (package-get-dependencies): Ditto.
|
|
6403 (package-get-package-provider): Ditto.
|
|
6404 (package-get-custom): Ditto.
|
|
6405
|
|
6406 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
6407
|
|
6408 * events.el: Remove 'ascii-character property from 'backspace
|
|
6409 and 'delete symbols
|
|
6410
|
|
6411 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
6412
|
|
6413 * package-get-base.el: removed.
|
|
6414
|
442
|
6415 1998-09-23 Didier Verna <didier@xemacs.org>
|
428
|
6416
|
|
6417 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
6418 (no-upper-case-p): new function.
|
|
6419 (with-search-caps-disable-folding): new macro.
|
|
6420 (with-interactive-search-caps-disable-folding): new macro.
|
|
6421 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
6422 the character is uppercase.
|
|
6423 (zap-up-to-char): ditto.
|
|
6424
|
|
6425 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
6426
|
|
6427 * isearch-mode.el (isearch-fix-case): ditto.
|
|
6428 make obsolete `with-caps-disable-folding' and
|
|
6429 `isearch-no-upper-case-p'.
|
|
6430
|
|
6431 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
6432 (tags-search): ditto.
|
|
6433 (tags-query-replace): ditto.
|
|
6434
|
|
6435 * info.el (Info-search): ditto.
|
|
6436
|
|
6437 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6438
|
|
6439 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
6440
|
|
6441 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
6442
|
|
6443 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
6444 check for "." and ".." before symlink check. expand files and
|
|
6445 directories with respect to DIRECTORY, not default-directory.
|
|
6446
|
|
6447 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
6448
|
|
6449 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
6450
|
|
6451 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
6452
|
|
6453 * package-ui.el (pui-add-required-packages): new function, select
|
|
6454 dependent packages.
|
|
6455 (pui-display-keymap): bind it.
|
|
6456 (pui-help-string): document it.
|
|
6457 (pui-install-selected-packages): package-get-all -> package-get.
|
|
6458
|
|
6459 * package-get.el (package-get-dependencies): new function.
|
|
6460
|
|
6461 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6462
|
|
6463 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
6464 regexps.
|
|
6465
|
|
6466 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6467
|
|
6468 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
6469 function.
|
|
6470 (default-mouse-track-normalize-point): Use it.
|
|
6471
|
|
6472 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6473
|
|
6474 * package-admin.el (package-admin-delete-binary-package):
|
|
6475 General cleanup. Remove unnessary use of progn and
|
|
6476 save-excursion.
|
|
6477 (package-admin-delete-binary-package): Do NOT mess with file
|
|
6478 modes. That is evil.
|
|
6479 (package-admin-delete-binary-package): Wrap all deleting in
|
|
6480 condition-case. The data in MANIFEST is untrustworthy.
|
|
6481 (package-admin-delete-binary-package): Let the OS worry about non
|
|
6482 empty directories.
|
|
6483
|
|
6484 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
6485
|
|
6486 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
6487 processing.
|
|
6488 (lm-report-bug): Fix mail address to send bug reports to.
|
|
6489
|
|
6490 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
6491
|
|
6492 * XEmacs 21.2-beta2 is released.
|
|
6493
|
|
6494 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6495
|
|
6496 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
6497
|
|
6498 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6499
|
|
6500 * info.el (Info-mode): Document page turning by double clicks in
|
|
6501 docstring so `M-x describe-mode' will display it.
|
|
6502
|
|
6503 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
6504
|
|
6505 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
6506 widths to calculate a border region where double clicking does
|
|
6507 page turning, and return `nil' by default so other hooks, such as
|
|
6508 region highlighting, will be run.
|
|
6509
|
|
6510 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
6511
|
|
6512 * sound.el (default-sound-directory-list): Initialize with all the
|
|
6513 "sounds" directories in `data-directory-list'. It used to just be
|
|
6514 the first one.
|
|
6515
|
|
6516 * packages.el (locate-data-directory-list): Created. This gives
|
|
6517 the list of matching directories, unlike `locate-data-directory',
|
|
6518 which just gives the first one.
|
|
6519
|
|
6520 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6521
|
|
6522 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
6523 make a binding in the local keymap until help-char handling is
|
|
6524 improved.
|
|
6525
|
|
6526 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
6527 binding.
|
|
6528 (help-print-help-form): New helper function.
|
|
6529
|
|
6530 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
6531
|
|
6532 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
6533 move extent to another buffer; no need to create a new extent.
|
|
6534 (isearch-fix-case): New function.
|
|
6535 (isearch-search-and-update): Use it.
|
|
6536
|
|
6537 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6538
|
|
6539 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
6540 the keymap, not minor-mode-map-alist.
|
|
6541 (isearch-done): Restore overriding-local-map.
|
|
6542
|
|
6543 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
6544
|
|
6545 * bytecomp.el (byte-compile-buffer-substring):
|
|
6546 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
6547 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
6548 - new code not only works, but is more readable, too.
|
|
6549
|
|
6550 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
6551
|
|
6552 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
6553 specify a default font at this late stage. Do try to force
|
|
6554 creation of the default face font so that if it fails we get
|
|
6555 an error now instead of a crash at frame creation.
|
|
6556
|
|
6557 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
6558 mswindows-make-font-unitalic: Canonical default weight
|
|
6559 changed from "Normal" to "Regular".
|
|
6560
|
|
6561 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
6562 not being passed into call to mswindows-find-smaller-font.
|
|
6563
|
|
6564 1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
6565
|
|
6566 * package-get.el (package-get-remote): Fix the path where to find
|
|
6567 the packages on xemacs.org.
|
|
6568
|
|
6569 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
6570
|
|
6571 * about.el (about-maintainer-info): Update Ben's entry.
|
|
6572
|
|
6573 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
6574
|
|
6575 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
6576 - `member' was being called on lists of length 2000!
|
|
6577 - Replace with hashtables.
|
|
6578 - Replace hand-coded loops with (dolist)
|
|
6579 - Fix comment typo
|
|
6580
|
|
6581 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
6582
|
|
6583 * packages.el: Added new function, `package-delete-name', to
|
|
6584 delete existing packages from the installed package database
|
|
6585 (`packages-package-list'). Also added the "pkginfo" directory
|
|
6586 to `packages-special-base-regexp', so that the pkginfo directory
|
|
6587 would not get added to `late-packages'.
|
|
6588
|
|
6589 * package-admin.el: Added ability to delete an installed package
|
|
6590 (added low-level function, `package-admin-delete-package').
|
|
6591 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
6592 delete the package. When installing a package, will also
|
|
6593 create a MANIFEST.* file if one is not provided by the
|
|
6594 package. If the MANIFEST.* doesn't exist when deleting a
|
|
6595 package, the functions will fall back to attempting to delete
|
|
6596 any package-specific lisp directory.
|
|
6597
|
|
6598 * package-get.el: Moved some functions to package-admin.el.
|
|
6599 Added interactive function `package-get-delete-package', for
|
|
6600 use by users for deleting a package.
|
|
6601
|
442
|
6602 Also modified to not require the presence of efs.
|
428
|
6603
|
|
6604 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6605
|
|
6606 * files.el (find-file-noselect): Handle all signals, kill the
|
|
6607 buffer and resignal.
|
|
6608
|
|
6609 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
6610
|
|
6611 * cl-macs.el (glyph-image): Add setf method.
|
|
6612
|
|
6613 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
6614
|
|
6615 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
6616 .tar.gz files first, in preference over .tgz files.
|
|
6617
|
|
6618 * package-ui.el: Fix display of package version numbers.
|
|
6619
|
|
6620 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6621
|
|
6622 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
6623 argument.
|
|
6624
|
|
6625 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
6626
|
|
6627 * list-mode.el: `display-completion-list': added new/optional
|
|
6628 keyword `:completion-string', which allows the programmer to
|
|
6629 change the "Possible completions are:" prompt.
|
|
6630
|
|
6631 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
6632 visual package browser/installer:
|
|
6633
|
|
6634 Options->Customize->List Packages
|
|
6635
|
|
6636 * package-admin.el: Added hooks for installing under both Unix
|
|
6637 and MS Windows. Does additional error checking. No longer
|
|
6638 calls "add-big-package.sh" to install packages under Unix; now
|
|
6639 calls gunzip & tar directly.
|
|
6640
|
|
6641 * package-get.el: Added ability to install packages from files
|
|
6642 on a local disk/CDROM. Now deletes any existing package lisp
|
|
6643 directory. Does completion on available packages when
|
|
6644 querying for package names. Will also search for .tgz files
|
|
6645 in addition for .tar.gz files. Tries to reload
|
|
6646 auto-autoloads, as a convenience when loading new packages,
|
|
6647 and also tries to add any new package paths to `load-path'.
|
|
6648 Changed all occurences of `concat' to use `expand-file-name'.
|
|
6649
|
|
6650 * package-ui.el: New file which implements the main visual
|
|
6651 package browser/installer, which is started via a menu pick or
|
|
6652 M-x pui-list packages.
|
|
6653
|
|
6654 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6655
|
|
6656 * startup.el (load-init-file): spelling fix.
|
|
6657
|
|
6658 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6659
|
|
6660 * startup.el (normal-top-level): Load auto-autoload files
|
|
6661 covariantly with their precedence.
|
|
6662
|
|
6663 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6664
|
|
6665 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
6666 option, there is currently no custom equivalent.. Customize-faces
|
|
6667 is "Edit faces".
|
|
6668
|
|
6669 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
6670 default face.
|
|
6671
|
|
6672 * faces.el (face-spec-update-all-matching): New function.
|
|
6673
|
|
6674 * cus-face.el (custom-set-face-update-spec): New function.
|
|
6675 Interface to customize faces from elisp.
|
|
6676
|
|
6677 (custom-face-value-create): Show the customized settings if set
|
|
6678 but not saved.
|
|
6679
|
|
6680 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6681
|
|
6682 (custom-face-value-create): Show the customized settings if set
|
|
6683 but not saved.
|
|
6684
|
|
6685 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
6686
|
|
6687 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
6688 query-replace-regexp.
|
|
6689
|
|
6690 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
6691
|
|
6692 * minibuf.el (read-file-name-internal-1): use
|
|
6693 user-name-completion-1 instead of user-name-completion.
|
|
6694
|
|
6695 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6696
|
|
6697 * loadup.el:
|
|
6698 * make-docfile.el:
|
|
6699 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
6700 global variable) no more.
|
|
6701
|
|
6702 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
6703 (now defunct as a global variable) a parameter.
|
|
6704
|
|
6705 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
6706
|
|
6707 * about.el (about-hackers): new email
|
|
6708
|
|
6709 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
6710
|
|
6711 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
6712
|
442
|
6713 1998-07-17 Didier Verna <didier@xemacs.org>
|
428
|
6714
|
|
6715 * faces.el (set-face-property):
|
|
6716 (set-face-dim-p):
|
|
6717 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
6718 tty-specific.
|
|
6719 (face-equal): the dim property is now a common one.
|
|
6720
|
|
6721 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
6722 Renamed the `stipple' attribute to `background-pixmap'.
|
|
6723 (custom-face-background-pixmap): make custom-face-stipple an
|
|
6724 obsolete alias for this.
|
|
6725
|
|
6726 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6727
|
|
6728 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
6729 used.
|
|
6730
|
|
6731 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
6732
|
|
6733 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6734
|
|
6735 * packages.el (packages-data-path-depth): Added and used.
|
|
6736
|
|
6737 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
6738
|
|
6739 * about.el:
|
|
6740 - Change .xpm to .png, delete "zcat" section.
|
|
6741 - cosmetic fix in the 'marcpa' entry.
|
|
6742
|
|
6743 * etc/photos
|
|
6744 - convert all .xpm.Z to .png
|
|
6745 - rename mrb to martin
|
|
6746 - rename mcook-m to mcookm
|
|
6747
|
|
6748 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
6749
|
|
6750 * x-init.el (x-initialize-compose): Add support for
|
|
6751 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
6752
|
|
6753 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
6754
|
|
6755 * setup-paths.el (paths-construct-exec-path): Made the
|
|
6756 last-packages really be last.
|
|
6757 (paths-construct-data-directory-list): Ditto.
|
|
6758
|
|
6759 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
6760
|
|
6761 * startup.el(startup-splash-frame-body):
|
|
6762 Update Copyright notice in splash screen
|
|
6763
|
|
6764 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6765
|
|
6766 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
6767
|
|
6768 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6769
|
|
6770 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
6771 aginst destroyed extents
|
|
6772
|
|
6773 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
6774
|
|
6775 * package-get.el (package-get): add `install-dir' argument.
|
|
6776
|
|
6777 1998-07-20 John Jones <jj@asu.edu>
|
|
6778
|
|
6779 * package-get.el: calls to package-get-update-all will only
|
|
6780 update packages which are already installed.
|
|
6781
|
|
6782 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
6783
|
|
6784 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
6785 writable.
|
|
6786
|
|
6787 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
6788
|
|
6789 * about.el (about-hackers): Correct my email.
|
|
6790
|
|
6791 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
6792
|
|
6793 * about.el (about-hackers): new email-address.
|
|
6794
|
|
6795 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
6796
|
|
6797 * minibuf.el (read-number): Don't let `input-error' condition
|
|
6798 escape.
|
|
6799
|
|
6800 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
6801
|
|
6802 * about.el (about-hackers): use my `email-for-life' address.
|
|
6803
|
|
6804 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
6805
|
|
6806 * XEmacs 21.2-beta1 is released.
|
|
6807
|
|
6808 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6809
|
|
6810 * ldap.el (ldap-search): Doc string change
|
|
6811
|
|
6812 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
6813
|
|
6814 * menubar-items.el (default-menubar): Removed references to
|
|
6815 `data-directory', and use `locate-data-file' instead, and made
|
|
6816 then greyed out if they don't exist.
|
|
6817
|
|
6818 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6819
|
|
6820 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
6821 since the latter does not accept integer args anymore
|
|
6822
|
|
6823 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
6824
|
|
6825 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
6826 macros replaced.
|
|
6827
|
|
6828 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6829
|
|
6830 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
6831 * update-elc.el: Ditto.
|
|
6832 * loadup.el (really-early-error-handler): Ditto.
|
|
6833
|
|
6834 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
6835 very-early-lisp.el.
|
|
6836
|
|
6837 * very-early-lisp.el: New file.
|
|
6838
|
|
6839 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
6840
|
|
6841 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
6842
|
|
6843 * obsolete.el (eval-current-buffer): Make compatible.
|
|
6844 (byte-code-function-p): Ditto.
|
|
6845 (send-string): Removed.
|
|
6846 (send-region): Removed.
|
|
6847 (screen-scrollbar-width): Removed.
|
|
6848 (set-screen-scrollbar-width): Removed.
|
|
6849 (set-screen-left-margin-width): Removed.
|
|
6850 (set-screen-right-margin-width): Removed.
|
|
6851 (screen-left-margin-width): Removed.
|
|
6852 (screen-right-margin-width): Removed.
|
|
6853 (set-buffer-left-margin-width): Removed.
|
|
6854 (set-buffer-right-margin-width): Removed.
|
|
6855 (buffer-left-margin-width): Removed.
|
|
6856 (buffer-right-margin-width): Removed.
|
|
6857 (x-set-frame-icon-pixmap): Removed.
|
|
6858 (x-set-screen-icon-pixmap): Removed.
|
|
6859 (pixel-name): Removed.
|
|
6860 (make-pixmap): Removed.
|
|
6861 (make-cursor): Removed.
|
|
6862 (pixmap-width): Removed.
|
|
6863 (pixmap-contributes-to-line-height-p): Removed.
|
|
6864 (set-pixmap-contributes-to-line-height): Removed.
|
|
6865
|
|
6866 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
6867
|
|
6868 * obsolete.el (popup-menu-up-p): removed.
|
|
6869 (read-no-blanks-input): Removed.
|
|
6870 (wholenump): Removed.
|
|
6871 (ring-mod): Removed (what was ring-mod?).
|
|
6872 (current-time-seconds): Removed.
|
|
6873 (run-special-hook-with-args): Removed.
|
|
6874 (dot): Removed.
|
|
6875 (dot-marker): Removed.
|
|
6876 (dot-min): Removed.
|
|
6877 (dot-max): Removed.
|
|
6878 (window-dot): Removed.
|
|
6879 (set-window-dot): Removed.
|
|
6880
|
|
6881 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
6882 `dot-min'.
|
|
6883
|
|
6884 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
6885
|
|
6886 * code-files.el (insert-file-contents): Rename
|
|
6887 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
6888 (write-region): Ditto.
|
|
6889
|
|
6890 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
6891
|
|
6892 * about.el: Fix typos, update release date.
|
|
6893
|
|
6894 * Symbols that have been obsolete for at least 3 years removed.
|
|
6895
|
|
6896 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
6897 screen- functions.
|
|
6898 (toplevel): remove setf methods for screen functions.
|
|
6899 * cl-macs.el (extent-data): defsetf removed.
|
|
6900 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
6901 many places to remove.
|
|
6902 (comment-indent-hook): Ditto.
|
|
6903 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
6904 (buffer-dedicated-screen): Ditto.
|
|
6905 (deiconify-screen): Ditto.
|
|
6906 (delete-screen): Ditto.
|
|
6907 (event-screen): Ditto.
|
|
6908 (find-file-other-screen): Ditto.
|
|
6909 (find-file-read-only-other-screen): Ditto.
|
|
6910 (live-screen-p): Ditto.
|
|
6911 (screen-height): Ditto.
|
|
6912 (screen-iconified-p): Ditto.
|
|
6913 (screen-list): Ditto.
|
|
6914 (screen-live-p): Ditto.
|
|
6915 (screen-name): Ditto.
|
|
6916 (screen-parameters): Ditto.
|
|
6917 (screen-pixel-height): Ditto.
|
|
6918 (screen-pixel-width): Ditto.
|
|
6919 (screen-root-window): Ditto.
|
|
6920 (screen-selected-window): Ditto.
|
|
6921 (screen-totally-visible-p): Ditto.
|
|
6922 (screen-visible-p): Ditto.
|
|
6923 (screen-width): Ditto.
|
|
6924 (screenp): Ditto.
|
|
6925 (get-screen-for-buffer): Ditto.
|
|
6926 (get-screen-for-buffer-noselect): Ditto.
|
|
6927 (get-other-screen): Ditto.
|
|
6928 (iconify-screen): Ditto.
|
|
6929 (lower-screen): Ditto.
|
|
6930 (mail-other-screen): Ditto.
|
|
6931 (make-screen): Ditto.
|
|
6932 (make-screen-invisible): Ditto.
|
|
6933 (make-screen-visible): Ditto.
|
|
6934 (modify-screen-parameters): Ditto.
|
|
6935 (new-screen): Ditto.
|
|
6936 (next-screen): Ditto.
|
|
6937 (next-multiscreen-window): Ditto.
|
|
6938 (other-screen): Ditto.
|
|
6939 (previous-screen): Ditto.
|
|
6940 (previous-multiscreen-window): Ditto.
|
|
6941 (raise-screen): Ditto.
|
|
6942 (redraw-screen): Ditto.
|
|
6943 (select-screen): Ditto.
|
|
6944 (selected-screen): Ditto.
|
|
6945 (set-buffer-dedicated-screen): Ditto.
|
|
6946 (set-screen-height): Ditto.
|
|
6947 (set-screen-position): Ditto.
|
|
6948 (set-screen-size): Ditto.
|
|
6949 (set-screen-width): Ditto.
|
|
6950 (show-temp-buffer-in-current-screen): Ditto.
|
|
6951 (switch-to-buffer-other-screen): Ditto.
|
|
6952 (visible-screen-list): Ditto.
|
|
6953 (window-screen): Ditto.
|
|
6954 (x-set-screen-pointer): Ditto.
|
|
6955 (x-set-frame-pointer): Ditto.
|
|
6956 (screen-title-format): Ditto.
|
|
6957 (screen-icon-title-format): Ditto.
|
|
6958 (terminal-screen): Ditto.
|
|
6959 (delete-screen-hook): Ditto.
|
|
6960 (create-screen-hook): Ditto.
|
|
6961 (mouse-enter-screen-hook): Ditto.
|
|
6962 (mouse-leave-screen-hook): Ditto.
|
|
6963 (map-screen-hook): Ditto.
|
|
6964 (unmap-screen-hook): Ditto.
|
|
6965 (default-screen-alist): Ditto.
|
|
6966 (default-screen-name): Ditto.
|
|
6967 (x-screen-defaults): Ditto.
|
|
6968 (x-create-screen): Ditto.
|
|
6969 * obsolete.el: meta-flag removed.
|
|
6970 baud-rate removed.
|
|
6971 sleep-for-millisecs removed.
|
|
6972 extent-data removed.
|
|
6973 set-extent-data removed.
|
|
6974 set-extent-attribute removed.
|
|
6975 extent-glyph removed.
|
|
6976 extent-layout removed.
|
|
6977 set-extent-layout removed.
|
|
6978 list-faces-display removed.
|
|
6979 list-faces removed.
|
|
6980 trim-versions-without-asking removed.
|
|
6981 after-write-file-hooks removed.
|
|
6982 truename removed.
|
|
6983 auto-fill-hook removed.
|
|
6984 blink-paren-hook removed.
|
|
6985 select-screen-hook, deselect-screen-hook removed.
|
|
6986 auto-raise-screen, auto-lower-screen removed.
|
|
6987
|
|
6988 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
6989
|
|
6990 * XEmacs 21.0-pre5 is released.
|
|
6991
|
|
6992 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
6993
|
|
6994 * about.el (about-hackers): Credits update.
|
|
6995
|
|
6996 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
6997
|
|
6998 * register.el (insert-register): Don't activate the region.
|
|
6999
|
|
7000 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
7001
|
|
7002 * select.el: Restore x-* symbols for backwards compatibility:
|
|
7003 x-copy-primary-selection, x-kill-primary-selection,
|
|
7004 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
7005 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
7006
|
|
7007 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
7008
|
|
7009 * XEmacs 21.0-pre4 is released.
|
|
7010
|
|
7011 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7012
|
|
7013 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
7014 reporting bugs.
|
|
7015 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
7016 `expand-file-name' rather than `concat'.
|
|
7017
|
|
7018 * help.el (print-messages): New function.
|
|
7019
|
|
7020 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7021
|
|
7022 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
7023
|
|
7024 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7025
|
|
7026 * about.el: Tweaked my entry in about-hackers.
|
|
7027
|
|
7028 * find-paths.el (paths-emacs-root-p):
|
|
7029 Relaxed emacs-root checking of an in-place installation to
|
442
|
7030 also accommodate the flat layout used on MS Windows.
|
428
|
7031
|
|
7032 1998-06-29 John Jones <jj@asu.edu>
|
|
7033
|
|
7034 * package-get.el: calls to package-get-update-all will only
|
|
7035 update packages which are already installed.
|
|
7036
|
|
7037 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
7038
|
|
7039 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
7040 are handled by the gui-element face fallbacks now.
|
|
7041
|
|
7042 * x-faces.el: default gui-element face to "background" as well as
|
|
7043 the default face.
|
|
7044
|
|
7045 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
7046 and default face settings since these are set as fallbacks now in
|
|
7047 the appropriate domain.
|
|
7048
|
|
7049 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
7050
|
|
7051 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
7052 corresponding to `page-delim' goes first and the hack in
|
|
7053 `forward-paragraph' will work.
|
|
7054 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
7055
|
|
7056 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7057
|
|
7058 * subr.el (remove-hook): When checking the hook value
|
|
7059 with functionp, don't apply car to it.
|
|
7060
|
|
7061 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7062
|
|
7063 * package-get.el (package-get-remote-filename):
|
|
7064 Don't use file-name-as-directory because the local directory
|
|
7065 separator conventions might not be the same as ftp's.
|
|
7066
|
|
7067 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7068
|
|
7069 * ldap.el (ldap-host-parameters-alist): New name of
|
|
7070 `ldap-host-parameters-plist'
|
|
7071
|
434
|
7072 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
7073
|
|
7074 * package-get.el: Using (require 'package-get-base), now that it
|
|
7075 provides itself. Consequently removed all instances of (load
|
|
7076 "package-get-base.el").
|
|
7077
|
|
7078 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7079
|
|
7080 * subr.el (remove-hook): Don't treat the hook value as a
|
|
7081 list unless it is both consp and not functionp.
|
|
7082
|
|
7083 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
7084
|
|
7085 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
7086 * auto-show.el: Ditto.
|
|
7087 * bytecomp.el: Ditto.
|
|
7088 * faces.el: Ditto.
|
|
7089 * x-scrollbar.el: Ditto.
|
|
7090 * x-misc.el: Ditto.
|
|
7091 * tty-init.el: Ditto.
|
|
7092 * toolbar-items.el: Ditto.
|
|
7093 * symbol-syntax.el: Ditto.
|
|
7094 * specifier.el: Ditto.
|
|
7095 * objects.el: Ditto.
|
|
7096 * hyper-apropos.el: Ditto.
|
|
7097 * glyphs.el: Ditto.
|
|
7098
|
|
7099 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
7100
|
|
7101 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
7102 vertical-divider-always-visible-p.
|
|
7103 (default-mouse-motion-handler): Ditto.
|
|
7104
|
|
7105 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
7106
|
|
7107 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
7108 global value.
|
|
7109
|
|
7110 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
7111
|
|
7112 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
7113
|
|
7114 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7115
|
|
7116 * font.el: Split font-family-mappings into X and
|
|
7117 mswindows-specific versions.
|
|
7118 mswindows-font-create-[object|name]: Treat supplied size
|
|
7119 as a pointsize. Added underline and strikethru handling.
|
|
7120
|
|
7121 * msw-faces.el: changed default mswindows charset to western.
|
|
7122
|
|
7123 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7124 was inserted to get round bugs in the mswindows C font code.
|
|
7125
|
|
7126 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
7127
|
|
7128 * about.el (about-hackers): Credits update.
|
|
7129
|
|
7130 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
7131 TUTORIAL.
|
|
7132
|
|
7133 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
7134 to ISO-8859-2.
|
|
7135
|
|
7136 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7137
|
|
7138 * font.el: Split font-family-mappings into X and
|
|
7139 mswindows-specific versions.
|
|
7140 mswindows-font-create-[object|name]: Treat supplied size
|
|
7141 as a pointsize. Added underline and strikethru handling.
|
|
7142
|
|
7143 * msw-faces.el: changed default mswindows charset to western.
|
|
7144
|
|
7145 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7146 was inserted to get round bugs in the mswindows C font code.
|
|
7147
|
|
7148 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7149
|
|
7150 * minibuf.el: make read-color-completion-table call
|
|
7151 (mswindows-color-list for mswindows devices.
|
|
7152
|
|
7153 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
7154
|
|
7155 * lisp/font-lock.el
|
|
7156 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
7157 Let declaration items contain non-word symbol characters.
|
|
7158
|
434
|
7159 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
428
|
7160
|
|
7161 * package-get.el (package-get-package-provider): Added autoload
|
|
7162 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
7163 it. Fixed some (interactive ...) with multiple argument specs
|
|
7164 again. Cosmetic indentation changes.
|
|
7165
|
|
7166 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
7167
|
|
7168 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
7169 that you want to use later.
|
|
7170
|
|
7171 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7172
|
|
7173 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
7174 to x-kill-primary-selection with kill-primary-selection
|
|
7175
|
|
7176 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
7177
|
|
7178 * simple.el (what-cursor-position): Make cursor position reported
|
|
7179 use value of column-number-start-at-one
|
|
7180
|
|
7181 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
7182
|
|
7183 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
7184
|
|
7185 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
7186
|
|
7187 * startup.el (startup-splash-frame): Remove
|
|
7188 `xemacs-startup-logo-function'.
|
|
7189
|
|
7190 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
7191
|
|
7192 * about.el (about-hackers): Update credits list.
|
|
7193
|
|
7194 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
7195
|
|
7196 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
7197 extensions to be found by load-sound-file
|
|
7198
|
|
7199 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7200
|
|
7201 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
7202 (Info-auto-generate-directory): New variable
|
|
7203 (Info-save-auto-generated-dir): New variable
|
|
7204 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
7205 (Info-build-dir-anew): Second parameter removed. Use
|
|
7206 `Info-save-auto-generated-dir'
|
|
7207 (Info-rebuild-dir): Ditto
|
|
7208
|
|
7209 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
7210
|
|
7211 * list-mode.el (next-list-mode-item): Would not recognize
|
|
7212 border between directly neighbored items.
|
|
7213
|
|
7214 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7215
|
|
7216 * package-get.el: add autoloads for some functions.
|
|
7217
|
|
7218 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7219
|
|
7220 * specifier.el (let-specifier): Tiny docfixes.
|
|
7221
|
|
7222 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7223
|
|
7224 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
7225
|
|
7226 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
7227
|
|
7228 * wid-edit.el (widget-specify-secret): New function.
|
|
7229 (widget-after-change): Use it.
|
|
7230 (widget-specify-field): Use it.
|
|
7231
|
|
7232 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
7233
|
|
7234 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
7235 `doit'; reuse result of `window-pixel-edges'.
|
|
7236
|
|
7237 * modeline.el (drag-modeline-event-lag): Rename to
|
|
7238 drag-divider-event-lag.
|
|
7239
|
|
7240 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
7241
|
|
7242 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
7243 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
7244 arguments.
|
|
7245
|
|
7246 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7247
|
|
7248 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
7249 `completion-ignore-case' in completions buffer under Windows.
|
|
7250
|
|
7251 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7252
|
|
7253 * about.el (about-maintainer-glyph): Fix support for not
|
|
7254 compressed images.
|
|
7255
|
|
7256 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7257
|
|
7258 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
7259
|
|
7260 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
7261 `cancel-mode-internal' function is fetched.
|
|
7262
|
|
7263 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7264
|
|
7265 * files.el (save-some-buffers-1): Fixed return value.
|
|
7266
|
|
7267 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
7268
|
|
7269 * dragdrop.el: added experimental
|
|
7270
|
|
7271 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
7272
|
|
7273 * startup.el (after-init-hook, init-file-user,
|
|
7274 user-init-directory, load-user-init-file): Purge references
|
|
7275 to "~/.xemacs/init.el" from docstrings.
|
|
7276
|
|
7277 (load-user-init-file) Use paths-construct-path to construct
|
|
7278 paths to user init files. Go directly to ~/.emacs, do not
|
|
7279 search ~/.xemacs/, do not load `default-custom-file'.
|
|
7280
|
|
7281 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7282
|
|
7283 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
7284 general *sh.
|
|
7285 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
7286
|
|
7287 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
7288
|
|
7289 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
7290 menu.
|
|
7291
|
|
7292 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
7293
|
|
7294 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
7295 in xpm-color-symbols instead of default.
|
|
7296
|
|
7297 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
7298
|
|
7299 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
7300
|
|
7301 * startup.el (xemacs-startup-logo-function): New variable.
|
|
7302 (startup-splash-frame): Use it.
|
|
7303
|
|
7304 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
7305
|
|
7306 * files.el (save-some-buffers): Would wait 1 second.
|
|
7307 (save-some-buffers-1): Delete other windows here instead of in
|
|
7308 `save-some-buffers'.
|
|
7309 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
7310
|
442
|
7311 1998-06-02 Didier Verna <didier@xemacs.org>
|
428
|
7312
|
|
7313 * cus-face.el (custom-face-attributes): generalized the use of
|
|
7314 toggle buttons for boolean attributes.
|
|
7315 Re-ordered the items a bit.
|
|
7316
|
|
7317 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
7318
|
|
7319 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
7320 to find the sounds directory.
|
|
7321
|
|
7322 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7323
|
|
7324 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
7325 otherwise. load-default sounds without extensions.
|
|
7326
|
|
7327 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
7328
|
|
7329 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
7330 if send-pr is not bound.
|
|
7331
|
|
7332 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
7333
|
|
7334 * files.el: grok idl files in auto-mode-alist.
|
|
7335 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
7336
|
|
7337 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
7338 calling `upcase'.
|
|
7339
|
|
7340 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
7341
|
|
7342 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
7343
|
|
7344 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7345
|
|
7346 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
7347 instead of XEmacs one when dumping InfoDock.
|
|
7348
|
|
7349 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7350
|
|
7351 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
7352 for `modeline-visible-p'
|
|
7353
|
|
7354 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
7355
|
|
7356 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
7357
|
|
7358 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
7359 since it's not used anymore. doc string fixes.
|
|
7360
|
|
7361 * package-get.el (package-get-file-installed-p): new function. use
|
|
7362 instead of file-installed-p which is in an external package.
|
|
7363
|
|
7364 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
7365
|
|
7366 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
7367 favor of select-window/switch-to-buffer
|
|
7368
|
|
7369 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
7370
|
|
7371 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
7372
|
|
7373 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
7374
|
|
7375 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
7376 (offix-start-drag-region) moved to dragdrop.el
|
|
7377 (offix-start-drag) moved to dragdrop.el
|
|
7378 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
7379 (offix-start-drag-region) moved from frame.el
|
|
7380 (offix-start-drag) moved from frame.el
|
|
7381 (cde-start-drag-region) cde drag regions
|
|
7382 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
7383
|
|
7384 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
7385
|
|
7386 * dragdrop.el: created dragdrop-drag prototypes
|
|
7387 (cde-start-drag-region) fixed typo
|
|
7388
|
|
7389 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
7390
|
|
7391 * simple.el (after-init-hook): Remove reader macro.
|
|
7392
|
|
7393 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
7394 macros. Update DOC string.
|
|
7395
|
|
7396 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7397
|
|
7398 * mouse.el (drag-window-divider): Ditto.
|
|
7399
|
|
7400 * modeline.el (mouse-drag-modeline): Use it.
|
|
7401
|
|
7402 * lisp-mode.el (let-specifier): Specify indentation.
|
|
7403
|
|
7404 * specifier.el (let-specifier): Renamed from
|
|
7405 `with-specifier-instance'.
|
|
7406
|
|
7407 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
7408
|
|
7409 * x-faces.el:
|
|
7410 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
7411 to faces. Predicate x-get-resource on the presence of x.
|
|
7412
|
442
|
7413 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
428
|
7414 faces as specfier defaults.
|
|
7415
|
|
7416 * package-get.el: don't use package-admin-add-single-file-package.
|
|
7417
|
|
7418 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7419
|
|
7420 * toolbar-items.el: Fixup tooltips.
|
|
7421 (toolbar-gnus): Don't use obsolete variable
|
|
7422 toolbar-news-frame-properties.
|
|
7423 (toolbar-news-reader): Default to `gnus' instead of
|
|
7424 `not-configured'.
|
|
7425
|
|
7426 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
7427 Windows.
|
|
7428
|
|
7429 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
7430
|
|
7431 * package-get.el: rename -installedp -> -installed-p.
|
|
7432
|
|
7433 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7434
|
|
7435 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
7436 attributes, and assinged it to continuation, truncation and
|
|
7437 hscroll glyphs.
|
|
7438
|
|
7439 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
7440 and made continuation, truncation and hscroll glyphs arrow
|
|
7441 characters out of that font.
|
|
7442
|
|
7443 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7444
|
|
7445 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
7446 directory-sep-char being \.
|
|
7447 (minibuffer-electric-tilde): Ditto.
|
|
7448 (read-file-name-map): Ditto.
|
|
7449
|
|
7450 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7451
|
|
7452 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
7453 on X devices.
|
|
7454 (default-mouse-track-deal-with-down-event): Avoid
|
|
7455 `x-disown-selection'; use `disown-selection' instead.
|
|
7456
|
|
7457 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7458
|
|
7459 * select.el:
|
|
7460 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
7461 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
7462 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
7463 (x-copy-primary-selection).
|
|
7464 (own-clipboard): new function.
|
|
7465
|
|
7466 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
7467 functions in select.el. remove old ones.
|
|
7468 (mswindows-own-clipboard): new function.
|
|
7469
|
|
7470 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
7471
|
|
7472 * gnuserv.el: allow connections from mswindows type devices.
|
|
7473
|
|
7474 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
7475
|
|
7476 * msw-glyphs.el: change image type used from cursor to resource.
|
|
7477
|
|
7478 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7479
|
|
7480 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
7481 for {top,bottom}-{left,right} values in addition to
|
|
7482 {top,bottom}_{left,right}.
|
|
7483 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
7484
|
|
7485 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
7486
|
|
7487 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
7488
|
|
7489 * specifier.el (with-specifier-instance): Added docstring.
|
|
7490
|
|
7491 * mouse.el (drag-window-divider): Ditto.
|
|
7492
|
|
7493 * modeline.el (mouse-drag-modeline): Use it.
|
|
7494
|
|
7495 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
7496 level.
|
|
7497
|
|
7498 * specifier.el (with-specifier-instance): New macro.
|
|
7499
|
|
7500 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
7501
|
|
7502 * package-get.el (package-get-create-custom): new function to
|
|
7503 auto-generate package-get-custom.el from package-get-base.el.
|
|
7504 * (package-get-ever-installedp): new function.
|
|
7505 * (package-get-custom): new function to get all packages specified
|
|
7506 by customize.
|
|
7507
|
|
7508 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
7509
|
|
7510 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
7511
|
|
7512 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
7513
|
|
7514 * cl-extra.el: Reverse previous float change.
|
|
7515
|
|
7516 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
7517
|
|
7518 * x-faces.el:
|
|
7519 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
7520 required by w3 under mswindows as well X.
|
|
7521
|
|
7522 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7523
|
|
7524 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
7525 clause, one more overlookef fsfism.
|
|
7526 (nt-quote-args-functions-alist): End sentences with double space.
|
|
7527
|
|
7528 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7529
|
|
7530 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
7531 recaching default-toolbar specifier.
|
|
7532 (pop-window-configuration): Ditto.
|
|
7533 (unpop-window-configuration): Ditto.
|
|
7534
|
|
7535 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7536
|
|
7537 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
7538
|
|
7539 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7540
|
|
7541 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
7542 (nt-quote-args-prefix-quote): Added function.
|
|
7543 (nt-quote-args-backslash-quote): Added function.
|
|
7544 (nt-quote-args-double-quote): Added function.
|
|
7545 (nt-quote-args-functions-alist): New variable.
|
|
7546 (nt-quote-process-args): Added function. This is the main quoting
|
|
7547 work horse called from process-nt.c
|
|
7548
|
|
7549 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7550
|
|
7551 * winnt.el: Removed duplicate definitions for backspace,
|
|
7552 delete, M-backspace and C-M-backspace.
|
|
7553 (file-name-buffer-file-type-alist): Removed this variable.
|
|
7554 (find-buffer-file-type): Removed function.
|
|
7555 (find-file-binary): Removed function.
|
|
7556 (find-file-text): Removed function.
|
|
7557 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
7558 (save-to-unix-hook): Removed function.
|
|
7559 (revert-from-unix-hook): Removed function.
|
|
7560 (using-unix-filesystems): Removed function.
|
|
7561 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
7562 warning.
|
|
7563 (x-set-selection): Removed function.
|
|
7564 (x-get-selection): Removed function.
|
|
7565 Removed commented FSFisms.
|
|
7566 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
7567 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
7568 comint-process-echoes setting to t.
|
|
7569
|
|
7570 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7571
|
|
7572 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
7573 and used following the interface change of
|
|
7574 `paths-find-recursive-path'.
|
|
7575
|
|
7576 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
7577 regexp instead of a list of base names.
|
|
7578 (paths-version-control-filename-regexp):
|
|
7579 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
7580 Introduced and used following the interface change of
|
|
7581 `paths-find-recursive-path'.
|
|
7582
|
|
7583 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7584
|
|
7585 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
7586 on X devices, rather than on all non-TTY devices.
|
|
7587
|
|
7588 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7589
|
|
7590 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
7591
|
|
7592 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
7593
|
434
|
7594 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
428
|
7595
|
|
7596 * itimer.el (activate-itimer): Fixed usage of integers
|
|
7597 as argument to `concat'.
|
|
7598
|
|
7599 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7600
|
|
7601 * itimer.el (start-itimer): replace the use of `concat' with
|
|
7602 `format'
|
|
7603
|
|
7604 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
7605
|
|
7606 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
7607 From Bob Weiner <weiner@altrasoft.com>
|
|
7608
|
|
7609 * loadhist.el (symbol-file): Supply prompt string when used
|
|
7610 interactively.
|
|
7611 From Bob Weiner <weiner@altrasoft.com>
|
|
7612
|
|
7613 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
7614
|
|
7615 * loadup.el (really-early-error-handler): Ditto.
|
|
7616
|
|
7617 * update-elc.el: Ditto.
|
|
7618
|
|
7619 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7620
|
|
7621 * make-docfile.el: Ditto.
|
|
7622
|
|
7623 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
7624 instead of decode-path.
|
|
7625
|
|
7626 * files.el (parse-colon-path): Update docstring reference.
|
|
7627
|
|
7628 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7629
|
|
7630 * msw-init.el:
|
|
7631 * x-init.el:
|
|
7632 Bind cut'n'paste keys to non window-system specific functions.
|
|
7633
|
|
7634 * msw-select.el: New function mswindows-clear-clipboard.
|
|
7635 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
7636 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
7637
|
|
7638 * select.el: on mswindows devices delete-primary-selection
|
|
7639 calls mswindows-clear-clipboard.
|
|
7640
|
|
7641 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
7642
|
|
7643 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
7644
|
|
7645 * cmdloop.el (read-char): Don't inhibit quit.
|
|
7646 (read-char-exclusive): Ditto.
|
|
7647 (read-char): Signal quit if quit-char was pressed.
|
|
7648 (read-char-exclusive): Ditto.
|
|
7649 (read-quoted-char): Return a character, not integer.
|
|
7650
|
|
7651 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
7652 selection code.
|
|
7653 (default-popup-menu): Fix code.
|
|
7654
|
|
7655 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
7656
|
|
7657 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
7658
|
|
7659 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
7660
|
|
7661 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
7662
|
|
7663 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7664
|
|
7665 * device.el (device-pixel-width):
|
|
7666 (device-pixel-height):
|
|
7667 (device-mm-width):
|
|
7668 (device-mm-height):
|
|
7669 (device-bitplanes):
|
|
7670 (device-color-cells): Swapped parameters to device-system-metric
|
|
7671 according to the interface change.
|
|
7672
|
|
7673 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7674
|
|
7675 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
7676 function event-over-vertical-divider-p.
|
|
7677 Do not set E-W arrow cursor over the divider if
|
|
7678 vertical-divider-draggable-p is nil in the window.
|
|
7679 ([top-level]): Use new name for the variable
|
|
7680 vertical-divider-map.
|
|
7681 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
7682 Variable name typo fixes.
|
|
7683
|
|
7684 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7685
|
|
7686 * keymap.el (kbd): Define here; handle string constants and
|
|
7687 others...
|
|
7688
|
|
7689 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
7690
|
|
7691 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
7692 in Emacs 18.
|
|
7693
|
442
|
7694 1998-05-13 Didier Verna <didier@xemacs.org>
|
428
|
7695
|
|
7696 * mouse.el (drag-window-divider): give the vertical divider a
|
|
7697 pressed look when dragging it.
|
|
7698
|
|
7699 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
7700
|
|
7701 * faces.el: predicate some more face operations on x or mswindows
|
|
7702 not just x.
|
|
7703
|
|
7704 * modeline.el: enable modeline coloring for mswindows.
|
|
7705
|
|
7706 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7707
|
|
7708 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
7709 FSF Emacs.
|
|
7710 (next-history-element): Used `minibuffer-default'.
|
|
7711
|
|
7712 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
7713
|
|
7714 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
7715 arguments still look a bit strange
|
|
7716 (dragdrop-compare-mods) created
|
|
7717 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
7718 modifiers
|
|
7719
|
|
7720 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7721
|
|
7722 * setup-paths.el (paths-default-info-directories): Replace
|
|
7723 path-separator with directory-sep-char.
|
|
7724
|
|
7725 * files.el (path-separator): Don't define it here.
|
|
7726
|
|
7727 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7728
|
|
7729 * update-elc.el: Ditto.
|
|
7730
|
|
7731 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
7732
|
|
7733 * make-docfile.el: Ditto.
|
|
7734
|
|
7735 * loadup.el (really-early-error-handler): Ditto.
|
|
7736
|
|
7737 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
7738 instead of decode-path-internal.
|
|
7739
|
|
7740 * files.el (parse-colon-path): Update docstring.
|
|
7741
|
|
7742 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
7743
|
|
7744 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
7745
|
|
7746 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
7747 get-buffer-window-list.
|
|
7748
|
|
7749 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7750
|
|
7751 * disass.el: Fix maintainer keyword.
|
|
7752
|
|
7753 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
7754 (byte-compile-buffer): Ditto.
|
|
7755
|
|
7756 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
7757 value is returned, not the name.
|
|
7758 (lisp-imenu-generic-expression): Enable it.
|
|
7759 (lisp-mode-variables): Ditto.
|
|
7760 (lisp-indent-offset): Change defconst to defvar.
|
|
7761 (lisp-indent-function): Ditto.
|
|
7762 (lisp-body-indent): Ditto.
|
|
7763
|
|
7764 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7765
|
|
7766 * modeline.el: Use zap-last-kbd-macro-event.
|
|
7767
|
|
7768 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
7769 nil, don't attempt to do anything with messages.
|
|
7770 (eval-last-sexp): Use `letf' for clarity.
|
|
7771
|
|
7772 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7773
|
|
7774 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
7775
|
|
7776 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
7777
|
|
7778 * buff-menu.el:
|
|
7779 * lisp-mode.el:
|
|
7780 * obsolete.el:
|
|
7781 Change empty docstrings into no doc strings at all.
|
|
7782 Fix bogus FSF-format docstrings.
|
|
7783 * etags.el: Fix docstring.
|
|
7784
|
|
7785 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7786
|
|
7787 * package-get.el (package-get): Use internal md5
|
|
7788
|
|
7789 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
7790
|
|
7791 * about.el (about-xemacs): Correct abuse of concat.
|
|
7792
|
|
7793 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
7794
|
|
7795 * info.el (Info-mode): Use easymenu.
|
|
7796
|
|
7797 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7798
|
|
7799 * apropos.el (apropos): Don't use concat with integers.
|
|
7800
|
|
7801 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
7802 was seen gracefully.
|
|
7803
|
|
7804 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
7805 defun.
|
|
7806 (apropos-describe-plist): Ditto.
|
|
7807
|
|
7808 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
7809 (describe-key): Use it as defun.
|
|
7810 (describe-mode): Ditto.
|
|
7811 (describe-bindings): Ditto.
|
|
7812 (describe-prefix-bindings): Ditto.
|
|
7813 (describe-installation): Ditto.
|
|
7814 (view-lossage): Ditto.
|
|
7815 (describe-function): Ditto.
|
|
7816 (describe-variable): Ditto.
|
|
7817 (describe-syntax): Ditto.
|
|
7818
|
|
7819 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
7820
|
|
7821 * dragdrop.el: changed order of require/provide
|
|
7822 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
7823 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
7824 (dragdrop-function-widget) this one needs more work...
|
|
7825
|
|
7826 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
7827
|
|
7828 * about.el: another small change in my entry
|
|
7829 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
7830 plus customizations
|
|
7831 changed interface to handler functions. now called with event
|
|
7832 and object
|
|
7833
|
|
7834 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7835
|
|
7836 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
7837 E-W arrow pointer displayed over draggable dividers.
|
|
7838
|
|
7839 * mouse.el (default-mouse-motion-handler): Show it when
|
|
7840 appropriate.
|
|
7841 (drag-window-divider): Added.
|
|
7842 ([top-level]): Initialized window-divider-map with a keymap
|
|
7843 binding the above function to left button down event.
|
|
7844
|
|
7845 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
7846 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
7847 E-W double arrow.
|
|
7848
|
|
7849 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
7850
|
|
7851 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
7852
|
|
7853 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7854
|
|
7855 * simple.el (count-words-buffer): Don't query for buffer.
|
|
7856 (count-lines-buffer): Ditto.
|
|
7857
|
|
7858 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7859
|
|
7860 * help.el (where-is): add optional insert argument.
|
|
7861
|
|
7862 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7863
|
|
7864 * help.el (describe-key-briefly): New argument INSERT.
|
|
7865
|
|
7866 * simple.el (eval-expression): New optional argument; synch with
|
|
7867 FSF 20.3.
|
|
7868
|
|
7869 * keydefs.el (global-map): Add new register bindings.
|
|
7870
|
|
7871 * register.el: Synched with FSF 20.3.
|
|
7872
|
|
7873 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7874
|
|
7875 * window-xemacs.el (recenter): all arguments are optional.
|
|
7876
|
|
7877 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7878
|
|
7879 * device.el: (device-pixel-width): Reflected name/parameters
|
|
7880 change to device-system-metric.
|
|
7881 (device-pixel-height): Ditto.
|
|
7882 (device-mm-width): Ditto.
|
|
7883 (device-mm-height): Ditto.
|
|
7884 (device-bitplanes): Ditto.
|
|
7885 (device-color-cells): Ditto.
|
|
7886
|
|
7887 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7888
|
|
7889 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
7890
|
|
7891 * cl.el (most-positive-fixnum): Document.
|
|
7892 (most-negative-fixnum): Ditto.
|
|
7893
|
|
7894 * cus-dep.el: Updated comment.
|
|
7895
|
|
7896 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
7897 constant.
|
|
7898
|
|
7899 * cus-load.el (custom-put): Removed.
|
|
7900
|
|
7901 * files.el (after-find-file): Just resignal quit instead of
|
|
7902 signaling "canceled".
|
|
7903
|
|
7904 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7905
|
|
7906 * frame.el (other-frame): Use `focus-frame' instead of
|
|
7907 select-frame kludges.
|
|
7908
|
|
7909 * lisp-mode.el: Update lisp-indent-function for
|
|
7910 save-selected-frame and with-selected-frame.
|
|
7911
|
|
7912 * frame.el (save-selected-frame): New macro.
|
|
7913 (with-selected-frame): Ditto.
|
|
7914 (other-frame): Use `set-frame-focus'.
|
|
7915
|
|
7916 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
7917
|
|
7918 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
7919 (dragdrop-drop-url-default) default handler for URL drops created
|
|
7920 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
7921 (dragdrop-drop-functions) default custom for handling drops created
|
|
7922 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
7923
|
|
7924 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7925
|
|
7926 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
7927
|
|
7928 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
7929
|
|
7930 * about.el: changed some text in my entry
|
|
7931 * dragdrop.el: added customs
|
|
7932
|
|
7933 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
7934
|
|
7935 * mouse.el: killed global drop key bindings
|
|
7936 (mouse-offix-drop) removed
|
|
7937 * dragdrop.el: created
|
|
7938 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
7939
|
|
7940 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7941
|
|
7942 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
7943 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
7944
|
|
7945 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
7946 obsolete comment.
|
|
7947
|
|
7948 * scrollbar.el (scrollbars-visible-p): Use new
|
|
7949 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
7950
|
|
7951 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7952
|
|
7953 * device.el (device-pixel-height):
|
|
7954 (device-pixel-width):
|
|
7955 (device-mm-width):
|
|
7956 (device-mm-height):
|
|
7957 (device-bitplanes):
|
|
7958 (device-color-cells): Moved these 6 functions from device.c; they
|
|
7959 all use single (device-system-metrics) call.
|
|
7960
|
|
7961 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
7962
|
|
7963 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
7964 were renamed.
|
|
7965
|
|
7966 * menubar-items.el:
|
|
7967 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
7968 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
7969
|
|
7970 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
7971 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
7972
|
|
7973 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
7974
|
|
7975 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
7976 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
7977
|
|
7978 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
7979
|
|
7980 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
7981
|
|
7982 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
7983
|
|
7984 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
7985
|
|
7986 * startup.el (startup-splash-frame): Change ID logo name.
|
|
7987
|
|
7988 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
7989
|
|
7990 * files.el (after-find-file): If the user presses C-g on
|
|
7991 directory-creation prompt, kill the buffer.
|
|
7992
|
|
7993 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
7994
|
|
7995 * simple.el (count-words-region): Reverse previous change.
|
|
7996
|
|
7997 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
7998
|
|
7999 * replace.el (query-replace): Just call perform-replace.
|
|
8000 (query-replace-regexp): Ditto.
|
|
8001 (perform-replace): Move region handling here.
|
|
8002 (perform-replace): Use the new arg to match-data.
|
|
8003
|
|
8004 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8005
|
|
8006 * x-init.el: Install X specific display table that
|
|
8007 displays char 0240 as a space to avoid whatever it is
|
|
8008 that screws up display of that character code.
|
|
8009
|
|
8010 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
8011
|
|
8012 * help.el (function-arglist): If no arguments are documented for a
|
|
8013 subr, print nothing rather than incorrect output.
|
|
8014
|
|
8015 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
8016
|
|
8017 * cmdloop.el (command-error): Update bail-out error message to use
|
|
8018 `emacs-program-name'.
|
|
8019
|
|
8020 * lib-complete.el: Remove reader macro cruft.
|
|
8021
|
|
8022 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
8023 cruft.
|
|
8024
|
|
8025 * simple.el (count-words-region): Drop interactive-p check on the
|
|
8026 message.
|
|
8027
|
|
8028 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8029
|
|
8030 * font.el
|
|
8031 * msw-faces.el
|
|
8032 Correct spelling of mswindows-font-canonicalize-name.
|
|
8033
|
|
8034 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8035
|
|
8036 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
8037 `ldap-host-parameters-plist'
|
|
8038 (ldap-search): Adapt to previous change
|
|
8039
|
|
8040 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8041
|
|
8042 * about.el (about-hackers): Update Bob Weiner bio.
|
|
8043 (about-maintainer-info): Ditto.
|
|
8044
|
|
8045 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
8046
|
|
8047 * simple.el (display-warning-minimum-level): Docfix.
|
|
8048
|
|
8049 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
8050
|
|
8051 * widget.el (:default-get): New keyword.
|
|
8052 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
8053 (group, widget-group-default-get): Define it.
|
|
8054 (menu-choice, widget-choice-default-get): Define it.
|
|
8055 (widget-default-get): New function.
|
|
8056 (widget-choice-action): Call it.
|
|
8057 (widget-editable-list-entry-create): Call it.
|
|
8058
|
|
8059 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8060
|
|
8061 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
8062 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
8063 lookup through `byte-boolean-vars'.
|
|
8064
|
|
8065 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8066
|
|
8067 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
8068 resource-provided values into ghost specs for scrollbar-height and
|
|
8069 scrollbar-width.
|
|
8070
|
|
8071 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8072
|
|
8073 * byte-optimize.el: Don't attempt to optimize /=.
|
|
8074
|
|
8075 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
8076 (byte-compile-/=): Ditto.
|
|
8077
|
|
8078 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8079
|
|
8080 * apropos.el: Use `with-displaying-help-buffer'.
|
|
8081 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
8082 Use `with-displaying-help-buffer'.
|
|
8083 (apropos-follow): Do not give special treatment to buffer cursor
|
|
8084 was in prior to a mouse click.
|
|
8085 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
8086 (apropos-print-doc): Set correct buffer for setting text
|
|
8087 properties.
|
|
8088
|
|
8089 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
8090
|
|
8091 * help.el (help-buffer-prefix-string): New variable.
|
|
8092 (help-buffer-name): Use it.
|
|
8093
|
|
8094 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
8095 mode menu.
|
|
8096
|
|
8097 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
8098
|
|
8099 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
8100
|
|
8101 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8102
|
|
8103 * files.el (find-file-noselect): Update docstring.
|
|
8104 (find-file-noselect): Signal an error if found an unreadable file.
|
|
8105 (file-chase-links): Save the match data.
|
|
8106 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
8107 (interpreter-mode-alist): Change defconst to defvar.
|
|
8108 (inhibit-first-line-modes-regexps): Ditto.
|
|
8109 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
8110 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
8111 (change-major-mode-with-file-name): New user-option.
|
|
8112 (set-visited-file-name): Synched with FSF.
|
|
8113 (file-name-extension): New function, from FSF 20.3.
|
|
8114 (file-relative-name): Synched with FSF.
|
|
8115 (save-some-buffers): Support the C-r feature.
|
|
8116 (recover-session): Synched with FSF.
|
|
8117 (kill-some-buffers): Ditto.
|
|
8118 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
8119
|
|
8120 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
8121
|
|
8122 * files.el (insert-file): Undo previous change and reenable use of
|
|
8123 format.el.
|
|
8124
|
|
8125 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8126
|
|
8127 * window-xemacs.el (recenter): Define.
|
|
8128
|
|
8129 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8130
|
|
8131 * font.el (mswindows-font-create-name)
|
|
8132 (mswindows-font-create-object): new functions for mswindows type
|
|
8133 fonts.
|
|
8134
|
|
8135 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
8136 strings are parsed as well as font objects.
|
|
8137
|
|
8138 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8139
|
|
8140 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
8141 kbd-macro being recorded.
|
|
8142 (add-minor-mode): Simplify docstring.
|
|
8143 (modeline-minor-mode-menu): Remove stuff.
|
|
8144
|
|
8145 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8146
|
|
8147 * code-process.el (call-process): dynamically decide process
|
|
8148 coding type.
|
|
8149
|
|
8150 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
8151
|
|
8152 * modeline.el: Add line-number-mode, column-number-mode to
|
|
8153 the modeline minor-mode menu. Button2 on the line number does
|
|
8154 goto-line.
|
|
8155
|
|
8156 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8157
|
|
8158 * mouse.el: move x-selection-owner-p type things to
|
|
8159 selection-owner-p.
|
|
8160
|
|
8161 * msw-init.el: copy zmacs stuff from x-init.el
|
|
8162
|
|
8163 * msw-select.el (mswindows-own-selection)
|
|
8164 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
8165 functions. Very simple minded implementation of selectio
|
|
8166 ownership.
|
|
8167
|
|
8168 * select.el (own-selection) (disown-selection)
|
|
8169 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
8170 (valid-simple-selection-p): functions moved from x-select.el for
|
|
8171 generalized selection.
|
|
8172
|
|
8173 * x-select.el: see select.el changes.
|
|
8174
|
|
8175 * x-toolbar.el: use new selection functions.
|
|
8176
|
|
8177 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8178
|
|
8179 * packages.el (packages-find-package-directories): Fixed bug that
|
|
8180 would pick up multiple site-package directories.
|
|
8181 (package-locations): Added "xemacs-packages" as a late package
|
|
8182 location.
|
|
8183
|
|
8184 * find-paths.el: Now uses `emacs-program-name' and
|
|
8185 `emacs-program-version'.
|
|
8186 Additions to enforce version-specific directories in
|
|
8187 `paths-find-version-directory'.
|
|
8188
|
|
8189 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
8190
|
|
8191 * default.el: Removed.
|
|
8192 * site-start.el: Removed.
|
|
8193
|
442
|
8194 1998-04-29 Didier Verna <didier@xemacs.org>
|
428
|
8195
|
|
8196 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
8197 to nil.
|
|
8198
|
|
8199 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
8200
|
|
8201 * find-paths.el (paths-program-name): Rename.
|
|
8202 (paths-emacs-root-p): Ditto.
|
|
8203 (paths-find-site-directory): Ditto.
|
|
8204
|
|
8205 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
8206
|
|
8207 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
8208 `emacs-lisp-byte-compile-and-load'.
|
|
8209
|
|
8210 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8211
|
|
8212 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
8213 `ldap-open'
|
|
8214
|
|
8215 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
8216
|
|
8217 * select.el (kill-primary-selection) (selection-owner-p)
|
|
8218 (copy-primary-selection) (yank-clipboard-selection)
|
|
8219 (selection-exists-p) (delete-primary-selection): new file and
|
|
8220 functions that do the right thing for the selected device.
|
|
8221
|
|
8222 * x-menubar.el: use generalised selection functions.
|
|
8223
|
|
8224 * dumped-lisp.el: dump select.el.
|
|
8225
|
|
8226 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
8227
|
|
8228 * find-paths.el (paths-progname): New variable.
|
|
8229 (paths-emacs-root-p): Use it.
|
|
8230 (paths-find-site-directory): Ditto.
|
|
8231
|
|
8232 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
8233
|
|
8234 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
8235 `infodock' if InfoDock.
|
|
8236
|
|
8237 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
8238
|
|
8239 * find-paths.el (construct-emacs-version): Simplify, include
|
|
8240 program name in the return value.
|
|
8241 * (paths-find-version-directory): Use it.
|
|
8242
|
|
8243 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8244
|
|
8245 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
8246 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
8247 name for files with no @direntry
|
|
8248 (Info-batch-rebuild-dir): New function
|
|
8249 (Info-suffixed-file): Check for regular files instead of simple
|
|
8250 file existence (could catch directories before)
|
|
8251
|
|
8252 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8253
|
|
8254 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
8255 temacs doesn't have.
|
|
8256
|
|
8257 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
8258 into root searching.
|
|
8259
|
|
8260 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
8261
|
|
8262 * subr.el: Remove definition of `not'.
|
|
8263
|
|
8264 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8265
|
|
8266 * msw-glyphs.el: enable graphics support.
|
|
8267
|
442
|
8268 1998-04-23 Didier Verna <didier@xemacs.org>
|
428
|
8269
|
|
8270 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
8271 option.
|
|
8272
|
|
8273 * misc doc string updates related to the options menu.
|
|
8274
|
|
8275 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
8276
|
|
8277 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
8278
|
|
8279 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8280
|
|
8281 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
8282 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
8283 gets us one step further towards making --no-autoloads work.
|
|
8284
|
|
8285 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
8286 lisp-directory is non-nil.
|
|
8287
|
|
8288 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
8289 against nil lisp-directory.
|
|
8290
|
|
8291 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
8292 to the list of variables that cause a warning when nil.
|
|
8293
|
|
8294 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
8295 no toolbar icon directory.
|
|
8296
|
|
8297 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
8298
|
|
8299 * help.el (view-lossage): Recognize it.
|
|
8300
|
|
8301 * simple.el (log-message): Mark multiline messages.
|
|
8302
|
|
8303 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8304
|
|
8305 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
8306
|
|
8307 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
8308
|
|
8309 * package-get.el (package-get-all): add `\n' separator to
|
|
8310 interactive specification so that both variables are read
|
|
8311
|
442
|
8312 1998-04-22 Didier Verna <didier@xemacs.org>
|
428
|
8313
|
|
8314 * x-menubar.el: ported the options menu to Custom.
|
|
8315 Moved the "read only" toggle button to the buffers menu.
|
|
8316 Corrected some missing ;;;###autoload or defcustom.
|
|
8317
|
|
8318 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
8319 the scrollbar-visible specifier for options menu handling.
|
|
8320
|
|
8321 * toolbar.el (toolbar-visible-p)
|
|
8322 (toolbar-captioned-p)
|
|
8323 (default-toolbar-position): defcustom wrappers around
|
|
8324 the toolbar specifiers for options menu handling.
|
|
8325
|
|
8326 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
8327 defcustom it for options menu handling.
|
|
8328
|
440
|
8329 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
428
|
8330 font-lock-mode for options menu handling.
|
|
8331
|
|
8332 * cus-start.el: added Custom properties to overwrite-mode for
|
|
8333 options menu handling.
|
|
8334
|
|
8335 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8336
|
|
8337 * about.el: shameless self-promotion.
|
|
8338
|
|
8339 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
8340
|
|
8341 * simple.el (raw-append-message): Slightly optimize.
|
|
8342 (remove-message): Use `push' for clarity.
|
|
8343 (append-message): Ditto.
|
|
8344 (display-warning): Dito.
|
|
8345 (raw-append-message): Send the message to the appropriate device.
|
|
8346
|
|
8347 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
8348
|
|
8349 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
8350 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
8351
|
|
8352 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8353
|
|
8354 * setup-paths.el: Changed `directory-sep-char' to
|
|
8355 `path-separator', following a change in GNU Emacs.
|
|
8356
|
|
8357 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8358
|
|
8359 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
8360 (Info-build-dir-anew): Add a final newline.
|
|
8361 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
8362 is `always'
|
|
8363 (Info-rebuild-dir): Ditto
|
|
8364
|
|
8365 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
8366
|
|
8367 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
8368
|
|
8369 * simple.el (count-words-buffer): Retain zmacs region.
|
|
8370 (count-words-region): Ditto.
|
|
8371 * simple.el: (what-line): Expanded line counts.
|
|
8372 (count-lines): New parameter to conditionalize whether collapsed
|
|
8373 lines get counted.
|
|
8374 From Bob Weiner <weiner@altrasoft.com>
|
|
8375
|
|
8376 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
8377
|
|
8378 * packages.el (package-locations): infodock-packages must override
|
|
8379 mule-packages and packages.
|
|
8380
|
|
8381 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
8382
|
|
8383 * wid-edit.el:
|
|
8384 remove rude messages from widget-activation-widget-mapper
|
|
8385 and widget-activation-glyph-mapper
|
|
8386
|
|
8387 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8388
|
|
8389 * toolbar.el: Remove (featurep 'x) test from
|
|
8390 toolbar-make-button-list
|
|
8391
|
|
8392 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
8393
|
|
8394 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
8395 only if in the same frame.
|
|
8396
|
|
8397 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8398
|
|
8399 * packages.el (package-locations): Added site-packages hierarchy.
|
|
8400
|
|
8401 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
8402 used.
|
|
8403
|
|
8404 * packages.el, setup-paths.el: Set various path searching depths
|
|
8405 to 1.
|
|
8406
|
|
8407 * packages.el (packages-hierarchy-depth):
|
|
8408 (packages-load-path-depth): Introduced and used.
|
|
8409
|
|
8410 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
8411
|
|
8412 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
8413 parameter.
|
|
8414
|
|
8415 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8416
|
|
8417 * setup-paths.el (paths-construct-info-path): Removed
|
|
8418 dependency on behavior of (file-name-as-directory "").
|
|
8419
|
|
8420 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8421
|
|
8422 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
8423 lisp objects
|
|
8424
|
|
8425 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8426
|
|
8427 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
8428
|
|
8429 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
8430
|
|
8431 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
8432 properties for an extent based on the :help-echo widget
|
|
8433 property, since help-echo and balloon-help cause an EXTENT to
|
|
8434 get passed in, where :help-echo functions are expecting a WIDGET
|
|
8435
|
|
8436 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8437
|
|
8438 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
8439 mswindows-init-scrollbar-metrics when appropriate.
|
|
8440
|
|
8441 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8442
|
|
8443 * dumped-lisp.el: dump x-toolbar for window system
|
|
8444
|
|
8445 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
8446 have support and xpm.
|
|
8447
|
|
8448 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
8449
|
|
8450 * files.el (toggle-read-only): Fix docstring.
|
442
|
8451 From Didier Verna <didier@xemacs.org>
|
428
|
8452
|
|
8453 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8454
|
|
8455 * startup.el (normal-top-level): Load autoload-file-name without
|
|
8456 specifying an extension---some people only auto-autoload.el.gz.
|
|
8457
|
|
8458 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8459
|
|
8460 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
8461 nil.
|
|
8462
|
|
8463 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8464
|
|
8465 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
8466 This shouldn't cause any of the originally anticipated problems as
|
|
8467 the current paths architecture will not define the various
|
|
8468 configure-xxx variables if they're not specified on the configure
|
|
8469 command line.
|
|
8470
|
|
8471 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
8472 mentionings of "/" as a path separator.
|
|
8473 Used paths-construct-path throughout.
|
|
8474
|
|
8475 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
8476 from directory components.
|
|
8477
|
|
8478 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
8479 instead of decode-path-internal.
|
|
8480
|
|
8481 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
8482 and associates.
|
|
8483 (paths-decode-directory-path) Created.
|
|
8484
|
|
8485 * setup-paths.el: Changed configure-exec-path to
|
|
8486 configure-exec-directory.
|
|
8487
|
|
8488 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8489
|
|
8490 * packages.el (packages-find-packages): Fixed decoding of
|
|
8491 EMACSPACKAGEPATH.
|
|
8492
|
|
8493 * startup.el: -no-packages -> -no-early-packages.
|
|
8494
|
|
8495 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
8496 files.
|
|
8497
|
|
8498 * startup.el (normal-top-level): Fixed loading of core
|
|
8499 auto-autoload.
|
|
8500
|
|
8501 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
8502
|
|
8503 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
8504 for site-directory and lisp-directory variables.
|
|
8505
|
|
8506 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
8507 inhibit-package-autoloads and fixed handling of it.
|
|
8508
|
|
8509 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
8510 handling of former inhibit-package-init, now
|
|
8511 inhibit-early-packages, to make -vanilla etc. work.
|
|
8512
|
|
8513 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8514
|
|
8515 * code-process.el (start-process): Fallback to 'undecided instead
|
|
8516 of 'binary for process input coding stream.
|
|
8517
|
|
8518 * process.el (start-process): Docstring fix.
|
|
8519
|
|
8520 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8521
|
|
8522 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
8523 in Info-dir-file-attributes
|
|
8524 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
8525 (Info-rebuild-dir): Ditto.
|
|
8526
|
|
8527 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8528
|
|
8529 * obsolete.el: Added obsoleteness declarations for
|
|
8530 `site-directory' and `Info-default-directory-list'.
|
|
8531
|
|
8532 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8533
|
|
8534 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
8535 executable at the end of the symlink chain for determining the
|
|
8536 Emacs root.
|
|
8537
|
|
8538 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8539
|
|
8540 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
8541 to cater to gone default in configure.
|
|
8542
|
|
8543 * find-paths.el (paths-uniq-append): Added.
|
|
8544
|
|
8545 * packages.el: Rewritten package path construction once again.
|
|
8546
|
|
8547 * dump-paths.el, startup.el: Removed package-path as a global
|
|
8548 variable.
|
|
8549
|
|
8550 * package-admin.el (package-admin-add-single-file-package):
|
|
8551 (package-admin-add-binary-package): Changed package-path to
|
|
8552 late-packages.
|
|
8553
|
|
8554 * packages.el (packages-split-path): Split path at "/" rather than
|
|
8555 nil according to change in emacs.c.
|
|
8556
|
|
8557 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8558
|
|
8559 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
8560 order so that directories come out right.
|
|
8561 (paths-find-lock-directory): Fixed bug: It used to think
|
|
8562 configure-lock-directory is a path.
|
|
8563
|
|
8564 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
8565
|
|
8566 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
8567 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
8568 eases the use of toolbar-add/kill-item functions.
|
|
8569
|
|
8570 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8571
|
|
8572 * code-files.el (file-coding-system-alist): Commented out
|
|
8573 loaddefs.el magical treatment.
|
|
8574
|
|
8575 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8576
|
|
8577 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
8578 `conservative' and made it the default
|
|
8579 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
8580 strings, and multi-section dir files. Issue warning when dir
|
|
8581 is rebuilt as temporary
|
|
8582 (Info-build-dir-anew): Issue warning when dir is built as
|
|
8583 temporary
|
|
8584
|
|
8585 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8586
|
|
8587 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
8588 standard keys left, right, C-b and C-f.
|
|
8589
|
|
8590 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
8591
|
|
8592 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
8593
|
|
8594 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
8595
|
|
8596 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
8597
|
|
8598 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
8599
|
|
8600 * package-get-base.el: Updated.
|
|
8601
|
|
8602 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
8603
|
|
8604 * isearch-mode.el (isearch-just-started): New variable.
|
|
8605 (isearch-mode): Set it.
|
|
8606 (isearch-repeat): Advance one character forward only if the search
|
|
8607 was successful, and was not just started.
|
|
8608 (isearch-repeat): Clear isearch-just-started.
|
|
8609
|
|
8610 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8611
|
|
8612 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
8613 if running -batch.
|
|
8614
|
|
8615 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
8616
|
|
8617 * subr.el (listify-key-sequence): Removed.
|
|
8618
|
|
8619 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
8620
|
|
8621 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
8622 (byte-compile-output-file-form): Use it.
|
|
8623 (byte-compile-output-docform): Ditto.
|
|
8624 (byte-compile-compiled-obj-to-list): Ditto.
|
|
8625
|
|
8626 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8627
|
|
8628 * msw-glyphs.el: set frame icon if xpm support.
|
|
8629
|
|
8630 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8631
|
|
8632 * help.el: Code that pretty prints variable values
|
|
8633 removed.
|
|
8634
|
|
8635 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
8636
|
|
8637 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
8638 directory.
|
|
8639 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8640
|
|
8641 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8642
|
|
8643 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
8644 its default value set to nil.
|
|
8645
|
|
8646 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
8647
|
|
8648 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
8649
|
|
8650 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8651
|
|
8652 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
8653 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
8654 does not exist or is older than some info files in directory
|
|
8655
|
|
8656 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8657
|
|
8658 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
8659 for last packages, mainly for using a 20.4 package base.
|
|
8660
|
|
8661 * packages.el (late-packages): Typo fix. It was called
|
|
8662 early-packages.
|
|
8663
|
|
8664 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
8665 relative symlinks correctly.
|
|
8666 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
8667 configuration-time root.
|
|
8668
|
|
8669 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
8670 find its roots.
|
|
8671
|
|
8672 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
8673
|
|
8674 * faces.el: Fix docstrings.
|
|
8675 * glyphs.el: Fix docstrings.
|
|
8676 * mouse.el: Fix docstrings.
|
|
8677
|
|
8678 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
8679
|
|
8680 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
8681
|
|
8682 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
8683 macros using backquote to make them infinitely more readable.
|
|
8684
|
|
8685 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
8686
|
|
8687 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
8688 InfoDock support until we can clean this up.
|
|
8689
|
|
8690 * help.el (describe-bindings-1): Return the value of the bindings
|
|
8691 help buffer created.
|
|
8692 (describe-bindings): Ditto.
|
|
8693
|
|
8694 * simple.el (set-variable): Restore previous behavior of not
|
|
8695 bombing if the variable to set is not boundp.
|
|
8696
|
|
8697 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8698
|
|
8699 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
8700 non-local files to be loaded off the package-lisp variable.
|
|
8701
|
|
8702 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8703
|
|
8704 * x-faces.el: Global X resources should override
|
|
8705 specs for all device classes (color, grayscale, mono);
|
|
8706 code currently doesn't override any of them. Fixed by
|
|
8707 calling remove-specifier with '(x default) as the tag
|
|
8708 set and allowing inexact matches.
|
|
8709
|
|
8710 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8711
|
442
|
8712 * faces.el: Separated face initializations based on
|
428
|
8713 device classes into device type specific (tag set,
|
|
8714 instantiator) pairs.
|
|
8715
|
|
8716 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
8717
|
|
8718 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
8719 choice.
|
|
8720 (widget-choice-value-create): Respect it.
|
|
8721 From Richard Stallman <rms@gnu.org>
|
|
8722
|
|
8723 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8724
|
|
8725 * setup-paths.el (paths-construct-info-path): Always append
|
|
8726 existing directories from configure-time info path.
|
|
8727
|
|
8728 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
8729 Info-directory-list.
|
|
8730
|
|
8731 * info.el: Removed Info-default-directory-list which was broken by
|
|
8732 design.
|
|
8733 Removed bogus initialization of Info-directory-list---startup.el
|
|
8734 can do a much better job.
|
|
8735 Added autoload of Info-directory-list.
|
|
8736
|
|
8737 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
8738 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
8739 be exclusive; now it's merely given precedence, just like in the
|
|
8740 old days.
|
|
8741
|
|
8742 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8743
|
|
8744 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
8745 finding; it used to default too early.
|
|
8746
|
|
8747 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
8748
|
|
8749 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
8750 for paths that weren't split.
|
|
8751
|
|
8752 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
8753
|
|
8754 * finder.el (finder-compile-keywords): trap on errors.
|
|
8755
|
|
8756 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8757
|
|
8758 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
8759 fourth argument of t so that only the specs exactly
|
|
8760 matching the tag lists are removed.
|
|
8761
|
|
8762 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
8763
|
|
8764 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
8765
|
|
8766 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
8767
|
|
8768 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
8769 specified, use it for generating the completions.
|
|
8770
|
|
8771 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8772
|
|
8773 * update-elc.el: Now respects inhibit-package-init and
|
|
8774 inhibit-site-lisp.
|
|
8775 Now does path construction with loadup-paths.
|
|
8776
|
|
8777 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
8778 inhibit-package-init and inhibit-site-lisp.
|
|
8779
|
|
8780 * packages.el (packages-find-package-path): Extended package path
|
|
8781 by version-specific hierarchies.
|
|
8782 (packages-find-packages): Now respects inhibit flag and
|
|
8783 inhibit-site-lisp.
|
|
8784 Moved path setup to loadup-paths.
|
|
8785
|
|
8786 * make-docfile.el: Now respects inhibit-package-init and
|
|
8787 inhibit-site-lisp.
|
|
8788 Now does path construction with loadup-paths.
|
|
8789
|
|
8790 * loadup.el: Now respects inhibit-package-init and
|
|
8791 inhibit-site-lisp.
|
|
8792
|
|
8793 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
8794
|
|
8795 * loadup-paths.el: New file: setup load-path to encompass
|
|
8796 packages.
|
|
8797
|
|
8798 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8799
|
|
8800 * auto-show.el: load-gc renamed to pureload.
|
|
8801 * site-load.el: Ditto.
|
|
8802 * packages.el (toplevel): Ditto.
|
|
8803 * loadup.el (really-early-error-handler): Ditto.
|
|
8804 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
8805 * cus-face.el (custom-declare-face): Ditto.
|
|
8806
|
|
8807 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8808
|
|
8809 * <Today>: The Big Path Searching Overhaul.
|
|
8810
|
|
8811 * find-paths.el: New file: find and assemble paths in the
|
|
8812 installation hierarchy.
|
|
8813
|
|
8814 * setup-paths.el: New file: global layout of paths and directories
|
|
8815 within the XEmacs hierarchy.
|
|
8816
|
|
8817 * packages.el: Replaced everything related to path searching and
|
|
8818 startup by code in terms of find-paths.
|
|
8819
|
|
8820 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
8821 the new path searching engine.
|
|
8822
|
|
8823 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
8824 and setup-paths.
|
|
8825
|
|
8826 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
8827
|
|
8828 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
8829 setup-paths.el.
|
|
8830
|
|
8831 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8832
|
|
8833 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
8834 compiles identically in any configuration.
|
|
8835 Removed irrelevant commentary.
|
|
8836
|
|
8837 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8838
|
|
8839 * simple.el (set-variable): Allow setting specifiers.
|
|
8840
|
|
8841 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
8842
|
|
8843 * lisp.el (forward-sexp): Revert previous change.
|
|
8844
|
|
8845 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
8846
|
|
8847 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
8848 `delete-device' to delete the stream console to match the usage in
|
|
8849 Fkill_emacs.
|
|
8850
|
|
8851 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
8852
|
|
8853 * files.el (cdpath-previous): New variable.
|
|
8854 (cd): Use it.
|
|
8855 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
8856
|
|
8857 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8858
|
|
8859 * keydefs.el: Changed keybindings of forward-char,
|
|
8860 backward, scroll-up and scroll-down to point to their
|
|
8861 -command counterparts.
|
|
8862
|
|
8863 * simple.el: New functions: forwarc-char-command,
|
|
8864 backwrad-char-command, scroll-up-command,
|
|
8865 scroll-down-command which work liek their counterparts
|
|
8866 except that they honor the variable
|
|
8867 signal-error-on-buffer-boundary.
|
|
8868
|
|
8869 Definition of signal-error-on-buffer-boundary received
|
|
8870 from src/cmds.c.
|
|
8871
|
|
8872 defvar declaration added for word-across-newline to avoid
|
|
8873 byte-compiler warning about the free variable reference.
|
|
8874
|
|
8875 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8876
|
|
8877 * winnt.el: Removed "%t" from the beginning of
|
|
8878 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
8879
|
|
8880 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
8881
|
|
8882 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
8883 of `when' with `if'.
|
|
8884
|
|
8885 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8886
|
|
8887 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
8888 mswindows. Must be reworked along with glyphs.el, or
|
|
8889 merged into it, after there is images support.
|
|
8890
|
|
8891 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
8892 'mswindows.
|
|
8893
|
|
8894 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
8895
|
|
8896 * faces.el: fix for text cursor initialization.
|
|
8897 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
8898 From Andy Piper <andyp@parallax.co.uk>
|
|
8899
|
|
8900 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
8901
|
|
8902 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
8903 if there is an existing package that handles it and warn the user
|
|
8904 about that mode.
|
|
8905
|
|
8906 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8907
|
|
8908 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
8909 Installation" menu item when Installation-string is not bound.
|
|
8910
|
|
8911 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
8912
|
|
8913 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
8914 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
8915
|
|
8916 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8917
|
|
8918 * msw-faces.el:
|
|
8919 * faces.el: Fix face initialization.
|
|
8920
|
|
8921 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
8922
|
|
8923 * files.el (backup-enable-predicate): fix breakage introduced
|
|
8924 by TMPDIR patch.
|
|
8925
|
|
8926 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8927
|
|
8928 * x-faces.el (x-init-face-from-resources): The
|
|
8929 TTY face property retrieval functions don't return
|
|
8930 specifiers, so use face-property instead.
|
|
8931
|
|
8932 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
8933
|
|
8934 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
8935
|
|
8936 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8937
|
|
8938 * x-menubar.el: Expanded documentation for
|
|
8939 option-save-faces. Changed Options -> Browse Faces
|
|
8940 menu entry to invoke customize-face.
|
|
8941
|
|
8942 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8943
|
|
8944 * faces.el: Most face initialization moved out of
|
|
8945 init-other-random-faces to the top level so that the
|
|
8946 initialization happens before Xemacs is dumped. Much
|
|
8947 of the fascist "face-differs-from-default-p or FROB!"
|
|
8948 code has been retired in favor of letting the user do
|
|
8949 what they want to do. Face initialization code changed
|
|
8950 to use `default' specifier tag so that the settings can
|
|
8951 be overridden later if the user wishes it.
|
|
8952
|
|
8953 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
8954
|
|
8955 * about.el (about-hackers): Update contributors list.
|
|
8956
|
|
8957 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8958
|
|
8959 * specifier.el: Define new specifier tag `default'.
|
|
8960
|
|
8961 * modeline.el: Initialize faces using `default' tag.
|
|
8962
|
|
8963 * x-faces.el (x-init-face-from-resources): Remove
|
|
8964 specifier specs containing the `default' tag before
|
|
8965 adding new specs.
|
|
8966
|
|
8967 1998-03-02 John Jones <jj@asu.edu>
|
|
8968
|
|
8969 * package-get.el (package-get-all): fixed arguments on call to
|
|
8970 package-admin-add-single-file-package.
|
|
8971 * package-get.el (package-get-installedp): fixed to match
|
|
8972 advertised behavior.
|
|
8973 * package-get.el: added function package-get-update-all which
|
|
8974 installs newest versions of all the current packages (if they are
|
|
8975 not already installed).
|
|
8976
|
|
8977 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
8978
|
|
8979 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
8980 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
8981 still nil, as happens for example when finding a compressed
|
|
8982 file with "jka-compr".
|
|
8983
|
|
8984 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8985
|
|
8986 * faces.el: in make-face-* type functions do the operation for all
|
|
8987 window systems, not just the first one found.
|
|
8988
|
|
8989 * font.el: call mswindows-list-fonts for mswindows.
|
|
8990
|
|
8991 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
8992
|
|
8993 * code-process.el (call-process-region):
|
|
8994 * process.el (call-process-region):
|
|
8995 * package-get.el (package-get-dir):
|
|
8996 * files.el (backup-enable-predicate):
|
|
8997 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
8998 Use temp-directory in place of `/tmp'.
|
|
8999
|
|
9000 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
9001
|
|
9002 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
9003
|
|
9004 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
9005 Emacs.
|
|
9006
|
|
9007 * files.el (insert-directory): Modified to use special
|
|
9008 dired-in-C enhancements if present.
|
|
9009
|
|
9010 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9011
|
|
9012 * code-files.el: make default coding no-conversion.
|
|
9013
|
|
9014 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
9015
|
|
9016 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
9017 the load-path.
|
|
9018
|
|
9019 * update-elc.el: Strip directory when testing for files not to
|
|
9020 bytecompile.
|
|
9021
|
|
9022 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9023
|
|
9024 * lisp-mode.el: Use recommended form for menus.
|
|
9025
|
|
9026 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
9027
|
|
9028 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
9029 entry.
|
|
9030
|
|
9031 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9032
|
|
9033 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
9034 (get-frame-for-buffer-noselect): Always return frames
|
|
9035 in the not-this-window-p cond clause.
|
|
9036
|
|
9037 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
9038
|
|
9039 * help.el (describe-installation): New function.
|
|
9040
|
|
9041 * x-menubar.el (default-menubar): Add describe-installation to
|
|
9042 Help menu.
|
|
9043
|
|
9044 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
9045 should not be bytecompiled.
|
|
9046
|
|
9047 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
9048 XEmacs.
|
|
9049
|
|
9050 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
9051 entry.
|
|
9052
|
|
9053 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
9054 coding.
|
|
9055 From Andy Piper <andyp@parallax.co.uk>
|
|
9056
|
|
9057 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9058
|
|
9059 * ldap.el: Do not require ldap-internal at compile time.
|
|
9060
|
|
9061 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9062
|
|
9063 * code-files.el: new file. a virtual copy of mule-files.el
|
|
9064 but without charset
|
|
9065 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
9066 changing the eol type for the current buffer.
|
|
9067
|
|
9068 * code-process.el: new file. a copy of
|
|
9069 mule-process.el. mule-process.el will disappear when things have
|
|
9070 settled.
|
|
9071
|
|
9072 * coding.el: new file. a virtual copy of mule-files.el but
|
|
9073 without charset dependencies. (coding-system-base) new function
|
|
9074 for getting the parent coding system of a coding system with eol
|
|
9075 type set.
|
|
9076
|
|
9077 * dumped-lisp.el: add above files for the non-mule case.
|
|
9078
|
|
9079 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9080
|
|
9081 * window-xemacs.el (display-buffer): If no explicit
|
|
9082 frame is specified, search for a window that displays
|
|
9083 the buffer on the currently selected frame, before
|
|
9084 searching other frames.
|
|
9085
|
|
9086 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9087
|
|
9088 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
9089 is non-nil, use window on the selected frame if it is not
|
|
9090 also the selected window. When defaulting, search for
|
|
9091 windows on the currently selected fgrame before searching
|
|
9092 other frames.
|
|
9093
|
442
|
9094 1998-02-25 Didier Verna <didier@xemacs.org>
|
428
|
9095
|
|
9096 * modeline.el (modeline-swap-buffers): originally named
|
|
9097 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
9098 decided in `mouse-drag-modeline'.
|
|
9099 (mouse-drag-modeline): A button release event is considered a
|
|
9100 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
9101 stay unchanged.
|
|
9102
|
|
9103 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
9104
|
|
9105 * x-menubar.el: Put redo on the menubar.
|
|
9106 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9107
|
|
9108 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9109
|
|
9110 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
9111 temp-buffer-show-function is set, use it to display current set of
|
|
9112 warnings in the "*Compile-Log-Show*" buffer.
|
|
9113
|
|
9114 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
9115 is set, use it to display current set of warnings in the
|
|
9116 "*Warnings-Show*" buffer.
|
|
9117
|
|
9118 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9119
|
|
9120 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
9121 Common Lisp.
|
|
9122
|
|
9123 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9124
|
|
9125 * menubar.el: Allow button descriptors at least 2 long.
|
|
9126
|
|
9127 * x-menubar.el (default-menubar): Use recommended forms.
|
|
9128 (file-menu-filter): Remove.
|
|
9129 (edit-menu-filter): Remove.
|
|
9130
|
|
9131 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9132
|
|
9133 * about.el (about-hackers): Updated.
|
|
9134
|
|
9135 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9136
|
|
9137 * help.el (help-max-help-buffers): new variable
|
|
9138 (help-register-and-maybe-prune-excess): new function
|
|
9139 (help-buffer-name): use help-max-help-buffers.
|
|
9140 (with-displaying-help-buffer): use
|
|
9141 help-register-and-maybe-prune-excess.
|
|
9142
|
|
9143 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
9144 one line, let it.
|
|
9145
|
|
9146 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
9147
|
|
9148 * (with-displaying-help-buffer): there is no need to kill the buffer
|
442
|
9149 if it exists, because with-output-to-temp-buffer will clear it.
|
428
|
9150 further, killing the buffer violates the rule that
|
|
9151 temp-buffer-show-function, if set, has the full responsibility of
|
|
9152 showing the temp buffer. killing the buffer fucks with the window
|
|
9153 configuration, hosing temp-buffer-show-function.
|
|
9154
|
|
9155
|
442
|
9156 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9157
|
|
9158 * modeline.el (mouse-drag-modeline):
|
|
9159 - Always scroll the modeline that was originally clicked on.
|
|
9160 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
9161 as horizontal reference for modeline dragging. This allows us to
|
|
9162 keep on dragging the modeline even if the motion event occurs in
|
|
9163 another window.
|
|
9164
|
442
|
9165 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9166
|
|
9167 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
9168 glyph on the modeline to indicate that dragging the mouse has an
|
|
9169 effect both horizontally and vertically.
|
|
9170
|
|
9171 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9172
|
|
9173 * about.el (about-xemacs): Get rid of redundant visible version
|
|
9174 number.
|
|
9175
|
|
9176 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
9177
|
|
9178 * about.el (about-hackers): Update credits.
|
|
9179
|
|
9180 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9181
|
|
9182 * prim/register.el (view-register): Show register type file-query.
|
|
9183
|
|
9184 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9185
|
|
9186 * mode-motion.el (mode-motion-highlight-internal):
|
|
9187 save-excursion inside save-window-exucrsion form to
|
|
9188 hide buffer point changes from save-window-excursion.
|
|
9189 Prevents display flickering when the mouse pointer
|
|
9190 moves.
|
|
9191
|
442
|
9192 1998-02-17 Didier Verna <didier@xemacs.org>
|
428
|
9193
|
|
9194 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
9195 function to handle correctly the case of a toolbar one side of the
|
|
9196 window: scrolling will not necessarily happen.
|
|
9197
|
|
9198 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9199
|
|
9200 * files.el (after-find-file): Restore missing argument
|
|
9201 to format that provides filename for "... consider M-x
|
|
9202 recover-file" message. Also call `message' with "%s"
|
|
9203 as the first arg instead of an arbitrary string.
|
|
9204
|
|
9205 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
9206
|
|
9207 * about.el (about-hackers): Various additions.
|
|
9208
|
|
9209 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
9210
|
|
9211 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
9212 line out when copying on-the-same line autoloads.
|
|
9213
|
|
9214 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
9215 is installed.
|
|
9216
|
|
9217 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
9218
|
|
9219 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
9220 * x11/x-win-sun.el (x-win-init-sun):
|
|
9221 * x11/x-init.el (x-initialize-compose):
|
|
9222 * prim/simple.el:
|
|
9223 (backward-or-forward-kill-sexp):
|
|
9224 (backward-or-forward-kill-sentence):
|
|
9225 (backward-or-forward-kill-word):
|
|
9226 (backward-or-forward-delete-char):
|
|
9227 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
9228 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
9229 x-keysym-on-keyboard-p to detect backspace.
|
|
9230 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
9231 Clean up symbols used with dead keys, checking Linux and solaris
|
|
9232 keysyms.
|
|
9233 Simplify x-win-*.el using above methods.
|
|
9234 Change documentation for x-keysym-*-p functions.
|
|
9235
|
|
9236 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
9237
|
|
9238 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
9239 Vinnie Shelton.
|
|
9240 From Vinnie Shelton <acs@acm.org>
|
|
9241
|
|
9242 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9243
|
|
9244 * simple.el (count-words-region): Ditto.
|
|
9245
|
|
9246 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9247
|
|
9248 * simple.el (count-words-buffer): Document. Don't print anything
|
|
9249 if non-interactive.
|
|
9250
|
|
9251 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
9252
|
|
9253 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
9254 multiple files in InfoDock.
|
|
9255
|
|
9256 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
9257
|
|
9258 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
9259 from version.el in InfoDock.
|
|
9260
|
|
9261 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
9262 specially.
|
|
9263
|
|
9264 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9265
|
|
9266 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
9267 variable name in docstring.
|
|
9268
|
|
9269 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
9270
|
|
9271 * menubar.h: Include "gui.h".
|
|
9272
|
|
9273 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
9274
|
|
9275 * site-load.el: Fix documentation.
|
|
9276
|
|
9277 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9278
|
|
9279 * package-get-base.el (package-get-base): Updated.
|
|
9280
|
|
9281 * keymap.el: PC-ize.
|
|
9282
|
|
9283 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9284
|
|
9285 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
9286 from' on a fresh line.
|
|
9287
|
|
9288 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
9289
|
|
9290 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
9291 object.
|
|
9292
|
|
9293 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9294
|
|
9295 * undo-stack.el: PC-ize.
|
|
9296
|
|
9297 * cmdloop.el: PC-ize.
|
|
9298
|
|
9299 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
9300
|
|
9301 * bytecomp-runtime.el: PC-ize.
|
|
9302
|
|
9303 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
9304
|
|
9305 * cus-dep.el: Spelling fix.
|
|
9306
|
|
9307 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
9308 entries follow).
|
|
9309
|
|
9310 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9311
|
|
9312 * text-mode.el (text-mode-hook-identify): New function,
|
|
9313 put on text-mode-hook. Set text-mode-variant here.
|
|
9314 (text-mode): Don't set it here.
|
|
9315
|
|
9316 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9317
|
|
9318 * text-mode.el (text-mode-hook): New defvar.
|
|
9319 (text-mode-variant): New variable.
|
|
9320 (text-mode): Set that variable locally.
|
|
9321 (toggle-text-mode-auto-fill): New command.
|
|
9322
|
|
9323 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9324
|
|
9325 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
9326
|
|
9327 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
9328
|
|
9329 * text-mode.el (paragraph-indent-text-mode):
|
|
9330 Renamed from spaced-text-mode.
|
|
9331 (text-mode-map): Bind TAB to indent-relative.
|
|
9332 (indented-text-mode-map): Variable deleted.
|
|
9333 (indented-text-mode): Now an alias for text-mode.
|
|
9334
|
|
9335 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
9336
|
|
9337 * loadup.el: test-atoms debugging stuffs removed.
|
|
9338
|
442
|
9339 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
428
|
9340
|
|
9341 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
9342
|
|
9343 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
9344
|
|
9345 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
9346 (describe-distribution): Ditto.
|
|
9347 (describe-copying): Ditto.
|
|
9348 (describe-project): Ditto.
|
|
9349 (view-emacs-news): Ditto.
|
|
9350
|
|
9351 * help-nomule.el (help-with-tutorial): Made it use
|
|
9352 `locate-data-file' to find tutorial.
|
|
9353
|
|
9354 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
9355
|
|
9356 * about.el: Corrected my email address.
|
|
9357
|
|
9358 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
9359 'mouse-offix-drop'.
|
|
9360
|
|
9361 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
9362
|
|
9363 * loadup.el (running-xemacs): Spelling fix.
|
|
9364
|
|
9365 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
9366
|
|
9367 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9368 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9369
|
|
9370 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
9371
|
|
9372 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
9373
|
|
9374 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
9375
|
|
9376 * package-info.el (pi-last-mod-date): New function.
|
|
9377 (pi-author-version): New function.
|
|
9378 (batch-update-package-info): Use them.
|
|
9379
|
|
9380 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
9381
|
|
9382 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
9383 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
9384 with `get-frame-for-buffer-default-to-current'.
|
|
9385
|
|
9386 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
9387
|
|
9388 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
9389 (byte-compile-output-docform): Ditto.
|
|
9390 (byte-compile-compiled-obj-to-list): Ditto.
|
|
9391
|
|
9392 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9393
|
|
9394 * startup.el (command-line-1): Removed code that ran
|
|
9395 buffer-menu.
|
|
9396
|
|
9397 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
9398
|
|
9399 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
9400
|
|
9401 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9402
|
|
9403 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
9404 `device-on-window-system-p' instead of explicitly checking for X,
|
|
9405 so that the same logic works for MS Windows.
|
|
9406 (suspend-or-iconify-emacs): Ditto.
|
|
9407
|
|
9408 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9409
|
|
9410 * about.el (about-maintainer-info): Andy Piper is back.
|
|
9411 (xemacs-hackers): Updated Andy Piper's email address.
|
|
9412 (about-hackers): Added Jonathan Harris.
|
|
9413 (about-hackers): Updated Tibor Polgar's email address.
|
|
9414
|
|
9415 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9416
|
|
9417 * about.el: Add xemacs.org email manager.
|
|
9418
|
|
9419 * package-get-base.el (package-get-base): Updated with most recent
|
|
9420 package updates.
|
|
9421
|
|
9422 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9423
|
|
9424 * help.el (function-arglist): Use `indirect-function' instead of
|
|
9425 `symbol-function' so that aliases are treated correctly.
|
|
9426
|
|
9427 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9428
|
|
9429 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
9430 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
9431 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
9432 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
9433 (describe-key): Use `princ' "%s" to print object.
|
|
9434 (describe-function-1): Use `princ' "%s" to print object.
|
|
9435 Commented out alias lines removed.
|
|
9436 (help-pretty-print-limit): New variable to control pretty-printing
|
|
9437 of variable values.
|
|
9438 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
9439 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
9440 list of length less than `help-pretty-print-limit'.
|
|
9441 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
9442
|
|
9443 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
9444
|
|
9445 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
9446 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
9447
|
|
9448 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9449
|
|
9450 * info.el (Info-default-directory-list): Made the documentation
|
|
9451 more explanitory.
|
|
9452
|
|
9453 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
9454
|
|
9455 * lisp/packages.el:
|
|
9456 * lisp/package-admin.el:
|
|
9457 * lisp/build-report.el:
|
|
9458 Fix typos.
|
|
9459
|
|
9460 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9461
|
|
9462 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
9463 warnings in Java buffers without final newline and editing the
|
|
9464 last line.
|
|
9465
|
|
9466 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
9467
|
|
9468 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
9469 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
9470 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
9471
|
|
9472 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
9473 From Oliver Graf <ograf@fga.de>
|
|
9474
|
|
9475 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
9476
|
|
9477 * loadup.el (load-gc): rewrite as defun.
|
|
9478 Print something sensical if a required dump-time file isn't found.
|
|
9479
|
|
9480 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
9481
|
|
9482 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
9483 bug strikes a menudescriptor.
|
|
9484
|
|
9485 * package-get-base.el (package-get-base): Updated.
|
|
9486
|
|
9487 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
9488 from the Makefile.
|
|
9489
|
|
9490 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
9491
|
|
9492 * files.el (save-some-buffers): Don't play games with deleting
|
|
9493 other windows if we are in the minibuffer window.
|
|
9494
|
|
9495 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9496
|
|
9497 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
9498 (add-minor-mode): Document :active property to TOGGLE.
|
|
9499
|
|
9500 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9501
|
|
9502 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
9503 `:included' predicate in the `toggle-sym' plist.
|
|
9504 (add-minor-mode): Document the :included property, format
|
|
9505 docstring some more.
|
|
9506 (modeline-minor-mode-menu): Documentation string added.
|
|
9507
|
|
9508 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9509
|
|
9510 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
9511 labels from the symbol-names by thwacking off the overly redundant
|
|
9512 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
9513 resultant strings. Also shortened the menu's title by eliminating
|
|
9514 the redundant buffer name.
|
|
9515 (add-minor-mode): Beautified the docstring, added mention of the
|
|
9516 `:menu-tag' property of TOGGLE.
|
|
9517 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
9518 `toggle-sym' to beatify the mode-life menus.
|
|
9519 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
9520 `auto-fill-function'.
|
|
9521
|
442
|
9522 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9523
|
|
9524 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
9525 menus to :style 'toggle.
|
|
9526
|
|
9527 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
9528
|
|
9529 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
9530
|
|
9531 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9532
|
|
9533 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
9534 only recognize first hyperlink.
|
|
9535 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
9536 `hyper-apropos-insert-face'.
|
|
9537 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
9538
|
|
9539 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9540
|
|
9541 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
9542 mail.
|
|
9543 (toolbar-mail-reader): Add support for `send'.
|
|
9544 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
9545
|
442
|
9546 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
9547
|
|
9548 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
9549 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
9550 will function properly.
|
|
9551
|
|
9552 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
9553
|
|
9554 * simple.el: make the backwards delete function called by
|
|
9555 `backward-or-forward-delete-char' user configurable.
|
|
9556
|
|
9557 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9558
|
|
9559 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
9560 compiled function got loaded from.
|
|
9561
|
|
9562 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
9563
|
|
9564 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
9565
|
|
9566 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
9567
|
|
9568 * startup.el (load-init-file): Load autoloads earlier.
|
|
9569 (startup-splash-frame): Handle InfoDock logo.
|
|
9570
|
|
9571 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
9572 InfoDock.
|
|
9573 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
9574
|
|
9575 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
9576 doesn't have this function.
|
|
9577
|
|
9578 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
9579
|
|
9580 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
9581
|
|
9582 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
9583 version of version.el.
|
|
9584 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
9585
|
|
9586 * x-menubar.el (default-menubar): Guard reference to
|
|
9587 `gnuserv-frame'.
|
|
9588 (default-menubar): Guard references to `font-lock-mode'.
|
|
9589 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
9590 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
9591
|
|
9592 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
9593
|
|
9594 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
9595 loading auto-autoloads files.
|
|
9596
|
|
9597 * loaddefs.el: Disable dumping autoloads.
|
|
9598
|
|
9599 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
9600
|
|
9601 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
9602
|
|
9603 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
9604
|
|
9605 * finder.el (finder-by-keyword): Autoload.
|
|
9606
|
|
9607 * help.el: Conditionalize hyperbole setup.
|
|
9608
|
|
9609 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9610
|
|
9611 * packages.el (package-require): Update to reflect new data format.
|
|
9612
|
442
|
9613 1998-01-02 Didier Verna <didier@xemacs.org>
|
428
|
9614
|
|
9615 * x-menubar.el (default-menubar): make the tutorials available
|
|
9616 through the menubar. (Plus some compilation warnings cleanup).
|
|
9617
|
|
9618 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
9619
|
|
9620 * check-features.el: New file. Perform sanity check after build.
|
|
9621
|
|
9622 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
9623 files to tooltalk package.
|
|
9624 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
9625 package.
|
|
9626
|
|
9627 * package-admin.el (package-admin-xemacs): Use better default for
|
|
9628 location of XEmacs binary.
|
|
9629
|
|
9630 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9631
|
|
9632 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
9633 tag with sexp and add value tag with value `t'.
|
|
9634
|
|
9635 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
9636
|
|
9637 * package-get.el: Changes to work with real data.
|
|
9638 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9639
|
|
9640 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
9641 being.
|
|
9642
|
|
9643 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
9644 of possibly out-of-date packges.elc.
|
|
9645 * make-docfile.el ("packages.el"): Ditto.
|
|
9646
|
|
9647 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
9648
|
|
9649 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
9650 the main tarball shadowing anything past it.
|
|
9651
|
|
9652 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
9653
|
|
9654 * packages.el (package-provide): Delete a previous provide.
|
|
9655
|
|
9656 * package-info.el: New file.
|
|
9657
|
|
9658 * package-get.el: New file.
|
|
9659 From Pete Ware <ware@cis.ohio-state.edu>
|
|
9660 (package-get): Fix md5 computation to work with Mule.
|
|
9661
|
|
9662 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9663
|
|
9664 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
9665
|
|
9666 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
9667
|
|
9668 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
9669
|
|
9670 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
9671 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9672
|
|
9673 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
9674
|
|
9675 * startup.el (load-init-file): Reload new or changed autoloads
|
|
9676 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
9677
|
|
9678 * packages.el (packages-new-autoloads): New function.
|
|
9679 (packages-reload-autoloads): New function.
|
|
9680 (packages-reload-dumped-lisp): New (stub) function.
|
|
9681
|
|
9682 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
9683
|
|
9684 * loadhist.el (file-provides): Extend to handle variant
|
|
9685 extensions.
|
|
9686
|
|
9687 * replace.el (query-replace): Fix typo.
|
|
9688
|
|
9689 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9690
|
|
9691 * make-docfile.el: list-autoloads-path has been renamed.
|
|
9692 * update-elc.el: list-autoloads has been renamed.
|
|
9693
|
|
9694 * packages.el (packages-list-autoloads): Renamed.
|
|
9695 (packages-list-autoloads-path): Ditto.
|
|
9696
|
|
9697 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
9698
|
|
9699 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
9700 for an error in an auto-autoload.el file.
|
|
9701
|
|
9702 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
9703
|
|
9704 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
9705 tag with const.
|
|
9706 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9707
|
|
9708 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
9709
|
|
9710 * loadhist.el (unload-feature): Remove autoload.
|
|
9711
|
|
9712 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
9713
|
|
9714 * loadhist.el: Unpackaged.
|
|
9715
|
|
9716 * help.el (describe-symbol-find-file): Rename
|
|
9717 `describe-function-find-file' and make old name obsolete.
|
|
9718 (describe-function-1): Use it.
|
|
9719 (describe-function-1): Guard reference to
|
|
9720 `compiled-function-annotation'.
|
|
9721
|
|
9722 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9723
|
|
9724 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
9725 argument.
|
|
9726 (help-mode-quit): New optional arg to control whether it kills or
|
|
9727 buries. Tidied up.
|
|
9728 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
9729 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
9730 (help-pretty-print-value): Rename back from
|
|
9731 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
9732 use it, otherwise use dumped `cl-prettyprint'.
|
|
9733 (describe-variable): Use `help-pretty-print-value' again.
|
|
9734 (find-func): Removed reference to "find-func" at end.
|
|
9735
|
|
9736 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9737
|
|
9738 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
9739 GUI XEmacs. Rename? x-menubar is rather window system
|
|
9740 independant, except for a couple of items.
|
|
9741
|
|
9742 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
9743
|
|
9744 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
9745 entries as they will no longer be distributed with XEmacs.
|
|
9746
|
|
9747 * format.el (format-alist): Fix image/tiff regexps.
|
|
9748 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9749
|
|
9750 * help.el (help-maybe-pretty-print-value): Rename.
|
|
9751 (describe-variable): Use it.
|
|
9752 (describe-variable): Add trailing linefeed.
|
|
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 (describe-function-1): Don't output anything for
|
|
9762 arglist of autoload functions.
|
|
9763
|
|
9764 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9765
|
|
9766 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
9767 `describe-function-at-point', `describe-variable-at-point',
|
|
9768 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
9769 `help-prev-section'.
|
|
9770 (help-next-section): New function.
|
|
9771 (help-prev-section): New function.
|
|
9772 (help-mode-quit): Changed to kill the help buffer.
|
|
9773 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
9774 correctly.
|
|
9775 (help-buffer-name): New function to generate the name of help
|
|
9776 buffers.
|
|
9777 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
9778 argument giving the name of the help buffer.
|
|
9779 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
9780 (describe-mode): Ditto.
|
|
9781 (describe-bindings): Ditto.
|
|
9782 (describe-prefix-bindings): Ditto.
|
|
9783 (view-lossage): Ditto.
|
|
9784 (with-syntax-table): New macro.
|
|
9785 (function-called-at-point): Use `ignore-errors' and
|
|
9786 `with-syntax-table'.
|
|
9787 (function-at-point): Ditto.
|
|
9788 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
9789 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
9790 function's arglist as string.
|
|
9791 (function-documentation): Extracted from `describe-function-1'.
|
|
9792 Returns function's docstring.
|
|
9793 (describe-function-1): Remove all the "stream" garbage, including
|
|
9794 the stream argument. Use `function-arglist' and
|
|
9795 `function-documentation'.
|
|
9796 (describe-function-arglist): Just use `function-arglist'.
|
|
9797 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
9798 (help-pretty-print-value): New function to help with
|
|
9799 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
9800 `pp-internal'.
|
|
9801 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
9802 Formatting improved. Display file where variable is defined, if
|
|
9803 known. Use `help-pretty-print-value'.
|
|
9804 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
9805 (list-processes): Remove "stream" garbage.
|
|
9806
|
|
9807 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
9808
|
|
9809 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
9810 call a dumped routine instead.
|
|
9811
|
|
9812 * x-win-xfree86.el: Wrap file in defun.
|
|
9813 * x-win-sun.el: Ditto.
|
|
9814
|
|
9815 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
9816
|
|
9817 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
9818 advises functions and does other evil things.
|
|
9819
|
|
9820 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
9821
|
|
9822 * format.el (format-alist): Add `image/tiff'.
|
|
9823 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
9824
|
|
9825 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
9826
|
|
9827 * about.el (about-hackers): More names added.
|
|
9828
|
|
9829 * make-docfile.el: Remove superfluous package path search.
|
|
9830
|
|
9831 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
9832
|
|
9833 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
9834
|
|
9835 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
9836 ignored shadows.
|
|
9837
|
|
9838 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
9839
|
|
9840 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
9841 get trailing slashes when added to the load-path.
|
|
9842
|
|
9843 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
9844 are.
|
|
9845
|
|
9846 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9847
|
|
9848 * x-faces.el: Added support for foregroundToolBarColor
|
|
9849 to xpm-color-symbols.
|
|
9850
|
|
9851 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9852
|
|
9853 * etags.el (tags-remove-duplicates): Removed.
|
|
9854 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
9855
|
|
9856 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
9857 correctly.
|
|
9858 (get*): Defalias to `get'.
|
|
9859
|
|
9860 * cl.el (eql): Compare integers with `eq'.
|
|
9861 (cl-map-extents): Check for `map-extents' first.
|
|
9862
|
442
|
9863 1997-12-17 Didier Verna <didier@xemacs.org>
|
428
|
9864
|
|
9865 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
9866 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
9867
|
|
9868 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
9869
|
|
9870 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9871
|
|
9872 * widget.el (define-widget): Check the arguments.
|
|
9873
|
|
9874 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
9875 (custom-variable-value-create): Use `signal' to signal error.
|
|
9876 (custom-variable-reset-saved): Ditto.
|
|
9877 (custom-variable-reset-standard): Ditto.
|
|
9878 (custom-face-reset-saved): Ditto.
|
|
9879
|
|
9880 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
9881 (widget-default-format-handler): Ditto.
|
|
9882 (widget-checklist-add-item): Ditto.
|
|
9883 (widget-radio-add-item): Ditto.
|
|
9884 (widget-editable-list-entry-create): Ditto.
|
|
9885 (widget-sexp-prompt-value): Ditto.
|
|
9886
|
|
9887 * custom.el (custom-declare-variable): Signal errors better.
|
|
9888 (custom-handle-keyword): Ditto.
|
|
9889 (custom-declare-group): Ditto.
|
|
9890
|
|
9891 * window-xemacs.el (windows): Ditto.
|
|
9892
|
|
9893 * menubar.el (menu): Ditto.
|
|
9894
|
|
9895 * keydefs.el (keyboard): Ditto.
|
|
9896
|
|
9897 * minibuf.el (minibuffer): Ditto.
|
|
9898
|
|
9899 * process.el (execute): Ditto.
|
|
9900
|
|
9901 * fill.el (fill): Ditto.
|
|
9902
|
|
9903 * modeline.el (modeline): Ditto.
|
|
9904
|
|
9905 * help.el (help): Ditto.
|
|
9906
|
|
9907 * faces.el (faces): Ditto.
|
|
9908
|
|
9909 * files.el (files): Ditto.
|
|
9910
|
|
9911 * x-init.el (x): Ditto.
|
|
9912
|
|
9913 * lisp-mode.el (lisp): Ditto.
|
|
9914
|
|
9915 * process.el (processes): Ditto.
|
|
9916
|
|
9917 * mouse.el (mouse): Ditto.
|
|
9918
|
|
9919 * abbrev.el (abbrev): Moved from cus-edit.
|
|
9920
|
|
9921 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
9922 as variable declaration.
|
|
9923
|
|
9924 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9925
|
|
9926 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
9927 (find-menu-item): Cosmetic changes.
|
|
9928
|
|
9929 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
9930
|
|
9931 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
9932
|
|
9933 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
9934
|
|
9935 * startup.el (set-default-load-path): Only search package-path
|
|
9936 when not running temacs.
|
|
9937
|
|
9938 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
9939 files.
|
|
9940
|
|
9941 * loadup.el: Correct commentary. Reformatting.
|
|
9942 (really-early-error-handler): Use absolute path to the
|
|
9943 first dumped-lisp.el file.
|
|
9944 (really-early-error-handler): Print full path name of
|
|
9945 each dumped lisp file (inherited from InfoDock).
|
|
9946
|
|
9947 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
9948 dumped-lisp.el files.
|
|
9949
|
|
9950 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
9951 package-path is searched.
|
|
9952 * update-elc.el: Ditto.
|
|
9953
|
|
9954 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
9955 `condition-case' for indentation.
|
|
9956
|
|
9957 * about.el (about-xemacs): Update release date.
|
|
9958
|
|
9959 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9960
|
|
9961 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
9962 anywhere but at the last clause.
|
|
9963 (ecase): Disallow `t' and `otherwise'.
|
|
9964
|
|
9965 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9966
|
|
9967 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
9968 from stuff moved out of `custom-buffer-create-internal'.
|
|
9969 (custom-novice): New variable. Default t.
|
|
9970 (custom-display-global-buttons): Ditto. Default `top'.
|
|
9971 (custom-buffer-create-internal): Only display help if
|
|
9972 `custom-novice' is non-nil. Display global buttons according to
|
|
9973 `custom-display-global-buttons'.
|
|
9974
|
|
9975 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9976
|
|
9977 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
9978 (find-menu-item): Cosmetic changes.
|
|
9979
|
|
9980 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9981
|
|
9982 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
9983 look.
|
|
9984
|
|
9985 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9986
|
|
9987 * format.el (format-deannotate-region): Bug fix.
|
|
9988 Deannotating a region containing unknown tags would fail
|
|
9989 (causing decoding of text/enriched to fail at user level)
|
|
9990
|
|
9991 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9992
|
|
9993 * minibuf.el (read-directory-name): Support sixth
|
|
9994 arg, HISTORY, as already documented.
|
|
9995
|
|
9996 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9997
|
|
9998 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
9999 to `ecase'.
|
|
10000
|
|
10001 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
10002
|
|
10003 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
10004 skk-activate.
|
|
10005
|
|
10006 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
10007
|
|
10008 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|