|
566
|
1 2001-05-10 Daiki Ueno <ueno@unixuser.org>
|
|
|
2
|
|
|
3 * font-lock.el (font-lock-compile-keywords): Rewrite as a side
|
|
|
4 effect free function.
|
|
|
5 (font-lock-fontify-keywords-region): Supply the argument to
|
|
|
6 font-lock-compile-keywords.
|
|
|
7
|
|
563
|
8 2001-05-24 Ben Wing <ben@xemacs.org>
|
|
|
9
|
|
|
10 * subr.el:
|
|
|
11 * subr.el (error):
|
|
|
12 fix doc string to reflect reality
|
|
|
13
|
|
558
|
14 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
|
15
|
|
|
16 * behavior-defs.el:
|
|
|
17 * behavior-defs.el (scroll-in-place):
|
|
|
18 * behavior-defs.el ('scroll-in-place): New.
|
|
|
19 * behavior-defs.el (mouse-avoidance):
|
|
|
20 * behavior-defs.el (jka-compr):
|
|
|
21 * behavior-defs.el ('jka-compr): New.
|
|
|
22 * behavior-defs.el ('efs): New.
|
|
|
23 * behavior-defs.el (efs):
|
|
|
24 * behavior-defs.el (resize-minibuffer):
|
|
|
25 * behavior-defs.el (func-menu):
|
|
|
26 * behavior-defs.el (mwheel):
|
|
|
27 * behavior-defs.el (recent-files):
|
|
|
28 * behavior-defs.el (filladapt):
|
|
|
29 Add scroll-in-place, jka-compr, efs, fix up some things.
|
|
|
30
|
|
555
|
31 2001-03-19 Karl M. Hegbloom <karlheg@microsharp.com>
|
|
|
32
|
|
|
33 * cus-edit.el (custom-display): Support the GTK Window System also.
|
|
|
34
|
|
550
|
35 2001-05-21 Martin Buchholz <martin@xemacs.org>
|
|
|
36
|
|
|
37 * byte-optimize.el (=): `=' is not a binary predicate!
|
|
|
38 Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
|
|
|
39 Use byte-optimize-predicate, not byte-optimize-binary-predicate,
|
|
|
40
|
|
549
|
41 2001-05-20 Martin Buchholz <martin@xemacs.org>
|
|
|
42
|
|
|
43 * bytecomp.el (byte-compile-arithcompare):
|
|
|
44 Only optimize (= x) ==> t if byte-compile-delete-errors is nil.
|
|
|
45
|
|
548
|
46 2001-05-20 Adrian Aichner <adrian@xemacs.org>
|
|
|
47
|
|
|
48 * buff-menu.el (Buffer-menu-mode): Properly make
|
|
|
49 `mouse-track-click-hook' local.
|
|
|
50 * info.el (Info-mode): Ditto.
|
|
|
51
|
|
546
|
52 2001-05-19 Ben Wing <ben@xemacs.org>
|
|
|
53
|
|
|
54 * autoload.el (batch-force-update-one-directory):
|
|
|
55 Oops, off by one argument.
|
|
|
56
|
|
|
57 * mouse.el:
|
|
|
58 * mouse.el (Mouse-track-gensym): New.
|
|
|
59 * mouse.el (mouse-track-run-hook):
|
|
|
60 * mouse.el (mouse-track):
|
|
|
61 * mouse.el (mouse-track-default):
|
|
|
62 * mouse.el (mouse-track-insert):
|
|
|
63 * mouse.el (mouse-track-insert-selected-region): Removed.
|
|
|
64 * mouse.el (mouse-track-insert-drag-up-hook): Removed.
|
|
|
65 * mouse.el (mouse-track-insert-click-hook): Removed.
|
|
|
66 Add an argument to mouse-track so that hooks can be overridden.
|
|
|
67 (let-binding doesn't work when the hooks have been made local.)
|
|
|
68 modify mouse-track-run-hook accordingly, and fix mouse-track-default
|
|
|
69 and mouse-track-insert to use the new functionality.
|
|
|
70
|
|
|
71 * printer.el (generic-print-region):
|
|
|
72 Oops, off by one paren.
|
|
|
73
|
|
538
|
74 2001-05-13 Adrian Aichner <adrian@xemacs.org>
|
|
|
75
|
|
|
76 * buff-menu.el (Buffer-menu-mode): `mouse-track-click-hook' was
|
|
|
77 made buffer-local incorrectly (make-local-variable instead of
|
|
|
78 make-local-hook). Furthermore this hook must not be local so that
|
|
|
79 it can keep track of buffers and windows.
|
|
|
80
|
|
536
|
81 2001-05-13 Mike Alexander <mta@arbortext.com>
|
|
|
82
|
|
|
83 * dragdrop.el (experimental-dragdrop-drop-url-default): If event
|
|
|
84 has no window, use one from the frame in the event
|
|
|
85
|
|
533
|
86 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
|
87
|
|
|
88 * .cvsignore: auto-autoloads/custom-load need to be added now that they're not in cvs.
|
|
|
89
|
|
531
|
90 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
|
91
|
|
|
92 * find-paths.el (paths-find-recursive-path):
|
|
|
93 fix error with null EXCLUDE-REGEXP.
|
|
|
94
|
|
|
95 * font-lock.el (font-lock-mode):
|
|
|
96 fix problem reported by hrvoje with buffers starting with a space.
|
|
|
97
|
|
|
98 * lib-complete.el:
|
|
|
99 * lib-complete.el (find-library-source-path): New.
|
|
|
100 * lib-complete.el (find-library):
|
|
|
101 add a variable to control where `find-library' looks, analogous to `find-function-source-path'.
|
|
|
102
|
|
528
|
103 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
|
104
|
|
|
105 * mule\mule-coding.el:
|
|
|
106 * mule\mule-coding.el (coding-system-charset): New.
|
|
|
107 Move this function into Lisp to avoid doc warnings.
|
|
|
108
|
|
|
109 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
|
110
|
|
|
111 * autoload.el:
|
|
|
112 * autoload.el (update-autoloads-from-directory):
|
|
|
113 * autoload.el (fixup-autoload-buffer):
|
|
|
114 * autoload.el (batch-update-autoloads): Removed.
|
|
|
115 * autoload.el (update-autoload-files): New.
|
|
|
116 * autoload.el (batch-force-update-one-directory): New.
|
|
|
117 * packages.el (packages-useful-lisp):
|
|
|
118 * startup.el:
|
|
|
119 * startup.el (normal-top-level):
|
|
|
120 * startup.el (startup-load-autoloads): New.
|
|
|
121 * update-elc-2.el (batch-update-elc-2):
|
|
|
122 * update-elc.el:
|
|
|
123 * update-elc.el (need-to-rebuild-autoloads): New.
|
|
|
124 * update-elc.el (need-to-rebuild-mule-autoloads): New.
|
|
|
125 * update-elc.el (need-to-recompile-autoloads): New.
|
|
|
126 * update-elc.el (need-to-recompile-mule-autoloads): New.
|
|
|
127 * update-elc.el (update-elc-chop-extension): New.
|
|
|
128 Rewrite much of the bootstrapping process to be more robust,
|
|
|
129 and in particular to rebuild the auto-autoloads and custom-loads
|
|
|
130 files no matter what state (including missing) they're currently
|
|
|
131 in.
|
|
|
132
|
|
526
|
133 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
|
134
|
|
|
135 * files.el (find-file-noselect):
|
|
|
136 * files.el (recover-session-finish):
|
|
|
137 fix byte-compilation warnings.
|
|
|
138
|
|
523
|
139 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
|
140
|
|
|
141 * font.el (bold): New.
|
|
|
142 * font.el (italic): New.
|
|
|
143 * font.el (oblique): New.
|
|
|
144 * font.el (dim): New.
|
|
|
145 * font.el (underline): New.
|
|
|
146 * font.el (overline): New.
|
|
|
147 * font.el (linethrough): New.
|
|
|
148 * font.el (strikethru): New.
|
|
|
149 * font.el (reverse): New.
|
|
|
150 * font.el (blink): New.
|
|
|
151 * font.el (smallcaps): New.
|
|
|
152 * font.el (bigcaps): New.
|
|
|
153 * font.el (dropcaps): New.
|
|
|
154 * gtk-widget-accessors.el (import-widget-accessors):
|
|
|
155 * widgets-gtk.el (gtk-widget-instantiate-internal):
|
|
|
156 * x-font-menu.el (x-font-menu-font-data): New.
|
|
|
157 * x-font-menu.el (x-font-menu-load-font):
|
|
|
158 fix byte-compilation warnings.
|
|
|
159
|
|
522
|
160 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
|
161
|
|
|
162 * XEmacs 21.5.1 "anise" is released.
|
|
|
163
|
|
510
|
164 2001-05-06 Ben Wing <ben@xemacs.org>
|
|
|
165
|
|
|
166 * dialog.el (make-dialog-box):
|
|
|
167 * menubar-items.el (default-menubar):
|
|
|
168 * printer.el (generic-print-buffer):
|
|
|
169 * printer.el (generic-print-region):
|
|
|
170 implement printing the selection when it's selected.
|
|
|
171
|
|
|
172 unrelated:
|
|
|
173
|
|
|
174 * minibuf.el (input-error):
|
|
|
175 * subr.el (error):
|
|
|
176 a couple of error cleanups.
|
|
|
177
|
|
|
178 * update-elc.el ((preloaded-file-list site-load-packages need-to-dump dumped-exe)):
|
|
|
179 * update-elc.el (update-elc-files-to-compile):
|
|
|
180 if bytecomp or byte-optimize need recompiling, then load
|
|
|
181 the .el version of them first, recompile them, and reload
|
|
|
182 the .elc versions to recompile everything else (so we won't
|
|
|
183 be waiting until the cows come home).
|
|
|
184
|
|
509
|
185 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
|
186
|
|
|
187 * subr.el (error):
|
|
|
188 Add missing errors to the doc string.
|
|
|
189
|
|
506
|
190 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
|
191
|
|
|
192 * dialog.el (make-dialog-box): fix doc string.
|
|
|
193 * menubar-items.el (default-menubar): Add Page Setup for Windows,
|
|
|
194 take out Pretty Print.
|
|
|
195 * printer.el:
|
|
|
196 * printer.el (printer-current-device): New.
|
|
|
197 * printer.el (Printer-get-device): New.
|
|
|
198 * printer.el (Printer-clear-device): New.
|
|
|
199 * printer.el (generic-page-setup): New.
|
|
|
200 * printer.el (generic-print-buffer):
|
|
|
201 * printer.el (generic-print-region):
|
|
|
202 Implement Page Setup. Handle errors properly.
|
|
|
203
|
|
|
204 unrelated:
|
|
|
205
|
|
|
206 * gtk-init.el: Fix the warning properly.
|
|
|
207
|
|
|
208
|
|
503
|
209 2001-05-04 Ben Wing <ben@xemacs.org>
|
|
|
210
|
|
|
211 * printer.el (generic-print-buffer):
|
|
|
212 * printer.el (generic-print-region):
|
|
|
213 Enable dialog boxes. Apply workaround recommended by Kirill.
|
|
|
214
|
|
|
215 * simple.el (kill-whole-line):
|
|
|
216 * simple.el (kill-line-1):
|
|
|
217 * simple.el (kill-entire-line):
|
|
|
218 * simple.el (kill-line):
|
|
|
219 * simple.el (backward-kill-line):
|
|
|
220 Take out interactive dependence of kill-whole-line.
|
|
|
221
|
|
502
|
222 2001-04-22 Ben Wing <ben@xemacs.org>
|
|
|
223
|
|
|
224 ----------------------- byte-comp warning fixes -----------------
|
|
|
225
|
|
|
226 * bytecomp-runtime.el:
|
|
|
227 * bytecomp-runtime.el (with-boundp): New.
|
|
|
228 * bytecomp-runtime.el (if-boundp): New.
|
|
|
229 * bytecomp-runtime.el (declare-boundp): New.
|
|
|
230 * bytecomp-runtime.el (globally-declare-boundp): New.
|
|
|
231 * bytecomp-runtime.el (byte-compile-with-fboundp): New.
|
|
|
232 * bytecomp-runtime.el ('with-fboundp-1): New.
|
|
|
233 * bytecomp-runtime.el (with-fboundp): New.
|
|
|
234 * bytecomp-runtime.el (if-fboundp): New.
|
|
|
235 * bytecomp-runtime.el (declare-fboundp): New.
|
|
|
236 * bytecomp-runtime.el (globally-declare-fboundp): New.
|
|
|
237 * bytecomp-runtime.el (byte-compile-with-byte-compiler-warnings-suppressed): New.
|
|
|
238 * bytecomp-runtime.el ('with-byte-compiler-warnings-suppressed-1): New.
|
|
|
239 * bytecomp-runtime.el (with-byte-compiler-warnings-suppressed): New.
|
|
|
240 * bytecomp-runtime.el (with-obsolete-variable): New.
|
|
|
241 * bytecomp-runtime.el (with-obsolete-function): New.
|
|
|
242 New functions for cleanly eliminating byte-compiler warnings.
|
|
|
243 Their definitions require no changes at all in bytecomp.el,
|
|
|
244 meaning that any package that wants to use them and be compatible
|
|
|
245 with older versions of XEmacs need only copy the code and rename
|
|
|
246 the functions (i.e. prefix them with the package name).
|
|
|
247
|
|
|
248 * apropos.el (apropos-symbol-face):
|
|
|
249 * apropos.el (apropos-keybinding-face):
|
|
|
250 * apropos.el (apropos-label-face):
|
|
|
251 * apropos.el (apropos-property-face):
|
|
|
252 * cl-extra.el (cl-map-overlays):
|
|
|
253 * coding.el:
|
|
|
254 * coding.el (set-keyboard-coding-system):
|
|
|
255 * coding.el (set-terminal-coding-system):
|
|
|
256 * console.el (resume-pid-console):
|
|
|
257 * dialog-gtk.el:
|
|
|
258 * dialog-gtk.el (popup-builtin-open-dialog):
|
|
|
259 * dialog-gtk.el (popup-builtin-color-dialog):
|
|
|
260 * dragdrop.el (experimental-dragdrop-drop-mime-default):
|
|
|
261 * dragdrop.el (gtk-start-drag):
|
|
|
262 * dragdrop.el (gtk-start-drag-region):
|
|
|
263 * faces.el (init-face-from-resources):
|
|
|
264 * faces.el (init-device-faces):
|
|
|
265 * faces.el (init-frame-faces):
|
|
|
266 * faces.el (init-global-faces):
|
|
|
267 * faces.el (set-face-stipple):
|
|
|
268 * files.el (set-visited-file-name):
|
|
|
269 * files.el (basic-save-buffer):
|
|
|
270 * files.el (save-some-buffers-1):
|
|
|
271 * files.el (file-remote-p):
|
|
|
272 * fill.el (fill-move-forward-to-break-point):
|
|
|
273 * fill.el (find-space-insertable-point):
|
|
|
274 * font-lock.el:
|
|
|
275 * frame.el (suspend-or-iconify-emacs):
|
|
|
276 * frame.el (suspend-emacs-or-iconify-frame):
|
|
|
277 * gdk.el:
|
|
|
278 * generic-widgets.el:
|
|
|
279 * generic-widgets.el (build-ui::radio-group):
|
|
|
280 * generic-widgets.el (build-ui::button):
|
|
|
281 * glade.el:
|
|
|
282 * gnome-widgets.el:
|
|
|
283 * gnome.el:
|
|
|
284 * gtk-extra.el:
|
|
|
285 * gtk-faces.el (gtk-choose-font):
|
|
|
286 * gtk-file-dialog.el:
|
|
|
287 * gtk-file-dialog.el (gtk-file-dialog-fill-file-list):
|
|
|
288 * gtk-file-dialog.el (gtk-file-dialog-fill-directory-list):
|
|
|
289 * gtk-file-dialog.el (gtk-file-dialog-new):
|
|
|
290 * gtk-font-menu.el:
|
|
|
291 * gtk-font-menu.el (gtk-reset-device-font-menus):
|
|
|
292 * gtk-init.el:
|
|
|
293 * gtk-init.el (gtk-initialize-compose):
|
|
|
294 * gtk-package.el:
|
|
|
295 * gtk-password-dialog.el:
|
|
|
296 * gtk-widget-accessors.el:
|
|
|
297 * gtk-widgets.el:
|
|
|
298 * gtk.el:
|
|
|
299 * isearch-mode.el (isearch-help-or-delete-char):
|
|
|
300 * ldap.el:
|
|
|
301 * lib-complete.el (read-library-internal):
|
|
|
302 * lib-complete.el (read-library):
|
|
|
303 * lib-complete.el (read-library-name):
|
|
|
304 * lisp-mnt.el (lm-report-bug):
|
|
|
305 * minibuf.el (minibuffer-smart-mouse-tracker):
|
|
|
306 * minibuf.el (minibuffer-smart-select-kludge-filename):
|
|
|
307 * minibuf.el (read-file-name-internal-1):
|
|
|
308 * minibuf.el (read-color-completion-table):
|
|
|
309 * modeline.el (modeline-toggle-read-only):
|
|
|
310 * mouse.el (mouse-consolidated-yank):
|
|
|
311 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
|
312 * msw-font-menu.el (mswindows-reset-device-font-menus):
|
|
|
313 * multicast.el (open-multicast-group):
|
|
|
314 * mwheel.el:
|
|
|
315 * package-get.el (package-get-update-base-from-buffer):
|
|
|
316 * scrollbar.el (init-scrollbar-from-resources):
|
|
|
317 * symbols.el:
|
|
|
318 * syntax.el (describe-syntax-table):
|
|
|
319 * toolbar.el (init-toolbar-from-resources):
|
|
|
320 * toolbar-items.el (toolbar):
|
|
|
321 * toolbar-items.el (toolbar-paste):
|
|
|
322 * tty-init.el (init-pre-tty-win):
|
|
|
323 * tty-init.el (init-post-tty-win):
|
|
|
324 * wid-browse.el (widget-browse-sexp):
|
|
|
325 * widgets-gtk.el:
|
|
|
326 * x-faces.el:
|
|
|
327 * x-font-menu.el:
|
|
|
328 * x-font-menu.el (x-font-menu-font-data):
|
|
|
329 * x-init.el:
|
|
|
330 * x-misc.el:
|
|
|
331 * x-mouse.el:
|
|
|
332 * x-scrollbar.el:
|
|
|
333 * x-select.el:
|
|
|
334 * x-win-sun.el:
|
|
|
335 * x-win-xfree86.el:
|
|
|
336 Eliminate byte-compiler warnings using the new functions in
|
|
|
337 bytecomp-runtime.el.
|
|
|
338
|
|
|
339 * coding.el (coding-system-get): New.
|
|
|
340 * coding.el (coding-system-put): New.
|
|
|
341 * coding.el (coding-system-category): New.
|
|
|
342 * mule\mule-misc.el (coding-system-get): Removed.
|
|
|
343 * mule\mule-misc.el (coding-system-put): Removed.
|
|
|
344 * mule\mule-misc.el (coding-system-category): Removed.
|
|
|
345 Move these functions, since they're not Mule-specific and
|
|
|
346 are used in prefer-coding-system.
|
|
|
347
|
|
|
348 * font.el:
|
|
|
349 * font.el (cl):
|
|
|
350 * font.el (set-font-family):
|
|
|
351 * font.el (set-font-weight):
|
|
|
352 * font.el (set-font-style):
|
|
|
353 * font.el (set-font-size):
|
|
|
354 * font.el (set-font-registry):
|
|
|
355 * font.el (set-font-encoding):
|
|
|
356 * font.el (font-family):
|
|
|
357 * font.el (font-weight):
|
|
|
358 * font.el (font-style):
|
|
|
359 * font.el (font-size):
|
|
|
360 * font.el (font-registry):
|
|
|
361 * font.el (font-encoding):
|
|
|
362 * font.el (set-font-style-by-keywords):
|
|
|
363 * font.el (font-properties-from-style):
|
|
|
364 * font.el (font-combine-fonts-internal):
|
|
|
365 * font.el (font-x-font-regexp):
|
|
|
366 * font.el (x-font-create-object):
|
|
|
367 * font.el (x-font-create-name):
|
|
|
368 * font.el (ns-font-create-name):
|
|
|
369 * font.el (mswindows-font-create-name):
|
|
|
370 * font.el (font-update-device-fonts):
|
|
|
371 * font.el (font-update-one-face):
|
|
|
372 * font.el (font-rgb-color-p):
|
|
|
373 * font.el (font-rgb-color-red):
|
|
|
374 * font.el (font-tty-compute-color-delta):
|
|
|
375 * font.el (font-normalize-color):
|
|
|
376 This file was incredibly ugly. Clean it up. Avoid using defsubst
|
|
|
377 for any exported functions, to avoid possible compatibility
|
|
|
378 problems if we later change the internal interface. (It happened
|
|
|
379 before, with face accessors, between 19.8 and 19.9). Fix tons
|
|
|
380 of warnings.
|
|
|
381
|
|
|
382 * gpm.el:
|
|
|
383 * gpm.el (gpm-is-supported-p): New.
|
|
|
384 * gpm.el (gpm-delete-device-hook):
|
|
|
385 Clean up (new function gpm-is-supported-p eliminates duplicate
|
|
|
386 code in gpm-create/delete-device-hook) and eliminate warnings.
|
|
|
387
|
|
|
388 ---------- make byte-recompile-directory work in the ---------
|
|
|
389 core `lisp' dir, even in the absence of
|
|
|
390 a Mule XEmacs (i.e. make it skip the Mule
|
|
|
391 files rather than trying to compile them).
|
|
|
392 now you should be able to do `touch *.el'
|
|
|
393 in the `lisp' dir, then
|
|
|
394 M-x byte-recompile-directory, and get no
|
|
|
395 warnings.
|
|
|
396
|
|
|
397 * bytecomp.el:
|
|
|
398 * bytecomp.el (byte-recompile-ignore-uncompilable-mule-files): New.
|
|
|
399 * bytecomp.el (byte-compile-inbuffer):
|
|
|
400 * bytecomp.el (byte-compile-inbuffer)): New.
|
|
|
401 * bytecomp.el (byte-compile-outbuffer)): New.
|
|
|
402 * bytecomp.el (byte-compile-warn):
|
|
|
403 * bytecomp.el (byte-recompile-directory):
|
|
|
404 * bytecomp.el (byte-recompile-file):
|
|
|
405 Avoid trying to compile Mule files in byte-recompile-directory
|
|
|
406 when we're not in a Mule XEmacs, since we're highly likely to get
|
|
|
407 syntax errors.
|
|
|
408
|
|
|
409 * mule\arabic.el:
|
|
|
410 * mule\canna-leim.el:
|
|
|
411 * mule\english.el:
|
|
|
412 * mule\greek.el:
|
|
|
413 * mule\kinsoku.el:
|
|
|
414 * mule\latin.el:
|
|
|
415 * mule\misc-lang.el:
|
|
|
416 * mule\mule-category.el:
|
|
|
417 * mule\mule-ccl.el:
|
|
|
418 * mule\mule-charset.el:
|
|
|
419 * mule\mule-cmds.el:
|
|
|
420 * mule\mule-coding.el:
|
|
|
421 * mule\mule-help.el:
|
|
|
422 * mule\mule-init.el:
|
|
|
423 * mule\mule-misc.el:
|
|
|
424 * mule\mule-tty-init.el:
|
|
|
425 * mule\mule-x-init.el:
|
|
|
426 * mule\thai-xtis-chars.el:
|
|
|
427 * mule\viet-chars.el:
|
|
|
428 Add a coding-system cookie to all Mule files so that
|
|
|
429 byte-recompile-directory ignores them.
|
|
|
430
|
|
|
431 * code-files.el (load):
|
|
|
432 * code-files.el (find-coding-system-magic-cookie): Removed.
|
|
|
433 * files.el:
|
|
|
434 * files.el (find-coding-system-magic-cookie-in-file): New.
|
|
|
435 Magic cookie function moved to files.el from code-files.el (for
|
|
|
436 use by bytecomp even in a non-coding-system XEmacs), and changed
|
|
|
437 names and semantics for use by bytecomp. NOTE: IMO this is an
|
|
|
438 internal function that we can change as we like (and there is
|
|
|
439 absolutely no code anywhere else using the function).
|
|
|
440
|
|
|
441 ---------------- GUI improvements: menus, help -------------------
|
|
|
442
|
|
|
443 * help.el:
|
|
|
444 * help.el (help-map): Removed.
|
|
|
445 * help.el (help-for-help):
|
|
|
446 * help.el (Help-princ-face):
|
|
|
447 * help.el (Help-prin1-face):
|
|
|
448 * help.el (describe-function-1):
|
|
|
449 * help.el (describe-variable):
|
|
|
450 Rearrange order of keymap declarations to be alphabetical.
|
|
|
451 Improve help on help to include all bindings, and group by
|
|
|
452 category. Add bindings for new Info commands. Remove
|
|
|
453 warnings. Use command-hyper-apropos in place of command-apropos.
|
|
|
454
|
|
|
455 * hyper-apropos.el:
|
|
|
456 * hyper-apropos.el (hyper-apropos-programming-apropos):
|
|
|
457 * hyper-apropos.el (command-hyper-apropos): New.
|
|
|
458 Add a function to do the equivalent of command-apropos.
|
|
|
459
|
|
|
460 * help-macro.el (make-help-screen):
|
|
|
461 Evals its help-text argument so you can put expressions there.
|
|
|
462 Used now by help-for-help.
|
|
|
463
|
|
|
464 * info.el:
|
|
|
465 * info.el (Info-search):
|
|
|
466 * info.el (Info-search-next): New.
|
|
|
467 * info.el (Info-index): Removed.
|
|
|
468 * info.el (Info-find-index-alternatives): New.
|
|
|
469 * info.el (Info-read-search-text-regexp): New.
|
|
|
470 * info.el (Info-search-text-in-lispref): New.
|
|
|
471 * info.el (Info-search-text-in-xemacs): New.
|
|
|
472 * info.el (Info-search-index-in-lispref): New.
|
|
|
473 * info.el (Info-search-index-in-xemacs-and-lispref): New.
|
|
|
474 * info.el (Info-mode-map):
|
|
|
475 Add binding to continue text searches. Expand index searches to
|
|
|
476 work over multiple info documents. Add commands to search
|
|
|
477 text/index in User and Lispref.
|
|
|
478
|
|
|
479 * lisp-mode.el (construct-lisp-mode-menu):
|
|
|
480 Add new entry, "Uncomment Region" (parallels "Comment Out Region").
|
|
|
481
|
|
|
482 * menubar-items.el (default-menubar):
|
|
|
483 * menubar-items.el (default-popup-menu):
|
|
|
484 Redo Help menu; add bindings for new Info commands to search the
|
|
|
485 index or text of the User and Lispref manuals. Add command for
|
|
|
486 mark-paragraph, activate-region. Make Edit->R accelerator be
|
|
|
487 rectangle, not register (more commonly used), and put rectangle
|
|
|
488 first. Fix the Edit Init File entry to never load the .elc file.
|
|
|
489 Simplify the default-popup-menu. Add Cmds->Tabs menu.
|
|
|
490
|
|
|
491 * menubar.el (popup-buffer-menu): Doc fix.
|
|
|
492 * menubar.el ((boundp 'menu-accelerator-map)):
|
|
|
493 Use kp-left not kp_left, etc.
|
|
|
494
|
|
|
495 ---------------- Miscellaneous bug fixes/cleanup -------------------
|
|
|
496
|
|
|
497 * bytecomp-runtime.el (byte-compiler-options):
|
|
|
498 Correct doc string.
|
|
|
499
|
|
|
500 * easymenu.el (easy-menu-do-define): fix extra quote.
|
|
|
501
|
|
|
502 * fill.el (fill-paragraph-or-region):
|
|
|
503 Rewrite to be more correct -- use call-interactively so that
|
|
|
504 we always get exactly the same behavior as if the functions
|
|
|
505 were called directly.
|
|
|
506
|
|
|
507 * font-lock.el (font-lock-fontify-pending-extents):
|
|
|
508 * gutter-items.el (clear-progress-feedback):
|
|
|
509 * gutter-items.el (abort-progress-feedback):
|
|
|
510 * gutter-items.el (raw-append-progress-feedback):
|
|
|
511 * simple.el (clear-message):
|
|
|
512 * simple.el (raw-append-message):
|
|
|
513 No need to fiddle with zmacs-region-stays, now that bogus
|
|
|
514 clearing of it (2001-04-28 src/ChangeLog) is removed.
|
|
|
515
|
|
|
516 * dialog.el (make-dialog-box):
|
|
|
517 Put dialog titles back in -- this time correctly. Fix various
|
|
|
518 other problems with leaks and such.
|
|
|
519
|
|
|
520 * keymap.el (key-sequence-list-description):
|
|
|
521 Clean up fun to always correctly canonicalize.
|
|
|
522
|
|
|
523 * simple.el:
|
|
|
524 * simple.el (delete-forward-p):
|
|
|
525 * simple.el (comment-padding): New.
|
|
|
526 * simple.el (comment-region):
|
|
|
527 * simple.el (do-auto-fill):
|
|
|
528 * simple.el (indent-new-comment-line):
|
|
|
529 Clean up Kinsoku comments, synch comment-region with FSF 20.7.
|
|
|
530
|
|
|
531 * simple.el (region-exists-p):
|
|
|
532 * simple.el (region-active-p):
|
|
|
533 Add comment about which one is correct to use in menu specs.
|
|
|
534
|
|
|
535 * sound.el (load-sound-file):
|
|
|
536 Minor code clean up.
|
|
|
537
|
|
|
538 * startup.el:
|
|
|
539 * startup.el (command-line-early):
|
|
|
540 * startup.el (initial-scratch-message):
|
|
|
541 Comment changes. Add info about sample.init.el to splash screen.
|
|
|
542 Improve initial-scratch-message and clarify purpose of Scratch
|
|
|
543 buffer. Fix byte-compile warning.
|
|
|
544
|
|
|
545 ------------------------ Added features -------------------------
|
|
|
546
|
|
|
547 * etags.el:
|
|
|
548 * etags.el (tags-check-parent-directories-for-tag-files): New.
|
|
|
549 * etags.el (buffer-tag-table-list):
|
|
|
550 Add new variable to control whether etags checks all parent
|
|
|
551 directories for tag files. (On by default.)
|
|
|
552
|
|
|
553 * hash-table.el: New file, useful utility functions.
|
|
|
554 * dumped-lisp.el (preloaded-file-list): Dump hash-table.el.
|
|
|
555
|
|
501
|
556 2001-05-03 Adrian Aichner <adrian@xemacs.org>
|
|
|
557
|
|
|
558 * build-report.el: Remove CVS keywords since this file has been in
|
|
|
559 core lisp for a while now.
|
|
|
560 * build-report.el (build-report-make-output-files): Fix typo.
|
|
|
561
|
|
491
|
562 2001-04-30 Ben Wing <ben@xemacs.org>
|
|
|
563
|
|
|
564 * printer.el:
|
|
|
565 * printer.el (printer-page-header):
|
|
|
566 * printer.el (Print-context): New.
|
|
|
567 * printer.el (printer-page-footer):
|
|
|
568 * printer.el (generate-header-element): New.
|
|
|
569 * printer.el (generate-header-line): New.
|
|
|
570 * printer.el (print-context-property):
|
|
|
571 * printer.el (generic-print-buffer):
|
|
|
572 * printer.el (generic-print-region):
|
|
|
573 Implement headers and footers. Implement calling Print dialog box
|
|
|
574 (#### but it doesn't quite work yet).
|
|
|
575
|
|
487
|
576 2001-04-28 Ben Wing <ben@xemacs.org>
|
|
|
577
|
|
|
578 * about.el (xemacs-hackers):
|
|
|
579 * about.el (about-url-alist):
|
|
|
580 * about.el (about-personal-info):
|
|
|
581 * about.el (about-hacker-contribution):
|
|
|
582 More contributions.
|
|
|
583
|
|
|
584 * simple.el (handle-post-motion-command):
|
|
|
585 Fix spurious setting of zmacs-region-stays to t after a non-shift
|
|
|
586 motion command.
|
|
|
587
|
|
|
588 * etags.el (find-tag-internal):
|
|
|
589 Sync up with FSF 20.7, to fix bugs handling some etags line formats.
|
|
|
590
|
|
|
591 * gtk-init.el (init-post-gtk-win):
|
|
|
592 * msw-init.el (init-post-mswindows-win):
|
|
|
593 * x-init.el:
|
|
|
594 * x-init.el (x-activate-region-as-selection): Removed.
|
|
|
595 * x-init.el (init-post-x-win):
|
|
|
596 * keydefs.el (global-map):
|
|
|
597 * simple.el:
|
|
|
598 * startup.el (command-line):
|
|
|
599 * toolbar-items.el:
|
|
|
600 * toolbar-items.el (init-x-toolbar-list): Removed.
|
|
|
601 * toolbar-items.el (init-toolbar-list): New.
|
|
|
602 * toolbar-items.el (init-x-toolbar): Removed.
|
|
|
603 * toolbar-items.el (init-toolbar): New.
|
|
|
604 * toolbar-items.el (x-init-toolbar-from-resources): Removed.
|
|
|
605 * toolbar.el:
|
|
|
606 Move non-window-system specific code that was duplicated in
|
|
|
607 all window systems into the generic code.
|
|
|
608
|
|
|
609 * gutter.el:
|
|
|
610 * gutter.el (init-gutter): Removed. (unused)
|
|
|
611
|
|
|
612 * mouse.el:
|
|
|
613 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
|
614 * mouse.el (mouse-track-activate-rectangular-selection): New.
|
|
|
615 * select.el:
|
|
|
616 * select.el (disown-selection):
|
|
|
617 * select.el (activate-region-as-selection):
|
|
|
618 * select.el (primary-selection-extent):
|
|
|
619 * select.el (valid-simple-selection-p):
|
|
|
620 Clean up the rectangle code w.r.t. selections. You'll now get
|
|
|
621 the right text copied into the primary selection (but not the
|
|
|
622 clipboard yet, unfortunately -- that really requires defining
|
|
|
623 our own rectangle type).
|
|
|
624
|
|
484
|
625 2001-04-25 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
626
|
|
|
627 * faces.el (make-face-bold):
|
|
|
628 * faces.el (make-face-italic):
|
|
|
629 * faces.el (make-face-bold-italic):
|
|
|
630 * faces.el (make-face-unbold):
|
|
|
631 * faces.el (make-face-unitalic):
|
|
|
632 * faces.el (make-face-smaller):
|
|
|
633 * faces.el (make-face-larger):
|
|
|
634 Call frob-face-property each for mswindows and msprinter.
|
|
|
635
|
|
483
|
636 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
637
|
|
|
638 * about.el (about-finish-buffer): Make sure the last change works
|
|
|
639 even if EVENT is nil.
|
|
|
640
|
|
482
|
641 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
642
|
|
|
643 * about.el (about-mailto-link): Use compose-mail for sending mail.
|
|
|
644 (about-finish-buffer): Kill/bury the buffer where the user
|
|
|
645 clicked, not the one that happens to be the current buffer at the
|
|
|
646 time.
|
|
|
647
|
|
481
|
648 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
649
|
|
|
650 * about.el (about-personal-info): Update my bio.
|
|
|
651 (about-hacker-contribution): Ditto.
|
|
|
652
|
|
480
|
653 2001-04-23 Didier Verna <didier@xemacs.org>
|
|
|
654
|
|
|
655 * cus-edit.el (custom-variable-pre-save): New.
|
|
|
656 * cus-edit.el (custom-variable-post-save): New.
|
|
|
657 * cus-edit.el (custom-variable-save): use them.
|
|
|
658 * cus-edit.el (custom-face-pre-save): New.
|
|
|
659 * cus-edit.el (custom-face-post-save): New.
|
|
|
660 * cus-edit.el (custom-face-save): use them.
|
|
|
661 * cus-edit.el (custom-group-pre-save): New.
|
|
|
662 * cus-edit.el (custom-group-post-save): New.
|
|
|
663 * cus-edit.el (custom-group-save): use them.
|
|
|
664 * cus-edit.el (Custom-save): use the pre/post functions above,
|
|
|
665 call `custom-save-all' only once.
|
|
|
666 * cus-edit.el (custom-variable-pre-reset-standard): New.
|
|
|
667 * cus-edit.el (custom-variable-post-reset-standard): New.
|
|
|
668 * cus-edit.el (custom-variable-reset-standard): use them.
|
|
|
669 * cus-edit.el (custom-face-pre-reset-standard): New.
|
|
|
670 * cus-edit.el (custom-face-post-reset-standard): New.
|
|
|
671 * cus-edit.el (custom-face-reset-standard): use them.
|
|
|
672 * cus-edit.el (custom-group-pre-reset-standard): New.
|
|
|
673 * cus-edit.el (custom-group-post-reset-standard): New.
|
|
|
674 * cus-edit.el (Custom-reset-standard): use them.
|
|
|
675 * cus-edit.el (custom-face-reset-saved): use the pre/post
|
|
|
676 functions above, call `custom-save-all' only once.
|
|
|
677
|
|
479
|
678 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
|
679
|
|
|
680 * about.el:
|
|
|
681 * about.el (about-headline-face): New.
|
|
|
682 * about.el (about-link-face): New.
|
|
|
683 * about.el (about-current-release-maintainers): New.
|
|
|
684 * about.el (about-other-current-hackers): New.
|
|
|
685 * about.el (about-once-and-future-hackers): New.
|
|
|
686 * about.el (about-lookup-url): New.
|
|
|
687 * about.el (about-get-buffer):
|
|
|
688 * about.el (about-mailto-link): New.
|
|
|
689 * about.el (about-finish-buffer):
|
|
|
690 * about.el (about-xemacs):
|
|
|
691 * about.el (about-features): Removed.
|
|
|
692 * about.el (about-advantages): New.
|
|
|
693 * about.el (about-maintainer-info): Removed.
|
|
|
694 * about.el (about-personal-info): New.
|
|
|
695 * about.el (about-hacker-contribution): New.
|
|
|
696 * about.el (about-maintainer):
|
|
|
697 * about.el (about-show-linked-info):
|
|
|
698 * about.el (about-hackers):
|
|
|
699 Major revamping. Rewriting of most of the text, improve the
|
|
|
700 link handling, separate info on contributors into personal
|
|
|
701 and contribution info, add new contributors, update personal
|
|
|
702 info, etc. etc.
|
|
480
|
703
|
|
479
|
704 * menubar-items.el (default-menubar):
|
|
|
705 Help menubar entry for News now says more accurately
|
|
|
706 "What's New in XEmacs".
|
|
480
|
707
|
|
479
|
708 * mouse.el:
|
|
|
709 * mouse.el (mouse-track-cleanup-hook):
|
|
|
710 * mouse.el (mouse-track):
|
|
|
711 Don't set-buffer to a dead buffer when calling mouse-track
|
|
|
712 cleanup hooks.
|
|
|
713
|
|
476
|
714 2001-04-18 Didier Verna <didier@xemacs.org>
|
|
|
715
|
|
|
716 * cus-edit.el (Custom-reset-standard): reset to standard settings
|
|
|
717 not only when the buffer's :custom-state is 'modified, but also
|
|
|
718 when it is 'set or 'saved.
|
|
|
719
|
|
472
|
720 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
|
721
|
|
|
722 * XEmacs 21.5.0 "alfalfa" is released.
|
|
|
723
|
|
470
|
724 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
|
725
|
|
|
726 * startup.el (load-user-init-file): define `custom-file' before
|
|
|
727 loading the user's init file.
|
|
|
728
|
|
464
|
729 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
|
730
|
|
|
731 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
|
732 we get them working.
|
|
|
733
|
|
|
734 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
|
735
|
|
|
736 * help.el:
|
|
|
737 * help.el (Help-princ-face):
|
|
|
738 * help.el (Help-prin1-face):
|
|
|
739 * help.el (frob-help-extents):
|
|
|
740 * help.el (describe-function-1):
|
|
|
741 * help.el (describe-variable):
|
|
|
742 Avoid using font-lock faces, which may not be defined.
|
|
|
743 Instead, use hyper-apropos faces, and make sure they're
|
|
|
744 defined as necessary by using `require'. (It's not so safe
|
|
|
745 to do this for font-lock.) In any case, we will eventually
|
|
|
746 be merging this functionality into hyper-apropos.
|
|
|
747
|
|
|
748 * loaddefs.el (completion-ignored-extensions):
|
|
|
749 Fix documentation.
|
|
470
|
750
|
|
464
|
751 * menubar-items.el (menu-truncate-list): Removed.
|
|
|
752 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
|
753 * menubar-items.el (default-menubar):
|
|
|
754 Fix errors if grep or compile command is too long. Rename helper
|
|
|
755 function to be less visible.
|
|
|
756
|
|
|
757 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
|
758
|
|
|
759 * byte-optimize.el (byte-optimize-minus):
|
|
|
760 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
|
761
|
|
|
762 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
763
|
|
|
764 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
|
765 Mule is available.
|
|
|
766
|
|
|
767 * mule/latin.el: New file.
|
|
|
768
|
|
|
769 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
|
770
|
|
|
771 * auto-save.el:
|
|
|
772 * auto-save.el (auto-save-directory):
|
|
|
773 * auto-save.el (make-auto-save-file-name):
|
|
|
774 * auto-save.el (auto-save-file-name-p): New.
|
|
|
775
|
|
|
776 Merge in improvements from other definition of
|
|
|
777 make-auto-save-file-name in files.el.
|
|
470
|
778
|
|
464
|
779 * auto-save.el (auto-save-original-name):
|
|
|
780 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
|
781 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
|
782 * auto-save.el (auto-save-slashify-name): Removed.
|
|
|
783 * auto-save.el (auto-save-reserved-chars): New.
|
|
|
784 * auto-save.el (auto-save-escape-name): New.
|
|
|
785 * auto-save.el (auto-save-unhex): New.
|
|
|
786 * auto-save.el (auto-save-unescape-name): New.
|
|
|
787
|
|
|
788 Change algorithm for encoding filenames in auto-save names to be
|
|
|
789 entirely safe with all filesystems and all possible characters in
|
|
|
790 a filename, and 100% reversible. (Essentially, uses
|
|
|
791 quoted-printable as the encoding.)
|
|
470
|
792
|
|
464
|
793 * auto-save.el (recover-all-files):
|
|
|
794
|
|
|
795 Use insert-directory rather than calling ls directly -- fixes
|
|
|
796 things under Windows.
|
|
|
797
|
|
|
798 * files.el:
|
|
|
799 * files.el (convert-standard-filename): Substitute FSF's
|
|
|
800 definition for this (we had nothing here before).
|
|
470
|
801
|
|
464
|
802 * files.el (backup-buffer): Warning fix.
|
|
470
|
803
|
|
464
|
804 * files.el (make-backup-file-name):
|
|
|
805 * files.el (find-backup-file-name):
|
|
|
806 Fix error in calling sequence to auto-save-file-name-p.
|
|
470
|
807
|
|
464
|
808 * files.el (recover-file):
|
|
|
809 Use insert-directory rather than calling ls directly -- fixes
|
|
|
810 things under Windows.
|
|
|
811
|
|
|
812 * files.el (make-auto-save-file-name): Removed.
|
|
|
813 * files.el (auto-save-file-name-p): Removed.
|
|
|
814 auto-save is always dumped so no sense in having a definition
|
|
|
815 that will always be overwritten with another.
|
|
470
|
816
|
|
464
|
817 * files.el (insert-directory):
|
|
|
818 * win32-native.el:
|
|
|
819 * win32-native.el (debug-mswindows-process-command-lines):
|
|
|
820 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
|
821 * win32-native.el (make-auto-save-file-name): Removed.
|
|
|
822
|
|
|
823
|
|
462
|
824 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
|
825
|
|
|
826 * XEmacs 21.2.46 "Urania" is released.
|
|
|
827
|
|
|
828 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
829
|
|
|
830 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
|
831 sample.init.el and adjust accelerators.
|
|
|
832
|
|
|
833 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
834
|
|
|
835 * build-report.el (build-report): Improve docstring.
|
|
|
836
|
|
|
837 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
838
|
|
|
839 * ChangeLog: Log GTK merge.
|
|
|
840
|
|
|
841 * gutter-items.el:
|
|
|
842 * mwheel.el:
|
|
|
843 * sound.el:
|
|
|
844 * startup.el:
|
|
|
845 Revert gratuitous whitespace changes.
|
|
|
846
|
|
|
847 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
|
848
|
|
|
849 * help.el:
|
|
|
850 * help.el (key-or-menu-binding):
|
|
|
851 * help.el (Help-find-file): New.
|
|
|
852 * help.el (describe-beta):
|
|
|
853 * help.el (describe-copying):
|
|
|
854 * help.el (describe-project):
|
|
|
855 * help.el (view-emacs-news):
|
|
|
856 * help.el (view-sample-init-el): New.
|
|
|
857 * help.el (Help-princ-face): New.
|
|
|
858 * help.el (Help-prin1-face): New.
|
|
|
859 * help.el (help-symbol-function-context-menu):
|
|
|
860 * help.el (help-symbol-variable-context-menu):
|
|
|
861 * help.el (help-symbol-function-and-variable-context-menu):
|
|
|
862 * help.el (frob-help-extents):
|
|
|
863 * help.el (describe-function-1):
|
|
|
864 * help.el (describe-variable):
|
|
|
865
|
|
|
866 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
|
867 View files in view-mode rather than Fundamental.
|
|
|
868 Remove separators from context menus -- now handled in generic code.
|
|
|
869 Add `Find Tag' to context menu.
|
|
470
|
870
|
|
462
|
871 * menubar.el (popup-mode-menu):
|
|
|
872
|
|
|
873 Rewrite code that outputs the popup menu to (a) put more specific
|
|
|
874 entries first, (b) be more robust, (c) output the proper context
|
|
|
875 menu separators automatically (the context menu functionality is
|
|
|
876 new and currently used only by Help).
|
|
|
877
|
|
|
878 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
|
879
|
|
|
880 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
|
881 this function when converting from the 21.1 GTK branch. Now
|
|
|
882 supports file, password, question, and color built-in dialogs.
|
|
|
883
|
|
|
884 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
|
885
|
|
|
886 * keydefs.el:
|
|
|
887 * keydefs.el (global-map):
|
|
|
888 Add commented-out change of M-k (for 21.5).
|
|
470
|
889
|
|
462
|
890 * menubar-items.el (default-menubar):
|
|
|
891 Fix items to control kill-line behavior; add items for
|
|
|
892 shifted motion.
|
|
470
|
893
|
|
462
|
894 * simple.el:
|
|
|
895 * simple.el (kill-whole-line):
|
|
|
896 * simple.el (historical-kill-line): Removed.
|
|
|
897 * simple.el (kill-line): Removed.
|
|
|
898 * simple.el (kill-entire-line): New.
|
|
|
899 * simple.el (kill-line-1): New.
|
|
|
900 * simple.el (backward-kill-line):
|
|
|
901 Undo kill-whole-line == always changes. Add new function
|
|
|
902 kill-entire-line to unconditionally delete the current line.
|
|
|
903 Add comments describing the lamentable state of affairs of
|
|
|
904 the kill-line functions and variables.
|
|
|
905
|
|
|
906 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
907
|
|
|
908 * simple.el:
|
|
|
909 * simple.el (beginning-of-buffer):
|
|
|
910 * simple.el (end-of-buffer):
|
|
|
911 * simple.el (mark-ring-unrecorded-commands):
|
|
|
912 * simple.el (signal-error-on-buffer-boundary):
|
|
|
913 * simple.el (shifted-motion-keys-select-region):
|
|
|
914 * simple.el (unshifted-motion-keys-deselect-region):
|
|
|
915 * simple.el (motion-keys-for-shifted-motion): New.
|
|
|
916 * simple.el (handle-pre-motion-command):
|
|
|
917 * simple.el (handle-post-motion-command):
|
|
|
918 * simple.el (forward-char-command):
|
|
|
919 * simple.el (backward-char-command):
|
|
|
920 * simple.el (scroll-up-command):
|
|
|
921 * simple.el (scroll-down-command):
|
|
|
922 * simple.el (next-line):
|
|
|
923 * simple.el (previous-line):
|
|
|
924 * simple.el (backward-block-of-lines):
|
|
|
925 * simple.el (forward-block-of-lines):
|
|
|
926 * simple.el (backward-word):
|
|
|
927 * simple.el (mark-word):
|
|
|
928
|
|
|
929 Augment documentation of the most common motion commands to make
|
|
|
930 note of the shifted-motion support. Improve the support to (a)
|
|
|
931 properly document how it works and why it's done in the fashion it
|
|
|
932 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
|
933
|
|
|
934 Correct error in the customize specification of
|
|
|
935 mark-ring-unrecorded-commands.
|
|
|
936
|
|
|
937 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
938
|
|
|
939 * font-lock.el:
|
|
|
940 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
|
941 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
|
942 * font-lock.el (font-lock-pre-idle-hook):
|
|
|
943 * font-lock.el (font-lock-after-change-function):
|
|
|
944 * font-lock.el (font-lock-fontify-pending-extents):
|
|
|
945 * font-lock.el (font-lock-lisp-like):
|
|
|
946
|
|
|
947 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
|
948 behavior) when making lots of buffer changes between redisplays,
|
|
|
949 such as when saving the Options.
|
|
|
950
|
|
|
951 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
|
952
|
|
|
953 * device.el:
|
|
|
954 * dragdrop.el:
|
|
|
955 * dumped-lisp.el:
|
|
|
956 * faces.el:
|
|
|
957 * frame.el:
|
|
|
958 * gnuserv.el:
|
|
|
959 * loadup.el:
|
|
|
960 * menubar-items.el:
|
|
|
961 * minibuf.el:
|
|
|
962 The Great GTK Merge.
|
|
|
963
|
|
|
964 * ChangeLog.GTK:
|
|
|
965 * dialog-gtk.el:
|
|
|
966 * gdk.el:
|
|
|
967 * generic-widgets.el:
|
|
|
968 * glade.el:
|
|
|
969 * gnome-widgets.el:
|
|
|
970 * gnome.el:
|
|
|
971 * gtk-compose.el:
|
|
|
972 * gtk-extra.el:
|
|
|
973 * gtk-faces.el:
|
|
|
974 * gtk-ffi.el:
|
|
|
975 * gtk-file-dialog.el:
|
|
|
976 * gtk-font-menu.el:
|
|
|
977 * gtk-glyphs.el:
|
|
|
978 * gtk-init.el:
|
|
|
979 * gtk-iso8859-1.el:
|
|
|
980 * gtk-marshal.el:
|
|
|
981 * gtk-mouse.el:
|
|
|
982 * gtk-package.el:
|
|
|
983 * gtk-password-dialog.el:
|
|
|
984 * gtk-select.el:
|
|
|
985 * gtk-widget-accessors.el:
|
|
|
986 * gtk-widgets.el:
|
|
|
987 * gtk.el:
|
|
|
988 widgets-gtk.el:
|
|
|
989 The Great GTK Merge: new files.
|
|
|
990
|
|
|
991 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
992
|
|
|
993 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
|
994 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
|
995
|
|
|
996 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
997
|
|
|
998 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
|
999
|
|
460
|
1000 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
1001
|
|
|
1002 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
|
1003
|
|
470
|
1004 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
|
1005
|
|
|
1006 * about.el (xemacs-hackers): update my entry.
|
|
|
1007 * about.el (about-maintainer-info): ditto.
|
|
|
1008 * about.el (about-hackers): ditto.
|
|
460
|
1009
|
|
|
1010 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
|
1011
|
|
|
1012 * about.el (about-maintainer-info): More vanity info about
|
|
|
1013 yours truly.
|
|
|
1014
|
|
|
1015 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
|
1016
|
|
|
1017 * build-report.el (build-report-destination): xemacs-build-reports
|
|
|
1018 has moved to SourceForge, where mailing list name length is
|
|
|
1019 restricted, hence the name change to
|
|
|
1020 xemacs-buildreports@xemacs.org.
|
|
|
1021 * build-report.el (build-report-keep-regexp): Update default.
|
|
|
1022 * build-report.el (build-report-delete-regexp): Ditto.
|
|
|
1023 * build-report.el (build-report-make-output-files): Ditto.
|
|
|
1024
|
|
|
1025 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
|
1026
|
|
|
1027 * lisp-mode.el: Add indentation specifications for following
|
|
|
1028 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
|
1029 with-open-file, with-open-stream, print-unreadable-object.
|
|
|
1030
|
|
|
1031 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
|
1032
|
|
|
1033 * font-lock.el (font-lock-set-defaults-1):
|
|
|
1034 Move initialization of `font-lock-cache-position' so that it's set
|
|
|
1035 even if font-lock-keywords is already defined.
|
|
|
1036
|
|
|
1037 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
|
1038
|
|
|
1039 * autoload.el (generate-file-autoloads-1):
|
|
|
1040 Use `emacs-lisp-mode-syntax-table' instead of
|
|
|
1041 `lisp-mode-syntax-table'.
|
|
|
1042 * lisp-mode.el (lisp-mode-syntax-table):
|
|
|
1043 Get rid of old checks for `parse-partial-sexp' version.
|
|
|
1044 Make `|' (pipe) string delimiter instead of punctuation.
|
|
|
1045
|
|
|
1046 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
1047
|
|
|
1048 * window.el (save-selected-window):
|
|
|
1049 Use gensym for better macro hygiene.
|
|
|
1050
|
|
|
1051 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
|
1052
|
|
|
1053 * dump-paths.el:
|
|
|
1054 * startup.el (startup-setup-paths): Set and use
|
|
|
1055 `mule-lisp-directory'.
|
|
|
1056 (startup-setup-paths-warning): Ditto.
|
|
|
1057
|
|
|
1058 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
|
1059 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
|
1060
|
|
|
1061 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
|
1062
|
|
|
1063 * font-lock.el: Syntax table improvements used. A few random
|
|
|
1064 changes are not specified below.
|
|
|
1065 (font-lock-fontify-string-delimiters):
|
|
|
1066 (font-lock-syntactic-keywords):
|
|
|
1067 (font-lock-cache-state nil):
|
|
|
1068 (font-lock-cache-position):
|
|
|
1069 New variables.
|
|
|
1070 (font-lock-set-syntax):
|
|
|
1071 (font-lock-apply-syntactic-highlight):
|
|
|
1072 (font-lock-fontify-syntactic-anchored-keywords):
|
|
|
1073 (font-lock-fontify-syntactic-keywords-region):
|
|
|
1074 (font-lock-eval-keywords):
|
|
|
1075 New functions.
|
|
|
1076 (font-lock-remove-face):
|
|
|
1077 (font-lock-fontify-syntactically-region):
|
|
|
1078 Use syntax properties.
|
|
|
1079
|
|
458
|
1080 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
1081
|
|
|
1082 * XEmacs 21.2.44 "Thalia" is released.
|
|
|
1083
|
|
|
1084 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
|
1085
|
|
|
1086 * startup.el (normal-top-level): Work even if no installation root
|
|
|
1087 is found.
|
|
|
1088
|
|
|
1089 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
|
1090
|
|
|
1091 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
|
1092 (set-progress-abort-instantiator): new function.
|
|
|
1093 (abort-progress-feedback): use it.
|
|
|
1094
|
|
|
1095 * gutter.el (set-gutter-dirty-p): new function.
|
|
|
1096
|
|
|
1097 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
|
1098
|
|
|
1099 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
|
1100
|
|
|
1101 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
|
1102
|
|
|
1103 * sound.el (sound-extension-list): give a better default value.
|
|
|
1104 * sound.el (load-sound-file): improve the doc string, also find
|
|
|
1105 files given by absolute names, pass a real extension list to
|
|
|
1106 `locate-file'.
|
|
|
1107
|
|
456
|
1108 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
1109
|
|
|
1110 * XEmacs 21.2.43 "Terspichore" is released.
|
|
|
1111
|
|
|
1112 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
|
1113
|
|
|
1114 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
|
1115 messages from gnuserv.
|
|
|
1116
|
|
454
|
1117 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1118
|
|
|
1119 * XEmacs 21.2.42 "Poseidon" is released.
|
|
|
1120
|
|
|
1121 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
|
1122
|
|
|
1123 * package-get.el (package-get-custom): call
|
|
|
1124 package-net-update-installed-db.
|
|
|
1125
|
|
|
1126 * package-ui.el (pui-install-selected-packages): call
|
|
|
1127 package-net-update-installed-db.
|
|
|
1128
|
|
|
1129 * package-net.el (package-net-update-installed-db): use
|
|
|
1130 packages-package-list so that we reflect reality.
|
|
|
1131
|
|
|
1132 * packages.el (packages-package-list): Make docstring reflect
|
|
|
1133 reality.
|
|
|
1134
|
|
|
1135 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
|
1136
|
|
|
1137 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
|
1138 isn't installed.
|
|
|
1139
|
|
|
1140 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
|
1141
|
|
|
1142 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
|
1143 deactivate native widgets.
|
|
|
1144 (widget-glyph-insert-glyph): record instantiator.
|
|
|
1145 (widget-push-button-value-create): use it.
|
|
|
1146
|
|
|
1147 * gui.el (gui-button-action): new function. Make button's domain
|
|
|
1148 buffer current when calling.
|
|
|
1149 (make-gui-button): update to use gui-button-action.
|
|
|
1150
|
|
|
1151 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
|
1152
|
|
|
1153 * menubar-items.el (default-menubar): add an entry for modeline
|
|
|
1154 horizontal scrolling in Options -> Display.
|
|
|
1155
|
|
|
1156 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
|
1157
|
|
|
1158 * package-get.el (package-get-require-signed-base): Set to nil
|
|
|
1159 by default.
|
|
|
1160
|
|
452
|
1161 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
|
1162
|
|
|
1163 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
|
1164
|
|
|
1165 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
|
1166
|
|
|
1167 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
|
1168 catch lisp/mule/.
|
|
|
1169
|
|
|
1170 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
|
1171
|
|
|
1172 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
|
1173 (maybe-unmigrate-user-init-file):
|
|
|
1174 (unmigrate-user-init-file): Created.
|
|
|
1175 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
|
1176 .emacs.
|
|
|
1177 Some doc fixes wrt init file location.
|
|
|
1178
|
|
|
1179 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1180
|
|
|
1181 * faces.el (face-frob-from-locale-first): new variable.
|
|
|
1182 (frob-face-font-2): Honor tags arg while trying to use
|
|
|
1183 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
|
1184 first try to set face inheriting from frobbed-face.
|
|
|
1185
|
|
|
1186 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
|
1187
|
|
|
1188 * about.el (xemacs-hackers): update my entry.
|
|
|
1189 * about.el (about-url-alist): ditto.
|
|
|
1190 * about.el (about-maintainer-info): ditto.
|
|
|
1191 * about.el (about-hackers): ditto.
|
|
|
1192
|
|
|
1193 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
|
1194
|
|
|
1195 The byte compiler has been badly broken for a year,
|
|
|
1196 by the patch of 1999-12-06.
|
|
|
1197 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
|
1198 Bug was: the byte compiler was making this erroneous optimization:
|
|
|
1199 (progn (or (foo)) (bar)) ==> (bar)
|
|
|
1200
|
|
|
1201 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
|
1202
|
|
|
1203 * setup-paths.el (paths-core-load-path-depth): Split
|
|
|
1204 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
|
1205 recurse into core.
|
|
|
1206 * setup-paths.el (paths-construct-load-path): Use.
|
|
|
1207
|
|
|
1208 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
|
1209
|
|
|
1210 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
|
1211 (package-net-win32-binary-size): ditto. add much needed
|
|
|
1212 commentary.
|
|
|
1213
|
|
|
1214 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
|
1215 for buffers-tab-max-size.
|
|
|
1216
|
|
450
|
1217 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
|
1218
|
|
|
1219 * XEmacs 21.2.40 is released.
|
|
|
1220
|
|
|
1221 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1222
|
|
|
1223 * mule/hebrew.el: Fix comments and typos.
|
|
|
1224 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
|
1225
|
|
|
1226 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1227
|
|
|
1228 * ChangeLog.1: move ancient log from fill.el.
|
|
|
1229
|
|
|
1230 * dump-paths.el:
|
|
|
1231 paragraphs.el:
|
|
|
1232 mule/mule-category.el:
|
|
|
1233 Miscellaneous typo fixes and slight doc clarifications.
|
|
|
1234
|
|
|
1235 * mule/mule-ccl.el: Correct file name in header.
|
|
|
1236
|
|
448
|
1237 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
|
1238
|
|
|
1239 * XEmacs 21.2.39 is released.
|
|
|
1240
|
|
|
1241 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
|
1242
|
|
|
1243 * byte-optimize.el (byte-optimize-cond):
|
|
|
1244 (byte-optimize-cond-1): New.
|
|
|
1245 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
|
1246 Optimizes (cond (x nil)) ==> nil.
|
|
|
1247 Provide better diagnostic on malformed expr like (cond foo).
|
|
|
1248
|
|
|
1249 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1250
|
|
|
1251 * mule/mule-coding.el:
|
|
|
1252 mule/mule-cmds.el (reset-language-environment,
|
|
|
1253 set-language-environment-coding-systems):
|
|
|
1254 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
|
1255
|
|
|
1256 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
|
1257
|
|
|
1258 * package-admin.el: Allow package removal from
|
|
|
1259 early-package-load-path.
|
|
|
1260
|
|
|
1261 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
|
1262
|
|
|
1263 * about.el (about-maintainer-info): Update my entry.
|
|
|
1264
|
|
|
1265 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
|
1266
|
|
|
1267 * packages.el (locate-library): Add support for bzip2
|
|
|
1268 compressed .el files.
|
|
|
1269
|
|
|
1270 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
|
1271
|
|
|
1272 * package-net.el: new file.
|
|
|
1273
|
|
|
1274 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
|
1275
|
|
|
1276 * font-lock.el: Add missing C++ keywords.
|
|
|
1277
|
|
|
1278 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
|
1279
|
|
|
1280 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
|
1281 starting in column 0, as documented in (Info-goto-node
|
|
|
1282 "(xemacs)Comments"). Update docstring accordingly.
|
|
|
1283
|
|
446
|
1284 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1285
|
|
|
1286 * XEmacs 21.2.38 is released.
|
|
|
1287
|
|
|
1288 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
|
1289
|
|
|
1290 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
|
1291 spurious '+' operation detected by Martin.
|
|
|
1292
|
|
|
1293
|
|
|
1294 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
|
1295
|
|
|
1296 * cl-extra.el (coerce):
|
|
|
1297 Implement char to integer coercion.
|
|
|
1298 Remove extraneous (numberp) test.
|
|
|
1299
|
|
|
1300 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
|
1301 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
|
1302 (byte-optimize-predicate):
|
|
|
1303 Warn if evaluating constant expression signals an error.
|
|
|
1304 (byte-optimize-form): Small simplification.
|
|
|
1305
|
|
|
1306 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
|
1307
|
|
|
1308 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
|
1309
|
|
|
1310 * byte-optimize.el:
|
|
|
1311 (byte-optimize-minus):
|
|
|
1312 (byte-optimize-plus):
|
|
|
1313 (byte-optimize-mult):
|
|
|
1314 (byte-optimize-quo):
|
|
|
1315 Use (car (last x)) instead of (last x) to get last elt!
|
|
|
1316 Use `byte-optimize-predicate' to optimize `%'.
|
|
|
1317 Move optimizations for special numeric args to bytecomp.el.
|
|
|
1318 * bytecomp.el (byte-compile-associative): Remove.
|
|
|
1319 (byte-compile-max): New.
|
|
|
1320 (byte-compile-min): New.
|
|
|
1321 Properly handle erroneous calls: (max) (min).
|
|
|
1322 (byte-compile-plus): New.
|
|
|
1323 (byte-compile-minus):
|
|
|
1324 It's easiest to handle 0, +1 and -1 args here.
|
|
|
1325 (byte-compile-mult): New.
|
|
|
1326 It's easiest to handle 1, -1 and 2 args here.
|
|
|
1327 (byte-compile-quo):
|
|
|
1328 It's easiest to handle 0, +1 and -1 args here.
|
|
|
1329 Issue byte-compiler warning when dividing by zero.
|
|
|
1330
|
|
|
1331 Byte-compiler arithmetic improvements.
|
|
|
1332 Better optimize these expressions in the obvious way:
|
|
|
1333 (+ x y 1) --> varref x varref y add add1
|
|
|
1334 (+ x y -1) --> varref x varref y add sub1
|
|
|
1335 (- x y 0) --> (- x y)
|
|
|
1336 (- 0 x y) --> (- (- x) y)
|
|
|
1337 (% 42 19) --> compile-time constant
|
|
|
1338 (/ 42 19) --> compile-time constant
|
|
|
1339 (* (foo) 2) --> foo call dup plus
|
|
|
1340
|
|
|
1341 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
|
1342 unless (declaim (optimize (safety 3)))
|
|
|
1343 or (setq byte-compile-delete-errors nil).
|
|
|
1344
|
|
|
1345 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1346
|
|
|
1347 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
|
1348 docstrings.
|
|
|
1349
|
|
|
1350 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1351
|
|
|
1352 * startup.el (command-line-do-help): Add documentation of
|
|
|
1353 portable dumper switches.
|
|
|
1354
|
|
|
1355 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
|
1356
|
|
|
1357 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
|
1358
|
|
|
1359 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
|
1360
|
|
|
1361 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
|
1362
|
|
|
1363 * byte-optimize.el (byte-optimize-char-before):
|
|
|
1364 (byte-optimize-backward-char):
|
|
|
1365 (byte-optimize-backward-word):
|
|
|
1366 Fix incorrect optimizations for these sorts of expressions:
|
|
|
1367 (let ((x nil)) (backward-char x))
|
|
|
1368
|
|
|
1369 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
|
1370
|
|
|
1371 * byte-optimize.el:
|
|
|
1372 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
|
1373 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
|
1374 Make backward-word and backward-char as efficient as forward versions.
|
|
|
1375
|
|
|
1376 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
|
1377 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
|
1378 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
|
1379 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
|
1380 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
|
1381 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
|
1382 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
|
1383
|
|
|
1384 * simple.el (backward-word):
|
|
|
1385 * simple.el (mark-word):
|
|
|
1386 * simple.el (kill-word):
|
|
|
1387 * simple.el (backward-kill-word):
|
|
|
1388 Make COUNT argument optional, for consistency with forward-char et al.
|
|
|
1389
|
|
|
1390 * abbrev.el (abbrev-string-to-be-defined):
|
|
|
1391 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
|
1392 * abbrev.el (inverse-add-abbrev):
|
|
|
1393 * abbrev.el (expand-region-abbrevs):
|
|
|
1394 * buff-menu.el (Buffer-menu-execute):
|
|
|
1395 * indent.el (move-to-left-margin):
|
|
|
1396 * indent.el (indent-relative):
|
|
|
1397 * indent.el (move-to-tab-stop):
|
|
|
1398 * info.el (Info-reannotate-node):
|
|
|
1399 * lisp-mode.el (lisp-indent-line):
|
|
|
1400 * lisp.el (end-of-defun):
|
|
|
1401 * lisp.el (move-past-close-and-reindent):
|
|
|
1402 * misc.el (copy-from-above-command):
|
|
|
1403 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
|
1404 * page.el (forward-page):
|
|
|
1405 * paragraphs.el (forward-paragraph):
|
|
|
1406 * paragraphs.el (end-of-paragraph-text):
|
|
|
1407 * picture.el (picture-forward-column):
|
|
|
1408 * picture.el (picture-self-insert):
|
|
|
1409 * rect.el (extract-rectangle-line):
|
|
|
1410 * simple.el (newline):
|
|
|
1411 * simple.el (fixup-whitespace):
|
|
|
1412 * simple.el (backward-delete-char-untabify):
|
|
|
1413 * simple.el (transpose-chars):
|
|
|
1414 * simple.el (transpose-preceding-chars):
|
|
|
1415 * simple.el (do-auto-fill):
|
|
|
1416 * simple.el (indent-new-comment-line):
|
|
|
1417 * simple.el (blink-matching-open):
|
|
|
1418 * view-less.el (cleanup-backspaces):
|
|
|
1419 * wid-edit.el (widget-transpose-chars):
|
|
|
1420 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
|
1421 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
|
1422
|
|
|
1423 * info.el (Info-fontify-node):
|
|
|
1424 * simple.el (backward-delete-function):
|
|
|
1425 Use canonical delete-backward-char instead of backward-delete-char.
|
|
|
1426
|
|
|
1427 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
|
1428
|
|
|
1429 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
|
1430 no buffers.
|
|
|
1431
|
|
|
1432 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
|
1433
|
|
|
1434 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
|
1435 buffer tabs.
|
|
|
1436
|
|
|
1437 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
|
1438
|
|
|
1439 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
|
1440 (proclaim inline...) was shadowing compiler-macros.
|
|
|
1441
|
|
|
1442 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
|
1443
|
|
|
1444 * bytecomp.el (byte-compile-eval): New.
|
|
|
1445 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
|
1446 Keeps this promise made in Lispref:
|
|
|
1447 "If a file being compiled contains a `defmacro' form, the macro is
|
|
|
1448 defined temporarily for the rest of the compilation of that file."
|
|
|
1449
|
|
|
1450 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
|
1451
|
|
|
1452 * cl.el (floatp-safe):
|
|
|
1453 (plusp):
|
|
|
1454 (minusp):
|
|
|
1455 (oddp):
|
|
|
1456 (evenp):
|
|
|
1457 (cl-abs):
|
|
|
1458 Use a better parameter name than `x'.
|
|
|
1459
|
|
|
1460 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
|
1461 to require PLACE, but accept any form for compatibility.
|
|
|
1462
|
|
|
1463 * abbrev.el (define-abbrev): Use check-type.
|
|
|
1464 * font-menu.el (font-menu-change-face): Use check-type.
|
|
|
1465 * menubar.el (relabel-menu-item): Use check-type.
|
|
|
1466 * itimer.el: Fix typo.
|
|
|
1467
|
|
|
1468 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1469
|
|
|
1470 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
|
1471
|
|
444
|
1472 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
|
1473
|
|
|
1474 * XEmacs 21.2.37 is released.
|
|
|
1475
|
|
|
1476 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
1477
|
|
|
1478 * code-cmds.el: Provide the feature.
|
|
|
1479
|
|
|
1480 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
|
1481
|
|
|
1482 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
|
1483
|
|
|
1484 * code-cmds.el: New file
|
|
|
1485 * mule/mule-cmds.el:
|
|
|
1486 * mule/mule-misc.el
|
|
|
1487 (coding-keymap): New keymap. Define coding system keyboard
|
|
|
1488 commands on file-coding builds too.
|
|
446
|
1489 (coding-system-change-eol-conversion):
|
|
|
1490 (universal-coding-system-argument):
|
|
|
1491 (set-default-coding-systems):
|
|
444
|
1492 (prefer-coding-system): Moved from mule-cmds.el
|
|
|
1493 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
|
1494
|
|
|
1495 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
|
1496
|
|
|
1497 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
|
1498
|
|
|
1499 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
|
1500
|
|
|
1501 * package-get.el (package-get-download-sites): Add a pre-release
|
|
|
1502 site for experimental packages.
|
|
|
1503
|
|
|
1504 * auto-autoloads.el: Regenerated.
|
|
|
1505
|
|
|
1506 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
|
1507
|
|
|
1508 * gutter-items.el (buffers-tab-omit-function): reference
|
|
|
1509 buffers-tab-select-visible-buffers.
|
|
|
1510 (buffers-tab-filter-functions): new variable, by default uses
|
|
|
1511 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
|
1512 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
|
1513 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
|
1514 of buffers-menu-omit-invisible-buffers.
|
|
|
1515 (buffers-tab-items): rewrite to use
|
|
|
1516 buffers-tab-filter-functions. Rewrite docstring.
|
|
|
1517 (gutter-buffers-tab-extent): delete.
|
|
|
1518 (add-tab-to-gutter): always build a new extent when adding the
|
|
|
1519 tabs.
|
|
|
1520 (update-tab-in-gutter): make gutter dirty when orientation
|
|
|
1521 changes.
|
|
|
1522
|
|
|
1523 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
|
1524
|
|
|
1525 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
|
1526 Only do loadhist recording if defvar form includes a value.
|
|
|
1527
|
|
|
1528 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
|
1529
|
|
|
1530 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
|
1531 `eval-when-compile' should not compile its body.
|
|
|
1532
|
|
|
1533 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1534
|
|
|
1535 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
|
1536 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
|
1537 some Japanese English. Remove some ancient FSF comments, and
|
|
|
1538 improve docstrings. Use symbols not vectors for tables.
|
|
|
1539
|
|
|
1540 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
|
1541
|
|
|
1542 * keymap.el:
|
|
|
1543 (local-key-binding):
|
|
|
1544 (global-key-binding):
|
|
|
1545 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
|
1546
|
|
|
1547 * lisp.el:
|
|
|
1548 (backward-sexp): Slightly simpler code.
|
|
|
1549 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
|
1550 (forward-list): Slightly simpler code.
|
|
|
1551 (backward-list): Slightly simpler code.
|
|
|
1552 (down-list): Make arg optional, like FSF Emacs.
|
|
|
1553 (up-list): Make arg optional, like FSF Emacs.
|
|
|
1554 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
|
1555 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
|
1556 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
|
1557
|
|
|
1558 * font-menu.el (font-menu-change-face):
|
|
|
1559 Take continuable errors into account.
|
|
|
1560
|
|
|
1561 * abbrev.el:
|
|
|
1562 * abbrev.el (clear-abbrev-table):
|
|
|
1563 * abbrev.el (define-abbrev-table):
|
|
|
1564 * abbrev.el (define-abbrev):
|
|
|
1565 * abbrev.el (insert-abbrev-table-description):
|
|
|
1566 * apropos.el (apropos-documentation-check-doc-file):
|
|
|
1567 * apropos.el (apropos-documentation-check-elc-file):
|
|
|
1568 * buff-menu.el (list-buffers):
|
|
|
1569 * buff-menu.el (list-buffers-noselect):
|
|
|
1570 * bytecomp.el (byte-recompile-directory):
|
|
|
1571 * bytecomp.el (batch-byte-compile):
|
|
|
1572 * cl-macs.el (typep):
|
|
|
1573 * code-files.el (find-coding-system-magic-cookie):
|
|
|
1574 * code-files.el (insert-file-contents):
|
|
|
1575 * cus-edit.el (customize-set-variable):
|
|
|
1576 * cus-edit.el (customize-save-variable):
|
|
|
1577 * cus-face.el (custom-set-face-font-size):
|
|
|
1578 * cus-face.el (custom-set-face-update-spec):
|
|
|
1579 * cus-face.el (custom-reset-faces):
|
|
|
1580 * custom.el (custom-check-theme):
|
|
|
1581 * custom.el (copy-upto-last):
|
|
|
1582 * fill.el (canonically-space-region):
|
|
|
1583 * fill.el (fill-paragraph):
|
|
|
1584 * fill.el (fill-region):
|
|
|
1585 * fill.el (find-space-insertable-point):
|
|
|
1586 * fill.el (justify-current-line):
|
|
|
1587 * faces.el (face-spec-update-all-matching):
|
|
|
1588 * faces.el (set-face-stipple):
|
|
|
1589 * files-nomule.el (insert-file-contents):
|
|
|
1590 * files.el (insert-file-contents-literally):
|
|
|
1591 * files.el (hack-local-variables-last-page):
|
|
|
1592 * files.el (basic-save-buffer):
|
|
|
1593 * files.el (insert-directory):
|
|
|
1594 * font-menu.el (font-menu-change-face):
|
|
|
1595 * font.el (font-spatial-to-canonical):
|
|
|
1596 * format.el (format-encode-region):
|
|
|
1597 * format.el (format-insert-file):
|
|
|
1598 * format.el (format-replace-strings):
|
|
|
1599 * gutter.el (set-gutter-element):
|
|
|
1600 * help.el (key-or-menu-binding):
|
|
|
1601 * help.el (describe-bindings):
|
|
|
1602 * help.el (with-syntax-table):
|
|
|
1603 * indent.el (indent-rigidly):
|
|
|
1604 * indent.el (delete-to-left-margin):
|
|
|
1605 * info.el:
|
|
|
1606 * info.el (Info-extract-dir-entry-from):
|
|
|
1607 * info.el (Info-build-dir-anew):
|
|
|
1608 * info.el (Info-rebuild-dir):
|
|
|
1609 * info.el (Info-batch-rebuild-dir):
|
|
|
1610 * info.el (Info-read-subfile):
|
|
|
1611 * info.el (Info-build-node-completions):
|
|
|
1612 * info.el (Info-extract-menu-node-name):
|
|
|
1613 * isearch-mode.el (isearch-range-invisible):
|
|
|
1614 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
|
1615 * itimer.el (itimerp):
|
|
|
1616 * itimer.el (itimer-live-p):
|
|
|
1617 * keymap.el:
|
|
|
1618 * keymap.el (substitute-key-definition):
|
|
|
1619 * keymap.el (read-command-or-command-sexp):
|
|
|
1620 * keymap.el (local-key-binding):
|
|
|
1621 * keymap.el (global-key-binding):
|
|
|
1622 * keymap.el (global-set-key):
|
|
|
1623 * keymap.el (local-set-key):
|
|
|
1624 * ldap.el:
|
|
|
1625 * ldap.el (ldap-add-entries):
|
|
|
1626 * ldap.el (ldap-delete-entries):
|
|
|
1627 * lisp.el (backward-sexp):
|
|
|
1628 * lisp.el (mark-sexp):
|
|
|
1629 * lisp.el (forward-list):
|
|
|
1630 * lisp.el (backward-list):
|
|
|
1631 * lisp.el (down-list):
|
|
|
1632 * lisp.el (backward-up-list):
|
|
|
1633 * lisp.el (up-list):
|
|
|
1634 * lisp.el (kill-sexp):
|
|
|
1635 * lisp.el (backward-kill-sexp):
|
|
|
1636 * menubar.el (add-menu-button):
|
|
|
1637 * menubar.el (add-submenu):
|
|
|
1638 * menubar.el (delete-menu-item):
|
|
|
1639 * menubar.el (relabel-menu-item):
|
|
|
1640 * mouse.el (narrow-window-to-region):
|
|
|
1641 * obsolete.el (define-obsolete-variable-alias):
|
|
|
1642 * obsolete.el (store-substring):
|
|
|
1643 * package-admin.el:
|
|
|
1644 * package-admin.el (package-admin-install-function):
|
|
|
1645 * package-admin.el (package-admin-install-function-mswindows):
|
|
|
1646 * package-admin.el (package-admin-default-install-function):
|
|
|
1647 * package-get.el (package-get-update-base-entries):
|
|
|
1648 * packages.el (packages-load-package-dumped-lisps):
|
|
|
1649 * packages.el (packages-collect-package-dumped-lisps):
|
|
|
1650 * printer.el (generic-print-buffer):
|
|
|
1651 * printer.el (generic-print-region):
|
|
|
1652 * replace.el (occur-mode-mouse-goto):
|
|
|
1653 * replace.el (perform-replace):
|
|
|
1654 * select.el (get-selection-no-error):
|
|
|
1655 * simple.el:
|
|
|
1656 * simple.el (newline):
|
|
|
1657 * simple.el (open-line):
|
|
|
1658 * simple.el (edit-and-eval-command):
|
|
|
1659 * simple.el (goto-line):
|
|
|
1660 * simple.el (undo):
|
|
|
1661 * simple.el (kill-region):
|
|
|
1662 * simple.el (copy-region-as-kill):
|
|
|
1663 * simple.el (kill-ring-save):
|
|
|
1664 * simple.el (set-mark):
|
|
|
1665 * simple.el (next-line):
|
|
|
1666 * simple.el (previous-line):
|
|
|
1667 * simple.el (line-move):
|
|
|
1668 * simple.el (set-goal-column):
|
|
|
1669 * simple.el (comment-region):
|
|
|
1670 * subr.el:
|
|
|
1671 * subr.el (putf):
|
|
|
1672 * syntax.el (modify-syntax-entry):
|
|
|
1673 * syntax.el (map-syntax-table):
|
|
|
1674 * view-less.el (view-file):
|
|
|
1675 * view-less.el (view-buffer):
|
|
|
1676 * view-less.el (view-file-other-window):
|
|
|
1677 * window-xemacs.el (backward-other-window):
|
|
|
1678 * window.el:
|
|
|
1679 * window.el (one-window-p):
|
|
|
1680 * window.el (walk-windows):
|
|
|
1681 * window.el (window-list):
|
|
|
1682 * x-mouse.el (x-mouse-kill):
|
|
|
1683 * x-select.el (x-get-cutbuffer):
|
|
|
1684 * x-select.el (x-store-cutbuffer):
|
|
|
1685 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
|
1686 * term/sun-mouse.el (window-line-end):
|
|
|
1687 * term/sun-mouse.el (sun-select-region):
|
|
|
1688 * term/sun.el (kill-region-and-unmark):
|
|
|
1689 * mule/mule-category.el:
|
|
|
1690 * mule/mule-category.el (modify-category-entry):
|
|
|
1691 * mule/mule-category.el (char-category-list):
|
|
|
1692 * mule/mule-coding.el (coding-system-force-on-output):
|
|
|
1693 * mule/mule-misc.el (coding-system-put):
|
|
|
1694 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
|
1695
|
|
|
1696 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1697
|
|
|
1698 * cus-face.el: Typo fixes and tiny clarifications.
|
|
|
1699 * custom.el: ditto
|
|
|
1700
|
|
|
1701 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1702
|
|
|
1703 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
|
1704 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
|
1705 if auto-save-list-file-prefix is non-nil.
|
|
|
1706
|
|
|
1707 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1708
|
|
|
1709 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
|
1710
|
|
|
1711 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
1712
|
|
|
1713 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
|
1714 get symbol at point-min.
|
|
|
1715
|
|
|
1716 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
|
1717
|
|
|
1718 * info.el (Info-emacs-info-file-name): defconst it.
|
|
|
1719 * info.el (Info-footnote-tag): defcustom it.
|
|
|
1720 * info.el (Info-no-description-string): ditto.
|
|
|
1721 * info.el (Info-find-node): adapt to new semantics of
|
|
|
1722 'Info-suffixed-file (don't do the case variants stuff).
|
|
|
1723 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
|
1724 * info.el (Info-directory-files): New. Return the list of info
|
|
|
1725 files in a directory.
|
|
|
1726 * info.el (Info-dir-outdated-p): use it.
|
|
|
1727 * info.el (Info-parse-dir-entries): ditto.
|
|
|
1728 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
|
1729 with a ".info.*" extension.
|
|
|
1730 * info.el (Info-set-mode-line): ditto.
|
|
|
1731 * info.el (Info-read-subfile): adapt to new semantics of
|
|
|
1732 'Info-suffixed-file (append 'exact argument).
|
|
|
1733 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
|
1734 string independently of the case.
|
|
|
1735 * info.el (Info-suffixed-file): use it (match all possible case
|
|
|
1736 for the file name).
|
|
|
1737 * info.el (Info-insert-file-contents): code cleanup.
|
|
|
1738 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
|
1739 columns.
|
|
|
1740 * info.el (Info-batch-rebuild-dir): ditto.
|
|
|
1741 * info.el (Info-read-node-name-1): ditto.
|
|
|
1742 * info.el (Info-search): ditto.
|
|
|
1743 * info.el (Info-fontify-node): ditto.
|
|
|
1744
|
|
|
1745
|
|
|
1746 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
|
1747
|
|
|
1748 * process.el (shell-command): when called from a program, avoid
|
|
|
1749 'push-mark's "mark-set" message.
|
|
|
1750
|
|
|
1751 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
1752
|
|
|
1753 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
|
1754 by a symbol, not by a vector.
|
|
|
1755 * mule/vietnamese.el (vscii): Likewise.
|
|
|
1756 (viscii): Likewise.
|
|
|
1757 * mule/cyrillic.el (koi8-r): Likewise.
|
|
|
1758
|
|
|
1759 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
|
1760 by a symbol, not by a vector.
|
|
|
1761 (chinese-big5-2): Likewise.
|
|
|
1762 * mule/ethiopic.el (ethiopic): Likewise.
|
|
|
1763 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
|
1764 (vietnamese-viscii-upper): Likewise.
|
|
|
1765
|
|
|
1766 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1767
|
|
|
1768 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
|
1769
|
|
|
1770 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1771
|
|
|
1772 * byte-optimize.el (byte-optimize-car): New function.
|
|
|
1773 (byte-optimize-cdr): Ditto.
|
|
|
1774
|
|
|
1775 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1776
|
|
|
1777 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
|
1778 Optimize constant concatenation.
|
|
|
1779 Add keymapp as a side effect free function. It is a built-in.
|
|
|
1780 (byte-after-unbind-pos): Remove byte-equal.
|
|
|
1781
|
|
|
1782 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
1783
|
|
|
1784 * update-elc-2.el: Quote regexps correctly.
|
|
|
1785
|
|
|
1786 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
1787
|
|
|
1788 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
|
1789 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
|
1790 check the type of the buffer magnification
|
|
|
1791 (ccl-compile-write-string): Encode a string with binary
|
|
|
1792 coding system.
|
|
|
1793 (ccl-compile-write-repeat): Likewise.
|
|
|
1794
|
|
|
1795 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
|
1796
|
|
|
1797 * buff-menu.el:
|
|
|
1798 * bytecomp.el:
|
|
|
1799 * coding.el:
|
|
|
1800 * faces.el:
|
|
|
1801 * files.el:
|
|
|
1802 * fill.el:
|
|
|
1803 * float-sup.el:
|
|
|
1804 * font-lock.el:
|
|
|
1805 * help.el:
|
|
|
1806 * iso8859-1.el:
|
|
|
1807 * loaddefs.el:
|
|
|
1808 * menubar-items.el:
|
|
|
1809 * menubar.el:
|
|
|
1810 * modeline.el:
|
|
|
1811 * msw-font-menu.el:
|
|
|
1812 * paragraphs.el:
|
|
|
1813 * paths.el:
|
|
|
1814 * replace.el:
|
|
|
1815 * simple.el:
|
|
|
1816 * sound.el:
|
|
|
1817 * startup.el:
|
|
|
1818 * version.el:
|
|
|
1819 * x-faces.el:
|
|
|
1820 * x-font-menu.el:
|
|
|
1821 Remove purecopy.
|
|
|
1822
|
|
|
1823 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
|
1824
|
|
|
1825 * simple.el (do-auto-fill): Use the function pointer to by
|
|
|
1826 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
|
1827 fixes an issue with cc-mode comment continuation.
|
|
|
1828
|
|
|
1829 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
|
1830
|
|
|
1831 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
|
1832 * mwheel.el (mwheel-install): Add (interactive).
|
|
|
1833 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
|
1834 (turn-off-font-lock): Add (interactive).
|
|
|
1835
|
|
|
1836 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
1837
|
|
|
1838 * packages.el (packages-special-base-regexp): Add `man'.
|
|
|
1839
|
|
|
1840 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
|
1841
|
|
|
1842 * wid-edit.el (widget-specify-active): map over extents in current
|
|
|
1843 buffer like `widget-specify-inactive' does. Mapping over the
|
|
|
1844 inactive extent object does not work since the current extent is
|
|
|
1845 ignored by `map-extents'.
|
|
|
1846
|
|
442
|
1847 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
|
1848
|
|
|
1849 * XEmacs 21.2.36 is released.
|
|
|
1850
|
|
|
1851 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
|
1852
|
|
|
1853 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
|
1854 Optimize the compiled-function-constants vector by byte-code
|
|
|
1855 reference counts.
|
|
|
1856
|
|
|
1857 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
|
1858
|
|
|
1859 * build-report.el (build-report-delete-regexp): quote value in
|
|
|
1860 defcustom
|
|
|
1861
|
|
|
1862 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
1863
|
|
|
1864 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
|
1865 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
|
1866 warning.
|
|
|
1867
|
|
|
1868 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
1869
|
|
|
1870 * build-report.el: Requires cl and custom now.
|
|
|
1871 build-report-version is determined by XEmacs version -- remove
|
|
|
1872 build-report-version*.
|
|
|
1873 * build-report.el (build-report-version): Removed.
|
|
|
1874 * build-report.el (build-report-installation-version-regexp): New.
|
|
|
1875 * build-report.el (build-report-version-file-regexp): New.
|
|
|
1876 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
|
1877 * build-report.el (build-report-destination): Offer
|
|
|
1878 xemacs-build-reports and xemacs-beta.
|
|
|
1879 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
|
1880 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
|
1881 * build-report.el (build-report-make-output-dir): New.
|
|
|
1882 * build-report.el (build-report-installation-file): Replace use of
|
|
|
1883 `concat' with `expand-file-name'.
|
|
|
1884 * build-report.el (build-report-make-output-file): Removed.
|
|
|
1885 * build-report.el (build-report-make-output-files): New.
|
|
|
1886 * build-report.el (build-report-subject): Identify as
|
|
|
1887 user-variable with "*...".
|
|
|
1888 * build-report.el (build-report-prompts): Ditto.
|
|
|
1889 * build-report.el (build-report-version-file): New.
|
|
|
1890 * build-report.el (build-report-file-encoding): Identify as
|
|
|
1891 user-variable with "*...".
|
|
|
1892 * build-report.el (build-report-make-output-get): New.
|
|
|
1893 * build-report.el (build-report-insert-header): Report
|
|
|
1894 emacs-version and system-configuration instead of
|
|
|
1895 build-report-version.
|
|
|
1896 * build-report.el (build-report-insert-make-output): Add file
|
|
|
1897 argument.
|
|
|
1898 * build-report.el (build-report-insert-installation-file):
|
|
|
1899 Re-indent.
|
|
|
1900 * build-report.el (build-report-keep): Change docstring,
|
|
|
1901 re-indent.
|
|
|
1902 * build-report.el (build-report-delete): Ditto.
|
|
|
1903 * build-report.el (build-report-installation-data): New.
|
|
|
1904 * build-report.el (build-report-version-file-data): New.
|
|
|
1905
|
|
|
1906 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1907
|
|
|
1908 * byte-optimize.el (byte-optimize-lapcode):
|
|
|
1909 Fix the optimization of using the first 5 elements of the
|
|
|
1910 constants vector for variables.
|
|
|
1911 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
|
1912
|
|
|
1913 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
1914
|
|
|
1915 * *: Spelling mega-patch
|
|
|
1916
|
|
|
1917 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
1918
|
|
|
1919 * easymenu.el: doc fixes.
|
|
|
1920 (easy-menu-do-define): Use backquote.
|
|
444
|
1921 (easy-menu-change):
|
|
|
1922 (easy-menu-add):
|
|
442
|
1923 `when' seems much clearer than `if' here.
|
|
|
1924 (easy-menu-remove):
|
|
444
|
1925 (easy-menu-add-item):
|
|
|
1926 (easy-menu-item-present-p):
|
|
|
1927 (easy-menu-remove-item):
|
|
442
|
1928 Wrap using (when (featurep 'menubar) ...)
|
|
|
1929
|
|
|
1930 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
1931
|
|
|
1932 * bytecomp.el (displaying-byte-compile-warnings):
|
|
|
1933 Revert Ben's change to this function below so that the compile log
|
|
|
1934 is displayed properly for users of the "popper" package.
|
|
|
1935
|
|
|
1936 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
|
1937
|
|
|
1938 * window.el (save-selected-window): Use backquote.
|
|
|
1939
|
|
444
|
1940 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
|
442
|
1941 Renamed from `byte-compile-file-form-defvar'.
|
|
|
1942 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
|
1943 Only cons onto current-load-list in top-level forms.
|
|
|
1944 Else this leaks a cons cell every time a defun is called.
|
|
|
1945 Renamed from `byte-compile-defvar', for clarity.
|
|
|
1946 Warn when docstring of defvar is not a string.
|
|
|
1947 Use consistent error messages.
|
|
|
1948 Better comments.
|
|
|
1949
|
|
|
1950 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
|
1951
|
|
|
1952 * simple.el (set-variable):
|
|
|
1953 Remove unneeded defvar by rearranging order of let* forms.
|
|
|
1954
|
|
|
1955 * mule/mule-ccl.el (ccl-get-next-code):
|
|
444
|
1956 * menubar-items.el (bookmark-menu-filter):
|
|
|
1957 (language-environment-menu-filter):
|
|
|
1958 (tutorials-menu-filter):
|
|
442
|
1959 * toolbar-items.el (toolbar-compile):
|
|
|
1960 * byte-optimize.el (disassemble-offset):
|
|
|
1961 Use (declare (special ...)) instead of `defvar'.
|
|
|
1962
|
|
|
1963 * cl-macs.el (cl-do-proclaim):
|
|
|
1964 Fix (declare (special ...)) warning suppression syntax.
|
|
|
1965
|
|
|
1966 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1967
|
|
|
1968 * info.el (Info-tag-table-marker):
|
|
|
1969 (Info-tag-table-buffer):
|
|
|
1970 (Info-find-file-node):
|
|
|
1971 (Info-read-subfile):
|
|
|
1972 (Info-build-node-completions):
|
|
|
1973 (Info-search):
|
|
|
1974 (Info-mode):
|
|
|
1975 Multiple info buffer support.
|
|
|
1976
|
|
|
1977 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
|
1978
|
|
|
1979 * ldap.el (ldap-decode-entry): New defun
|
|
|
1980 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
|
1981 entries properly
|
|
|
1982
|
|
|
1983 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
|
1984
|
|
|
1985 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
|
1986 Use `eq', not `=', to compare symbols.
|
|
|
1987
|
|
|
1988 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
|
1989
|
|
|
1990 * bytecomp.el (byte-compile-report-error):
|
|
|
1991 * bytecomp.el (displaying-byte-compile-warnings):
|
|
|
1992 if stack-trace-on-error is set, send out a backtrace when
|
|
|
1993 an error is encountered that stops byte compilation. this
|
|
|
1994 should make it much much easier to track down those curious
|
|
|
1995 problems. also undo the kludge of using a separate "*Show*"
|
|
|
1996 buffer for display when there's a temp-buffer-show-function;
|
|
|
1997 we can avoid this by just being a little smarter.
|
|
444
|
1998
|
|
442
|
1999 * dialog-items.el:
|
|
|
2000 * dialog-items.el (search-dialog-regexp): New.
|
|
|
2001 * dialog-items.el (search-dialog-callback):
|
|
|
2002 * dialog-items.el (make-search-dialog):
|
|
|
2003 add a regexp option to the dialog and clean up a bit.
|
|
444
|
2004
|
|
442
|
2005 * dialog.el:
|
|
|
2006 * dialog.el (yes-or-no-p-dialog-box):
|
|
|
2007 * dialog.el (get-dialog-box-response):
|
|
|
2008 * dialog.el (make-dialog-box):
|
|
|
2009 * dialog.el (dialog-box-finish): New.
|
|
|
2010 * dialog.el (dialog-box-cancel): New.
|
|
|
2011 * dialog.el (internal-make-dialog-box-exit): New.
|
|
|
2012 implement [properly!] the :modal property of the new dialog box
|
|
|
2013 interface. this is the first time xemacs has ever had *proper*
|
|
|
2014 modal dialog boxes, giving the standard window-system feedback.
|
|
|
2015 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
|
2016 and makes the dialog box flash three times.)
|
|
444
|
2017
|
|
442
|
2018 * dragdrop.el: header keyword frobbing.
|
|
444
|
2019
|
|
442
|
2020 * dumped-lisp.el (preloaded-file-list):
|
|
|
2021 renamed winnt.el to win32-native.el.
|
|
444
|
2022
|
|
442
|
2023 * faces.el (face-property):
|
|
|
2024 * faces.el (set-face-property):
|
|
|
2025 * faces.el (frob-face-property):
|
|
|
2026 * faces.el (frob-face-font-2):
|
|
|
2027 * faces.el (make-face-bold):
|
|
|
2028 * faces.el (make-face-italic):
|
|
|
2029 * faces.el (make-face-bold-italic):
|
|
|
2030 * faces.el (make-face-unbold):
|
|
|
2031 * faces.el (make-face-unitalic):
|
|
|
2032 * faces.el (make-face-smaller):
|
|
|
2033 * faces.el (make-face-larger):
|
|
|
2034 clean up the implementation of these so that window-system-specific
|
|
|
2035 methods are called only on objects belonging to that window system.
|
|
|
2036 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
|
2037 on font object of device type `stream', which is not good and
|
|
|
2038 explains the subtle errors Adrian was getting when byte-compiling
|
|
|
2039 something that required 'term. (Adrian, now you can use stack-trace-
|
|
|
2040 on-error to find the exact place where things are going wrong instead
|
|
|
2041 of having to laboriously binary-search your way through.)
|
|
444
|
2042
|
|
442
|
2043 * finder.el (finder-known-keywords):
|
|
|
2044 cleaned up -- properly sorted, clarified the meanings of many of
|
|
|
2045 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
|
2046 user, services. the last two try to distinguish between a package
|
|
|
2047 that's used directly by the user, and a package that provides
|
|
|
2048 support services to other packages.
|
|
444
|
2049
|
|
442
|
2050 * font-lock.el (lisp-font-lock-keywords-2):
|
|
|
2051 update list of lisp control structures to include everything,
|
|
|
2052 including new ones i introduced.
|
|
444
|
2053
|
|
442
|
2054 * gutter.el: header keyword frobbing.
|
|
444
|
2055
|
|
442
|
2056 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
|
2057 recent isearch element was not doing so! you got the second-most-
|
|
|
2058 recent instead.
|
|
|
2059
|
|
|
2060 * lisp-mode.el (construct-lisp-mode-menu):
|
|
|
2061 more menubar cleanups.
|
|
|
2062 * lisp-mode.el (with-selected-window):
|
|
|
2063 make it indent properly.
|
|
444
|
2064
|
|
442
|
2065 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
|
2066 rearranged the options menu the most, e.g. splitting up the
|
|
|
2067 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
|
2068 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
|
2069 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
|
2070 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
|
2071 Added stuff to the Cmds menu, e.g. Change Case.
|
|
|
2072
|
|
|
2073 NB please don't complain about these periodic menubar changes.
|
|
|
2074 Anything like this is necessarily incremental in its construction
|
|
|
2075 -- By constant use you gradually become more and more aware of
|
|
|
2076 better and better ways to group menu items. When we eventually
|
|
|
2077 move the options menu to a property sheet, the existing structure
|
|
|
2078 will probably be preserved fairly well.
|
|
444
|
2079
|
|
442
|
2080 * minibuf.el (next-history-element): fix problems with pressing
|
|
|
2081 down arrow in repeat-complex-command.
|
|
|
2082
|
|
|
2083 * modeline.el:
|
|
|
2084 * modeline.el (modeline-3d-p): New.
|
|
|
2085 added custom variable for controlling the 3d modeline. the
|
|
|
2086 corresponding Options item has been present for a long time,
|
|
|
2087 but commented out with "fix me!" comments. it's fixed now.
|
|
444
|
2088
|
|
442
|
2089 * obsolete.el (add-menu):
|
|
|
2090 remove bogus gettexts.
|
|
444
|
2091
|
|
442
|
2092 * process.el (shell-quote-argument):
|
|
|
2093 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
|
2094 For bash under Windows native, see below.
|
|
444
|
2095
|
|
442
|
2096 * simple.el:
|
|
|
2097 * simple.el (display-warning-buffer):
|
|
|
2098 Fixed the handling of warning display to eliminate the annoying
|
|
|
2099 *Show* buffer, like was done for byte-compiler output above.
|
|
444
|
2100
|
|
442
|
2101 * simple.el (debug-print): New.
|
|
|
2102 Simple function for sending debug messages to the console and/or
|
|
|
2103 other debug places.
|
|
|
2104
|
|
|
2105 * subr.el (replace-in-string):
|
|
|
2106 Rewrite this function to avoid N^2 behavior with large strings --
|
|
|
2107 catastrophic with the new Windows selection code! (Apparently the
|
|
|
2108 author of this function didn't realize there was a fun
|
|
|
2109 replace-match that could make his life much easier, because we
|
|
|
2110 duplicated the entire logic. The new version is smaller, easier
|
|
|
2111 to understand, much more robust, and has extended features --
|
|
|
2112 those of replace-match.)
|
|
444
|
2113
|
|
442
|
2114 * window.el:
|
|
|
2115 * window.el (with-selected-window): New.
|
|
|
2116 An obvious complement to the existing `with-selected-frame' and
|
|
|
2117 `with-current-buffer'.
|
|
|
2118
|
|
|
2119 * win32-native.el: Renamed from winnt.el.
|
|
|
2120 Added a great deal of stuff for properly handling process quoting,
|
|
|
2121 somewhat modeled on Kirill's original model (which i later threw
|
|
|
2122 away). We should now finally have correctly working process arg
|
|
|
2123 quoting/dequoting so that the final app gets exactly what we
|
|
|
2124 intended. Because the mechanism is in Lisp, it's easily
|
|
|
2125 extendible. (For those running bash and running the native
|
|
|
2126 version, I tried hard to do what I thought was correct. But more
|
|
|
2127 thought is needed, and ideally the volunteer work of people with
|
|
|
2128 these configurations that they generally run on.)
|
|
444
|
2129
|
|
442
|
2130 * x-font-menu.el (x-font-menu-font-data):
|
|
|
2131 Put in defvar's to fix byte-compiler warnings.
|
|
|
2132
|
|
|
2133 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
2134
|
|
|
2135 * select.el (selection-coercion-alist): Initialise.
|
|
|
2136 * select.el (select-coerce-to-text): New.
|
|
|
2137 * select.el (select-coerce): New.
|
|
|
2138 New functions to perform type and value coercion.
|
|
|
2139
|
|
|
2140 * select.el (select-buffer-killed-default): Keep data if it was
|
|
|
2141 on the clipboard.
|
|
|
2142
|
|
|
2143 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
|
2144
|
|
|
2145 * menubar-items.el (default-menubar): Fix typo.
|
|
|
2146 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
|
2147
|
|
|
2148 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2149
|
|
|
2150 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
|
2151 edge checking code.
|
|
|
2152
|
|
|
2153 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2154
|
|
|
2155 * paths.el (gnus-local-domain): Removed.
|
|
|
2156 (gnus-local-organization): Ditto.
|
|
|
2157 (gnus-startup-file): Ditto.
|
|
|
2158
|
|
|
2159 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2160
|
|
|
2161 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
|
2162
|
|
|
2163 2000-07-31 Andy Piper <andy@xemacs.org>
|
|
444
|
2164
|
|
442
|
2165 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
|
2166
|
|
|
2167 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2168
|
|
|
2169 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
|
2170 browse-url.
|
|
|
2171 * help.el (xemacs-www-page): Ditto.
|
|
|
2172 (xemacs-www-faq): Ditto.
|
|
|
2173 * menubar-items.el (default-menubar): Ditto.
|
|
|
2174
|
|
|
2175 * wid-edit.el (widget-url-link-action): Ditto.
|
|
|
2176 From: Kenichi OKADA <okada@opaopa.org>.
|
|
|
2177
|
|
|
2178 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2179
|
|
|
2180 * finder.el (finder-commentary): Add autoload cookie.
|
|
|
2181
|
|
|
2182 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
2183
|
|
|
2184 * files.el (insert-file-contents-literally): Fix second let
|
|
|
2185 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
|
2186 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
|
2187
|
|
|
2188 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
2189
|
|
|
2190 * files.el (insert-file-contents-literally): Use binary coding
|
|
|
2191 system (from Morioka san).
|
|
|
2192 (insert-file-contents-literally): Make file-name-handler method.
|
|
|
2193
|
|
|
2194 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
|
2195
|
|
|
2196 * cl-macs.el (get-selection): Add defsetf.
|
|
|
2197
|
|
|
2198 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
|
2199
|
|
|
2200 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
|
2201 function x-own-selection with own-selection.
|
|
|
2202 (ow-find): replace obsolete functions x-get-selection and
|
|
|
2203 x-get-clipboard with get-selection and get-clipboard.
|
|
|
2204 (init-post-x-win): replace obsolete function x-disown-selection
|
|
|
2205 with disown-selection.
|
|
|
2206
|
|
|
2207 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
|
2208
|
|
|
2209 * startup.el (load-user-init-file): Only try to load init file if
|
|
|
2210 it exists.
|
|
|
2211
|
|
|
2212 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
|
2213
|
|
|
2214 * dialog-items.el: sync with Ben's patch.
|
|
444
|
2215
|
|
442
|
2216 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
|
2217 comment.
|
|
|
2218 (progress-text-glyph): deleted.
|
|
|
2219 (progress-layout-glyph): make completely minimal.
|
|
|
2220 (progress-gauge-glyph): ditto.
|
|
|
2221 (progress-display-style): fix to handle dynamic instantiator
|
|
|
2222 changes.
|
|
|
2223 (progress-text-instantiator): new.
|
|
|
2224 (progress-layout-instantiator): new.
|
|
|
2225 (progress-gauge-instantiator): new.
|
|
|
2226 (set-progress-display-instantiator): renamed and changed from
|
|
|
2227 set-progress-display-style.
|
|
|
2228 (progress-abort-glyph): use instantiator not glyph.
|
|
|
2229 (append-progress-display): use set-progress-display-instantiator
|
|
|
2230 and set-glyph-image.
|
|
|
2231 (abort-progress-display): ditto.
|
|
|
2232 (raw-append-progress-display): ditto.
|
|
|
2233
|
|
|
2234 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
|
2235
|
|
|
2236 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
|
2237
|
|
|
2238 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
|
2239
|
|
|
2240 * autoload.el:
|
|
|
2241 Fixed comments.
|
|
|
2242
|
|
|
2243 * cmdloop.el:
|
|
|
2244 * cmdloop.el (yes-or-no-p):
|
|
|
2245 * cmdloop.el (y-or-n-p):
|
|
|
2246 Make these functions use should-use-dialog-box-p and not be
|
|
|
2247 overridden in dialog.el.
|
|
|
2248
|
|
|
2249 * cus-dep.el:
|
|
|
2250 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
|
2251 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
|
2252 * cus-dep.el (Custom-make-one-dependency): New.
|
|
|
2253 New entry point for use in Makefiles, to avoid excessive
|
|
|
2254 invocations.
|
|
|
2255
|
|
|
2256 * cus-edit.el (custom-variable-reset-saved):
|
|
|
2257 * cus-edit.el (custom-variable-reset-standard):
|
|
|
2258 * cus-edit.el (custom-save-resets):
|
|
|
2259 Fix bytecompiler warnings.
|
|
|
2260
|
|
|
2261 * dialog.el:
|
|
|
2262 * dialog.el (yes-or-no-p-dialog-box):
|
|
|
2263 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
|
2264 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
|
2265 * dialog.el (get-dialog-box-response):
|
|
|
2266 * dialog.el (message-or-box):
|
|
|
2267 * dialog.el (make-dialog-box):
|
|
|
2268 * dialog.el (popup-dialog-box): New.
|
|
|
2269 Avoid yes-or-no-p bogosities.
|
|
|
2270 Create a general function `make-dialog-box' to encapsulate all
|
|
|
2271 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
|
2272
|
|
|
2273 * dumped-lisp.el (preloaded-file-list):
|
|
|
2274 Add dialog-items. Clean up. Group files by types.
|
|
|
2275
|
|
|
2276 * easymenu.el (easy-menu-add):
|
|
|
2277 * easymenu.el (easy-menu-remove):
|
|
|
2278 Account for accelerators.
|
|
|
2279
|
|
|
2280 * extents.el:
|
|
|
2281 * extents.el (extent-list): New args, like in map-extents.
|
|
|
2282 * extents.el (extent-at-event): New.
|
|
|
2283 * extents.el (extents-at-event): New.
|
|
|
2284
|
|
|
2285 * font-lock.el:
|
|
|
2286 * font-lock.el (font-lock-mode):
|
|
|
2287 * font-lock.el (font-lock-default-fontify-buffer):
|
|
|
2288 * font-lock.el (font-lock-default-unfontify-region):
|
|
|
2289 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
|
2290 * font-lock.el (font-lock-fontify-keywords-region):
|
|
|
2291 Use new progress-feedback names.
|
|
|
2292
|
|
|
2293 * font-lock.el (java-font-lock-identifier-regexp):
|
|
|
2294 * font-lock.el (java-font-lock-class-name-regexp):
|
|
|
2295 Fix bytecompiler warnings.
|
|
|
2296
|
|
|
2297 * gutter-items.el:
|
|
|
2298 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
|
2299 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
|
2300 * gutter-items.el (progress-display-popup-period): Removed.
|
|
|
2301 * gutter-items.el (progress-feedback-popup-period): New.
|
|
|
2302 * gutter-items.el (set-progress-display-style): Removed.
|
|
|
2303 * gutter-items.el (set-progress-feedback-style): New.
|
|
|
2304 * gutter-items.el (progress-display-style): Removed.
|
|
|
2305 * gutter-items.el (progress-feedback-style): New.
|
|
|
2306 * gutter-items.el (progress-stack):
|
|
|
2307 * gutter-items.el (progress-displayed-p): Removed.
|
|
|
2308 * gutter-items.el (progress-feedbacked-p): New.
|
|
|
2309 * gutter-items.el (clear-progress-display): Removed.
|
|
|
2310 * gutter-items.el (clear-progress-feedback): New.
|
|
|
2311 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
|
2312 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
|
2313 * gutter-items.el (remove-progress-display): Removed.
|
|
|
2314 * gutter-items.el (remove-progress-feedback): New.
|
|
|
2315 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
|
2316 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
|
2317 * gutter-items.el (append-progress-display): Removed.
|
|
|
2318 * gutter-items.el (append-progress-feedback): New.
|
|
|
2319 * gutter-items.el (abort-progress-display): Removed.
|
|
|
2320 * gutter-items.el (abort-progress-feedback): New.
|
|
|
2321 * gutter-items.el (raw-append-progress-display): Removed.
|
|
|
2322 * gutter-items.el (raw-append-progress-feedback): New.
|
|
|
2323 * gutter-items.el (display-progress-display): Removed.
|
|
|
2324 * gutter-items.el (display-progress-feedback): New.
|
|
|
2325 * gutter-items.el (current-progress-display): Removed.
|
|
|
2326 * gutter-items.el (current-progress-feedback): New.
|
|
|
2327 * gutter-items.el (current-progress-display-label): Removed.
|
|
|
2328 * gutter-items.el (current-progress-feedback-label): New.
|
|
|
2329 * gutter-items.el (progress-display): Removed.
|
|
|
2330 * gutter-items.el (progress-feedback): New.
|
|
|
2331 Replace "progress-display" with "progress-feedback" globally.
|
|
|
2332
|
|
|
2333 * gutter-items.el (lprogress-display): Removed.
|
|
|
2334 * gutter-items.el (progress-feedback-with-label): New.
|
|
|
2335 Rename lprogress-display ==> progress-feedback-with-label.
|
|
|
2336
|
|
|
2337 * gutter-items.el (search-dialog-direction): Removed.
|
|
|
2338 * gutter-items.el (search-dialog-text): Removed.
|
|
|
2339 * gutter-items.el (search-dialog-callback): Removed.
|
|
|
2340 * gutter-items.el (make-search-dialog): Removed.
|
|
|
2341 Move to dialog-items.el.
|
|
|
2342
|
|
|
2343 * help.el:
|
|
|
2344 * help.el (help-mode-quit):
|
|
|
2345 * help.el (mode-for-help): New.
|
|
|
2346 * help.el (help-sticky-window): New.
|
|
|
2347 * help.el (help-window-config): New.
|
|
|
2348 * help.el (with-displaying-help-buffer):
|
|
|
2349 * help.el (function-at-event): New.
|
|
|
2350 * help.el (help-symbol-regexp): New.
|
|
|
2351 * help.el (help-symbol-run-function-1): New.
|
|
|
2352 * help.el (help-symbol-run-function): New.
|
|
|
2353 * help.el (help-symbol-function-context-menu): New.
|
|
|
2354 * help.el (help-symbol-variable-context-menu): New.
|
|
|
2355 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
|
2356 * help.el (frob-help-extents): New.
|
|
|
2357 * help.el (describe-function-1):
|
|
|
2358 * help.el (variable-at-point):
|
|
|
2359 * help.el (variable-at-event): New.
|
|
|
2360 * help.el (describe-variable):
|
|
444
|
2361 Major overhaul.
|
|
|
2362 - Make functions and variables be mousable.
|
|
|
2363 - Middle button hyperlinks.
|
|
442
|
2364 - New context-menu entries.
|
|
|
2365
|
|
|
2366 * keydefs.el:
|
|
444
|
2367 * keydefs.el (global-map):
|
|
442
|
2368 New key bindings to move lines up and down.
|
|
|
2369
|
|
|
2370 * lisp-mode.el:
|
|
|
2371 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
|
2372 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
|
2373 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
|
2374 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
|
2375 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
|
2376 Make popup and menubar menus be different. Popup menu uses
|
|
|
2377 clicked location and automatically assumes symbol under the mouse
|
|
|
2378 for various commands.
|
|
|
2379
|
|
|
2380 * menubar-items.el:
|
|
|
2381 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
|
2382 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
|
2383
|
|
|
2384 * menubar-items.el (global-popup-menu): Removed.
|
|
|
2385 * menubar-items.el (mode-popup-menu): Removed.
|
|
|
2386 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
|
2387 * menubar-items.el (popup-mode-menu): Removed.
|
|
|
2388 * menubar-items.el (popup-buffer-menu): Removed.
|
|
|
2389 * menubar-items.el (popup-menubar-menu): Removed.
|
|
|
2390 Move to menubar.el.
|
|
444
|
2391
|
|
442
|
2392 * menubar.el:
|
|
|
2393 * menubar.el (global-popup-menu): New.
|
|
|
2394 * menubar.el (mode-popup-menu): New.
|
|
|
2395 * menubar.el (activate-popup-menu-hook): New.
|
|
|
2396 * menubar.el (last-popup-menu-event): New.
|
|
|
2397 * menubar.el (popup-mode-menu): New.
|
|
|
2398 * menubar.el (popup-buffer-menu): New.
|
|
|
2399 * menubar.el (popup-menubar-menu): New.
|
|
|
2400 * menubar.el (menu-call-at-event): New.
|
|
|
2401 Move non-content functions here. Add support for context menu
|
|
|
2402 items on extents.
|
|
|
2403
|
|
444
|
2404 * minibuf.el (minibuffer-history-uniquify):
|
|
442
|
2405 Typo fix.
|
|
|
2406
|
|
444
|
2407 * minibuf.el (read-file-name-1):
|
|
442
|
2408 Call new file dialog box if it exists.
|
|
|
2409
|
|
|
2410 * minibuf.el (mouse-rfn-setup-vars):
|
|
|
2411 Clean up "chop" action.
|
|
|
2412
|
|
|
2413 * mouse.el:
|
|
|
2414 * mouse.el (button2): Now bound to mouse-track.
|
|
|
2415 * mouse.el (click-inside-extent-p):
|
|
|
2416 * mouse.el (point-inside-extent-p):
|
|
|
2417 * mouse.el (point-inside-selection-p):
|
|
|
2418 * mouse.el (mouse-drag-or-yank): Removed.
|
|
|
2419 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
|
2420 * mouse.el (mouse-eval-sexp):
|
|
|
2421 * mouse.el (mouse-track-activate-strokes): New.
|
|
|
2422 * mouse.el (mouse-track-do-activate): New.
|
|
|
2423 * mouse.el (mouse-track):
|
|
|
2424 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
|
2425 * mouse.el (default-mouse-track-cleanup-hook):
|
|
|
2426 * mouse.el (default-mouse-track-drag-hook):
|
|
|
2427 * mouse.el (default-mouse-track-drag-up-hook):
|
|
|
2428 * mouse.el (default-mouse-track-click-hook):
|
|
|
2429 Merge drag-n-drop into mouse-track.
|
|
|
2430 Add general "activate" support to replace specific button2 kludges.
|
|
|
2431 Use "button modifier" support in mouse-track.
|
|
|
2432
|
|
|
2433 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
|
2434
|
|
|
2435 * package-ui.el:
|
|
|
2436 * package-ui.el (pui-menu):
|
|
|
2437 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
|
2438 Fix bytecompiler warnings.
|
|
|
2439 Clean up popup code a bit.
|
|
|
2440
|
|
|
2441 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
|
2442
|
|
|
2443 * simple.el:
|
|
|
2444 * simple.el (transpose-lines):
|
|
|
2445 * simple.el (transpose-line-up): New.
|
|
|
2446 * simple.el (transpose-line-down): New.
|
|
|
2447 * simple.el (transpose-subr):
|
|
|
2448 * simple.el (transpose-subr-1): Removed.
|
|
|
2449 Clean up, add functions to move lines up and down.
|
|
|
2450
|
|
|
2451 * startup.el (mail-host-address):
|
|
|
2452 * startup.el (user-mail-address):
|
|
|
2453 Customize.
|
|
|
2454
|
|
|
2455 * subr.el:
|
|
|
2456 * subr.el (set-symbol-value-in-buffer): New.
|
|
|
2457 * subr.el (error):
|
|
|
2458 * subr.el (check-argument-type):
|
|
|
2459 * subr.el (defined-error-p): New.
|
|
|
2460 Add structured error support.
|
|
|
2461
|
|
|
2462 * toolbar-items.el (toolbar-compile):
|
|
|
2463 Use new make-dialog-box.
|
|
|
2464
|
|
|
2465 * update-elc.el:
|
|
|
2466
|
|
|
2467 * userlock.el (ask-user-about-lock-dbox):
|
|
|
2468 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
|
2469 * userlock.el (ask-user-about-lock):
|
|
|
2470 * userlock.el (ask-user-about-supersession-threat):
|
|
|
2471 Use new make-dialog-box.
|
|
|
2472 Add safety checks; use should use-dialog-box-p.
|
|
|
2473
|
|
|
2474 * window-xemacs.el:
|
|
|
2475 * window-xemacs.el (__buffer-dedicated-frame):
|
|
|
2476 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
|
2477 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
|
2478 Move dedicated-frame stuff into lisp.
|
|
|
2479
|
|
|
2480 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
2481
|
|
|
2482 * printer.el (generic-print-region): Do not require that
|
|
|
2483 `printer-name' be set.
|
|
|
2484 (printer-name): Commentary clarification.
|
|
|
2485
|
|
|
2486 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
|
2487
|
|
|
2488 * XEmacs 21.2.35 is released.
|
|
|
2489
|
|
|
2490 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
2491
|
|
|
2492 * select.el (selection-coercible-types): Initialise.
|
|
|
2493
|
|
|
2494 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
2495
|
|
|
2496 * select.el (own-clipboard): Bug fix.
|
|
|
2497
|
|
|
2498 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
|
2499
|
|
|
2500 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
|
2501 continuing.
|
|
|
2502
|
|
|
2503 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
|
2504
|
|
|
2505 * startup.el (load-init-file): Remove silly call to
|
|
|
2506 `load-user-custom-file`.
|
|
|
2507 (maybe-migrate-user-init-file): Minor fixes.
|
|
|
2508
|
|
|
2509 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2510
|
|
444
|
2511 * apropos.el (apropos-documentation-check-doc-file):
|
|
442
|
2512 `doc' variable should be let-bound, as was presumably intended.
|
|
|
2513
|
|
444
|
2514 * cus-edit.el (custom-variable-reset-saved):
|
|
|
2515 (custom-variable-reset-standard):
|
|
442
|
2516 Remove unused variable comment-widget. Twice.
|
|
|
2517
|
|
444
|
2518 * toolbar.el (toolbar-blank-press-function):
|
|
442
|
2519 Add a real defvar with initial value nil and proper docstring.
|
|
|
2520 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
|
2521
|
|
|
2522 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
|
2523 Add defvar for pending-delete-mode.
|
|
|
2524
|
|
|
2525 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
|
2526
|
|
444
|
2527 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
|
442
|
2528 Use let* since the second form referred to the first.
|
|
|
2529
|
|
|
2530 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
2531
|
|
|
2532 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
|
2533 instead of removed `mswindows-get-clipboard'.
|
|
|
2534
|
|
|
2535
|
|
|
2536 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
2537
|
|
|
2538 * select.el (select-convert-from-text): New.
|
|
|
2539 * select.el (select-convert-from-length): New.
|
|
|
2540 * select.el (select-convert-from-integer): New.
|
|
|
2541 * select.el (select-convert-from-identity): New.
|
|
|
2542 * select.el (select-convert-from-filename): New.
|
|
|
2543 * select.el (selection-converter-in-alist): Use them.
|
|
|
2544 New converter functions for X.
|
|
|
2545
|
|
|
2546 * select.el (get-selection): Removed comment.
|
|
|
2547
|
|
|
2548 * select.el (own-selection): Removed append code - I thought
|
|
|
2549 I'd already done this, but apparently not...
|
|
|
2550
|
|
|
2551 * select.el: Changed comment about TIMESTAMP.
|
|
|
2552
|
|
|
2553 * select.el (select-convert-in): New.
|
|
|
2554 * select.el (select-convert-out): New.
|
|
|
2555 New functions that get used by select.c.
|
|
|
2556
|
|
|
2557 * select.el (select-buffer-killed-default): New.
|
|
|
2558 * select.el (select-buffer-killed-text): New.
|
|
|
2559 * select.el (selection-buffer-killed-alist): New.
|
|
|
2560 New list and functions that get called if a relevant selection
|
|
|
2561 exists and a buffer gets killed.
|
|
|
2562
|
|
|
2563 * select.el (select-convert-to-targets):
|
|
|
2564 * select.el (select-convert-to-identity): Removed.
|
|
|
2565 * select.el (select-convert-from-identity): Removed.
|
|
|
2566 * select.el (select-converter-out-alist):
|
|
|
2567 Removed _EMACS_INTERNAL selection type.
|
|
|
2568
|
|
|
2569 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
|
2570 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
|
2571 Removed this X-specific nonesense. Use the generic support
|
|
|
2572 in select.el instead.
|
|
|
2573
|
|
|
2574 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
|
2575
|
|
444
|
2576 * mule/mule-category.el (defined-category-hashtable):
|
|
442
|
2577 Use make-hash-table instead of make-hashtable
|
|
|
2578
|
|
|
2579 * buff-menu.el: Byte-compiler warning fix.
|
|
|
2580
|
|
444
|
2581 * isearch-mode.el (isearch-highlight-all-cleanup):
|
|
442
|
2582 Remove unused variable `isearch-highlight-all-start'.
|
|
|
2583
|
|
|
2584 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
|
2585
|
|
|
2586 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
|
2587
|
|
444
|
2588 * cus-dep.el (Custom-make-dependencies):
|
|
442
|
2589 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
|
2590
|
|
|
2591 * autoload.el (autoload-package-name): Warning suppression.
|
|
|
2592 Move defvar prior to first use.
|
|
|
2593
|
|
|
2594 * custom.el: Add autoload for custom-declare-face.
|
|
|
2595 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
444
|
2596 * cl.el (cl-hack-byte-compiler):
|
|
442
|
2597 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
|
2598 to work properly.
|
|
|
2599
|
|
|
2600 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
|
2601
|
|
|
2602 * startup.el (load-home-init-file): Added variable.
|
|
|
2603 (maybe-migrate-user-init-file): Added.
|
|
|
2604 (load-user-init-file): Load custom file if different from init
|
|
|
2605 file.
|
|
|
2606
|
|
|
2607 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
|
2608 "startup."
|
|
|
2609
|
|
|
2610 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
|
2611 Moved `custom-file'-related code to cus-file.el.
|
|
|
2612
|
|
|
2613 * cus-file.el: New file.
|
|
|
2614
|
|
|
2615 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
|
2616
|
|
|
2617 * packages.el (packages-find-package-directories): Added support
|
|
|
2618 for external package hierarchies with in-place installations.
|
|
|
2619
|
|
|
2620 * find-paths.el (paths-root-in-place-p): Added.
|
|
|
2621 (paths-find-emacs-directory): Added support for external
|
|
|
2622 directories with in-place installations.
|
|
|
2623 (paths-find-site-directory): Ditto.
|
|
|
2624
|
|
|
2625 * startup.el (find-user-init-file): Also look for
|
|
|
2626 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
|
2627
|
|
|
2628 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
2629
|
|
|
2630 * select.el (own-selection):
|
|
|
2631 * select.el (own-clipboard): Changed `append' parameter to
|
|
|
2632 `how-to-use' parameter.
|
|
|
2633 * select.el (own-selection): Removed icky append code.
|
|
|
2634 * select.el (own-selection, get-selection): Removed extra type
|
|
|
2635 checking.
|
|
|
2636 * select.el (selection-appender-alist):
|
|
|
2637 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
|
2638 * select.el (select-append-to-*): New.
|
|
|
2639 * select.el (select-convert-from-*): New. New functions to append
|
|
|
2640 data and convert data from external type.
|
|
|
2641
|
|
|
2642 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
|
2643
|
|
|
2644 * font-lock.el: Javadoc enhancements.
|
|
|
2645
|
|
|
2646 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
2647
|
|
|
2648 * printer.el (generic-print-region): Compose job name from buffer
|
|
|
2649 name.
|
|
|
2650
|
|
|
2651 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2652
|
|
|
2653 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
|
2654 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
|
2655 to avoid unnecessary progress gauges.
|
|
|
2656
|
|
|
2657 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
|
2658
|
|
|
2659 * custom-load.el (faces):
|
|
|
2660
|
|
|
2661 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
|
2662 dir is a regex.
|
|
|
2663
|
|
|
2664 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
|
2665 coding systems so that jka-compr works.
|
|
|
2666
|
|
|
2667 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
|
2668
|
|
|
2669 * font-lock.el: Undo previous change. Unfortunately, some
|
|
|
2670 files actually use the variables directly in their init code
|
|
|
2671 without quoting them.
|
|
|
2672
|
|
|
2673 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
|
2674
|
|
|
2675 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
|
2676
|
|
|
2677 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
|
2678 only when necessary.
|
|
|
2679
|
|
|
2680 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
|
444
|
2681
|
|
442
|
2682 * cl-macs.el: fix cl-transform-function-property kludge
|
|
|
2683 so that it does not require a random feature.
|
|
|
2684
|
|
|
2685 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
2686
|
|
|
2687 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
|
2688 as in Linux kernel "Rules.make".
|
|
|
2689
|
|
|
2690 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
2691
|
|
|
2692 * build-report.el (build-report): Add autoload cookie.
|
|
|
2693
|
|
|
2694 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
|
2695
|
|
|
2696 * package-ui.el (defgroup pui): Correct a misspelling
|
|
|
2697 (pui-toggle-package-delete): Change `seleted' to `selected'
|
|
444
|
2698
|
|
442
|
2699 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
2700
|
|
444
|
2701 * package-get.el (package-get-update-base):
|
|
442
|
2702 (package-get): Use insert-file-contents-literally always.
|
|
|
2703 (package-get-maybe-save-index):
|
|
|
2704 Force coding system for writing to binary.
|
|
|
2705
|
|
|
2706 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
|
2707
|
|
|
2708 * code-process.el (call-process-region): If there is no coding
|
|
|
2709 system for the process on process-coding-system-alist use the
|
|
|
2710 coding system of the buffer containing the region.
|
|
|
2711
|
|
|
2712 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
2713
|
|
|
2714 * cmdloop.el (command-error):
|
|
|
2715 If debug-on-error and noninteractive, output backtrace.
|
|
|
2716
|
|
|
2717 * files.el (file-relative-name):
|
|
|
2718 Remove MSDOS references.
|
|
|
2719
|
|
|
2720 * simple.el (line-number): New function, due to non-obvious
|
|
|
2721 behavior/usage of count-lines.
|
|
|
2722
|
|
|
2723 * simple.el (count-lines): document non-obvious usage to get
|
|
|
2724 line number.
|
|
|
2725
|
|
|
2726 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
|
2727
|
|
|
2728 * faces.el ((featurep 'xpm)):
|
|
|
2729 * x-faces.el (x-init-face-from-resources):
|
|
|
2730 * x-faces.el (x-init-frame-faces):
|
|
|
2731 * x-misc.el (x-init-specifier-from-resources):
|
|
|
2732 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
|
2733 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
|
2734 * x-mouse.el (x-init-pointer-shape):
|
|
|
2735 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
|
2736 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
|
2737 rather than errors on bogus arguments.
|
|
|
2738
|
|
|
2739 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
|
2740
|
|
|
2741 * compat.el: new file. provides a clean, non-intrusive way to
|
|
|
2742 define compatibility functions.
|
|
|
2743
|
|
|
2744 * process.el (shell-quote-argument): temporary fix for lack
|
|
|
2745 of nt-quote-process-args. #### I need to put back the overall
|
|
|
2746 structure of that mechanism but redo the guts of it using the
|
|
|
2747 extra intelligence in the C code.
|
|
|
2748
|
|
|
2749 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
2750
|
|
|
2751 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
|
2752 `package-get' does in package-get.el, instead of using external
|
|
|
2753 "md5sum" program.
|
|
|
2754
|
|
|
2755 * package-get.el (package-get): Insert package file literally to
|
|
|
2756 make checksum calculation work.
|
|
|
2757
|
|
|
2758 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
2759
|
|
|
2760 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
|
2761 (file-coding-system-alist): Removed reference to
|
|
|
2762 convert-mbox-coding-system.
|
|
|
2763
|
|
|
2764 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
|
2765
|
|
|
2766 * XEmacs 21.2.34 is released.
|
|
|
2767
|
|
|
2768 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
2769
|
|
|
2770 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
|
2771
|
|
|
2772 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
2773
|
|
|
2774 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
|
2775 and fboundp
|
|
|
2776
|
|
|
2777 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
2778
|
|
|
2779 * packages.el: It's ok to use built-in macros, but not lisp
|
|
|
2780 defined ones.
|
|
|
2781
|
|
|
2782 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
|
2783
|
|
|
2784 * font-lock.el:
|
|
|
2785 * font-lock.el (font-lock-message-threshold):
|
|
|
2786 * font-lock.el (font-lock-mode):
|
|
|
2787 * font-lock.el (font-lock-default-fontify-buffer):
|
|
|
2788 * font-lock.el (font-lock-always-fontify-immediately):
|
|
|
2789 * font-lock.el (font-lock-old-extent): Removed.
|
|
|
2790 * font-lock.el (font-lock-old-len): Removed.
|
|
|
2791 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
|
2792 * font-lock.el (font-lock-pending-extent-table): New.
|
|
|
2793 * font-lock.el (font-lock-range-table): New.
|
|
|
2794 * font-lock.el (font-lock-after-change-function):
|
|
|
2795 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
|
2796 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
|
2797 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
|
2798 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
|
2799 Rewrite deferral code to handle any number of changes, merging
|
|
|
2800 them properly. Remove hacked-up code for revert-buffer, now
|
|
|
2801 unnecessary.
|
|
444
|
2802
|
|
442
|
2803 * menubar-items.el (default-menubar):
|
|
|
2804 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
|
2805 unless necessary; doing this turns off font-lock.
|
|
|
2806
|
|
|
2807 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2808
|
|
|
2809 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
|
2810
|
|
|
2811 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2812
|
|
|
2813 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
|
2814 matching to process -*-texinfo-*- -*-.
|
|
|
2815
|
|
|
2816 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
|
2817
|
|
|
2818 * minibuf.el (minibuf-directory-files): new function.
|
|
|
2819 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
|
2820 (read-directory-name-internal): ditto.
|
|
|
2821 (mouse-file-display-completion-list): ditto.
|
|
|
2822 (mouse-directory-display-completion-list): ditto.
|
|
|
2823 (read-file-name-internal): remove "./" from completion list unless
|
|
|
2824 explicitly matched, for consistency.
|
|
|
2825
|
|
|
2826 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
|
2827
|
|
|
2828 * gutter-items.el (gutter-buffers-tab):
|
|
|
2829 * gutter-items.el (add-tab-to-gutter):
|
|
|
2830 * gutter-items.el (update-tab-in-gutter):
|
|
|
2831 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
|
2832 * gutter-items.el (append-progress-display):
|
|
|
2833 * gutter-items.el (abort-progress-display):
|
|
|
2834 * gutter-items.el (raw-append-progress-display):
|
|
|
2835 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
|
2836 to fix problems with multiple windows in a frame.
|
|
444
|
2837
|
|
442
|
2838 * menubar-items.el (tutorials-menu-filter):
|
|
|
2839 Fix typo.
|
|
444
|
2840
|
|
442
|
2841 * startup.el (early-error-handler):
|
|
|
2842 Display message box under windows; otherwise, message will disappear
|
|
|
2843 before it can be viewed.
|
|
444
|
2844
|
|
442
|
2845 * update-elc.el:
|
|
|
2846 Fix bug in NEEDTODUMP processing.
|
|
|
2847
|
|
|
2848 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2849
|
|
|
2850 * startup.el (lock-directory): Removed.
|
|
|
2851 (superlock-file): Ditto.
|
|
|
2852 (startup-set-paths): Remove lockdir.
|
|
|
2853 (startup-setup-paths-warning): Remove lock-directory.
|
|
|
2854
|
|
|
2855 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
|
2856 (paths-find-superlock-file): Ditto.
|
|
|
2857
|
|
|
2858 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
2859
|
|
|
2860 * faces.el (set-face-property):
|
|
|
2861 * faces.el (set-face-font):
|
|
|
2862 * faces.el (set-face-foreground):
|
|
|
2863 * faces.el (set-face-background):
|
|
|
2864 * faces.el (set-face-background-pixmap):
|
|
|
2865 * faces.el (set-face-underline-p):
|
|
|
2866 * faces.el (set-face-strikethru-p):
|
|
|
2867 * faces.el (set-face-highlight-p):
|
|
|
2868 * faces.el (set-face-dim-p):
|
|
|
2869 * faces.el (set-face-blinking-p):
|
|
|
2870 * faces.el (set-face-reverse-p):
|
|
|
2871 doc string changes.
|
|
444
|
2872
|
|
442
|
2873 * glyphs.el:
|
|
|
2874 * glyphs.el (make-image-specifier):
|
|
|
2875 * glyphs.el (glyph-property):
|
|
|
2876 * glyphs.el (set-glyph-image):
|
|
|
2877 * glyphs.el (make-glyph):
|
|
|
2878 * glyphs.el (make-pointer-glyph):
|
|
|
2879 * glyphs.el (make-icon-glyph):
|
|
|
2880 * glyphs.el (widget-image-instance-p): New.
|
|
|
2881 authorship info, lots of doc changes. New predicate, inadvertently
|
|
|
2882 omitted. the general principle with specifier docs is now that
|
|
|
2883 the description of instantiators should go with the make-foo-specifier
|
|
|
2884 fun's doc string, rather than in foo-specifier-p. this follows
|
|
|
2885 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
|
2886 of a place to look. sometimes the make-foo-specifier function needs
|
|
|
2887 to be created in the process.
|
|
444
|
2888
|
|
442
|
2889 * gutter.el:
|
|
|
2890 * gutter.el (make-gutter-specifier): New.
|
|
|
2891 * gutter.el (make-gutter-size-specifier): New.
|
|
|
2892 * gutter.el (make-gutter-visible-specifier): New.
|
|
|
2893 specifier doc updates according to the conventions specified before.
|
|
|
2894
|
|
|
2895 * objects.el:
|
|
|
2896 * objects.el (make-font-specifier):
|
|
|
2897 * objects.el (make-color-specifier):
|
|
|
2898 * objects.el (make-face-boolean-specifier): New.
|
|
|
2899 specifier doc updates according to the conventions specified before.
|
|
|
2900
|
|
|
2901 * specifier.el:
|
|
|
2902 * specifier.el (set-specifier):
|
|
|
2903 * specifier.el (make-integer-specifier): New.
|
|
|
2904 * specifier.el (make-boolean-specifier): New.
|
|
|
2905 * specifier.el (make-natnum-specifier): New.
|
|
|
2906 * specifier.el (make-generic-specifier): New.
|
|
|
2907 * specifier.el (make-display-table-specifier): New.
|
|
|
2908 specifier doc updates according to the conventions specified before.
|
|
|
2909
|
|
|
2910 * toolbar.el:
|
|
|
2911 * toolbar.el (make-toolbar-specifier): New.
|
|
|
2912 specifier doc updates according to the conventions specified before.
|
|
|
2913
|
|
|
2914 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
2915
|
|
|
2916 * process.el (call-process-internal): Revert to previous version
|
|
|
2917 because Mike's change clashed with a change I did not long before.
|
|
|
2918 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
|
2919 Thanks very much Mike for pointing out the bug and submitting a
|
|
|
2920 patch!
|
|
|
2921
|
|
|
2922 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
|
2923
|
|
|
2924 * process.el (call-process-internal): Send the correct input buffer
|
|
|
2925 (call-process-internal): Return the exit status of the process
|
|
|
2926
|
|
|
2927 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
|
2928
|
|
|
2929 * winnt.el:
|
|
|
2930 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
|
2931 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
|
2932 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
|
2933 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
|
2934 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
|
2935 * winnt.el (nt-quote-process-args): Removed.
|
|
|
2936 Remove all stuff for argument quoting. We borrow the code instead
|
|
|
2937 from Emacs 20.6, which is much more careful in its quoting
|
|
|
2938 (e.g. in handling runs of the escape character) and avoids most of
|
|
|
2939 the need for this Lisp mechanism by checking to see whether we're
|
|
|
2940 running a Cygwin or normal program and doing the appropriate
|
|
|
2941 quoting. If we end up needing such a mechanism, we should add
|
|
|
2942 it by extending the variable `mswindows-quote-process-args' so it
|
|
|
2943 can take an alist of regexps.
|
|
|
2944
|
|
|
2945 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
|
2946
|
|
|
2947 * keydefs.el:
|
|
|
2948 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
|
2949 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
|
2950 the window without moving point.
|
|
444
|
2951
|
|
442
|
2952 * simple.el:
|
|
|
2953 * simple.el (scroll-up-one): New.
|
|
|
2954 * simple.el (scroll-down-one): New.
|
|
|
2955 Functions for use with C-M-up/down.
|
|
|
2956
|
|
|
2957 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
|
2958
|
|
|
2959 * XEmacs 21.2.33 is released.
|
|
|
2960
|
|
|
2961 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
|
2962
|
|
444
|
2963 * dialog.el (yes-or-no-p-dialog-box):
|
|
442
|
2964 Fix docstring.
|
|
444
|
2965 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
|
442
|
2966 1. Visit two files in two different frames.
|
|
|
2967 2. do File->Revert Buffer in one of those frames.
|
|
|
2968 3. Dialog box appears.
|
|
|
2969 4. Arrange things so that the mouse passes over the *other*
|
|
|
2970 frame, then to the dialog box, and click on "Yes".
|
|
|
2971 5. The file contents end up in the *wrong* buffer!
|
|
|
2972 Add TODO comment.
|
|
444
|
2973
|
|
442
|
2974 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
2975
|
|
|
2976 * help.el (describe-installation): correct typo introduced
|
|
|
2977 in last patch: boundp -> fboundp.
|
|
|
2978
|
|
|
2979 * etags.el (buffer-tag-table-list):
|
|
|
2980 canonicalize filenames to Unix format so that tag-table-alist
|
|
|
2981 searching works under Windows.
|
|
444
|
2982
|
|
442
|
2983 * autoload.el:
|
|
|
2984 Bowdlerize the supposedly objectionable words
|
|
|
2985 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
|
444
|
2986
|
|
442
|
2987 * gutter-items.el (set-progress-display-style):
|
|
|
2988 * gutter-items.el (search-dialog-callback):
|
|
|
2989 * gutter-items.el (make-search-dialog):
|
|
|
2990 Change to new callback-ex api.
|
|
|
2991
|
|
|
2992 2000-04-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
2993
|
|
|
2994 * help.el: (describe-installation): decode-coding-string is not
|
|
|
2995 defined in a non MULE environment.
|
|
|
2996
|
|
|
2997 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
2998
|
|
|
2999 * gutter-items.el (buffer-list-changed-hook):
|
|
|
3000 use it, not record-buffer-hook.
|
|
|
3001
|
|
|
3002 * subr.el (record-buffer-hook): Removed.
|
|
|
3003
|
|
|
3004 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
|
3005
|
|
|
3006 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
|
3007 use NORECORD option. Andy will not like this, but the existing
|
|
|
3008 gutter behavior is just wrong, as per this comment:
|
|
|
3009
|
|
|
3010 ;; this used to add the norecord flag to both calls below.
|
|
|
3011 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
|
3012 ;; that the current buffer is at the front of the buffers list.
|
|
|
3013 ;; for example, select an item and then do M-C-l
|
|
|
3014 ;; (switch-to-other-buffer). Things get way confused.
|
|
|
3015 ;;
|
|
|
3016 ;; Andy, if you want to maintain the current look, you must
|
|
|
3017 ;; *uncouple* the gutter order and buffers order.
|
|
|
3018
|
|
|
3019 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
|
3020
|
|
|
3021 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
|
3022 xemacs.mak.
|
|
|
3023
|
|
|
3024 * autoload.el (batch-update-one-directory): new function, used in
|
|
|
3025 xemacs.mak.
|
|
|
3026
|
|
|
3027 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
|
3028 loadup during update-elc is much much much faster. also do this
|
|
|
3029 when quick-building.
|
|
|
3030
|
|
|
3031 add commented-out code for profiling loadup.
|
|
444
|
3032
|
|
442
|
3033
|
|
|
3034 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
|
3035 is required in order to build xemacs.
|
|
|
3036
|
|
|
3037 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
|
3038
|
|
|
3039 * loadup.el: don't garbage collect during loadup if quick-build
|
|
|
3040 compile-time option is set.
|
|
|
3041
|
|
|
3042 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
|
3043
|
|
|
3044 * update-elc.el: compute whether any dumped .el or .elc files
|
|
|
3045 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
|
3046 if so.
|
|
444
|
3047
|
|
442
|
3048 * update-elc.el (update-elc-files-to-compile): always change
|
|
|
3049 NOBYTECOMPILE in the src directory rather than current dir,
|
|
|
3050 so it will work under NT.
|
|
|
3051
|
|
|
3052 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
|
3053 the form of this file is identical between Unix and Windows.
|
|
|
3054 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
|
3055 Added comment.
|
|
|
3056 (update-autoloads-from-directory): updated doc string.
|
|
|
3057 updated doc strings in a few other places.
|
|
|
3058
|
|
|
3059 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3060
|
|
|
3061 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
|
3062 byte-recompile-directory.
|
|
|
3063
|
|
|
3064 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3065
|
|
|
3066 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
|
3067 add-one-shot-hook.
|
|
|
3068 * gutter-items.el (clear-progress-display): Adjust number of
|
|
|
3069 arguments.
|
|
|
3070
|
|
|
3071 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3072
|
|
|
3073 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
|
3074
|
|
|
3075 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
|
3076
|
|
|
3077 * printer.el: New file.
|
|
444
|
3078
|
|
442
|
3079 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
|
444
|
3080
|
|
442
|
3081 * help.el (describe-installation): Fix decoding for Windows.
|
|
444
|
3082
|
|
442
|
3083 * menubar-items.el:
|
|
|
3084 * menubar-items.el (default-menubar):
|
|
|
3085 * menubar-items.el (tutorials-menu-filter): New.
|
|
|
3086 * menubar-items.el (popup-menubar-menu):
|
|
|
3087 Add authorship. Redo Help menu and Tutorials filter.
|
|
444
|
3088
|
|
442
|
3089 * menubar.el: Correct comment.
|
|
444
|
3090
|
|
442
|
3091 * modeline.el (modeline-buffer-identification): Correct doc string.
|
|
444
|
3092
|
|
442
|
3093 * simple.el:
|
|
|
3094 * simple.el (printing): Removed.
|
|
|
3095 * simple.el (printer-name): Removed.
|
|
|
3096 * simple.el (generic-print-buffer): Removed.
|
|
|
3097 * simple.el (generic-print-region): Removed.
|
|
|
3098 Move generic print code to printer.el.
|
|
|
3099
|
|
|
3100 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
|
3101
|
|
|
3102 * simple.el (generic-print-region): New.
|
|
|
3103 make this function actually work.
|
|
|
3104 (generic-print-buffer): call generic-print-region.
|
|
|
3105
|
|
|
3106 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
|
3107
|
|
|
3108 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
|
3109 by using the new widget-callback-current-channel.
|
|
|
3110 (search-dialog-callback): ditto.
|
|
|
3111
|
|
|
3112 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
|
3113
|
|
|
3114 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
|
3115 (default-gutter-position-changed-hook): ditto.
|
|
|
3116 (gutter-element-visibility-changed-hook): ditto.
|
|
|
3117 (set-gutter-element): ditto.
|
|
|
3118 (remove-gutter-element): ditto.
|
|
444
|
3119 (set-gutter-element-visible-p): ditto.
|
|
442
|
3120 (gutter-element-visible-p): ditto.
|
|
|
3121 (init-gutter): ditto.
|
|
|
3122
|
|
|
3123 * dialog.el (make-dialog-box): renamed and moved from
|
|
|
3124 gutter-items.el
|
|
|
3125
|
|
|
3126 * gutter-items.el: move various functions elsewhere.
|
|
|
3127
|
|
|
3128 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
3129
|
|
|
3130 * menubar-items.el: Fixed place of parenthesis.
|
|
|
3131
|
|
|
3132 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
|
3133
|
|
|
3134 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
|
3135 without constantly being prompted for the tag.
|
|
|
3136 * simple.el: Added a number of section headings, to clarify the
|
|
|
3137 organization of this file.
|
|
444
|
3138 * simple.el (activate-region):
|
|
|
3139 * simple.el (region-exists-p):
|
|
|
3140 * simple.el (region-active-p):
|
|
442
|
3141 Moved these three function down to the other side of
|
|
|
3142 the case-changing functions, so they join the rest of
|
|
|
3143 the region code.
|
|
|
3144 * simple.el (printing): New.
|
|
|
3145 * simple.el (printer-name): New.
|
|
|
3146 * simple.el (generic-print-buffer): New.
|
|
|
3147 New functions, a very simple prototype for a unified
|
|
|
3148 printing interface.
|
|
444
|
3149
|
|
442
|
3150 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
|
3151 other problems with BUFFER specs.
|
|
444
|
3152
|
|
442
|
3153 * menubar-items.el:
|
|
|
3154 Fixed up File->Print to use new printing functions.
|
|
|
3155 Various corrections and expansions to Grep/Compile menus.
|
|
|
3156 New options for Printing.
|
|
|
3157 New options for SMTP Mail, the way to send mail under
|
|
|
3158 MS Windows. (There's also a package patch to make SMTP
|
|
|
3159 Mail be the default under MSWin.)
|
|
|
3160
|
|
|
3161 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
|
3162
|
|
|
3163 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
|
3164 did not work. Needed to quote mouse-track-rectangle-p.
|
|
|
3165
|
|
|
3166 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3167
|
|
|
3168 * cl-compat.el (keywordp): Removed.
|
|
|
3169
|
|
|
3170 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
|
3171
|
|
|
3172 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
|
3173 (progress-gauge-glyph): use dynamic sizing.
|
|
|
3174 (set-progress-display-style): new function. Set progress glyphs
|
|
|
3175 appropriately depending on the style.
|
|
|
3176 (progress-display-style): new variable. Custom version of
|
|
|
3177 set-progress-display-style.
|
|
|
3178 (progress-abort-glyph): switch to dynamic sizes.
|
|
|
3179 (search-dialog-text): make the edit field active.
|
|
|
3180
|
|
|
3181 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
|
3182
|
|
|
3183 * gutter-items.el (make-search-dialog): need to make the search
|
|
|
3184 dialog visible after creation.
|
|
|
3185
|
|
|
3186 * menubar-items.el (default-menubar): use the search dialog for
|
|
|
3187 searching. Remove some extraneous search menu items.
|
|
|
3188
|
|
|
3189 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
|
3190 well as strings.
|
|
|
3191 (make-gutter-only-dialog-frame): allow the user to create the
|
|
|
3192 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
|
3193 (search-dialog-direction): new variable.
|
|
|
3194 (search-dialog-text): new variable.
|
|
|
3195 (search-dialog-callback): new function. Callback for the search
|
|
|
3196 dialog action.
|
|
|
3197 (make-search-dialog): new function. Create a user-friendly search
|
|
|
3198 dialog.
|
|
|
3199
|
|
|
3200 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3201
|
|
|
3202 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
|
3203 under Windows.
|
|
|
3204
|
|
|
3205 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
|
3206
|
|
|
3207 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
|
3208 progress more accurately.
|
|
|
3209
|
|
|
3210 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
|
3211
|
|
|
3212 * finder.el (finder-compile-keywords): Process readable files only.
|
|
|
3213 Because error in process of .#finder-inf.el when compile xemacs
|
|
|
3214 with --with-clash-detection option.
|
|
|
3215
|
|
|
3216 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
|
3217
|
|
|
3218 * gutter-items.el (append-progress-display): don't delay after a
|
|
|
3219 successful font-lock.
|
|
|
3220 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
|
3221 create gutter-only dialogs.
|
|
|
3222
|
|
|
3223 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
|
3224
|
|
|
3225 * process.el (call-process-internal): Handle a null BUFFER
|
|
|
3226 parameter correctly.
|
|
|
3227
|
|
|
3228 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
|
3229
|
|
|
3230 * gutter-items.el (abort-progress-display): put strings in the
|
|
|
3231 gutter not extents.
|
|
|
3232 (progress-layout-glyph): signal special 'quit callback.
|
|
|
3233 (progress-display-quit-function): deleted.
|
|
|
3234 (progress-display-stop-callback): deleted.
|
|
|
3235 (progress-display-dispatch-command-events): deleted.
|
|
|
3236 (append-progress-display): remove calls to
|
|
|
3237 progress-display-dispatch-command-events.
|
|
|
3238 (raw-append-progress-display): ditto.
|
|
|
3239
|
|
|
3240 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3241
|
|
|
3242 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
|
3243 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
|
3244 an error predicate. Correctly handle PIXMAP being either relative
|
|
|
3245 or absolute file name.
|
|
|
3246
|
|
|
3247 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
|
3248
|
|
|
3249 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
|
3250 (abort-progress-display): ditto. Don't delete the created extent.
|
|
|
3251 (raw-append-progress-display): ditto.
|
|
|
3252 (progress-display-dispatch-non-command-events): new
|
|
|
3253 function. Encapsulates what we want to do when no command input is
|
|
|
3254 required.
|
|
|
3255 (progress-display-dispatch-command-events): likewise, but disable
|
|
|
3256 for now since it causes too many problems.
|
|
|
3257 (append-progress-display): use them.
|
|
|
3258 (raw-append-progress-display): ditto.
|
|
|
3259 (default-gutter-position-changed-hook): set this rather than
|
|
|
3260 default-gutter-position-changed.
|
|
|
3261 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
|
3262 rather than one.
|
|
|
3263 (raw-append-progress-display): trap errors in pending input since
|
|
|
3264 allowing them to signal will hose the gauge well and
|
|
|
3265 truly. Ideally we would like to delay these until we are more able
|
|
|
3266 to cope.
|
|
|
3267 (append-progress-display): ditto.
|
|
|
3268
|
|
|
3269 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
|
444
|
3270
|
|
442
|
3271 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
|
3272 in process.el.
|
|
|
3273
|
|
|
3274 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
3275
|
|
444
|
3276 * mule\mule-cmds.el (set-language-info-alist):
|
|
442
|
3277 Fix to correspond to new menu arrangement.
|
|
|
3278
|
|
|
3279 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
3280
|
|
|
3281 * process.el:
|
|
|
3282 * process.el (call-process-internal): New.
|
|
|
3283 New implementation of call-process. Only enabled under NT, so far.
|
|
|
3284 stderr handling not implemented yet in CVS'd C code.
|
|
|
3285
|
|
|
3286 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
|
3287
|
|
|
3288 * lisp-mode.el:
|
|
|
3289 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
|
3290 * lisp-mode.el (lisp-interaction-mode):
|
|
|
3291 Put back Lisp Interaction menubar for Jan V's sake.
|
|
444
|
3292
|
|
442
|
3293 * simple.el:
|
|
|
3294 * simple.el (mark-ring):
|
|
|
3295 * simple.el (dont-record-current-mark): New.
|
|
|
3296 * simple.el (in-shifted-motion-command): New.
|
|
|
3297 * simple.el (mark-ring-unrecorded-commands): New.
|
|
|
3298 * simple.el (mark-ring-max):
|
|
|
3299 * simple.el (set-mark-command):
|
|
|
3300 * simple.el (push-mark):
|
|
|
3301 * simple.el (handle-pre-motion-command):
|
|
|
3302 Implement scheme for not recording unimportant marks.
|
|
444
|
3303
|
|
442
|
3304 * subr.el:
|
|
|
3305 * subr.el (function-allows-args): New.
|
|
|
3306 New function function-allows-args.
|
|
|
3307
|
|
|
3308 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
|
3309
|
|
|
3310 * XEmacs 21.2.32 is released.
|
|
|
3311
|
|
|
3312 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
|
3313
|
|
|
3314 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
|
3315 selected-window if required to do so.
|
|
|
3316 (buffers-tab-items): ditto.
|
|
|
3317 (add-tab-to-gutter): ditto.
|
|
|
3318 (create-frame-hook): use force-selection.
|
|
|
3319 (default-gutter-position-changed): lambdify.
|
|
|
3320 (update-tab-hook): deleted since it was only used in one place.
|
|
|
3321
|
|
|
3322 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
|
3323
|
|
|
3324 * files.el (find-file-noselect): undo change that shouldn't have
|
|
|
3325 gone in.
|
|
|
3326
|
|
|
3327 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
|
3328
|
|
|
3329 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
|
3330 of selected-window trickery.
|
|
|
3331
|
|
|
3332 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
|
3333 frames tabs.
|
|
|
3334 (progress-display-stop-callback): progress -> progress-display
|
|
|
3335 (progress-display-quit-function): ditto.
|
|
|
3336 (clear-progress-display): ditto.
|
|
|
3337 (remove-progress-display): ditto.
|
|
|
3338 (append-progress-display): ditto.
|
|
|
3339 (abort-progress-display): ditto.
|
|
|
3340 (raw-append-progress-display): ditto.
|
|
|
3341 (display-progress-display): ditto.
|
|
|
3342 (current-progress-display-label): ditto.
|
|
|
3343 (current-progress-display): ditto.
|
|
|
3344 (lprogress-display): ditto and save the buffer
|
|
|
3345 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
|
3346 changed which confuses font-lock.
|
|
|
3347
|
|
|
3348 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
|
3349 errors, not just quit.
|
|
|
3350 (font-lock-mode): progress -> display-progress
|
|
|
3351 (font-lock-default-fontify-buffer): ditto.
|
|
|
3352 (font-lock-fontify-syntactically-region): ditto.
|
|
|
3353 (font-lock-fontify-keywords-region): ditto.
|
|
|
3354
|
|
|
3355 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3356
|
|
|
3357 * cl.el (gensym): Move to here from cl-macs.el.
|
|
|
3358 (gentemp): Ditto.
|
|
|
3359
|
|
|
3360 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
|
3361
|
|
|
3362 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
|
3363 progress management.
|
|
|
3364 (font-lock-default-fontify-buffer): ditto.
|
|
|
3365 (font-lock-fontify-syntactically-region): ditto.
|
|
|
3366 (font-lock-fontify-keywords-region): ditto.
|
|
|
3367 (font-lock-revert-cleanup): fix reverting.
|
|
|
3368 (font-lock-revert-setup): ditto.
|
|
|
3369
|
|
|
3370 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
|
3371 echo area for progress gauges if non-nil.
|
|
|
3372 (clear-progress): remove echo area stuff and defer to
|
|
|
3373 clear-message.
|
|
|
3374 (append-progress): dispatch non-command events after each progress
|
|
|
3375 increment. Remove echo area stuff.
|
|
|
3376 (abort-progress): remove echo area stuff and defer to
|
|
|
3377 display-message.
|
|
|
3378 (raw-append-progress): ditto. Dispatch non-command events after
|
|
|
3379 gutter redisplay.
|
|
|
3380 (display-progress): defer echo area stuff to display-message.
|
|
|
3381
|
|
|
3382 * gutter-items.el (clear-progress):
|
|
|
3383 (abort-progress): indentation changes.
|
|
|
3384 (display-progress): don't clear progress.
|
|
|
3385 (append-progress): compare messages with equal.
|
|
|
3386 (raw-append-progress): use dispatch-non-command-events to flush
|
|
|
3387 widget creation events.
|
|
|
3388
|
|
|
3389 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
|
3390
|
|
|
3391 * abbrev.el:
|
|
|
3392 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
|
3393 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
|
3394 Changes for use with the menubar.
|
|
|
3395
|
|
|
3396 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
|
3397
|
|
|
3398 * alist.el (vassoc): moved here from font-menu.el.
|
|
|
3399
|
|
|
3400 * custom.el (defface): typo fix.
|
|
|
3401
|
|
|
3402 * dialog.el (yes-or-no-p-dialog-box):
|
|
|
3403 * dialog.el (message-box):
|
|
|
3404 * files.el (save-some-buffers-1):
|
|
|
3405 Put accelerators in the button names.
|
|
|
3406
|
|
|
3407 * font-lock.el (font-lock-comment-face):
|
|
|
3408 * font-lock.el (font-lock-keyword-face):
|
|
|
3409 * font-lock.el (font-lock-function-name-face):
|
|
|
3410 Fixed some of the colors under MS Windows because the existing
|
|
|
3411 default colors were hardly different from black and needed to be
|
|
|
3412 made lighter.
|
|
|
3413
|
|
|
3414 * font-menu.el:
|
|
|
3415 * font-menu.el (font-menu-split-long-menu):
|
|
|
3416 * font-menu.el (font-menu-family-constructor):
|
|
|
3417 * font-menu.el (font-menu-size-constructor):
|
|
|
3418 * font-menu.el (font-menu-weight-constructor):
|
|
|
3419 * font-menu.el (font-menu-set-font):
|
|
|
3420 vassoc moved to alist.el.
|
|
|
3421 Accelerators added to all menus.
|
|
|
3422 Unused bound var new-props removed.
|
|
444
|
3423
|
|
442
|
3424 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
|
3425 more consistent order and fixed a number of cases where key
|
|
|
3426 combinations involving up, down, left, right and so on were
|
|
|
3427 defined but the corresponding keypad combinations were not
|
|
444
|
3428 defined.
|
|
442
|
3429
|
|
|
3430 * lisp-mode.el:
|
|
|
3431 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
|
3432 * lisp-mode.el (emacs-lisp-mode):
|
|
|
3433 * lisp-mode.el (lisp-interaction-mode):
|
|
|
3434 * lisp-mode.el (flet):
|
|
|
3435 Added accelerators onto the menus.
|
|
|
3436 Made all the different versions of the let function be indented
|
|
|
3437 the same way.
|
|
|
3438 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
|
3439 to have the menubar and popup menus different.
|
|
|
3440 Cleaned up the menu; added items for find-function &c and some
|
|
|
3441 indenting, and removed debug-on-*.
|
|
|
3442
|
|
|
3443 * list-mode.el (list-mode-hook):
|
|
|
3444 * list-mode.el (list-mode):
|
|
|
3445 * list-mode.el (completion-setup-hook):
|
|
|
3446 * list-mode.el (display-completion-list):
|
|
|
3447 Added support for the :window-height keyword, which is required
|
|
|
3448 because of other changes that I made for the file dialog box. I
|
|
|
3449 also made the hook variables list-mode-hook and
|
|
|
3450 completion-setup-hook and also minibuffer-setup-hook in
|
|
|
3451 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
|
3452
|
|
|
3453 * map-ynp.el (map-y-or-n-p):
|
|
|
3454 Added accelerators to the dialog buttons.
|
|
|
3455
|
|
|
3456 * menubar-items.el (menu-truncate-list):
|
|
|
3457 New internal function.
|
|
|
3458 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
|
3459 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
|
3460 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
|
3461 New exported functions, for use in auto-generating accelerator specs.
|
|
|
3462
|
|
|
3463 * menubar-items.el:
|
|
|
3464 * menubar-items.el (default-menubar):
|
|
|
3465 * menubar-items.el (maybe-add-init-button):
|
|
|
3466 * menubar-items.el (bookmark-menu-filter):
|
|
|
3467 * menubar-items.el (slow-format-buffers-menu-line):
|
|
|
3468 * menubar-items.el (build-buffers-menu-internal):
|
|
|
3469 * menubar-items.el (language-environment-menu-filter):
|
|
|
3470 * menubar-items.el (default-popup-menu):
|
|
|
3471 * menubar-items.el (popup-buffer-menu):
|
|
|
3472 * menubar-items.el (popup-menubar-menu):
|
|
|
3473 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
|
3474 done working on the menubar, and there will be more patches to
|
|
|
3475 come. A basic summary of what I've done:
|
|
|
3476
|
|
|
3477 a) I added accelerators to all of the menu items. For menus that
|
|
|
3478 are auto-generated, such as the buffers menu, the accelerators are
|
|
|
3479 automatically added to the beginning of each line using the
|
|
|
3480 numbers 1 through 9, then zero, and then letters starting with A,
|
|
|
3481 but omitting the letters that are already in use for the fixed
|
|
|
3482 menu items at the top of the buffers menu. To facilitate adding
|
|
|
3483 accelerators of this kind, I created some new functions
|
|
|
3484 (*-accelerator-spec), which are also being used by other filters
|
|
|
3485 that auto generate lists of things such as ftp sites to download
|
|
|
3486 packages. If people really don't like these accelerators
|
|
|
3487 appearing at the beginning of the menu items, a variable can be
|
|
|
3488 added to optionally turn them off, but I think this is rather
|
|
|
3489 pointless because other menu items have accelerators and many or
|
|
|
3490 most of the menu users will use the accelerators if the support is
|
|
|
3491 there.
|
|
|
3492
|
|
|
3493 b) I combined the top level Tools and Apps menus into a single
|
|
|
3494 Tools menu, because the distinction between the two is not
|
|
|
3495 obvious, and the items on the menus are not used often enough that
|
|
444
|
3496 putting some of them onto submenus is a problem.
|
|
442
|
3497
|
|
|
3498 c) I created two new top level menus called View and Cmds because
|
|
|
3499 there were too many items on the File and Edit menus, and I'm going
|
|
|
3500 to be adding more items to these menus. In contrast to the Tools
|
|
|
3501 menu, the items on these menus may be used quite often during an
|
|
|
3502 editing session, and so should be available with fewer
|
|
444
|
3503 keystrokes.
|
|
442
|
3504
|
|
|
3505 d) I added a number of options to the options menu, including one
|
|
|
3506 for controlling whether the alt key can be used to traverse to
|
|
|
3507 menu items using the accelerators, one for controlling behavior of
|
|
|
3508 control-k, one for controlling how the kill and yank functions
|
|
|
3509 interact with the clipboard, a few additional buffers-menu
|
|
|
3510 options, and various other things. I also did a bit of
|
|
|
3511 rearranging, for example, combining the keyboard and mouse options
|
|
|
3512 into a single keyboard and mouse submenu to facilitate the
|
|
444
|
3513 accelerators on that level.
|
|
442
|
3514
|
|
|
3515 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
|
3516 to take two arguments instead of one, the second argument being
|
|
|
3517 the line number for use in creating an accelerator. I added a
|
|
|
3518 hack to support existing functions with one argument (although I
|
|
444
|
3519 doubt that very many of these exist), for backward compatibility.
|
|
442
|
3520
|
|
|
3521 f) I moved the top level mule menu to be a submenu of the edit
|
|
|
3522 menu. I think that most of the items on this menu are fairly
|
|
|
3523 useless and there are certainly not enough frequently used items
|
|
444
|
3524 to justify this being its own top level menu.
|
|
442
|
3525
|
|
|
3526 g) I combined most of the items in big-menubar.el into the main menu.
|
|
|
3527 If people think the main menu is too big, it would be possible to
|
|
|
3528 create different configurations, some smaller.
|
|
|
3529
|
|
|
3530 * menubar.el (check-menu-syntax):
|
|
|
3531 Deleted some syntax checks that were no longer valid, partly
|
|
|
3532 because of changes that were already made a long time ago, and
|
|
|
3533 partly because of a change I made where I allow the name of the
|
|
|
3534 menu item to be an evaluated expression rather than just a string,
|
|
|
3535 similar to all of the other parameters of a menu item.
|
|
|
3536
|
|
|
3537 * minibuf.el:
|
|
|
3538 * minibuf.el (read-file-name-1):
|
|
|
3539 * minibuf.el (mouse-read-file-name-1):
|
|
|
3540 I made a number of changes to improve the appearance
|
|
|
3541 and functioning of the file dialog box. They include:
|
|
|
3542
|
|
|
3543 a) Fixing the problem where closing the dialog box by clicking on
|
|
|
3544 the close button of the window didn't properly exit the
|
|
444
|
3545 minibuffer.
|
|
442
|
3546
|
|
|
3547 b) Fixing the problem that if you typed part of a file name, and
|
|
|
3548 then clicked on a completion with the mouse, the file was not
|
|
444
|
3549 correctly selected.
|
|
442
|
3550
|
|
|
3551 c) Changing the title of the dialog box to reflect the operation
|
|
|
3552 being done in accordance with user interface conventions, rather
|
|
444
|
3553 than the name of the dialog box buffer, which is rather useless.
|
|
442
|
3554
|
|
|
3555 d) Remove the words "possible completions are" which didn't
|
|
444
|
3556 belong.
|
|
442
|
3557
|
|
|
3558 e) Fix things so that the completions scroll off the end of the
|
|
|
3559 completions windows only to the right, rather than both to the
|
|
|
3560 right and down, which is in accordance with Windows user interface
|
|
444
|
3561 conventions.
|
|
442
|
3562
|
|
|
3563 * msw-init.el (init-post-mswindows-win):
|
|
|
3564 Added a binding for meta-F4, which is the standard windows binding
|
|
|
3565 for exiting a program.
|
|
|
3566
|
|
|
3567 * select.el (get-selection-no-error):
|
|
|
3568 * select.el (own-selection):
|
|
|
3569 * select.el (own-clipboard):
|
|
|
3570 Added an optional argument called append to the functions
|
|
|
3571 own-selection and own-clipboard. This adds support for appending
|
|
|
3572 text to the existing selection and allows the function
|
|
|
3573 own-clipboard to be used as the value of the variable
|
|
|
3574 interprogram- cut-function.
|
|
|
3575
|
|
|
3576 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
|
3577
|
|
|
3578 * simple.el (historical-kill-line): New.
|
|
|
3579
|
|
|
3580 * simple.el (kill-line):
|
|
|
3581 * simple.el (interprogram-cut-function):
|
|
|
3582 * simple.el (interprogram-paste-function):
|
|
|
3583 * simple.el (handle-pre-motion-command):
|
|
|
3584 * simple.el (next-line):
|
|
|
3585 * simple.el (previous-line):
|
|
|
3586 a) Expanded the variable kill-whole-line, so that function
|
|
|
3587 kill-line can be set to delete the entire line always, not just
|
|
|
3588 when cursor is at the beginning of the line. This is controlled
|
|
|
3589 by setting the variable kill-whole-line to the symbol 'always.
|
|
|
3590 This behavior, as well as the existing kill-whole-line behavior,
|
|
|
3591 now only take effect when kill-line is called interactively,
|
|
|
3592 although this is a departure from a previous behavior in the case
|
|
|
3593 of setting this variable kill-whole-line to t. It is almost
|
|
|
3594 certainly what has always been intended, and most likely the old
|
|
|
3595 way of doing things introduced bugs. I also created a function
|
|
|
3596 called historical-kill-line, which ignores the kill-whole-line
|
|
|
3597 setting and always gives the historical behavior of only killing
|
|
|
3598 to the end of the line. I bound this function to shift- control-k
|
|
|
3599 so that the kill to end of line behavior is available, even when
|
|
|
3600 kill-whole-line has been set to change control-k into the simple
|
|
|
3601 delete-whole-line behavior. (This can be set using the options
|
|
|
3602 menu.)
|
|
|
3603
|
|
|
3604 b) I changed things so that kill and yank now interact with the
|
|
|
3605 clipboard by default under windows. This was done by changing the
|
|
|
3606 default value of interprogram-cut- function and
|
|
|
3607 interprogram-paste-function. You can get the old behavior by
|
|
|
3608 setting these to nil, and there is an option on the options menu
|
|
|
3609 to do this.
|
|
|
3610
|
|
|
3611 c) I added support for selecting text using shifted motion keys.
|
|
|
3612 This support is on by default and can be controlled by the
|
|
|
3613 variable shifted-motion-keys-select-region. There is also a
|
|
|
3614 variable called unshifted-motion-keys-deselect-region that
|
|
|
3615 controls more specifically how the shifted motion key behavior
|
|
|
3616 works. I did not put an option on the options menu to turn this
|
|
|
3617 off, because I can't imagine why this would be useful.
|
|
|
3618
|
|
|
3619 * simple.el (forward-block-of-lines):
|
|
|
3620 * simple.el (backward-block-of-lines):
|
|
|
3621 * simple.el (block-movement-size):
|
|
|
3622 New.
|
|
|
3623
|
|
|
3624 * simple.el (uncapitalized-title-words):
|
|
|
3625 * simple.el (uncapitalized-title-word-regexp):
|
|
|
3626 * simple.el (capitalize-string-as-title):
|
|
|
3627 * simple.el (capitalize-region-as-title):
|
|
|
3628 New.
|
|
444
|
3629
|
|
442
|
3630
|
|
|
3631 * subr.el (add-hook):
|
|
|
3632 * subr.el (make-local-hook): New.
|
|
|
3633 * subr.el (remove-local-hook): New.
|
|
|
3634 * subr.el (add-one-shot-hook): New.
|
|
|
3635 * subr.el (add-local-one-shot-hook): New.
|
|
|
3636 Added some functions to make using hooks easier.
|
|
|
3637 These include:
|
|
|
3638
|
|
|
3639 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
|
3640 to use local hooks.
|
|
|
3641
|
|
|
3642 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
|
3643 make it possible to add a "one-shot" hook, which is to say a hook
|
|
|
3644 that runs only once, and automatically removes itself after the
|
|
|
3645 first time it has run.
|
|
|
3646
|
|
|
3647 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
|
3648
|
|
|
3649 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
|
3650
|
|
|
3651 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3652
|
|
|
3653 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
|
3654 Moved from menubar-items.el.
|
|
|
3655 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
|
3656
|
|
|
3657 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
3658
|
|
|
3659 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
|
3660 to buffers tab spec.
|
|
|
3661
|
|
|
3662 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3663
|
|
|
3664 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
|
3665
|
|
|
3666 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
|
3667
|
|
|
3668 * startup.el (command-line-1): remove unused variable
|
|
|
3669 `first-file-buffer'.
|
|
|
3670
|
|
|
3671 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3672
|
|
|
3673 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
|
3674 which is also used for Web server log files.
|
|
|
3675
|
|
|
3676 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
3677
|
|
|
3678 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
|
3679
|
|
|
3680 2000-03-02 SL Baur <steve@beopen.com>
|
|
|
3681
|
|
|
3682 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
|
3683 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
|
3684 non-deletion of buffer after execution problem.
|
|
|
3685 (with-output-to-string): Use unique buffer name.
|
|
|
3686
|
|
|
3687 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
3688
|
|
|
3689 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
|
3690 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
|
3691
|
|
|
3692 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
3693
|
|
|
3694 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
|
3695
|
|
|
3696 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
|
3697
|
|
|
3698 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
|
3699 .emacs" button from all menubars.
|
|
|
3700
|
|
|
3701 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
|
3702
|
|
|
3703 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
|
3704 region rectangle replacement (from Jan Vroonhof).
|
|
|
3705 (replace-rectangle): new function.
|
|
|
3706
|
|
|
3707 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
3708
|
|
|
3709 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
|
3710 set-terminal-coding-system and set-keyboard-coding-system.
|
|
|
3711 * coding.el (set-terminal-coding-system): Use
|
|
|
3712 set-console-tty-output-coding-system.
|
|
|
3713 (set-keyboard-coding-system): Use
|
|
|
3714 set-console-tty-input-coding-system.
|
|
|
3715
|
|
|
3716 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3717
|
|
|
3718 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
|
3719
|
|
|
3720 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
|
3721
|
|
|
3722 * gutter-items.el (update-tab-hook): new function to be used for
|
|
|
3723 hooks.
|
|
|
3724 (create-frame-hook): add update-tab-hook.
|
|
|
3725 (record-buffer-hook): ditto.
|
|
|
3726 (default-gutter-position-changed): ditto.
|
|
|
3727 (default-gutter-position): updating the buffers tab is now handled
|
|
|
3728 by a hook.
|
|
|
3729 (default-gutter-position-changed-hook): new variable.
|
|
|
3730 (gutter-element-visibility-changed-hook): ditto.
|
|
|
3731 (set-gutter-element-visible-p): call it.
|
|
|
3732 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
|
3733 as duplicable before using.
|
|
|
3734 (remove-gutter-element): ditto.
|
|
|
3735 (set-gutter-element-visible-p): ditto.
|
|
|
3736 (init-gutter): new function.
|
|
|
3737 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
|
3738 setting specifiers directly.
|
|
|
3739 (clear-progress): ditto.
|
|
|
3740 (abort-progress): ditto.
|
|
|
3741 (gutter-buffers-tab-visible-p): renamed from
|
|
|
3742 default-gutter-visible-p
|
|
|
3743
|
|
|
3744 * specifier.el (modify-specifier-instances): new function from Jan
|
|
|
3745 Vroonhof.
|
|
|
3746
|
|
|
3747 * x-init.el (init-post-x-win): call init-gutter.
|
|
|
3748
|
|
|
3749 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
|
3750
|
|
|
3751 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
|
3752 variables.
|
|
|
3753
|
|
|
3754 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
|
3755
|
|
|
3756 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
|
3757 elements to the specified gutter.
|
|
|
3758 (remove-gutter-element): new function. Remove gutter elements from
|
|
|
3759 the specified gutter.
|
|
|
3760 (set-gutter-element-visible-p): new function. Set gutter element
|
|
|
3761 visibility for the provided gutter-visible specifier.
|
|
|
3762
|
|
|
3763 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
|
3764
|
|
|
3765 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
|
3766 dynamically.
|
|
|
3767
|
|
|
3768 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
|
3769
|
|
|
3770 * gutter-items.el (add-tab-to-gutter):
|
|
|
3771 * package-get.el (package-get-interactive-package-query):
|
|
|
3772 * package-ui.el (pui-directory-exists):
|
|
|
3773 (pui-install-selected-packages):
|
|
|
3774 (pui-list-packages):
|
|
|
3775 Use #'(lambda ...) instead of '(lambda ...).
|
|
|
3776
|
|
|
3777 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
|
3778
|
|
|
3779 * startup.el (load-user-init-file): Check to make sure user
|
|
|
3780 has an init-file before calling load().
|
|
|
3781
|
|
|
3782 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
3783
|
|
|
3784 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
|
3785
|
|
|
3786 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
3787
|
|
|
3788 * XEmacs 21.2.31 is released.
|
|
|
3789
|
|
|
3790 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
|
3791
|
|
|
3792 * loadup.el (really-early-error-handler):
|
|
|
3793 * update-elc.el:
|
|
|
3794 * make-docfile.el:
|
|
|
3795 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
|
3796
|
|
|
3797 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
|
3798
|
|
|
3799 * XEmacs 21.2.30 is released.
|
|
|
3800
|
|
|
3801 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
|
3802
|
|
|
3803 * byte-optimize.el (byte-optimize-plus):
|
|
|
3804 (byte-optimize-minus):
|
|
|
3805 (byte-optimize-multiply):
|
|
|
3806 Optimize (- 0) to 0, not (-)
|
|
|
3807 Optimize (+ 5 3.0) to 8.0
|
|
|
3808 Optimize (* 5 3.0) to 15.0
|
|
|
3809 Improve readability.
|
|
|
3810
|
|
|
3811 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
3812
|
|
|
3813 * modeline.el: (modeline-scrolling-method): change modeline
|
|
|
3814 mswindows cursor appearance according to the value.
|
|
|
3815
|
|
|
3816 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
|
3817 and 'gui-element face colors and 'gui-element face font to Windows
|
|
|
3818 defaults.
|
|
|
3819
|
|
|
3820 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
|
3821
|
|
|
3822 * font-lock.el: Javadoc enhancements
|
|
|
3823
|
|
|
3824 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
3825
|
|
|
3826 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
|
3827 (ldap-verbose): New option
|
|
|
3828 (ldap-search-entries): Renamed from the previous ldap-search
|
|
|
3829 Conditionalize message display on ldap-verbose
|
|
|
3830 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
|
3831 defuns
|
|
|
3832 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
|
3833 ldap-search-basic or ldap-search-entries
|
|
|
3834
|
|
|
3835
|
|
|
3836 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
|
3837 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
|
3838 Jan Vroonhof <jan@xemacs.org>
|
|
|
3839
|
|
|
3840 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
|
3841 When for-effect is true, didn't call `byte-optimize-form'
|
|
|
3842 in and/or subforms without last.
|
|
|
3843
|
|
|
3844 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
3845
|
|
|
3846 * package-get.el (package-get-download-sites): Use correct custom
|
|
|
3847 type.
|
|
|
3848
|
|
|
3849 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
3850
|
|
|
3851 * files.el (write-file): Ask for coding system when compiled with
|
|
|
3852 file-coding.
|
|
|
3853
|
|
|
3854 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
|
3855
|
|
|
3856 * buffer.el (switch-to-buffer): give norecord argument to
|
|
|
3857 set-window-buffer instead of explicitly recording.
|
|
|
3858
|
|
|
3859 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
|
3860 we have to pick a window.
|
|
|
3861
|
|
|
3862 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
3863
|
|
|
3864 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
|
3865 unexist function to help-map.
|
|
|
3866 (describe-coding-system): Don't use already assigend `C'.
|
|
|
3867
|
|
|
3868 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
3869
|
|
|
3870 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
|
3871 work in custom.
|
|
|
3872
|
|
|
3873 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
|
3874
|
|
|
3875 * about.el: Ienaga's e-mail address change.
|
|
|
3876
|
|
|
3877 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
|
3878
|
|
|
3879 * etags.el (find-tag): force new window -- even if buf already
|
|
|
3880 visible -- when other-window is t
|
|
|
3881
|
|
|
3882 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
3883
|
|
|
3884 * XEmacs 21.2.29 is released.
|
|
|
3885
|
|
|
3886 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
3887
|
|
|
3888 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
|
3889 just defalias it.
|
|
|
3890 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
|
3891 byte-compiler level, using define-compiler-macro.
|
|
|
3892
|
|
|
3893 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
3894
|
|
|
3895 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
|
3896
|
|
|
3897 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
3898
|
|
|
3899 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
|
3900 a regular expression that matches against the tagname
|
|
|
3901 part of the tag entry first instead of only looking in
|
|
|
3902 the context area.
|
|
|
3903
|
|
|
3904 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
3905
|
|
|
3906 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
|
3907 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
|
3908
|
|
440
|
3909 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
3910
|
|
|
3911 * XEmacs 21.2.28 is released.
|
|
|
3912
|
|
|
3913 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
3914
|
|
|
3915 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
|
3916 Make arglist match docstring.
|
|
|
3917 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
|
3918 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
|
3919 * byte-optimize.el: remove references to `get*'.
|
|
|
3920
|
|
|
3921 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
3922
|
|
|
3923 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
|
3924
|
|
|
3925 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
|
3926
|
|
|
3927 * byte-optimize.el: Byte-optimize (length "foo")
|
|
|
3928
|
|
|
3929 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
3930
|
|
|
3931 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
|
3932 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
|
3933
|
|
|
3934 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
|
3935
|
|
|
3936 * wid-edit.el (widget-match-inline): An atom never matches a
|
|
442
|
3937 list.
|
|
440
|
3938
|
|
|
3939 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
3940
|
|
|
3941 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
|
3942 'win tag.
|
|
|
3943
|
|
|
3944 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
|
3945
|
|
|
3946 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
|
3947 intelligent about buffer naming when we have duplicates.
|
|
|
3948
|
|
|
3949 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
|
3950
|
|
|
3951 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
|
3952 updated when it becomes visible.
|
|
|
3953
|
|
|
3954 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
3955
|
|
|
3956 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
|
3957 system under MULE and file-coding.
|
|
|
3958
|
|
|
3959 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
3960
|
|
442
|
3961 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
|
3962 (dontusethis-set-value-terminal-coding-system-handler):
|
|
|
3963 (dontusethis-set-value-keyboard-coding-system-handler):
|
|
440
|
3964 Never undefine coding system aliases. Emergency fix for gnus.
|
|
|
3965
|
|
|
3966 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3967
|
|
|
3968 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
|
3969 of hard-coded "/".
|
|
|
3970
|
|
|
3971 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3972
|
|
|
3973 * startup.el (user-init-file-base-list): New variable, replacing
|
|
|
3974 user-init-file-base.
|
|
|
3975 (find-user-init-file): New function.
|
|
|
3976 (command-line-early): Use it.
|
|
|
3977 (load-user-init-file): Ditto.
|
|
|
3978
|
|
|
3979 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
3980
|
|
|
3981 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
|
3982 calling valid-image-instantiator-format-p
|
|
|
3983
|
|
|
3984 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3985
|
|
|
3986 * isearch-mode.el (isearch-mode): The variable is
|
|
|
3987 isearch-unhidden-extents, not isearch-opened-extents.
|
|
|
3988
|
|
|
3989 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3990
|
|
|
3991 * minibuf.el (next-history-element): Modify error message if a
|
|
|
3992 default value is available.
|
|
|
3993
|
|
|
3994 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
3995
|
|
|
3996 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
|
3997 .elc files in binary - might contain non-Latin1.
|
|
|
3998
|
|
|
3999 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4000
|
|
|
4001 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
|
4002 for windows-nt.
|
|
|
4003
|
|
442
|
4004 * version.el:
|
|
|
4005 * startup.el (user-init-file-base):
|
|
|
4006 * process.el (call-process-region):
|
|
|
4007 * files.el (make-backup-file-name):
|
|
|
4008 (backup-file-name-p):
|
|
|
4009 (file-relative-name):
|
|
|
4010 (abbreviate-file-name):
|
|
|
4011 (set-auto-mode):
|
|
440
|
4012 * code-process.el (call-process-region): Removed unnecessary
|
|
|
4013 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
|
4014 support out of the universe.
|
|
|
4015
|
|
|
4016 * process.el:
|
|
442
|
4017 * code-process.el:
|
|
440
|
4018 * bytecomp.el (byte-compile-file): Removed reference to
|
|
|
4019 buffer-file-type, and commented usage of binary-process-output
|
|
|
4020 NTEmacs variables.
|
|
|
4021
|
|
|
4022 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4023
|
|
|
4024 * help.el (function-arglist): Add case for macro.
|
|
|
4025
|
|
|
4026 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4027
|
|
|
4028 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
|
4029 printers.
|
|
|
4030 (custom-display): Added a menu for printer/display tags.
|
|
|
4031
|
|
|
4032 * frame.el (frame-type):
|
|
|
4033 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
|
4034 removed 'pc -- it is not going to be implemented ever.
|
|
|
4035 (call-device-method): Fixed docstring typo.
|
|
|
4036 Defined specifier tags 'printer and 'display.
|
|
|
4037
|
|
|
4038 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
4039
|
|
|
4040 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
|
4041 last-command-event-time) instead of (consp
|
|
|
4042 'last-command-event-time).
|
|
|
4043
|
|
|
4044 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4045
|
|
|
4046 * msw-glyphs.el: Removed obsolete commentary.
|
|
|
4047
|
|
|
4048 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4049
|
|
|
4050 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
|
4051 better default value.
|
|
|
4052
|
|
|
4053 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4054
|
|
|
4055 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
|
4056 (read-string): Ditto.
|
|
|
4057 (eval-minibuffer): Ditto.
|
|
|
4058 (read-command): Ditto.
|
|
|
4059 (read-function): Ditto.
|
|
|
4060 (read-variable): Ditto.
|
|
|
4061 (read-number): Ditto.
|
|
|
4062 (read-shell-command): Ditto.
|
|
|
4063 (read-number): Record history.
|
|
|
4064
|
|
|
4065 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4066
|
|
|
4067 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
|
4068
|
|
|
4069 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4070
|
|
|
4071 * faces.el (startup-initialize-custom-faces): New function.
|
|
|
4072 Reset all faces created during auto-autoloads loading time
|
|
|
4073 by defface.
|
|
|
4074 * startup.el (command-line): Call it.
|
|
|
4075
|
|
|
4076 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4077
|
|
|
4078 * about.el (about-hackers): Add myself to contributors list.
|
|
|
4079
|
|
|
4080 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4081
|
|
|
4082 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
|
4083 a call to load-user-init-file, as the function managed to lose its
|
|
|
4084 formal parameter a few betas ago.
|
|
|
4085
|
|
438
|
4086 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
4087
|
|
|
4088 * XEmacs 21.2.27 is released.
|
|
|
4089
|
|
|
4090 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
4091
|
|
|
4092 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
|
4093 Make shell-command-to-string the standard function, and
|
|
|
4094 exec-to-string the (deprecated) alias.
|
|
|
4095
|
|
|
4096 * startup.el: typo fix.
|
|
|
4097
|
|
|
4098 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
|
4099
|
|
|
4100 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
|
4101
|
|
|
4102 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4103
|
|
|
4104 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
|
4105 buffers after visible buffers.
|
|
|
4106 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
|
4107
|
|
|
4108 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4109
|
|
|
4110 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
|
4111 followed by whitespace or right parenthesis.
|
|
|
4112
|
|
|
4113 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4114
|
|
|
4115 * info.el (Info-directory-list): Warn against using Customize with
|
|
|
4116 Info-directory-list.
|
|
|
4117
|
|
|
4118 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
4119
|
|
|
4120 * minibuf.el (read-file-name): doc fix.
|
|
|
4121
|
|
|
4122 * autoload.el (update-file-autoloads): doc fix.
|
|
|
4123
|
|
|
4124 * about.el (about-hackers): Change my E-mail address.
|
|
|
4125
|
|
|
4126 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
4127
|
|
|
4128 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
|
4129 read a filename in the standard way.
|
|
|
4130
|
|
|
4131 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
|
4132
|
|
|
4133 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
|
4134 (gutter-buffers-tab-extent): new variable.
|
|
|
4135 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
|
4136 orientation has changed.
|
|
|
4137 (add-tab-to-gutter): cope with different orientations.
|
|
|
4138
|
|
|
4139 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
|
4140
|
|
|
4141 * info.el (Info-following-node-name): backward-skip dots as well
|
|
|
4142 as spaces (dots at the end of a node name aren't part of it).
|
|
|
4143 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
|
4144 some in the node name.
|
|
|
4145 (Info-index): allow dots to be part of a node name.
|
|
|
4146
|
|
|
4147 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
|
4148
|
|
|
4149 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
|
4150 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
|
4151
|
|
|
4152 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4153
|
|
|
4154 * info.el (Info-search): Show default value.
|
|
|
4155
|
|
|
4156 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4157
|
|
|
4158 * info.el (Info-read-node-completion-table): New variable.
|
|
|
4159 (Info-read-node-name-1): New function.
|
|
|
4160 (Info-read-node-name): Use it.
|
|
|
4161 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
|
4162 (Info-menu): Ditto.
|
|
|
4163
|
|
|
4164 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4165
|
|
|
4166 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
|
4167 window configuration.
|
|
|
4168 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
|
4169 (hyper-apropos-read-variable-symbol): Ditto.
|
|
|
4170 (hyper-apropos-read-function-symbol): Ditto.
|
|
|
4171
|
|
|
4172 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4173
|
|
|
4174 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
|
4175 comint-exec-hook to use coding-system-for-read and
|
|
|
4176 coding-system-for-write so that C-x RET c works.
|
|
|
4177
|
|
|
4178 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4179
|
|
|
4180 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
|
4181 (previous-matching-history-element): Increment
|
|
|
4182 minibuffer-max-depth by 1.
|
|
|
4183 (next-matching-history-element): Ditto.
|
|
|
4184
|
|
|
4185 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
|
4186
|
|
|
4187 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
|
4188 tab.
|
|
|
4189 (buffers-tab-face): use it.
|
|
|
4190
|
|
|
4191 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
|
4192
|
|
|
4193 * modeline.el (modeline-scrolling-method): change modeline X
|
|
|
4194 cursor appearance according to the value.
|
|
|
4195
|
|
|
4196 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
|
4197
|
|
|
4198 * about.el (about-hackers): Moved my entry to contributor list.
|
|
|
4199 (xemacs-hackers): Added myself.
|
|
|
4200 (about-maintainer-info): Added description of myself.
|
|
|
4201
|
|
|
4202
|
|
|
4203 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
|
4204
|
|
|
4205 * modeline.el (modeline-scrolling-method): new variable.
|
|
|
4206 (mouse-drag-modeline): add reference to it in the docstring.
|
|
|
4207 (mouse-drag-modeline): handle it.
|
|
|
4208
|
|
|
4209 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
|
4210
|
|
|
4211 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
|
4212 calls.
|
|
|
4213 (remove-buffer-from-gutter-tab): ditto.
|
|
|
4214
|
|
|
4215 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
|
4216
|
|
|
4217 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
|
4218 (custom-face-edit): Fix grammatical error in help message.
|
|
|
4219
|
|
|
4220 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
4221
|
|
|
4222 * movemail.el: Added.
|
|
|
4223
|
|
|
4224 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
|
4225
|
|
|
4226 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
|
4227
|
|
|
4228 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
|
4229 the modeline horizontal scrolling facility.
|
|
|
4230
|
|
436
|
4231 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
|
4232
|
|
|
4233 * XEmacs 21.2.26 is released.
|
|
|
4234
|
|
|
4235 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
|
4236
|
|
|
4237 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
|
4238 does not agree with native widgets which can only be displayed
|
|
|
4239 once per window. The reasons for caching are diminished now that
|
|
|
4240 we don't hog resources when creating buttons.
|
|
|
4241 (widget-push-button-cache) deleted.
|
|
|
4242
|
|
434
|
4243 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
|
4244
|
|
|
4245 * XEmacs 21.2.25 is released.
|
|
|
4246
|
|
|
4247 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4248
|
|
|
4249 * hyper-apropos.el (hyper-apropos): Toggle
|
|
|
4250 hyper-apropos-programming-apropos correctly.
|
|
|
4251 Set REGEXP when user accepts default value.
|
|
|
4252
|
|
|
4253 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4254
|
|
|
4255 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
|
4256 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
|
4257
|
|
|
4258 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4259
|
|
|
4260 * mule/mule-category.el (undefined-category-designator):
|
|
|
4261 Return char instead of character. Search for undefined one.
|
|
|
4262 (describe-category): Use with-displaying-help-buffer.
|
|
|
4263
|
|
|
4264 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
|
4265
|
|
438
|
4266 * byte-optimize.el (byte-optimize-plus):
|
|
434
|
4267 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
|
4268
|
|
|
4269 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
|
4270
|
|
|
4271 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
|
4272
|
|
|
4273 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
|
4274 Remove performance penalty for using (char-before) instead of (char-after).
|
|
|
4275
|
|
|
4276 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4277
|
|
|
4278 * mule/mule-category.el (char-category-list): Return character
|
|
|
4279 instead of integer.
|
|
|
4280
|
|
|
4281 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4282
|
|
|
4283 * minibuf.el (read-buffer): Check default is buffer object.
|
|
|
4284
|
|
|
4285 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
|
4286
|
|
|
4287 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
|
4288 for buttons.
|
|
|
4289
|
|
|
4290 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
|
4291
|
|
|
4292 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
|
4293 Patch by Jeff Miller <jmiller@smart.net>.
|
|
|
4294
|
|
|
4295 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
|
4296
|
|
438
|
4297 * gnuserv.el (gnuserv-process-filter): don't call
|
|
434
|
4298 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
|
4299
|
|
432
|
4300 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
|
4301
|
|
|
4302 * XEmacs 21.2.24 is released.
|
|
|
4303
|
|
|
4304 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
4305
|
|
|
4306 * about.el (about-hackers): Update my email address.
|
|
|
4307
|
|
430
|
4308 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
|
4309
|
|
|
4310 * XEmacs 21.2.23 is released.
|
|
|
4311
|
|
|
4312 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
|
4313
|
|
|
4314 * package-get.el (package-get-download-sites): Removed several
|
|
|
4315 defunct download sites, added many new ones, and corrected a few
|
|
|
4316 incorrect directory-on-site entries. Added physical locations to
|
|
|
4317 site-description.
|
|
|
4318
|
|
|
4319 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
4320
|
|
|
4321 * finder.el (finder-commentary): add DOC string and fix
|
|
|
4322 interactive spec
|
|
|
4323
|
|
|
4324 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4325
|
|
|
4326 * help.el (describe-function): Don't forget to intern the string
|
|
|
4327 completing-read returns.
|
|
|
4328 (describe-variable): Ditto.
|
|
|
4329
|
|
434
|
4330 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
|
430
|
4331
|
|
|
4332 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
|
4333 `hyper-apropos-help-mode' here to find symbol to customize
|
|
|
4334 irregardless of cursor position and simplify
|
|
|
4335 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
|
4336 `hyper-apropos-popup-menu'.
|
|
|
4337
|
|
|
4338 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4339
|
|
|
4340 * apropos.el (apropos-mode-map): Add return to call
|
|
|
4341 apropos-follow.
|
|
|
4342 (apropos-print): Call apropos-mode to have better
|
|
|
4343 command reference. Put keymap text-poperty to
|
|
|
4344 symbole name.
|
|
|
4345
|
|
|
4346 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
|
4347
|
|
|
4348 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
|
4349 the extents at point.
|
|
|
4350
|
|
|
4351 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
|
4352
|
|
|
4353 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
|
4354 save-match-data
|
|
|
4355
|
|
|
4356 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4357
|
|
|
4358 * help.el (describe-function): Use the DEFAULT argument to
|
|
|
4359 completing-read.
|
|
|
4360 (describe-variable): Ditto.
|
|
|
4361
|
|
|
4362 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4363
|
|
|
4364 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
|
4365 DEFAULT to have better mini-buffer history support.
|
|
|
4366 (completing-read): Pass default to read-from-minibuffer.
|
|
|
4367 (read-buffer): Pass default to completing-read.
|
|
|
4368
|
|
|
4369 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4370
|
|
|
4371 * font-lock.el (font-lock-doc-string-face): Document the
|
|
|
4372 `font-lock-lisp-like' property.
|
|
|
4373
|
|
|
4374 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4375
|
|
|
4376 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
|
4377
|
|
|
4378 * font-lock.el (font-lock-lisp-like): New function.
|
|
|
4379 (font-lock-fontify-syntactically-region): Use it.
|
|
|
4380
|
|
428
|
4381 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
4382
|
|
|
4383 * XEmacs 21.2.22 is released
|
|
|
4384
|
|
|
4385 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
|
4386
|
|
|
4387 * XEmacs 21.2.21 is released.
|
|
|
4388
|
|
|
4389 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4390
|
|
|
4391 * minibuf.el (read-coding-system): Accept symbol and
|
|
|
4392 coding-system object as a default-coding-system.
|
|
|
4393
|
|
|
4394 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4395
|
|
|
4396 * minibuf.el (read-coding-system): Accept symbol as
|
|
|
4397 a default-coding-system.
|
|
|
4398
|
|
|
4399 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4400
|
|
|
4401 * apropos.el (apropos-documentation): Use insert instead
|
|
|
4402 of princ.
|
|
|
4403
|
|
|
4404 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
|
4405
|
|
|
4406 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
|
4407 for the linux console.
|
|
|
4408
|
|
|
4409 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
|
4410 stuff to work when you are not on a window system, since the GPM
|
|
|
4411 mouse support now allows pasting from outside of XEmacs.
|
|
|
4412
|
|
|
4413 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
4414
|
|
|
4415 * XEmacs 21.2.20 is released
|
|
|
4416
|
|
|
4417 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4418
|
|
|
4419 * setup-paths.el (paths-default-info-directories): Add
|
|
|
4420 /usr/share/info and /usr/local/share/info.
|
|
|
4421
|
|
|
4422 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4423
|
|
|
4424 * about.el: Updated Vladimir Ivanovic's info.
|
|
|
4425
|
|
|
4426 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
4427
|
|
|
4428 * auto-show.el (auto-show-truncationp): Remove.
|
|
|
4429
|
|
|
4430 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
|
4431
|
|
|
4432 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
4433
|
|
|
4434 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
|
4435 with tab if column is multiple of tab-width
|
|
|
4436 From dhn@qedinc.com
|
|
|
4437
|
|
|
4438 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
4439
|
|
|
4440 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
|
4441 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
|
4442
|
|
|
4443 * package-get.el (package-get-package-provider): Be verbose when
|
|
|
4444 interactive. Patch from Robert Pluim
|
|
|
4445
|
|
|
4446 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
|
4447
|
|
|
4448 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
|
4449 info file suffixes.
|
|
|
4450
|
|
|
4451 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
|
4452
|
|
|
4453 * process.el (open-network-stream): Add a new optional parameter
|
|
|
4454 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
|
4455 in docstring for udp programming.
|
|
|
4456
|
|
|
4457 * code-process.el (open-network-stream): Add a new optional
|
|
|
4458 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
|
4459 explanation in docstring for udp programming.
|
|
|
4460
|
|
|
4461 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
|
4462
|
|
|
4463 * gui.el (make-gui-button): be more precise about how we call
|
|
|
4464 callbacks.
|
|
|
4465
|
|
|
4466 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
|
4467 of native gui-button.
|
|
|
4468
|
|
|
4469 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4470
|
|
|
4471 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
|
4472
|
|
|
4473 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
|
4474
|
|
|
4475 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
|
4476 abort status.
|
|
|
4477 (append-progress): dispatch-event rather than sit-for.
|
|
|
4478 (abort-progress): new function. Show the abort glyph with an
|
|
|
4479 appropriate message.
|
|
|
4480 (raw-append-progress): dispatch-event rather than sit-for.
|
|
|
4481 (display-progress): cope with aborts.
|
|
|
4482
|
|
|
4483 * gui.el (make-gui-button): Use native widgets for buttons
|
|
|
4484 unconditionally.
|
|
|
4485 (insert-gui-button): ditto.
|
|
|
4486 (gui-button-p): ditto.
|
|
|
4487
|
|
|
4488 * xbm-button.el: remove from core.
|
|
|
4489
|
|
|
4490 * xpm-button.el: remove from core.
|
|
|
4491
|
|
|
4492 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
|
4493
|
|
|
4494 * faces.el (init-device-faces): Don't initialize the random faces
|
|
|
4495 on the stream device.
|
|
|
4496
|
|
|
4497 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
|
4498
|
|
438
|
4499 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
|
428
|
4500
|
|
434
|
4501 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
4502
|
|
|
4503 * package-get.el (package-get-download-menu): Make menu really
|
|
|
4504 toggle download sites.
|
|
|
4505 (package-get-download-sites): Add autoload cookie.
|
|
|
4506
|
|
|
4507 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
4508
|
|
|
4509 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
|
4510
|
|
|
4511 1999-09-29 Werner Fink <werner@suse.de>
|
|
|
4512
|
|
|
4513 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
|
4514 parameter for environment.
|
|
|
4515
|
|
|
4516 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
|
4517
|
|
438
|
4518 * modeline.el (modeline-format):
|
|
|
4519 Only purecopy the strings. Else
|
|
428
|
4520 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
|
4521 barfs.
|
|
|
4522
|
|
|
4523 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
|
4524
|
|
|
4525 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
|
4526 user setting comint-completion-addsuffix and
|
|
|
4527 comint-process-echoes.
|
|
|
4528
|
|
|
4529 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
|
4530
|
|
|
4531 * gutter-items.el (update-tab-in-gutter): use
|
|
|
4532 last-nonminibuf-window instead of selected-window.
|
|
|
4533
|
|
|
4534 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
|
4535
|
|
|
4536 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
|
4537 display on.
|
|
|
4538
|
|
|
4539 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
|
4540 some documentation.
|
|
|
4541
|
|
|
4542 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
|
4543
|
|
|
4544 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
|
4545 gutter is visible.
|
|
|
4546 (remove-buffer-from-gutter-tab): ditto.
|
|
|
4547
|
|
|
4548 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4549
|
|
|
4550 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
|
4551 processing.
|
|
|
4552
|
|
|
4553 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4554
|
|
|
4555 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
|
4556 highlighting extents a high priority.
|
|
|
4557 (isearch-make-extent): Give the main highlighting extent an even
|
|
|
4558 higher priority.
|
|
|
4559
|
|
|
4560 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
4561
|
|
|
4562 * packages.el (packages-compute-package-locations): Fix typo from
|
|
|
4563 -u rationalization.
|
|
|
4564
|
|
|
4565 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
4566
|
|
|
4567 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
|
4568 `configure-doc-directory.'
|
|
|
4569
|
|
|
4570 * find-paths.el (paths-find-architecture-directory): Give
|
|
|
4571 precendence `default' argument (which typically comes from
|
|
|
4572 configure).
|
|
|
4573
|
|
|
4574 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
4575
|
|
|
4576 * startup.el (command-line-early): Added options -user-init-file
|
|
|
4577 and -user-init-directory.
|
|
|
4578
|
|
|
4579 * files.el (user-init-file): Default to NIL so we can recognize
|
|
|
4580 when it's set.
|
|
|
4581
|
|
|
4582 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
4583
|
|
438
|
4584 * obsolete.el (init-file-user):
|
|
|
4585 * startup.el:
|
|
|
4586 * packages.el (packages-compute-package-locations):
|
|
|
4587 * package-get.el (package-get-user-index-filename):
|
|
|
4588 * menubar-items.el (maybe-add-init-button):
|
|
|
4589 * info.el (Info-annotations-path):
|
|
|
4590 * dump-paths.el:
|
|
428
|
4591 Change `user-init-directory' to be an absolute path.
|
|
|
4592 Use `user-init-directory' where appropriate.
|
|
|
4593 Zap `init-file-user' and its uses.
|
|
|
4594
|
|
|
4595 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4596
|
|
|
4597 * subr.el (copy-symbol): New function.
|
|
|
4598
|
|
|
4599 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4600
|
|
|
4601 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
|
4602 extents in the proper buffer.
|
|
|
4603 (isearch-pre-command-hook): Set this-command to the correct value
|
|
|
4604 in case the buffer has changed and old overriding-local-map was
|
|
|
4605 used.
|
|
|
4606 (isearch-restore-extent): Use remprop instead of setting the
|
|
|
4607 property to nil.
|
|
|
4608
|
|
|
4609 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4610
|
|
|
4611 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
|
4612 before the delay.
|
|
|
4613 (execute-extended-command): Make the message gettext-friendly.
|
|
|
4614
|
|
|
4615 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
|
4616
|
|
|
4617 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
|
4618 progress-glyph.
|
|
|
4619 (progress-text-glyph): new variable.
|
|
|
4620 (progress-layout-glyph): use layouts and text glyphs.
|
|
|
4621 (progress-area-buffer): removed.
|
|
|
4622 (progress-text-and-extent): new variable.
|
|
|
4623 (progress-displayed-p): dynamically create gutter area buffer.
|
|
|
4624 (clear-progress): ditto.
|
|
|
4625 (raw-append-progress): ditto.
|
|
|
4626 (append-progress): use new glyph names.
|
|
|
4627 (raw-append-progress): only create the extent when needed. set
|
|
|
4628 properties more optimally.
|
|
|
4629 (progress): remove args.
|
|
|
4630
|
|
|
4631 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4632
|
|
|
4633 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
|
4634 mapcar where the return value is unused.
|
|
|
4635 (isearch-restore-invisible-extents): Ditto.
|
|
|
4636 (isearch-highlight-all-cleanup): Ditto.
|
|
|
4637 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
|
4638 (isearch-highlight-all-update): Don't start over if the search
|
|
|
4639 string has changed and more input is pending.
|
|
|
4640
|
|
|
4641 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4642
|
|
|
4643 * packages.el (packages-find-package-data-path): Ditto.
|
|
|
4644
|
|
|
4645 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
|
4646
|
|
|
4647 * subr.el (mapc-internal): Don't make obsolete.
|
|
|
4648
|
|
|
4649 * cl-extra.el (mapc): Resurrect.
|
|
|
4650
|
|
|
4651 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4652
|
|
438
|
4653 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
|
428
|
4654 alias.
|
|
|
4655
|
|
|
4656 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
|
4657 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
|
4658 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
|
4659 x-get-clipboard.
|
|
|
4660 (isearch-yank-selection): Fix docstring.
|
|
|
4661
|
|
|
4662 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
|
4663
|
|
|
4664 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
|
4665
|
|
|
4666 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4667
|
|
|
4668 * cl-macs.el (extent-start-position): Fix setf method.
|
|
|
4669 (extent-end-position): Ditto.
|
|
|
4670
|
|
|
4671 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4672
|
|
|
4673 * isearch-mode.el: End merge with FSF 20.4.
|
|
|
4674
|
|
|
4675 * isearch-mode.el (search-invisible): New variable.
|
|
|
4676 (isearch-hide-immediately): Ditto.
|
|
|
4677 (isearch-unhidden-extents): Ditto.
|
|
|
4678 (isearch-range-invisible): New function.
|
|
|
4679 (isearch-unhide-extent): Ditto.
|
|
|
4680 (isearch-restore-invisible-extents): Ditto.
|
|
|
4681 (isearch-restore-extent): Ditto.
|
|
|
4682
|
|
|
4683 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
|
4684 implementation.
|
|
|
4685 (isearch-ring-retreat-edit): Ditto.
|
|
|
4686 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
|
4687 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
|
4688 NO-RECURSIVE-EDIT.
|
|
|
4689 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
|
4690 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
|
4691 NO-RECURSIVE-EDIT.
|
|
|
4692 (isearch-mode): Return isearch-success.
|
|
|
4693 (isearch-update): Use unread-command-events instead of
|
|
|
4694 unread-command-event.
|
|
|
4695 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
|
4696 states.
|
|
|
4697 (isearch-*-char): Use FSF implementation.
|
|
|
4698 (isearch-whitespace-chars): Use the more robust FSF's
|
|
|
4699 implementation.
|
|
|
4700 (isearch-within-brackets): New variable.
|
|
|
4701 (isearch-mode): Initialize it.
|
|
|
4702 (isearch-edit-string): Bind it.
|
|
|
4703 (isearch-search-and-update): Set it.
|
|
|
4704 (isearch-push-state): Push it.
|
|
|
4705 (isearch-top-state): Pop it.
|
|
|
4706 (isearch-search): Set it.
|
|
|
4707 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
|
4708 handle M-SPC gracefully.
|
|
|
4709 (isearch-message-prefix): New argument ELLIPSIS.
|
|
|
4710 (isearch-message-suffix): Ditto.
|
|
|
4711 (isearch-message): Use the ELLIPSIS argument when calling
|
|
|
4712 isearch-message-prefix and isearch-message-suffix.
|
|
|
4713 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
|
4714 "overwrapped" search, FWIW.
|
|
|
4715
|
|
|
4716 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4717
|
|
|
4718 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
|
4719 search ring instead of search-last-string and search-last-regexp.
|
|
|
4720 (search-highlight): Renamed from isearch-highlight.
|
|
|
4721 (isearch-exit): Use the new name.
|
|
|
4722 (isearch-highlight): Ditto.
|
|
|
4723 (isearch-dehighlight): Ditto.
|
|
|
4724 (isearch-update-ring): New function.
|
|
|
4725 (isearch-done): Call it.
|
|
|
4726 (isearch-done): New argument EDIT.
|
|
438
|
4727 (isearch-repeat): If search string is empty, look up at the car of
|
|
428
|
4728 the search ring; ignore the yank pointer.
|
|
|
4729 (isearch-abort): Call isearch-done with NOPUSH.
|
|
|
4730 (isearch-cancel): New function.
|
|
|
4731 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
|
4732
|
|
|
4733 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
|
4734
|
|
|
4735 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
|
4736
|
|
|
4737 * x-select.el (x-get-clipboard): obsolete.
|
|
|
4738 (x-yank-clipboard-selection): obsolete
|
|
|
4739
|
|
|
4740 * select.el (disown-selection): need to be careful to disown the
|
|
|
4741 clipboard if we set it via selection.
|
|
|
4742 (get-clipboard): move from x-select.el
|
|
|
4743 (yank-clipboard-selection): ditto.
|
|
|
4744
|
|
|
4745 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4746
|
|
|
4747 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
|
4748 isearch-highlight-all-matches to nil.
|
|
|
4749 (isearch-fixed-case): New variable.
|
|
|
4750 (isearch-mode): Initialize it.
|
|
|
4751 (isearch-edit-string): Save it.
|
|
|
4752 (isearch-toggle-case-fold): Set it.
|
|
|
4753 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
|
4754 need to check isearch-fixed-case.
|
|
|
4755 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
|
4756 before the pause.
|
|
438
|
4757 (isearch-edit-string):
|
|
428
|
4758
|
|
|
4759 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4760
|
|
|
4761 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
|
4762 before reading the event so that the prompt is displayed properly.
|
|
|
4763 (isearch-message): Use isearch-nonincremental when calling
|
|
|
4764 isearch-message-prefix.
|
|
|
4765 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
|
4766 M-p and M-n respectively.
|
|
|
4767 (isearch-done): New arg NOPUSH.
|
|
|
4768 (isearch-edit-string): Use it.
|
|
|
4769 (isearch-edit-string): Don't bind isearch-string.
|
|
|
4770 (isearch-ring-adjust): Edit string, *then* push state.
|
|
|
4771
|
|
|
4772 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4773
|
|
|
4774 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
|
4775 different than default.
|
|
|
4776
|
|
|
4777 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4778
|
|
|
4779 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
|
4780 save-excursion.
|
|
|
4781 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
|
4782 (isearch-update): Call isearch-dehighlight without arguments.
|
|
|
4783 (isearch-done): Ditto.
|
|
|
4784
|
|
|
4785 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
|
4786 upper-case letters, allow the folding to be reenabled.
|
|
|
4787 Previously, once disabled, the folding would remain that way until
|
|
|
4788 the end of isearch.
|
|
|
4789 (isearch-top-state): Call isearch-fix-case.
|
|
|
4790
|
|
|
4791 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
|
4792 save-excursion.
|
|
|
4793 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
|
4794
|
|
|
4795 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
|
4796
|
|
|
4797 * xpm-button.el:
|
|
|
4798 xbm-button.el: Need to exist in core because gui.el depends on
|
|
|
4799 them.
|
|
|
4800
|
|
|
4801 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
|
4802
|
|
|
4803 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
|
4804 (buffers-tab-default-buffer-line-length): new specifier for
|
|
|
4805 maximum viewable characters.
|
|
|
4806 (progress-stack): new variable for implementing widget-based
|
|
|
4807 progress messages.
|
|
|
4808 (progress-area-buffer): ditto.
|
|
|
4809 (progress-glyph-height): ditto.
|
|
|
4810 (progress-stop-callback): ditto.
|
|
|
4811 (progress-quit-function): new function.
|
|
|
4812 (progress-glyph): new variable.
|
|
|
4813 (progress-layout-glyph): ditto.
|
|
|
4814 (progress-displayed-p): new function, see message-displayed-p for
|
|
|
4815 details.
|
|
|
4816 (clear-progress): ditto.
|
|
|
4817 (remove-progress): ditto.
|
|
|
4818 (append-progress): ditto.
|
|
|
4819 (raw-append-progress): ditto.
|
|
|
4820 (display-progress): ditto.
|
|
|
4821 (current-progress): ditto.
|
|
|
4822 (current-progress-label): ditto.
|
|
|
4823 (progress): ditto.
|
|
|
4824 (lprogress): ditto.
|
|
|
4825
|
|
|
4826
|
|
|
4827 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4828
|
|
|
4829 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
|
4830
|
|
|
4831 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
|
4832 `isearch-yank-selection'.
|
|
|
4833 (isearch-mode-map): Use it.
|
|
|
4834 (isearch-yank-selection): Use `get-selection' instead of
|
|
|
4835 `get-x-selection'.
|
|
|
4836
|
|
|
4837 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4838
|
|
|
4839 * faces.el (isearch-secondary): Create face here.
|
|
|
4840
|
|
438
|
4841 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
|
428
|
4842 timers.
|
|
|
4843
|
|
|
4844 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4845
|
|
|
4846 * subr.el (buffer-string): More robust backward compatibility
|
|
|
4847 check, courtesy William Perry.
|
|
|
4848
|
|
|
4849 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4850
|
|
|
4851 * replace.el (perform-replace): Stop the search after the search
|
|
|
4852 limit has been reached.
|
|
|
4853
|
|
|
4854 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
|
4855
|
|
|
4856 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
|
4857 here if we don't have one.
|
|
|
4858
|
|
|
4859 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
4860
|
|
|
4861 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
|
4862 efficient UTF8 support
|
|
|
4863 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
|
4864 being defined
|
|
|
4865 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
|
4866 being defined
|
|
|
4867
|
|
442
|
4868 1999-08-23 Didier Verna <didier@xemacs.org>
|
|
428
|
4869
|
|
|
4870 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
|
4871 Some doc strings improvements, and add a star to the `interactive'
|
|
|
4872 calls.
|
|
|
4873
|
|
|
4874 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
|
4875
|
|
|
4876 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
|
4877 keywords and regexpes for javadoc syntax 1.2.
|
|
|
4878
|
|
|
4879 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
|
4880
|
|
|
4881 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
|
4882 format-buffers-tab-line.
|
|
|
4883 (buffers-tab-max-buffer-line-length): new variable.
|
|
|
4884 (format-buffers-tab-line): new function. truncate names if over
|
|
|
4885 buffers-tab-max-buffer-line-length.
|
|
|
4886
|
|
|
4887 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
|
4888
|
|
|
4889 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
|
4890
|
|
|
4891 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
|
4892
|
|
|
4893 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
|
4894 brute-force approach to deleting the last buffer.
|
|
|
4895 (buffers-tab-grouping-regexp): new customizable variable.
|
|
|
4896 (select-buffers-tab-buffers-by-mode): use it.
|
|
|
4897
|
|
|
4898 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
|
4899
|
|
|
4900 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
|
4901 deletion problem.
|
|
|
4902
|
|
442
|
4903 1999-07-30 Didier Verna <didier@xemacs.org>
|
|
428
|
4904
|
|
|
4905 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
|
4906 of princ to output symbols.
|
|
|
4907 (custom-save-face-internal): ditto.
|
|
|
4908 (custom-save-resets): ditto.
|
|
|
4909
|
|
442
|
4910 1999-08-09 Didier Verna <didier@xemacs.org>
|
|
428
|
4911
|
|
|
4912 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
|
4913 `regexp-quote' to protect the major mode name for use as a regular
|
|
|
4914 expression (c++ needs this for instance).
|
|
|
4915
|
|
|
4916 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
|
4917
|
|
|
4918 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
|
4919 cope with similar mode names.
|
|
|
4920
|
|
|
4921 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
|
4922 function.
|
|
|
4923 (select-buffers-tab-buffers-by-mode): new function.
|
|
|
4924 (buffers-tab-items): use it if set to only display buffers in the
|
|
|
4925 tab in the current buffer's group..
|
|
|
4926 (update-tab-in-gutter): use new api.
|
|
|
4927 (remove-buffer-from-gutter-tab): ditto.
|
|
|
4928
|
|
|
4929 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
|
4930 default to 6.
|
|
|
4931 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
|
4932 (add-tab-to-gutter): set face as default.
|
|
|
4933
|
|
|
4934 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
|
4935
|
|
|
4936 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
|
4937 with the target, not replace it.
|
|
|
4938
|
|
|
4939 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
|
4940
|
|
|
4941 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
|
4942 buffer-items.
|
|
|
4943 (update-tab-in-gutter): use it.
|
|
|
4944
|
|
|
4945 * gutter-items.el (record-buffer-hook): set.
|
|
|
4946
|
|
|
4947 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
|
4948 change.
|
|
|
4949 (switch-to-buffer-hook) deleted.
|
|
|
4950
|
|
|
4951 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
|
4952
|
|
|
4953 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
|
4954 as an argument to create-frame-hook.
|
|
|
4955
|
|
|
4956 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4957
|
|
|
4958 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
|
4959 instead of timer emulation.
|
|
|
4960
|
|
|
4961 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
|
4962
|
|
|
4963 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
|
4964 Emacs isearch enhancements.
|
|
|
4965
|
|
|
4966 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
|
4967
|
|
|
4968 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
|
4969 all devices that support tab controls.
|
|
|
4970 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
|
4971 value for kill-buffer-hook.
|
|
|
4972
|
|
|
4973 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
|
4974
|
|
|
4975 * auto-show.el (auto-show-truncationp): changed to match
|
|
|
4976 `window_translation_on'
|
|
|
4977
|
|
|
4978 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
4979
|
|
|
4980 * XEmacs 21.2.19 is released
|
|
|
4981
|
|
|
4982 1999-07-28 SL Baur <steve@miho>
|
|
|
4983
|
|
|
4984 * code-files.el (insert-file-contents): Fix docstring.
|
|
|
4985 revert previous change.
|
|
|
4986
|
|
|
4987 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4988
|
|
|
4989 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
|
4990 contain word-across-newline plus one character so that filling
|
|
|
4991 Japanese and Chinese works as desired.
|
|
|
4992 * simple.el (do-auto-fill): Ditto.
|
|
|
4993
|
|
|
4994 1999-07-26 SL Baur <steve@miho>
|
|
|
4995
|
|
|
4996 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
|
4997 method.
|
|
|
4998 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
4999
|
|
|
5000 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5001
|
|
|
5002 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
|
5003 able to use cl-macs macro in early lisp.
|
|
|
5004
|
|
|
5005 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
|
5006
|
|
|
5007 * custom.el:
|
|
|
5008 * cus-face.el:
|
|
|
5009 * cus-edit.el:
|
|
|
5010 Massive custom Theme API changes.
|
|
|
5011
|
|
|
5012 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5013
|
|
|
5014 * code-files.el (insert-file-contents): Regard
|
|
|
5015 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
|
5016
|
|
|
5017 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5018
|
|
|
5019 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
|
5020 bootstrapping problem with C locale.
|
|
|
5021
|
|
|
5022 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
|
5023
|
|
|
5024 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
|
5025 gutter-items in a less than functional XEmacs.
|
|
|
5026 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
|
5027
|
|
|
5028 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
|
5029
|
|
|
5030 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
|
5031 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
|
5032 t.
|
|
|
5033
|
|
|
5034 1999-07-22 SL Baur <steve@miho>
|
|
|
5035
|
|
|
5036 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
|
5037
|
|
|
5038 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
5039
|
|
|
5040 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
|
5041 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
|
5042 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
|
5043 modular enough to use as an efficient scripting tool.)
|
|
|
5044
|
|
|
5045 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5046
|
|
|
5047 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
|
5048 coding-category `utf-8' and `ucs-4' if they are available.
|
|
|
5049
|
|
|
5050 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5051
|
|
|
5052 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
|
5053 (prefer-coding-system): Fix DOC-string.
|
|
|
5054
|
|
|
5055 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
|
5056 DOC-string too.
|
|
|
5057
|
|
|
5058 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
|
5059 Mule.
|
|
|
5060 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
|
5061
|
|
|
5062 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5063
|
|
|
5064 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
|
5065 instead of `list-coding-system'.
|
|
|
5066
|
|
|
5067 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5068
|
|
|
5069 * menubar-items.el (default-menubar): `select-input-method' was
|
|
|
5070 renamed to `set-input-method'.
|
|
|
5071
|
|
|
5072 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
|
5073 "Set Language Environment" menu.
|
|
|
5074
|
|
|
5075 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
|
5076 "Describe Language Support" menu.
|
|
|
5077
|
|
|
5078 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5079
|
|
|
5080 * mule/chinese.el ("Chinese-GB"): Rename
|
|
|
5081 `chinese-gb-environment-setup-function' to
|
|
|
5082 `setup-chinese-gb-environment-internal'.
|
|
|
5083
|
|
|
5084 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5085
|
|
|
5086 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
|
5087 `copy-coding-system'.
|
|
|
5088
|
|
|
5089 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5090
|
|
|
5091 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
|
5092 Treat duplicated coding-categories.
|
|
|
5093
|
|
|
5094 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5095
|
|
|
5096 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
|
5097 `copy-coding-system'.
|
|
|
5098
|
|
|
5099 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5100
|
|
|
5101 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
|
5102 coding-system `viscii'.
|
|
|
5103
|
|
|
5104 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5105
|
|
|
5106 * mule/cyrillic.el:
|
|
|
5107 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
|
5108 (cyrillic-alternativnyj-decode-table): New variable.
|
|
|
5109 (cyrillic-alternativnyj-encode-table): New variable.
|
|
|
5110 - Specify `iso-8-1' as a category of coding-system
|
|
|
5111 `alternativnyj'.
|
|
|
5112 - Abolish general Cyrillic environment.
|
|
|
5113
|
|
|
5114 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5115
|
|
|
5116 * mule/chinese.el:
|
|
|
5117 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
|
5118 - Register `chinese-gb-environment-setup-function' as a
|
|
|
5119 `setup-function' of "Chinese-GB" environment.
|
|
|
5120
|
|
|
5121 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5122
|
|
|
5123 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
|
5124 optional argument `parents'.
|
|
|
5125
|
|
|
5126 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
|
5127 property for Thai-XTIS.
|
|
|
5128
|
|
|
5129 * mule/mule-help.el (help-with-tutorial): Use property
|
|
|
5130 `tutorial-coding-system' of language-info as a coding-system to
|
|
|
5131 read tutorial file.
|
|
|
5132
|
|
|
5133 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5134
|
|
|
5135 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
|
5136 `exit-function'.
|
|
|
5137
|
|
|
5138 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
|
5139 `set-coding-category-system' to set up coding-system for
|
|
|
5140 coding-category.
|
|
|
5141
|
|
|
5142 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
|
5143 `set-coding-category-system' to set up coding-system for
|
|
|
5144 coding-category.
|
|
|
5145
|
|
|
5146 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5147
|
|
|
5148 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
|
5149 Thai-XTIS environment.
|
|
|
5150
|
|
|
5151 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
|
5152 `find-coding-system' instead of `coding-system-p'.
|
|
|
5153
|
|
|
5154 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5155
|
|
|
5156 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
|
5157 Modify eol-type for XEmacs.
|
|
|
5158
|
|
|
5159 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
|
5160
|
|
|
5161 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
|
5162 function.
|
|
|
5163 (prefer-coding-system): Don't call
|
|
|
5164 `update-coding-systems-internal'; use function
|
|
|
5165 `coding-category-list' instead of variable `coding-category-list';
|
|
|
5166 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
|
5167 modify `eol-type' for XEmacs.
|
|
|
5168
|
|
|
5169 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
|
5170 `charset-columns'.
|
|
|
5171 (char-width): Likewise.
|
|
|
5172
|
|
|
5173 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5174
|
|
|
5175 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
|
5176 `tis-620'.
|
|
|
5177
|
|
|
5178 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
|
5179 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
|
5180 call `update-coding-systems-internal'.
|
|
|
5181
|
|
|
5182 * mule/mule-misc.el (coding-system-get): New function.
|
|
|
5183 (coding-system-put): New function.
|
|
|
5184 (coding-system-category): New function.
|
|
|
5185
|
|
|
5186 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5187
|
|
|
5188 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
|
5189 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
|
5190 to avoid conflict with leim/quail/thai-xtis.
|
|
|
5191
|
|
|
5192 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
|
5193 to thai-xtis-chars.el.
|
|
|
5194
|
|
|
5195 * mule/thai-xtis-chars.el: New file (split from
|
|
|
5196 mule/thai-xtis.el).
|
|
|
5197
|
|
|
5198 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5199
|
|
|
5200 * mule/thai-xtis.el:
|
|
|
5201 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
|
5202 - Add syntax entries.
|
|
|
5203 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
|
5204 `tis-620'.
|
|
|
5205
|
|
|
5206 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
|
5207
|
|
|
5208 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
|
5209 rewritten to use write-multibyte-character.
|
|
|
5210
|
|
|
5211 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5212
|
|
|
5213 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
|
5214 of `iso-2022-7'.
|
|
|
5215 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
|
5216 ported yet.
|
|
|
5217 (read-input-method-name): Treat optional argument `default'.
|
|
|
5218
|
|
|
5219 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5220
|
|
|
5221 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
|
5222 all.
|
|
|
5223 (set-language-info-alist): Set up menus here.
|
|
|
5224
|
|
|
5225 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5226
|
|
|
5227 * minibuf.el (completing-read): Add new optional argument
|
|
|
5228 `default'.
|
|
|
5229 (read-coding-system): Add new optional argument
|
|
|
5230 `default-coding-system'.
|
|
|
5231
|
|
|
5232 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
|
5233
|
|
|
5234 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
|
5235 (viet-viscii-...->viet-vscii...).
|
|
|
5236
|
|
|
5237 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
|
5238
|
|
|
5239 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
|
5240 and menus.
|
|
|
5241
|
|
|
5242 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
|
5243
|
|
|
5244 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
|
5245 property.
|
|
|
5246
|
|
|
5247 1999-03-30 Dave Love <fx@gnu.org>
|
|
|
5248
|
|
|
5249 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
|
5250
|
|
|
5251 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
|
5252
|
|
|
5253 * mule/european.el (setup-slovenian-environment): New function.
|
|
|
5254 ("Slovenian"): New language environment.
|
|
|
5255
|
|
|
5256 1999-01-27 Dave Love <fx@gnu.org>
|
|
|
5257
|
|
|
5258 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
|
5259 :type (choices) and appropriate :get.
|
|
|
5260
|
|
|
5261 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
|
5262
|
|
|
5263 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
|
5264 input-method-alist.
|
|
|
5265
|
|
|
5266 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
|
5267
|
|
|
5268 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
|
5269 set-coding-priority, so that the internal array of priorities is
|
|
|
5270 also updated.
|
|
|
5271
|
|
|
5272 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
|
5273
|
|
|
5274 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
|
5275 requires specific EOL conversion type, make the default coding
|
|
|
5276 systems use that.
|
|
|
5277
|
|
|
5278 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
|
5279
|
|
|
5280 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
|
5281 eol-type to set-language-environment-coding-systems.
|
|
|
5282 (set-default-coding-systems): Copy the eol-type property for the
|
|
|
5283 new default values of {buffer-file,process}-coding-system from the
|
|
|
5284 old defaults.
|
|
|
5285 (set-language-environment-coding-systems): Accept an optional
|
|
|
5286 argument EOL-TYPE, and set the eol-type property of the default
|
|
|
5287 coding systems accordingly.
|
|
|
5288
|
|
|
5289 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
|
5290
|
|
|
5291 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
|
5292 use generate-new-buffer instead of get-buffer-create.
|
|
|
5293
|
|
|
5294 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
5295
|
|
|
5296 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
|
5297
|
|
|
5298 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
|
5299
|
|
|
5300 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
|
5301
|
|
|
5302 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
5303
|
|
|
5304 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
|
5305 Add apropos-inhibit property.
|
|
|
5306 (describe-specified-language-support): Likewise.
|
|
|
5307
|
|
|
5308 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
|
5309
|
|
|
5310 * mule/mule-cmds.el: Doc fixes.
|
|
|
5311
|
|
|
5312 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
|
5313
|
|
|
5314 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
|
5315 modified.
|
|
|
5316
|
|
|
5317 1998-09-01 Dave Love <fx@gnu.org>
|
|
|
5318
|
|
|
5319 * mule/mule-cmds.el (current-language-environment): Fix
|
|
|
5320 setter function.
|
|
|
5321
|
|
|
5322 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
|
5323
|
|
|
5324 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
|
5325 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
|
5326 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
|
5327 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
|
5328 files using interpreted code.
|
|
|
5329
|
|
|
5330 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
|
5331
|
|
|
5332 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
|
5333 ("Latin-2"): Likewise.
|
|
|
5334
|
|
|
5335 1998-08-18 Per Starback <starback@update.uu.se>
|
|
|
5336
|
|
|
5337 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
|
5338
|
|
|
5339 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
|
5340
|
|
|
5341 * mule/european.el: Give proper value of `input-method' key to all
|
|
|
5342 lang. env.
|
|
|
5343
|
|
|
5344 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
|
5345 the arg INPUT-METHOD is nil correctly.
|
|
|
5346 (read-multilingual-string): Activate the specified input method
|
|
|
5347 before calling read-string. Afterward, activate the original
|
|
|
5348 input method.
|
|
|
5349
|
|
|
5350 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
|
5351
|
|
|
5352 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
|
5353 (set-language-info-alist): Fix typo in doc-string.
|
|
|
5354
|
|
|
5355 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
|
5356
|
|
|
5357 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
|
5358
|
|
|
5359 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
|
5360 (reset-language-environment): New function for the job that
|
|
|
5361 setup-english-environment used to do.
|
|
|
5362 (set-language-environment): Do more setups according to the info
|
|
|
5363 in language-info-alist.
|
|
|
5364 (read-language-name): Handle the case that the arg KEY is nil.
|
|
|
5365 (describe-language-environment): Handle input-method property.
|
|
|
5366
|
|
|
5367 * mule/: All files under this directory, which related with
|
|
|
5368 specific languages (such as mule/european.el, mule/greek.el,
|
|
|
5369 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
|
5370 (setup-XXX-environment): Just call set-language-environment. If
|
|
|
5371 they used to do some other jobs than what done by
|
|
|
5372 set-language-environment, those jobs are done in
|
|
|
5373 setup-XXX-environment-internal now.
|
|
|
5374 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
|
5375 the value to setup-XXX-environment-internal. Add properties
|
|
|
5376 input-method and features.
|
|
|
5377
|
|
|
5378 * mule/english.el (setup-english-environment): Just call
|
|
|
5379 reset-language-environment.
|
|
|
5380
|
|
|
5381 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
|
5382
|
|
|
5383 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
5384
|
|
|
5385 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
|
5386 (input-method-use-echo-area): Doc fixes.
|
|
|
5387
|
|
|
5388 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
|
5389
|
|
|
5390 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
|
5391 variable.
|
|
|
5392 (input-method-use-echo-area): New variable.
|
|
|
5393
|
|
|
5394 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
|
5395
|
|
|
5396 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
|
5397
|
|
|
5398 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
|
5399
|
|
|
5400 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
|
5401 (inactivate-input-method): Likewise.
|
|
|
5402
|
|
|
5403 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
|
5404
|
|
|
5405 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
|
5406 input method in the current buffer, but just bind
|
|
|
5407 current-input-method.
|
|
|
5408
|
|
|
5409 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
|
5410
|
|
|
5411 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
|
5412
|
|
|
5413 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
|
5414 coding-system.
|
|
|
5415
|
|
|
5416 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
|
5417
|
|
|
5418 * mule/greek.el: Add coding-priority.
|
|
|
5419
|
|
|
5420 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
5421
|
|
|
5422 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
|
5423 LANG-ENV.
|
|
|
5424
|
|
|
5425 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
5426
|
|
|
5427 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
|
5428 (setup-specified-language-environment): Doc fix.
|
|
|
5429
|
|
|
5430 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
5431
|
|
|
5432 * mule/mule-cmds.el: Several doc fixes.
|
|
|
5433 (get-language-info, set-language-info): Rename argument.
|
|
|
5434 (set-language-info-alist): Likewise.
|
|
|
5435 (register-input-method): Rename argument.
|
|
|
5436 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
|
5437
|
|
|
5438 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
|
5439
|
|
|
5440 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
|
5441 default value while reading an input method.
|
|
|
5442
|
|
|
5443 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
|
5444
|
|
|
5445 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
|
5446 Use buffer-file-coding-system as default.
|
|
|
5447
|
|
|
5448 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
|
5449
|
|
|
5450 * mule/korean.el ("Korean"): Doc fix.
|
|
|
5451
|
|
|
5452 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
|
5453
|
|
|
5454 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
|
5455 languge environment at the head.
|
|
|
5456
|
|
|
5457 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
|
5458
|
|
|
5459 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
|
5460 for Japanese environment.
|
|
|
5461
|
|
|
5462 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
|
5463
|
|
|
5464 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
|
5465 (current-language-environment): Use defcustom.
|
|
|
5466 (default-input-method): Specify :type.
|
|
|
5467
|
|
|
5468 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
|
5469
|
|
|
5470 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
|
5471 modified.
|
|
|
5472 (prefer-coding-system): Doc-string modified.
|
|
|
5473
|
|
|
5474 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
5475
|
|
|
5476 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
|
5477 describes `coding-priority' KEY.
|
|
|
5478 (set-language-environment-coding-systems): New function.
|
|
|
5479 (select-safe-coding-system): New function.
|
|
|
5480 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
|
5481 (set-language-info-alist): New optionla arg PARENTS. Call
|
|
442
|
5482 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
|
428
|
5483 (set-language-environment-coding-systems): New function.
|
|
|
5484
|
|
|
5485 * mule/chinese.el: Remove setting up of
|
|
|
5486 describe-chinese-environment-map and
|
|
|
5487 setup-chinese-environment-map. Exclude them in args of calls to
|
|
|
5488 set-language-info-alist. Register coding-priority key in
|
|
|
5489 language-info-alist.
|
|
|
5490
|
|
|
5491 * mule/cyrillic.el: Remove setting up of
|
|
|
5492 describe-cyrillic-environment-map and
|
|
|
5493 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
|
5494 set-language-info-alist. Register coding-priority key in
|
|
|
5495 language-info-alist.
|
|
|
5496
|
|
|
5497 * mule/english.el: Register coding-priority key in
|
|
|
5498 language-info-alist.
|
|
|
5499
|
|
|
5500 * mule/ethiopic.el: Register coding-priority key in
|
|
|
5501 language-info-alist.
|
|
|
5502
|
|
|
5503 * mule/european.el: Remove setting up of
|
|
|
5504 describe-european-environment-map and
|
|
|
5505 setup-european-environment-map. Exclude them in args of calls to
|
|
|
5506 set-language-info-alist. Register coding-priority key in
|
|
|
5507 language-info-alist. Add "German" language env.
|
|
|
5508 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
|
5509 (setup-german-environment): New function.
|
|
|
5510
|
|
|
5511 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
|
5512 change default input method to "greek-postfix".
|
|
|
5513
|
|
|
5514 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
|
5515 coding-priority key in
|
|
|
5516
|
|
|
5517 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
|
5518
|
|
|
5519 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
|
5520 (input-method-inactivate-hook): Doc fix.
|
|
|
5521
|
|
|
5522 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
|
5523
|
|
|
5524 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
|
5525 select-input-method.
|
|
|
5526
|
|
|
5527 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
|
5528
|
|
|
5529 * mule/mule-cmds.el (set-language-environment): Run
|
|
|
5530 exit-language-environment-hook before calling `exit-function'
|
|
|
5531 which is specified for the language environment.
|
|
|
5532
|
|
|
5533 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
|
5534
|
|
|
5535 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
|
5536 modified.
|
|
|
5537 (prefer-coding-system): Likewise.
|
|
|
5538 (describe-language-environment): Print aliases of each coding
|
|
|
5539 system.
|
|
|
5540 (set-language-environment-hook): New variable.
|
|
|
5541 (exit-language-environment-hook): New variable.
|
|
|
5542 (set-language-environment): Call these hooks. Before setting a
|
|
|
5543 new language environment, exit from the
|
|
|
5544 current-language-environment if necessary.
|
|
|
5545 (input-method-verbose-flag): The value can be nil, t,
|
|
|
5546 complex-only, or default.
|
|
|
5547 (input-method-highlight-flag): Doc-string augmented.
|
|
|
5548 (activate-input-method): Check if we can run the registered
|
|
|
5549 function to activate an input method.
|
|
|
5550
|
|
|
5551 * mule/korean.el: Set exit-function for language environment
|
|
|
5552 "Korean" to exit-korean-environment.
|
|
|
5553 (setup-korean-environment): Moved to korea-util.el.
|
|
|
5554
|
|
|
5555 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
5556
|
|
|
5557 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
|
5558 current-input-method prior to default-input-method. Don't bind
|
|
|
5559 current-input-method by `let', instead, activate the specified
|
|
|
5560 input method in the current buffer temporarily.
|
|
|
5561
|
|
|
5562 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
|
5563
|
|
|
5564 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
|
5565
|
|
|
5566 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
5567
|
|
|
5568 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
|
5569 decode-hz-region.
|
|
|
5570 (pre-write-encode-hz): Do not change the value of
|
|
|
5571 last-coding-system.
|
|
|
5572
|
|
|
5573 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
|
5574
|
|
|
5575 * mule/mule-ccl.el: Doc fixes.
|
|
|
5576
|
|
|
5577 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
|
5578
|
|
|
5579 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
|
5580 (check-ccl-program): New macro.
|
|
|
5581
|
|
|
5582 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
5583
|
|
|
5584 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
|
5585 (ccl-command-table): Add read-multibyte-character and
|
|
|
5586 write-multibyte-character.
|
|
|
5587 (ccl-code-table): Add ex-cmd.
|
|
|
5588 (ccl-extended-code-table): New variable.
|
|
|
5589 (ccl-embed-extended-command): New function.
|
|
|
5590 (ccl-compile-read-multibyte-character,
|
|
|
5591 ccl-compile-write-multibyte-character) New functions.
|
|
|
5592 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
|
5593 ccl-dump-write-multibyte-character): New functions.
|
|
|
5594
|
|
|
5595 1999-07-22 SL Baur <steve@miho>
|
|
|
5596
|
|
|
5597 * config.el (config-value-file): config.values is installed into
|
|
|
5598 doc-directory.
|
|
|
5599 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
|
5600
|
|
442
|
5601 1999-07-19 Didier Verna <didier@xemacs.org>
|
|
428
|
5602
|
|
|
5603 * rect.el: all functions rewritten, except when noted. Below is a
|
|
|
5604 list of interface changes.
|
|
|
5605 (apply-on-rectangle): new function. Obsoletes
|
|
|
5606 `operate-on-rectangle'. All functions that used to call this
|
|
|
5607 function now call the new one.
|
|
|
5608 (kill-rectangle): added optional prefix arg to fill lines.
|
|
|
5609 (delete-rectangle): ditto.
|
|
|
5610 (delete-extract-rectangle): ditto.
|
|
|
5611 (open-rectangle): ditto.
|
|
|
5612 (clear-rectangle): ditto.
|
|
|
5613 (delete-rectangle-line): added third arg FILL.
|
|
|
5614 (delete-extract-rectangle-line): ditto.
|
|
|
5615 (open-rectangle-line): ditto.
|
|
|
5616 (clear-rectangle-line): ditto.
|
|
|
5617
|
|
|
5618 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
|
5619
|
|
|
5620 * menubar-items.el (default-menubar): add gutter options.
|
|
|
5621
|
|
|
5622 * gutter-items.el: new file.
|
|
|
5623 (gutter): new group for custom.
|
|
|
5624 (gutter-visible-p): new variable.
|
|
|
5625 (default-gutter-position): ditto.
|
|
|
5626 (buffers-tab): new group for the buffers tab.
|
|
|
5627 (gutter-buffers-tab): widget to put in the gutter.
|
|
|
5628 (buffers-tab-max-size): max number of tabs.
|
|
|
5629 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
|
5630 tab is pressed.
|
|
|
5631 (buffers-tab-omit-function): filter buffers with this function.
|
|
|
5632 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
|
5633 inclusion in tabs.
|
|
|
5634 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
|
5635 the record.
|
|
|
5636 (build-buffers-tab-internal): build a list of tab items.
|
|
|
5637 (buffers-tab-items): ditto.
|
|
|
5638 (add-tab-to-gutter): put a tab in the gutter area.
|
|
|
5639 (update-tab-in-gutter): reset the buffers in the tab.
|
|
|
5640
|
|
|
5641 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
|
5642
|
|
|
5643 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
|
5644 (switch-to-buffer-hooks): new hook.
|
|
|
5645
|
|
|
5646 * toolbar.el (default-toolbar-position): fix typo.
|
|
|
5647
|
|
|
5648 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
|
5649
|
|
|
5650 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
|
5651
|
|
442
|
5652 1999-07-15 Didier Verna <didier@xemacs.org>
|
|
428
|
5653
|
|
|
5654 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
|
5655 prompt for a comment string.
|
|
|
5656 (customize-set-value): optional prefix makes this function handle
|
|
|
5657 variable comments.
|
|
|
5658 (customize-set-variable): ditto.
|
|
|
5659 (customize-save-variable): ditto.
|
|
|
5660 (customize-customized): handle custom comments.
|
|
|
5661 (customize-save-customized): ditto.
|
|
|
5662 (custom-variable-state-set): ditto.
|
|
|
5663 (custom-face-state-set): ditto.
|
|
|
5664 (customize-saved): ditto.
|
|
|
5665 (custom-variable-set): ditto.
|
|
|
5666 (custom-face-set): ditto.
|
|
|
5667 (custom-variable-save): ditto.
|
|
|
5668 (custom-face-save): ditto.
|
|
|
5669 (custom-variable-reset-saved): ditto.
|
|
|
5670 (custom-face-reset-saved): ditto.
|
|
|
5671 (custom-variable-reset-standard): ditto.
|
|
|
5672 (custom-face-reset-standard): ditto.
|
|
|
5673 (custom-comment-face): new face.
|
|
|
5674 (custom-comment-tag-face): ditto.
|
|
|
5675 (custom-comment): new widget.
|
|
|
5676 (custom-comment-create): new function.
|
|
|
5677 (custom-comment-delete): ditto.
|
|
|
5678 (custom-comment-value-set): ditto.
|
|
|
5679 (custom-comment-show): ditto.
|
|
|
5680 (custom-comment-invisible-p): ditto.
|
|
|
5681 (custom-variable-value-create): create a comment field widget.
|
|
|
5682 (custom-face-value-create): ditto.
|
|
|
5683 (custom-variable-menu): new entry for adding a custom comment.
|
|
|
5684 (custom-face-menu): ditto.
|
|
|
5685 (custom-save-variables): possibly save custom comments.
|
|
|
5686 (custom-save-faces): ditto.
|
|
|
5687
|
|
|
5688 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
|
5689 custom comment as fourth argument.
|
|
|
5690
|
|
|
5691 * custom.el (custom-set-variables): the arguments can now have a
|
|
|
5692 custom comment as fifth element.
|
|
|
5693
|
|
|
5694 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
5695
|
|
|
5696 * XEmacs 21.2.18 is released
|
|
|
5697
|
|
|
5698 1999-07-13 SL Baur <steve@miho>
|
|
|
5699
|
|
|
5700 * lib-complete.el (read-library-name): Revert previous change.
|
|
|
5701 (read-library): Ditto.
|
|
|
5702
|
|
|
5703 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
5704
|
|
|
5705 * packages.el (packages-package-list): Capitalize docstring.
|
|
|
5706
|
|
|
5707 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
|
5708 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
|
5709 which returns a freshly consed list. #'append would create yet
|
|
|
5710 another fresh list, using Fmake_list in concat.
|
|
|
5711
|
|
|
5712 * packages.el (package-provide): Use setq with remassq like it
|
|
|
5713 says in its docstring.
|
|
|
5714
|
|
|
5715 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
|
5716
|
|
|
5717 * lib-complete.el (progn-with-message): Fix typo.
|
|
|
5718
|
|
|
5719 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
|
5720
|
|
|
5721 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
|
5722 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
5723
|
|
|
5724 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
5725
|
|
|
5726 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
|
5727
|
|
|
5728 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
|
5729
|
|
|
5730 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
|
5731 keys if already bound
|
|
|
5732
|
|
|
5733 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
|
5734
|
|
|
5735 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
|
5736
|
|
|
5737 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
|
5738
|
|
|
5739 * lib-complete.el (find-library):
|
|
|
5740 (find-library-other-window):
|
|
|
5741 (find-library-other-frame): Completely rewrote
|
|
|
5742 so that these functions actually work when called non-interactively.
|
|
|
5743 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
|
5744
|
|
|
5745 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
|
5746
|
|
|
5747 * simple.el (indent-new-comment-line): Locally bound
|
|
|
5748 `block-comment-start' to `comstart' or else when this is called
|
|
|
5749 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
|
5750 `block-comment-start' value, ignoring any existing spacing after a
|
|
|
5751 comment prefix in the previous line and producing ugly comments.
|
|
|
5752
|
|
|
5753 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
|
5754
|
|
|
5755 * list-mode.el (mouse-choose-completion):
|
|
|
5756 (choose-completion):
|
|
|
5757 (completion-switch-to-minibuffer): Added.
|
|
|
5758 ([Tab]): [Tab] previously switched to the minibuffer
|
|
|
5759 but since [space] does that and since most applications in the
|
|
|
5760 world use [Tab] to select the next item in a list, do that in the
|
|
|
5761 *Completions* buffer too. This will cause the least confusion
|
|
|
5762 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
|
5763 06/23/1999.
|
|
|
5764
|
|
|
5765 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
|
5766
|
|
|
5767 * help.el (help-buffer-name): Added support for a null value
|
|
|
5768 of `help-buffer-prefix-string' since some buffers require no
|
|
|
5769 prefix.
|
|
|
5770
|
|
|
5771 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
|
5772
|
|
|
5773 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
|
5774 in the completion-list-mode-map to bury the completions buffer
|
|
|
5775 even when the minibuffer is no longer active.
|
|
|
5776
|
|
|
5777 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
|
5778
|
|
|
5779 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
|
5780 the text cursor disappear within list buffers, especially when
|
|
|
5781 moving from window to window, so leave it visible.
|
|
|
5782
|
|
|
5783 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
|
5784
|
|
|
5785 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
|
5786 report menu item (which may not be possible in this XEmacs).
|
|
|
5787 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
|
5788
|
|
|
5789 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
|
5790
|
|
|
5791 * subr.el (with-current-buffer): DOC string fix.
|
|
|
5792 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
|
5793
|
|
|
5794 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
|
5795
|
|
|
5796 * cus-face.el (custom-face-italic): insert missing args
|
|
|
5797
|
|
|
5798 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
5799
|
|
|
5800 * packages.el (package-locations): Changed default early package
|
|
|
5801 hierarchies to ~/.xemacs/mule-packages and
|
|
|
5802 ~/.xemacs/xemacs-packages.
|
|
|
5803
|
|
|
5804 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
|
5805
|
|
|
5806 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
|
5807
|
|
|
5808 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
5809
|
|
|
5810 * packages.el (package-locations): Changed default early package
|
|
|
5811 hierarchy to ~/.xemacs/packages.
|
|
|
5812 (package-locations): Removed `packages' as a possible name for a
|
|
|
5813 late package hierarchy.
|
|
|
5814
|
|
|
5815 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5816
|
|
|
5817 * mule/mule-category.el (word-combining-categories): Set up new
|
|
|
5818 variable.
|
|
|
5819 (word-separating-categories): Likewise.
|
|
|
5820
|
|
|
5821 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
5822
|
|
|
5823 * XEmacs 21.2.17 is released
|
|
|
5824
|
|
|
5825 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
|
5826
|
|
|
5827 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
|
5828 of font size.
|
|
|
5829
|
|
|
5830 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5831
|
|
|
5832 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
|
5833 is 1.
|
|
|
5834
|
|
|
5835 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5836
|
|
|
5837 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
|
5838 8859-5 instead of ISO 8859-1.
|
|
|
5839
|
|
|
5840 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
|
5841
|
|
|
5842 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
|
5843 (viet-viscii-encode-table): Ditto.
|
|
|
5844
|
|
|
5845 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
|
5846 Make obsolete definition of char-octet.
|
|
|
5847
|
|
|
5848 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
|
5849
|
|
|
5850 * subr.el: Move no-Mule make-char ...
|
|
|
5851 * help-nomule.el (make-char): To here.
|
|
|
5852 (string-width): Make Mule compatibility alias.
|
|
|
5853
|
|
|
5854 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
|
5855
|
|
|
5856 * select.el (get-selection-no-error): really make there be no-error.
|
|
|
5857 (get-selection): revert to original.
|
|
|
5858
|
|
|
5859 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
|
5860
|
|
|
5861 * select.el (selection-sets-clipboard): renamed.
|
|
|
5862 (own-selection): use it.
|
|
|
5863
|
|
|
5864 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
5865
|
|
|
5866 * XEmacs 21.2.16 is released
|
|
|
5867
|
|
|
5868 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5869
|
|
|
5870 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
|
5871 missing characters to avoid crash.
|
|
|
5872
|
|
|
5873 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5874
|
|
|
5875 * coding.el (set-terminal-coding-system): Only set the console
|
|
|
5876 coding system on the selected console if it is a tty.
|
|
|
5877
|
|
|
5878 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5879
|
|
|
5880 * cus-face.el:
|
|
|
5881 * cus-edit.el:
|
|
|
5882 * faces.el:
|
|
|
5883 (custom):
|
|
|
5884 (face-spec-set):
|
|
|
5885 * faces.el (frob-face-property):
|
|
|
5886 * font-menu.el (font-menu-set-font):
|
|
|
5887 Actually apply changes from 1999-03-17
|
|
|
5888
|
|
|
5889 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
|
5890
|
|
|
5891 * select.el (get-selection): abstract out non error-signalling
|
|
|
5892 part.
|
|
|
5893 (get-selection-no-error): get-selection without signalling an
|
|
|
5894 error.
|
|
|
5895 (selection-is-clipboard-p): new variable. controls whether the
|
|
|
5896 selection sets the clipboard.
|
|
|
5897 (own-selection): use it.
|
|
|
5898
|
|
|
5899 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
|
5900 primary selection and cutbuffer.
|
|
|
5901
|
|
|
5902 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
|
5903
|
|
|
5904 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
|
5905 selection functions.
|
|
|
5906
|
|
|
5907 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5908
|
|
|
5909 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
|
5910 default value.
|
|
|
5911 (load): Use `raw-text' instead of `no-conversion'.
|
|
|
5912 (insert-file-contents): Likewise.
|
|
|
5913
|
|
|
5914 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
|
5915 of `no-conversion'.
|
|
|
5916
|
|
|
5917 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5918
|
|
|
5919 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
|
5920
|
|
|
5921 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
5922
|
|
|
5923 * subr.el (make-char): Define it if Mule is not around.
|
|
|
5924
|
|
|
5925 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
|
5926
|
|
|
5927 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
|
5928
|
|
|
5929 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
|
5930 obsolete alias.
|
|
|
5931 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
|
5932
|
|
|
5933 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
5934
|
|
|
5935 * XEmacs 21.2.15 is released
|
|
|
5936
|
|
|
5937 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
|
5938
|
|
|
5939 * subr.el (split-string): Avoid infinite looping
|
|
|
5940
|
|
|
5941 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
5942
|
|
|
5943 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
|
5944 (ldap-default-attribute-decoder): New variable
|
|
|
5945 (ldap-coding-system): New variable
|
|
|
5946 (ldap-attribute-syntax-encoders): New variable
|
|
|
5947 (ldap-attribute-syntax-decoders): New variable
|
|
|
5948 (ldap-attribute-syntaxes-alist): New variable
|
|
|
5949 (ldap-encode-boolean): New function
|
|
|
5950 (ldap-decode-boolean): New function
|
|
|
5951 (ldap-encode-country-string): New function
|
|
|
5952 (ldap-decode-string): New function
|
|
|
5953 (ldap-decode-address): New function
|
|
|
5954 (ldap-encode-address): New function
|
|
|
5955 (ldap-decode-attribute): New function
|
|
|
5956 (ldap-search): Use some of these
|
|
|
5957
|
|
|
5958 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
|
5959
|
|
|
5960 * version.el (emacs-version): Make the patch level/beta come
|
|
|
5961 before the XEmacs qualifier so that it gets into (funcall
|
|
|
5962 emacs-version) and thus in the bug reports.
|
|
|
5963 (emacs-version>=): Support patch levels.
|
|
|
5964
|
|
|
5965 1999-06-03 SL Baur <steve@xemacs.org>
|
|
|
5966
|
|
|
5967 * version.el: implement x.y.z version number
|
|
|
5968 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5969
|
|
|
5970 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
|
5971
|
|
|
5972 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
|
5973
|
|
|
5974 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
|
5975
|
|
|
5976 * startup.el: Document -private and break out non-standard X options.
|
|
|
5977
|
|
|
5978 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
5979
|
|
|
5980 * mule/mule-charset.el (charset-after): New function.
|
|
|
5981 (charset-direction): Synch with Mule, update docstring.
|
|
|
5982 (get-charset-property): New function.
|
|
|
5983 (put-charset-property): New function.
|
|
|
5984 (charset-plist): New function.
|
|
|
5985
|
|
|
5986 * mule/mule-charset.el (compose-region):
|
|
|
5987 (decompose-region): remove; these functions (which don't work
|
|
|
5988 since we don't do composite characters) have been moved to
|
|
|
5989 mule-util.el.
|
|
|
5990 (toplevel): follow coding standards
|
|
|
5991
|
|
|
5992 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
5993
|
|
|
5994 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
|
5995 exist any more.
|
|
|
5996
|
|
|
5997 * code-files.el: Fix commentary to follow coding standards. Move
|
|
|
5998 the single line left in mule-files.el to here.
|
|
|
5999
|
|
|
6000 * mule/mule-files.el: delete.
|
|
|
6001
|
|
|
6002 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
6003
|
|
|
6004 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
|
6005 old emacs 19 interface.
|
|
|
6006
|
|
|
6007 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
|
6008
|
|
|
6009 * x-font-menu.el (x-font-menu-load-font):
|
|
|
6010 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
|
6011
|
|
|
6012 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
|
6013
|
|
|
6014 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
|
6015 group.
|
|
|
6016 (font-menu-this-frame-only-p): ditto.
|
|
|
6017 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
|
6018 <vroonhof@math.ethz.ch>
|
|
|
6019 (font-menu-submenu-name-format): ditto.
|
|
|
6020 (font-menu-split-long-menu): ditto, for use by the family
|
|
|
6021 constructor.
|
|
|
6022 (font-menu-family-constructor): use it.
|
|
|
6023
|
|
|
6024 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
|
6025
|
|
|
6026 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
|
6027 for use by the font menu.
|
|
|
6028
|
|
|
6029 * msw-font-menu.el: new file implementing mswindows specific
|
|
|
6030 font-menu behaviour.
|
|
|
6031 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
|
6032 (mswindows-font-menu-junk-families): ditto.
|
|
|
6033 (hack-font-truename): ditto.
|
|
|
6034 (mswindows-font-regexp-ascii): ditto.
|
|
|
6035 (mswindows-reset-device-font-menus): ditto.
|
|
|
6036 (mswindows-font-menu-font-data): ditto.
|
|
|
6037 (mswindows-font-menu-load-font): ditto.
|
|
|
6038
|
|
|
6039 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
|
6040 (x-font-menu-font-data): ditto.
|
|
|
6041 (x-font-menu-load-font): ditto.
|
|
|
6042
|
|
|
6043 * font-menu.el: new file implementing generic font menu behaviour.
|
|
|
6044 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
|
6045 made device independent.
|
|
|
6046 (font-menu-this-frame-only-p): ditto.
|
|
|
6047 (font-menu-preferred-resolution): ditto.
|
|
|
6048 (font-menu-size-scaling): new variable used to determine whether
|
|
|
6049 sizes are in points or tenths of a point.
|
|
|
6050 (vassoc): moved from x-font-menu.el.
|
|
|
6051 (device-fonts-cache): ditto.
|
|
|
6052 (device-fonts-cache): ditto.
|
|
|
6053 (flush-device-fonts-cache): ditto.
|
|
|
6054 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
|
6055 device independent. Most functionality deferred to
|
|
|
6056 device-dependent versions.
|
|
|
6057 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
|
6058 made device independent.
|
|
|
6059 (font-menu-size-constructor): ditto.
|
|
|
6060 (font-menu-weight-constructor): ditto.
|
|
|
6061 (font-menu-set-font): ditto.
|
|
|
6062 (font-menu-change-face): ditto.
|
|
|
6063 (font-menu-load-font): new device method.
|
|
|
6064 (font-menu-font-data): ditto.
|
|
|
6065
|
|
|
6066 * x-font-menu.el: The above functions deleted.
|
|
|
6067
|
|
|
6068 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
|
6069
|
|
|
6070 * update-elc.el:
|
|
|
6071 * make-docfile.el:
|
|
|
6072 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
|
6073
|
|
|
6074 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
|
6075
|
|
|
6076 * x-select.el (x-select-convert-to-text):
|
|
|
6077 (x-selected-text-type):
|
|
|
6078 (x-get-selection):
|
|
|
6079 (xselect-convert-to-string):
|
|
|
6080 (xselect-convert-to-compound-text):
|
|
|
6081 (xselect-convert-to-length):
|
|
|
6082 (xselect-convert-to-targets):
|
|
|
6083 (xselect-convert-to-delete):
|
|
|
6084 (xselect-convert-to-filename):
|
|
|
6085 (xselect-convert-to-charpos):
|
|
|
6086 (xselect-convert-to-lineno):
|
|
|
6087 (xselect-convert-to-colno):
|
|
|
6088 (xselect-convert-to-sourceloc):
|
|
|
6089 (xselect-convert-to-os):
|
|
|
6090 (xselect-convert-to-host):
|
|
|
6091 (xselect-convert-to-user):
|
|
|
6092 (xselect-convert-to-class):
|
|
|
6093 (xselect-convert-to-name):
|
|
|
6094 (xselect-convert-to-integer):
|
|
|
6095 (xselect-convert-to-atom):
|
|
|
6096 (xselect-convert-to-identity): functions renamed from x-* and
|
|
|
6097 moved to select.el.
|
|
|
6098 (x-get-secondary-selection): use rename get-selection.
|
|
|
6099 (x-get-clipboard): ditto.
|
|
|
6100 (x-own-selection): moved to select.el.
|
|
|
6101 (x-valid-simple-selection-p): ditto.
|
|
|
6102 (x-dehilight-selection): ditto.
|
|
|
6103 (x-own-clipboard): ditto.
|
|
|
6104 (x-disown-selection): ditto.
|
|
|
6105
|
|
|
6106 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
|
6107 (x-insert-selection): ditto.
|
|
|
6108 (x-set-point-and-move-selection): use renamed function.
|
|
|
6109
|
|
|
6110 * select.el (selected-text-type): moved and renamed from
|
|
|
6111 x-select.el.
|
|
|
6112 (selection-owner-p): moved to C.
|
|
|
6113 (selection-exists-p): ditto.
|
|
|
6114 (get-cutbuffer): new device method.
|
|
|
6115 (get-selection): generalised and moved from x-select.el.
|
|
|
6116 (own-selection): moved x-own-selection functionality into here.
|
|
|
6117 (dehilight-selection): renamed and moved from x-select.el.
|
|
|
6118 (own-clipboard): functionality moved from x-select.el using new
|
|
|
6119 generic C builtins.
|
|
|
6120 (disown-clipboard): ditto.
|
|
|
6121 (select-convert-to-text):
|
|
|
6122 (select-convert-to-string):
|
|
|
6123 (select-convert-to-compound-text):
|
|
|
6124 (select-convert-to-length):
|
|
|
6125 (select-convert-to-targets):
|
|
|
6126 (select-convert-to-delete):
|
|
|
6127 (select-convert-to-filename):
|
|
|
6128 (select-convert-to-charpos):
|
|
|
6129 (select-convert-to-lineno):
|
|
|
6130 (select-convert-to-colno):
|
|
|
6131 (select-convert-to-sourceloc):
|
|
|
6132 (select-convert-to-os):
|
|
|
6133 (select-convert-to-host):
|
|
|
6134 (select-convert-to-user):
|
|
|
6135 (select-convert-to-class):
|
|
|
6136 (select-convert-to-name):
|
|
|
6137 (select-convert-to-integer):
|
|
|
6138 (select-convert-to-atom):
|
|
|
6139 (select-convert-to-identity): new functions renamed from x-* and
|
|
|
6140 moved from x-select.el.
|
|
|
6141
|
|
|
6142 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
|
6143 into here and use as the default window-system mouse yank.
|
|
|
6144 (insert-selection): generalised and moved from x-mouse.el.
|
|
|
6145 (own-clipboard): moved to C.
|
|
|
6146
|
|
|
6147 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
|
6148 (mswindows-own-selection): generalised and moved to select.el.
|
|
|
6149 (mswindows-disown-selection): generalised and moved to C.
|
|
|
6150 (mswindows-selection-owner-p): ditto.
|
|
|
6151
|
|
|
6152 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6153
|
|
|
6154 * XEmacs 21.2.14 is released
|
|
|
6155
|
|
|
6156 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
6157
|
|
|
6158 * about.el: update contact info for jason and slb.
|
|
|
6159
|
|
|
6160 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
6161
|
|
|
6162 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
|
6163 support from Emacs/Mule romanian.el.
|
|
|
6164
|
|
|
6165 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6166
|
|
|
6167 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
|
6168
|
|
|
6169 * cus-edit.el: idem ditto.
|
|
|
6170
|
|
|
6171 * faces.el: Added suport for adding device tags to various functions.
|
|
|
6172 (custom): New device tag.
|
|
|
6173 (face-spec-set): Call reset face with tags argument. No longer do
|
|
|
6174 x-init-global-faces hack.
|
|
|
6175
|
|
|
6176 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
|
6177 frob-face-property-1 over.
|
|
|
6178
|
|
|
6179 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
|
6180 properties to custom.
|
|
|
6181
|
|
|
6182 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
6183
|
|
|
6184 * mule/european.el (setup-czech-environment): Add czech support.
|
|
|
6185 From David Sauer <davids@orfinet.cz>
|
|
|
6186
|
|
|
6187 1999-03-15 SL Baur <steve@xemacs.org>
|
|
|
6188
|
|
|
6189 * check-features.el: Turn hard errors into warnings.
|
|
|
6190
|
|
|
6191 1999-03-21 SL Baur <steve@xemacs.org>
|
|
|
6192
|
|
|
6193 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
|
6194 xemacs-beta, default to t.
|
|
|
6195
|
|
|
6196 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6197
|
|
|
6198 * loadup.el: Define Installation-string before loading anything.
|
|
|
6199
|
|
|
6200 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
6201
|
|
|
6202 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
|
6203 From Anders Stenman <stenman@isy.liu.se>
|
|
|
6204
|
|
|
6205 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6206
|
|
|
6207 * wid-edit.el (widget-glyph-find): Ditto.
|
|
|
6208
|
|
|
6209 * packages.el (locate-library): Ditto.
|
|
|
6210
|
|
|
6211 * loadup.el (really-early-error-handler): Ditto.
|
|
|
6212
|
|
|
6213 * lib-complete.el (read-library): Ditto.
|
|
|
6214
|
|
|
6215 * faces.el (set-face-stipple): Ditto.
|
|
|
6216
|
|
|
6217 * code-files.el (load): Use new calling style of locate-file.
|
|
|
6218
|
|
|
6219 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6220
|
|
|
6221 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
|
6222 dead.
|
|
|
6223
|
|
|
6224 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6225
|
|
|
6226 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
|
6227 Installation.el.
|
|
|
6228
|
|
|
6229 * loadup.el (Installation-string): Define it here.
|
|
|
6230
|
|
|
6231 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6232
|
|
|
6233 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
|
6234 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
|
6235 the dumping process won't find it.
|
|
|
6236
|
|
434
|
6237 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
6238
|
|
|
6239 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
|
6240 subr so that we can use `replace-in-string' in Installation.el to
|
|
|
6241 get rid of C-m chars under the native Windows build.
|
|
|
6242
|
|
|
6243 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
|
6244
|
|
|
6245 * make-docfile.el: canonicalize file and directory names.
|
|
|
6246
|
|
|
6247 * device.el (call-device-method): new function for calling device
|
|
|
6248 specific methods.
|
|
|
6249 (define-device-method): new function for defining device methods.
|
|
|
6250 (define-device-method*): ditto.
|
|
|
6251
|
|
|
6252 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6253
|
|
|
6254 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
|
6255
|
|
|
6256 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
6257
|
|
|
6258 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
|
6259 (cyrillic-koi8-r-encode-table): Likewise.
|
|
|
6260 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
|
6261 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
|
6262
|
|
|
6263 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
|
6264 from vietnamese.el].
|
|
|
6265
|
|
|
6266 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
|
6267 mule/mule-misc.el.
|
|
|
6268
|
|
|
6269 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
6270
|
|
|
6271 * mule/thai-xtis.el:
|
|
|
6272 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
|
6273 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
|
6274
|
|
|
6275 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
6276
|
|
|
6277 * mule/ethiopic.el: fixed.
|
|
|
6278
|
|
|
6279 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
6280
|
|
|
6281 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
|
6282
|
|
|
6283 * mule/thai-xtis.el: New file.
|
|
|
6284
|
|
|
6285 * mule/vietnamese.el: New file.
|
|
|
6286
|
|
|
6287 * mule/ethiopic.el: New file.
|
|
|
6288
|
|
|
6289 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6290
|
|
|
6291 * bytecomp.el (byte-compile-close-variables): Leave
|
|
|
6292 debug-issue-ebola-notices alone.
|
|
|
6293
|
|
|
6294 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
6295
|
|
|
6296 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
|
6297 at the top of the buffer since it is the most important thing to
|
|
|
6298 customize
|
|
|
6299 (ldap-get-host-parameter): New defun
|
|
|
6300 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
|
6301 distinguished names of entries
|
|
|
6302
|
|
|
6303 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
|
6304
|
|
|
6305 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
|
6306
|
|
|
6307 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
|
6308
|
|
|
6309 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
|
6310
|
|
|
6311 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6312
|
|
|
6313 * format.el (format-alist): Disable image stuff.
|
|
|
6314
|
|
|
6315 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6316
|
|
|
6317 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
|
6318 suffixes rather than the other way around.
|
|
|
6319 (widget-image-conversion): Renamed to
|
|
|
6320 `widget-image-file-name-suffixes'.
|
|
|
6321
|
|
|
6322 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
|
6323
|
|
|
6324 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
|
6325 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
|
6326 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
|
6327 (charset-iso-final-char): Rename from charset-final.
|
|
|
6328 (charset-width): Rename from charset-columns.
|
|
|
6329 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
|
6330
|
|
|
6331 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
|
6332 mule-charset.el
|
|
|
6333
|
|
|
6334 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
|
6335
|
|
|
6336 * x-faces.el (x-make-font-bold-italic): honor
|
|
|
6337 *try-oblique-before-italic-fonts*
|
|
|
6338
|
|
|
6339 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6340
|
|
|
6341 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
|
6342
|
|
|
6343 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6344
|
|
|
6345 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
|
6346 name.
|
|
|
6347
|
|
|
6348 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
|
6349
|
|
|
6350 * cl-extra.el (equalp): Would bug out for lists.
|
|
|
6351
|
|
|
6352 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
|
6353
|
|
|
6354 * about.el (about-hackers): Change cgw's email address
|
|
|
6355
|
|
|
6356 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6357
|
|
|
6358 * XEmacs 21.2.13 is released
|
|
|
6359
|
|
|
6360 1999-03-12 SL Baur <steve@xemacs.org>
|
|
|
6361
|
|
|
6362 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
|
6363 behavior.
|
|
|
6364
|
|
442
|
6365 1999-01-18 Didier Verna <didier@xemacs.org>
|
|
428
|
6366
|
|
|
6367 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
|
6368 multiple elements in the splash buffer body.
|
|
|
6369
|
|
|
6370 * startup.el (splash-frame-timeout): new constant: interval
|
|
|
6371 between splash buffer elements.
|
|
|
6372 (command-line-1): handle splash buffer with multiple elements (use
|
|
|
6373 a timeout).
|
|
|
6374 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
|
6375 Rewrote a cleaner and more readable version. This can now be array,
|
|
|
6376 in which case each element is displayed in turn in the splash buffer.
|
|
|
6377 (splash-frame-static-body): new constant. Persistent information
|
|
|
6378 across all splash buffer elements (preserves the possibility to give
|
|
|
6379 it in different languages.
|
|
|
6380 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
|
6381 to circulate through all splash frame elements and display them in
|
|
|
6382 sequence.
|
|
|
6383 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
|
6384 the case of multiple elements in the splash buffer body. Now
|
|
|
6385 returns a timeout id if multiple elements to display, or nil.
|
|
|
6386
|
|
|
6387 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6388
|
|
|
6389 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
|
6390 so they can be overridden by x-init-face-from-resources.
|
|
|
6391 Additionally specify the font name also with an x tag.
|
|
|
6392
|
|
|
6393 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
|
6394
|
|
|
6395 * package-get.el (package-get-base): autoload.
|
|
|
6396
|
|
|
6397 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
|
6398 custom menu to only be activated when package-base is available.
|
|
|
6399
|
|
|
6400 * package-get.el (package-get-custom): don't load
|
|
|
6401 package-get-custom as it is auto-generated. Fix group definition.
|
|
|
6402
|
|
442
|
6403 1999-03-05 Didier Verna <didier@xemacs.org>
|
|
428
|
6404
|
|
|
6405 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
|
6406 instead of `symbol-name' (Thanks Kyle).
|
|
|
6407
|
|
|
6408 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
|
6409 princ to write symbols.
|
|
|
6410
|
|
|
6411 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6412
|
|
|
6413 * XEmacs 21.2.12 is released
|
|
|
6414
|
|
|
6415 1999-03-05 SL Baur <steve@xemacs.org>
|
|
|
6416
|
|
|
6417 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
|
6418 From Neal Becker <nbecker@fred.net>
|
|
|
6419
|
|
|
6420 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
|
6421
|
|
|
6422 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
|
6423 calls to font-lock during buffer reversion.
|
|
|
6424
|
|
442
|
6425 1999-02-12 Didier Verna <didier@xemacs.org>
|
|
428
|
6426
|
|
|
6427 * info.el (Info-build-node-completions): unconditionally widen the
|
|
|
6428 tag table buffer.
|
|
|
6429
|
|
|
6430 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
|
6431
|
|
|
6432 * x-faces.el (x-init-face-from-resources):
|
|
|
6433 Only set fonts in the 'x locale.
|
|
|
6434
|
|
434
|
6435 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
6436
|
|
|
6437 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
|
6438 `package-admin-delete-binary-package' returning nil since it's
|
|
|
6439 normal. Reindent function.
|
|
|
6440 (pui-add-required-packages): Handle case where packages selected
|
|
|
6441 for installation have never been installed.
|
|
|
6442
|
|
|
6443 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
|
6444
|
|
|
6445 * menubar-items.el (default-menubar):
|
|
|
6446 Implement the ``Mule->Set coding system of process'' menu item.
|
|
|
6447
|
|
|
6448 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
|
6449
|
|
|
6450 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
|
6451 files
|
|
|
6452 - Change some `if's to `when's
|
|
|
6453
|
|
|
6454 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6455
|
|
|
6456 * XEmacs 21.2.11 is released
|
|
|
6457
|
|
|
6458 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6459
|
|
|
6460 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
|
6461 against window close (Fix Bug #460).
|
|
|
6462 (ask-user-about-lock-dbox): Idem.
|
|
|
6463
|
|
|
6464 1999-02-25 SL Baur <steve@xemacs.org>
|
|
|
6465
|
|
|
6466 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
|
6467 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
|
6468
|
|
|
6469 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
|
6470
|
|
|
6471 * about.el (xemacs-hackers): change andy's email address.
|
|
|
6472 (about-url-alist): change andy's web page address.
|
|
|
6473 (about-xemacs): add piper.
|
|
|
6474
|
|
|
6475 1999-02-16 SL Baur <steve@xemacs.org>
|
|
|
6476
|
|
|
6477 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
|
6478 of mule-base into lisp/mule.
|
|
|
6479
|
|
|
6480 1999-02-16 SL Baur <steve@xemacs.org>
|
|
|
6481
|
|
|
6482 * mule/arabic.el:
|
|
|
6483 mule/canna-leim.el:
|
|
|
6484 mule/chinese.el:
|
|
|
6485 mule/cyrillic.el:
|
|
|
6486 mule/english.el:
|
|
|
6487 mule/european.el:
|
|
|
6488 mule/greek.el:
|
|
|
6489 mule/hebrew.el:
|
|
|
6490 mule/japanese.el:
|
|
|
6491 mule/kinsoku.el:
|
|
|
6492 mule/korean.el:
|
|
|
6493 mule/misc-lang.el:
|
|
|
6494 mule/mule-category.el:
|
|
|
6495 mule/mule-ccl.el:
|
|
|
6496 mule/mule-charset.el:
|
|
|
6497 mule/mule-cmds.el:
|
|
|
6498 mule/mule-coding.el:
|
|
|
6499 mule/mule-files.el:
|
|
|
6500 mule/mule-help.el:
|
|
|
6501 mule/mule-init.el:
|
|
|
6502 mule/mule-misc.el:
|
|
|
6503 mule/mule-tty-init.el:
|
|
|
6504 mule/mule-x-init.el:
|
|
|
6505 mule/viet-chars.el: Remerge from mule-base.
|
|
|
6506
|
|
|
6507 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
|
6508 of mule-base into lisp/mule.
|
|
|
6509
|
|
434
|
6510 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
6511
|
|
|
6512 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
|
6513 of hard-wired "-c" (for WindowsNT).
|
|
|
6514
|
|
|
6515 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
|
6516
|
|
|
6517 * menubar-items.el (default-menubar): Remove obsolete
|
|
|
6518 "Gopher" item
|
|
|
6519
|
|
|
6520 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6521
|
|
|
6522 * package-admin.el (package-admin-get-install-dir): First fall
|
|
|
6523 back to the location of xemacs-base for non-mule packages.
|
|
|
6524
|
|
|
6525 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
|
6526
|
|
|
6527 * paths.el:
|
|
|
6528 - improved automounter tmp directory support.
|
|
|
6529 - support 4 (!) empirically discovered automounter conventions
|
|
|
6530
|
|
|
6531 1999-02-12 SL Baur <steve@xemacs.org>
|
|
|
6532
|
|
|
6533 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
|
6534
|
|
|
6535 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6536
|
|
|
6537 * XEmacs 21.2.10 is released
|
|
|
6538
|
|
|
6539 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6540
|
|
|
6541 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
|
6542 a local file name in the search entry.
|
|
|
6543
|
|
|
6544 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6545
|
|
|
6546 * XEmacs 21.2.9 is released
|
|
|
6547
|
|
442
|
6548 1999-01-19 Didier Verna <didier@xemacs.org>
|
|
428
|
6549
|
|
|
6550 * replace.el (replace-search-function): new variable containing a
|
|
|
6551 function to perform a search-forward.
|
|
|
6552 (replace-re-search-function): new variable containing a function
|
|
|
6553 to perform a re-search-forward.
|
|
|
6554 (perform-replace): use them.
|
|
|
6555
|
|
442
|
6556 1999-01-25 Didier Verna <didier@xemacs.org>
|
|
428
|
6557
|
|
|
6558 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
|
6559 (cut-copy-clear-internal): ditto.
|
|
|
6560
|
|
|
6561 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
|
6562
|
|
|
6563 * about.el (about-url-alist): Update my entry.
|
|
|
6564 (xemacs-hackers): Ditto.
|
|
|
6565
|
|
434
|
6566 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
6567
|
|
|
6568 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
|
6569 * minibuf.el (minibuffer-completion-table): ditto.
|
|
|
6570 * cl-macs.el (return-from): ditto.
|
|
|
6571
|
|
442
|
6572 1999-01-04 Didier Verna <didier@xemacs.org>
|
|
428
|
6573
|
|
|
6574 * replace.el (delete-non-matching-lines): temporarily disable
|
|
|
6575 case-folding when called interactively with a regexp containing
|
|
|
6576 uppercase characters.
|
|
|
6577 (delete-matching-lines): ditto.
|
|
|
6578 (count-matches): ditto.
|
|
|
6579 (list-matching-lines): ditto.
|
|
|
6580
|
|
|
6581 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
|
6582
|
|
|
6583 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
|
6584 abort if current window is split horizontally, not if others are
|
|
|
6585 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
|
6586 some comments (it's still complex).
|
|
|
6587
|
|
|
6588 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
|
6589
|
|
|
6590 * package-get.el: changed address for doc.ic.ac.uk to
|
|
|
6591 sunsite.doc.ic.ac.uk
|
|
|
6592
|
|
|
6593 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
6594
|
|
|
6595 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
|
6596 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
|
6597
|
|
|
6598 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
|
6599
|
|
|
6600 * dump-paths.el: Calculate module-directory and set
|
|
|
6601 module-load-path to the load path for modules.
|
|
|
6602
|
|
|
6603 * loadup.el: Get bootstrap value of module-load-path from the
|
|
|
6604 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
|
6605 - Display the module load path if we're debugging paths.
|
|
|
6606
|
|
|
6607 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
|
6608 - Added function paths-find-module-directory.
|
|
|
6609 - Added function paths-construct-module-load-path. Uses new
|
|
|
6610 environment variable EMACSMODULEPATH.
|
|
|
6611
|
|
|
6612 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
|
6613
|
|
|
6614 * font.el (font-default-object-for-device):
|
|
|
6615 Oops! This `or' can't be replaced by `unless'.
|
|
|
6616 Fixed inability to run w3, among other things.
|
|
|
6617
|
|
|
6618 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
|
6619
|
|
|
6620 * package-admin.el: Change initialization of
|
|
|
6621 package-admin-install-function dependent on system type.
|
|
|
6622 Change package-admin-install-function-mswindows to use
|
|
|
6623 "minitar".
|
|
|
6624
|
|
|
6625 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6626
|
|
|
6627 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
|
6628 in the minibuffer.
|
|
|
6629
|
|
|
6630 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
|
6631
|
|
|
6632 * XEmacs 21.2.8 is released.
|
|
|
6633
|
|
|
6634 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
|
6635
|
|
|
6636 * XEmacs 21.2.7 is released.
|
|
|
6637
|
|
|
6638 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6639
|
|
|
6640 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
|
6641
|
|
|
6642 * package-get.el (package-get-download-menu): Use
|
|
|
6643 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
|
6644
|
|
|
6645 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
|
6646 (pui-help-string): idem.
|
|
|
6647 (list-packages-mode): New major mode.
|
|
|
6648 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
|
6649 (pui-install-selected-packages): Add suport for removing packages.
|
|
|
6650 (pui-toggle-package-delete-key): New function.
|
|
|
6651 (pui-popup-context-sensitive): New kludge.
|
|
|
6652 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
|
6653 (package-ui-add-site): New function.
|
|
|
6654
|
|
442
|
6655 1998-12-01 Didier Verna <didier@xemacs.org>
|
|
428
|
6656
|
|
|
6657 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
|
6658
|
|
|
6659 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
6660
|
|
|
6661 * ldap.el: Custom-ized
|
|
|
6662 (toplevel): Do not provide `ldap' which is provided by C level
|
|
|
6663 LDAP code
|
|
|
6664 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
|
6665
|
|
|
6666 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6667
|
|
|
6668 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
|
6669
|
|
|
6670 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
|
6671
|
|
|
6672 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
|
6673 (sound-extension-list): name changed from sound-ext-list.
|
|
|
6674 (load-default-sounds): use new names.
|
|
|
6675 (load-sound-file): use new names.
|
|
|
6676
|
|
|
6677 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
|
6678
|
|
|
6679 * XEmacs 21.2.6 is released
|
|
|
6680
|
|
|
6681 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6682
|
|
|
6683 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
|
6684 errors.
|
|
|
6685
|
|
|
6686 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6687
|
|
|
6688 * wid-edit.el (widget-echo-this-extent): Set
|
|
|
6689 help-echo-owns-message to t.
|
|
|
6690
|
|
|
6691 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
|
6692
|
|
|
6693 * package-get.el (package-get-download-menu): use toggles for
|
|
|
6694 each site in the download site menu.
|
|
|
6695
|
|
|
6696 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6697
|
|
|
6698 * package-get.el (package-get): If we cannot find a package
|
|
|
6699 because package-get-remote is not set, give a more helpful
|
|
|
6700 error message.
|
|
|
6701
|
|
|
6702 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
|
6703
|
|
|
6704 * package-get.el (package-get-remote-filename): use an EFS path
|
|
|
6705 with user anonymous if no user is specified.
|
|
|
6706
|
|
|
6707 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6708
|
|
|
6709 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
|
6710 calling reset-face on the default face.
|
|
|
6711
|
|
|
6712 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6713
|
|
|
6714 * package-admin.el (package-admin-default-install-function):
|
|
|
6715 Behave as advertised. Make sure the pkg-dir is proper for
|
|
|
6716 default-directory.
|
|
|
6717 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
|
6718 proper for default-directory.
|
|
|
6719 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
|
6720 is proper for default-directory.
|
|
|
6721
|
|
|
6722 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6723
|
|
|
6724 * XEmacs 21.2.5 is released
|
|
|
6725
|
|
|
6726 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
|
6727
|
|
|
6728 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
|
6729 bytecompile time.
|
|
|
6730
|
|
|
6731 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
|
6732
|
|
|
6733 * x-win-xfree86.el:
|
|
|
6734 * x-win-sun.el (x-win-init-sun):
|
|
|
6735 * x-win-sun.el:
|
|
|
6736 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
|
6737 * x-iso8859-1.el:
|
|
|
6738 * x-init.el (init-post-x-win):
|
|
|
6739 * x-init.el (init-pre-x-win):
|
|
|
6740 * x-init.el (x-initialize-compose):
|
|
|
6741 * x-init.el:
|
|
|
6742 * x-compose.el:
|
|
|
6743 * winnt.el:
|
|
|
6744 * widget.el:
|
|
|
6745 * wid-edit.el (widget-glyph-click):
|
|
|
6746 * wid-edit.el (widget-glyph-find):
|
|
|
6747 * wid-edit.el (widget-type):
|
|
|
6748 * view-less.el (view-buffer-other-window):
|
|
|
6749 * very-early-lisp.el:
|
|
|
6750 * version.el:
|
|
|
6751 * toolbar.el:
|
|
|
6752 * toolbar-items.el:
|
|
|
6753 * term/sun.el (suntool-map):
|
|
|
6754 * term/sun-mouse.el:
|
|
|
6755 * term/internal.el:
|
|
|
6756 * syntax.el (modify-syntax-entry):
|
|
|
6757 * symbol-syntax.el:
|
|
|
6758 * subr.el:
|
|
|
6759 * startup.el (lock-directory):
|
|
|
6760 * simple.el (set-comment-column):
|
|
|
6761 * simple.el (backward-delete-char-untabify):
|
|
|
6762 * shadow.el (find-emacs-lisp-shadows):
|
|
|
6763 * shadow.el:
|
|
|
6764 * setup-paths.el (paths-construct-info-path):
|
|
|
6765 * select.el (cut-copy-clear-internal):
|
|
|
6766 * process.el (call-process-region):
|
|
|
6767 * process.el (start-process-shell-command):
|
|
|
6768 * process.el:
|
|
|
6769 * paths.el (rmail-spool-directory):
|
|
|
6770 * paragraphs.el (use-hard-newlines):
|
|
|
6771 * package-get.el (package-get-dependencies):
|
|
|
6772 * package-admin.el (package-admin-delete-binary-package):
|
|
|
6773 * obsolete.el (truncate-string):
|
|
|
6774 * obsolete.el (store-substring):
|
|
|
6775 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
|
6776 * mouse.el (mouse-yank-at-point):
|
|
|
6777 * modeline.el:
|
|
|
6778 * modeline.el (mouse-drag-modeline):
|
|
|
6779 * minibuf.el (read-directory-name-internal):
|
|
|
6780 * minibuf.el (read-file-name-internal):
|
|
|
6781 * minibuf.el (read-file-name-internal-1):
|
|
|
6782 * minibuf.el (read-file-name-2):
|
|
|
6783 * minibuf.el (exact-minibuffer-completion-p):
|
|
|
6784 * minibuf.el (read-from-minibuffer):
|
|
|
6785 * minibuf.el:
|
|
|
6786 * menubar.el (check-menu-syntax):
|
|
|
6787 * map-ynp.el (map-y-or-n-p):
|
|
|
6788 * make-docfile.el (docfile-out-of-date):
|
|
|
6789 * loadup.el ((member "run-temacs" command-line-args)):
|
|
|
6790 * loadup.el ((member "no-site-file" command-line-args)):
|
|
|
6791 * loadup.el (really-early-error-handler):
|
|
|
6792 * loadup.el:
|
|
|
6793 * loadhist.el:
|
|
|
6794 * loaddefs.el:
|
|
|
6795 * lisp-mnt.el (lm-verify):
|
|
|
6796 * lib-complete.el (lib-complete:cache-completions):
|
|
|
6797 * lib-complete.el (library-all-completions):
|
|
|
6798 * itimer.el (itimer-run-expired-timers):
|
|
|
6799 * info.el (Info-mode):
|
|
|
6800 * info.el (Info-insert-file-contents):
|
|
|
6801 * info.el (Info-rebuild-dir):
|
|
|
6802 * info.el (Info-build-dir-anew):
|
|
|
6803 * info.el (Info-parse-dir-entries):
|
|
|
6804 * info.el (Info-dir-outdated-p):
|
|
|
6805 * info.el (Info-insert-dir):
|
|
|
6806 * info.el (info-xref):
|
|
|
6807 * info.el:
|
|
|
6808 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
|
6809 * hyper-apropos.el (hyper-describe-face):
|
|
|
6810 * hyper-apropos.el (hyper-apropos-mode):
|
|
|
6811 * hyper-apropos.el:
|
|
|
6812 * help.el (list-processes):
|
|
|
6813 * help.el:
|
|
|
6814 * gnuserv.el:
|
|
|
6815 * font.el (mswindows-font-create-name):
|
|
|
6816 * font.el (font-default-font-for-device):
|
|
|
6817 * font.el (x-font-create-object):
|
|
|
6818 * font.el (font-registry):
|
|
|
6819 * font.el:
|
|
|
6820 * font-lock.el (font-lock-keywords):
|
|
|
6821 * font-lock.el:
|
|
|
6822 * finder.el (finder-compile-keywords):
|
|
|
6823 * find-paths.el (paths-find-recursive-path):
|
|
|
6824 * fill.el (set-justification-center):
|
|
|
6825 * fill.el (fill-region-as-paragraph):
|
|
|
6826 * files.el (insert-directory):
|
|
|
6827 * files.el (wildcard-to-regexp):
|
|
|
6828 * files.el (recover-file):
|
|
|
6829 * files.el (basic-save-buffer):
|
|
|
6830 * files.el (delete-auto-save-file-if-necessary):
|
|
|
6831 * files.el (file-relative-name):
|
|
|
6832 * files.el (backup-extract-version):
|
|
|
6833 * files.el (backup-buffer):
|
|
|
6834 * files.el (set-visited-file-name):
|
|
|
6835 * files.el (set-auto-mode):
|
|
|
6836 * files.el (interpreter-mode-alist):
|
|
|
6837 * files.el:
|
|
|
6838 * files.el (find-file-noselect):
|
|
|
6839 * files.el (abbreviate-file-name):
|
|
|
6840 * files.el (parse-colon-path):
|
|
|
6841 * files.el (directory-abbrev-alist):
|
|
|
6842 * etags.el (visit-tags-table-buffer):
|
|
|
6843 * easymenu.el (easy-menu-define):
|
|
|
6844 * dragdrop.el (experimental-dragdrop-drag):
|
|
|
6845 * dragdrop.el (dragdrop-drop-do-functions):
|
|
|
6846 * dragdrop.el (dragdrop-drop-at-point):
|
|
|
6847 * disass.el (disassemble-1):
|
|
|
6848 * disass.el (disassemble-internal):
|
|
|
6849 * disass.el (disassemble):
|
|
|
6850 * disass.el:
|
|
|
6851 * derived.el (derived-mode-init-mode-variables):
|
|
|
6852 * derived.el (define-derived-mode):
|
|
|
6853 * custom.el (defgroup):
|
|
|
6854 * cus-edit.el (custom-quote):
|
|
|
6855 * config.el:
|
|
|
6856 * code-process.el (open-network-stream):
|
|
|
6857 * code-process.el (start-process):
|
|
|
6858 * code-process.el (call-process-region):
|
|
|
6859 * code-process.el (call-process):
|
|
|
6860 * code-process.el:
|
|
|
6861 * code-files.el (insert-file-contents):
|
|
|
6862 * code-files.el:
|
|
|
6863 * code-files.el (buffer-file-coding-system-for-read):
|
|
|
6864 * cmdloop.el (yes-or-no-p-minibuf):
|
|
|
6865 * cl.el:
|
|
|
6866 * cl-macs.el:
|
|
|
6867 * cl-extra.el:
|
|
|
6868 * callers-of-rpt.el (make-caller-report):
|
|
|
6869 * callers-of-rpt.el:
|
|
|
6870 * bytecomp.el (batch-byte-recompile-directory):
|
|
|
6871 * bytecomp.el (batch-byte-compile-1):
|
|
|
6872 * bytecomp.el (batch-byte-compile):
|
|
|
6873 * bytecomp.el (display-call-tree):
|
|
|
6874 * bytecomp.el (byte-compile-insert):
|
|
|
6875 * bytecomp.el (byte-compile-two-args-19->20):
|
|
|
6876 * bytecomp.el (byte-compile-variable-ref):
|
|
|
6877 * bytecomp.el (byte-compile-form):
|
|
|
6878 * bytecomp.el (byte-compile-top-level-body):
|
|
|
6879 * bytecomp.el (byte-compile-out-toplevel):
|
|
|
6880 * bytecomp.el (byte-compile-byte-code-maker):
|
|
|
6881 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
|
6882 * bytecomp.el (byte-compile-file-form):
|
|
|
6883 * bytecomp.el (byte-compile-keep-pending):
|
|
|
6884 * bytecomp.el (byte-compile-insert-header):
|
|
|
6885 * bytecomp.el (byte-compile-from-buffer):
|
|
|
6886 * bytecomp.el (byte-compile-file):
|
|
|
6887 * bytecomp.el (byte-recompile-file):
|
|
|
6888 * bytecomp.el (byte-compile-close-variables):
|
|
|
6889 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
|
6890 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
|
6891 * bytecomp.el (byte-compiler-legal-options):
|
|
|
6892 * bytecomp.el (byte-compile-lapcode):
|
|
|
6893 * bytecomp.el (byte-optimize-log):
|
|
|
6894 * bytecomp.el ((fboundp 'defsubst)):
|
|
|
6895 * bytecomp.el:
|
|
|
6896 * bytecomp-runtime.el:
|
|
|
6897 * byte-optimize.el (byte-optimize-apply):
|
|
|
6898 * byte-optimize.el (car):
|
|
|
6899 * byte-optimize.el (byte-optimize-form):
|
|
|
6900 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
|
6901 * byte-optimize.el:
|
|
|
6902 * build-report.el (build-report-insert-installation-file):
|
|
|
6903 * build-report.el (build-report):
|
|
|
6904 * auto-show.el:
|
|
|
6905 * apropos.el (apropos-documentation):
|
|
|
6906 - mega patch
|
|
|
6907 - clean up byte-compile warnings
|
|
|
6908 - remove unused variables
|
|
|
6909 - Use common lisp style hashtable functions
|
|
|
6910 - byte compiler cleanup
|
|
|
6911 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
|
6912 - remove old backquote syntax usage
|
|
|
6913 - move some cl functionality into C for speed.
|
|
|
6914 - remove last remaining VMS support
|
|
|
6915 - spelling fixes
|
|
|
6916 - implement last, butlast, nbutlast, copy-list in C.
|
|
|
6917 - new macro ignore-file-errors, similar to ignore-errors
|
|
|
6918 (ignore-file-errors (delete-file "foo"))
|
|
|
6919 - get frequent garbage collection during loadup.el by tweaking
|
|
|
6920 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
|
6921 - default delete-key-deletes-forward to `t'.
|
|
|
6922
|
|
|
6923 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
|
6924
|
|
|
6925 * XEmacs 21.2-beta4 is released.
|
|
|
6926
|
|
|
6927 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6928
|
|
|
6929 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
|
6930 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
|
6931 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
|
6932
|
|
|
6933 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
|
6934 (add-menu-button): Add 'in-menu' argument.
|
|
|
6935 (add-menu-item-1): Add in-menu support to helper function.
|
|
|
6936
|
|
|
6937 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
6938
|
|
|
6939 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
|
6940
|
|
|
6941 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6942
|
|
|
6943 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
|
6944 of Dec 4, 1997.
|
|
|
6945
|
|
|
6946 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6947
|
|
|
6948 * process.el (shell-command-on-region): Report if the command
|
|
|
6949 succeeded or failed.
|
|
|
6950
|
|
|
6951 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6952
|
|
|
6953 * subr.el (buffer-substring-no-properties): Comment out.
|
|
|
6954
|
|
434
|
6955 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
6956
|
|
|
6957 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
|
6958 into font instances first, like `x-frob-font-size' does.
|
|
|
6959 (mswindows-find-larger-font): ditto
|
|
|
6960
|
|
|
6961 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
|
6962
|
|
|
6963 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
|
6964 to `package-get'.
|
|
|
6965
|
|
|
6966 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6967
|
|
|
6968 * package-get.el (host-name): New widget type.
|
|
|
6969 (package-get-remote): Better customization using new type.
|
|
|
6970 (package-get-download-sites): idem dito.
|
|
|
6971
|
|
|
6972 (package-get-custom): Do not use package-get-all untill we have
|
|
|
6973 runtime dependencies.
|
|
|
6974
|
|
|
6975 (package-get-remove-copy): Default to 't' we no longer need this
|
|
|
6976 kludge as we do not currently use depenencies.
|
|
|
6977
|
|
|
6978 (package-get-was-current): New variable.
|
|
|
6979 (package-get-require-base): New 'force-current' argument.
|
|
|
6980 (package-get-update-base): idem
|
|
|
6981 (package-get-package-provider): idem
|
|
|
6982 (package-get-locate-index-file): New 'no-remote' argument.
|
|
|
6983 (package-get-locate-file): idem.
|
|
|
6984
|
|
|
6985 (package-get-maybe-save-index): New function.
|
|
|
6986 (package-get-update-base): Use it.
|
|
|
6987
|
|
|
6988 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
|
6989
|
|
|
6990 * package-get.el (package-get-remote): default to nil; by default,
|
|
|
6991 don't go out to the net via EFS. They must select a download site.
|
|
|
6992 (package-get-download-sites): new variable.
|
|
|
6993 (package-get-download-menu): new function.
|
|
|
6994 (package-get-locate-index-file): new function.
|
|
|
6995 (package-get-update-base): use it.
|
|
|
6996
|
|
|
6997 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
|
6998 and "Add Download Site" menus under Options | Manage Packages.
|
|
|
6999
|
|
|
7000 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
|
7001
|
|
|
7002 * package-get.el (package-get): bugfix code checking installed version
|
|
|
7003 for case where package is not currently installed.
|
|
|
7004 (package-get-require-signed-base-updates): new variable.
|
|
|
7005 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
|
7006 deemed not a goot thing. Use the variable
|
|
|
7007 package-get-allow-unsigned-base-updates instead.
|
|
|
7008
|
|
|
7009 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
|
7010
|
|
|
7011 * package-get.el (package-get): Don't install an older version than
|
|
|
7012 we already have unless explicitly told to. Issue a warning.
|
|
|
7013
|
|
|
7014 * package-ui.el (pui-add-required-packages): when adding
|
|
|
7015 dependencies, don't add packages that are up to date.
|
|
|
7016 (pui-package-symbol-char): Don't consider a package out of date
|
|
|
7017 if you have a newer version installed than the latest version in
|
|
|
7018 package-get-base.
|
|
|
7019
|
|
|
7020 * package-get.el (package-get-base-filename): document that it may
|
|
|
7021 be a path relative to package-get-remote; new default value.
|
|
|
7022 (package-get-locate-file): new function.
|
|
|
7023 (package-get-update-base): use it to expand package-get-base-filename.
|
|
|
7024 (package-get-save-base): new function to save the package-get database
|
|
|
7025 to file.
|
|
|
7026 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
|
7027 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
|
7028 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
|
7029 (package-get-file-installed-p): removed; no longer needed.
|
|
|
7030 (package-get-create-custom): ditto.
|
|
|
7031 (toplevel): remove code to build and load package-get-custom.el
|
|
|
7032 (package-get-custom-add-entry): new function.
|
|
|
7033
|
|
|
7034 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7035
|
|
|
7036 * wid-edit.el (widget-button-click): Don't switch window.
|
|
|
7037
|
|
|
7038 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7039
|
|
|
7040 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
|
7041
|
|
|
7042 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
|
7043
|
|
|
7044 * etags.el (find-tag-default): Run find-tag-hook using
|
|
|
7045 run-hooks rather than funcall
|
|
|
7046
|
|
|
7047 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7048
|
|
|
7049 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
|
7050 and the current local map as the parents to isearch-mode-map.
|
|
|
7051
|
|
|
7052 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
|
7053
|
|
|
7054 * XEmacs 21.2-beta3 is released.
|
|
|
7055
|
|
|
7056 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
|
7057
|
|
|
7058 * package-get.el (package-get-update-base): use
|
|
|
7059 insert-file-contents-internal, not insert-file-contents-literally.
|
|
|
7060
|
|
|
7061 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7062
|
|
|
7063 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
|
7064 dump time.
|
|
|
7065
|
|
|
7066 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
|
7067
|
|
|
7068 * package-get.el (package-get-update-base-entry): new function.
|
|
|
7069 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
|
7070 cleanup, and use package-get-update-base-from-buffer.
|
|
|
7071 (package-get-update-base-from-buffer): new function.
|
|
|
7072 (package-get-update-base-entries): new; helper for above.
|
|
|
7073 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
|
7074
|
|
|
7075 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
|
7076
|
|
|
7077 * files.el (set-auto-mode): Don't play games loading package-get
|
|
|
7078 database; package-get-package-provider will handle it all.
|
|
|
7079
|
|
|
7080 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
|
7081
|
|
|
7082 * package-get.el (package-get-base-filename): new variable.
|
|
|
7083 (package-get-require-base): new function.
|
|
|
7084 (package-get-pgp-signed-begin-line): new variable.
|
|
|
7085 (package-get-pgp-signature-begin-line): ditto.
|
|
|
7086 (package-get-pgp-signature-end-line): ditto.
|
|
|
7087 (package-get-load-base): new function.
|
|
|
7088 (package-get-interactive-package-query):
|
|
|
7089 (package-get-update-all):
|
|
|
7090 (package-get-dependencies):
|
|
|
7091 (package-get-package-provider):
|
|
|
7092 (package-get-custom): use package-get-require-base.
|
|
|
7093 [package-get-custom loading]: disable for now.
|
|
|
7094
|
|
|
7095 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
|
7096
|
|
|
7097 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7098
|
|
|
7099 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
|
7100
|
|
|
7101 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7102
|
|
|
7103 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
|
7104 to with Customize. Move all the package stuff to a new Item in Options.
|
|
|
7105
|
|
|
7106 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
|
7107
|
|
|
7108 * package-get.el (package-get): Use new
|
|
|
7109 package-admin-get-install-dir.
|
|
|
7110
|
|
|
7111 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
|
7112 Conserve package location and put mule packages where mule-base is.
|
|
|
7113
|
|
|
7114 * package-get.el : Customized
|
|
|
7115
|
|
|
7116 * package-ui.el (pui): Customized
|
|
|
7117 (pui-package-install-dest-dir): New variable.
|
|
|
7118 (pui-install-selected-packages): Use it
|
|
|
7119
|
|
|
7120 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
|
7121
|
|
|
7122 * package-get.el (package-get-interactive-package-query): Move
|
|
|
7123 dependency on package-get-base to run-time.
|
|
|
7124 (package-get-update-all): Ditto.
|
|
|
7125 (package-get-dependencies): Ditto.
|
|
|
7126 (package-get-package-provider): Ditto.
|
|
|
7127 (package-get-custom): Ditto.
|
|
|
7128
|
|
|
7129 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
|
7130
|
|
|
7131 * events.el: Remove 'ascii-character property from 'backspace
|
|
|
7132 and 'delete symbols
|
|
|
7133
|
|
|
7134 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
|
7135
|
|
|
7136 * package-get-base.el: removed.
|
|
|
7137
|
|
442
|
7138 1998-09-23 Didier Verna <didier@xemacs.org>
|
|
428
|
7139
|
|
|
7140 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
|
7141 (no-upper-case-p): new function.
|
|
|
7142 (with-search-caps-disable-folding): new macro.
|
|
|
7143 (with-interactive-search-caps-disable-folding): new macro.
|
|
|
7144 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
|
7145 the character is uppercase.
|
|
|
7146 (zap-up-to-char): ditto.
|
|
|
7147
|
|
|
7148 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
|
7149
|
|
|
7150 * isearch-mode.el (isearch-fix-case): ditto.
|
|
|
7151 make obsolete `with-caps-disable-folding' and
|
|
|
7152 `isearch-no-upper-case-p'.
|
|
|
7153
|
|
|
7154 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
|
7155 (tags-search): ditto.
|
|
|
7156 (tags-query-replace): ditto.
|
|
|
7157
|
|
|
7158 * info.el (Info-search): ditto.
|
|
|
7159
|
|
|
7160 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7161
|
|
|
7162 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
|
7163
|
|
|
7164 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
|
7165
|
|
|
7166 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
|
7167 check for "." and ".." before symlink check. expand files and
|
|
|
7168 directories with respect to DIRECTORY, not default-directory.
|
|
|
7169
|
|
|
7170 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
|
7171
|
|
|
7172 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
|
7173
|
|
|
7174 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
|
7175
|
|
|
7176 * package-ui.el (pui-add-required-packages): new function, select
|
|
|
7177 dependent packages.
|
|
|
7178 (pui-display-keymap): bind it.
|
|
|
7179 (pui-help-string): document it.
|
|
|
7180 (pui-install-selected-packages): package-get-all -> package-get.
|
|
|
7181
|
|
|
7182 * package-get.el (package-get-dependencies): new function.
|
|
|
7183
|
|
|
7184 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7185
|
|
|
7186 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
|
7187 regexps.
|
|
|
7188
|
|
|
7189 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7190
|
|
|
7191 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
|
7192 function.
|
|
|
7193 (default-mouse-track-normalize-point): Use it.
|
|
|
7194
|
|
|
7195 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7196
|
|
|
7197 * package-admin.el (package-admin-delete-binary-package):
|
|
|
7198 General cleanup. Remove unnessary use of progn and
|
|
|
7199 save-excursion.
|
|
|
7200 (package-admin-delete-binary-package): Do NOT mess with file
|
|
|
7201 modes. That is evil.
|
|
|
7202 (package-admin-delete-binary-package): Wrap all deleting in
|
|
|
7203 condition-case. The data in MANIFEST is untrustworthy.
|
|
|
7204 (package-admin-delete-binary-package): Let the OS worry about non
|
|
|
7205 empty directories.
|
|
|
7206
|
|
|
7207 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
|
7208
|
|
|
7209 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
|
7210 processing.
|
|
|
7211 (lm-report-bug): Fix mail address to send bug reports to.
|
|
|
7212
|
|
|
7213 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
|
7214
|
|
|
7215 * XEmacs 21.2-beta2 is released.
|
|
|
7216
|
|
|
7217 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7218
|
|
|
7219 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
|
7220
|
|
|
7221 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
7222
|
|
|
7223 * info.el (Info-mode): Document page turning by double clicks in
|
|
|
7224 docstring so `M-x describe-mode' will display it.
|
|
|
7225
|
|
|
7226 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
7227
|
|
|
7228 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
|
7229 widths to calculate a border region where double clicking does
|
|
|
7230 page turning, and return `nil' by default so other hooks, such as
|
|
|
7231 region highlighting, will be run.
|
|
|
7232
|
|
|
7233 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
|
7234
|
|
|
7235 * sound.el (default-sound-directory-list): Initialize with all the
|
|
|
7236 "sounds" directories in `data-directory-list'. It used to just be
|
|
|
7237 the first one.
|
|
|
7238
|
|
|
7239 * packages.el (locate-data-directory-list): Created. This gives
|
|
|
7240 the list of matching directories, unlike `locate-data-directory',
|
|
|
7241 which just gives the first one.
|
|
|
7242
|
|
|
7243 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7244
|
|
|
7245 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
|
7246 make a binding in the local keymap until help-char handling is
|
|
|
7247 improved.
|
|
|
7248
|
|
|
7249 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
|
7250 binding.
|
|
|
7251 (help-print-help-form): New helper function.
|
|
|
7252
|
|
|
7253 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7254
|
|
|
7255 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
|
7256 move extent to another buffer; no need to create a new extent.
|
|
|
7257 (isearch-fix-case): New function.
|
|
|
7258 (isearch-search-and-update): Use it.
|
|
|
7259
|
|
|
7260 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7261
|
|
|
7262 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
|
7263 the keymap, not minor-mode-map-alist.
|
|
|
7264 (isearch-done): Restore overriding-local-map.
|
|
|
7265
|
|
|
7266 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
|
7267
|
|
|
7268 * bytecomp.el (byte-compile-buffer-substring):
|
|
|
7269 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
|
7270 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
|
7271 - new code not only works, but is more readable, too.
|
|
|
7272
|
|
|
7273 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7274
|
|
|
7275 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
|
7276 specify a default font at this late stage. Do try to force
|
|
|
7277 creation of the default face font so that if it fails we get
|
|
|
7278 an error now instead of a crash at frame creation.
|
|
|
7279
|
|
|
7280 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
|
7281 mswindows-make-font-unitalic: Canonical default weight
|
|
|
7282 changed from "Normal" to "Regular".
|
|
|
7283
|
|
|
7284 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
|
7285 not being passed into call to mswindows-find-smaller-font.
|
|
|
7286
|
|
|
7287 1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
7288
|
|
|
7289 * package-get.el (package-get-remote): Fix the path where to find
|
|
|
7290 the packages on xemacs.org.
|
|
|
7291
|
|
|
7292 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7293
|
|
|
7294 * about.el (about-maintainer-info): Update Ben's entry.
|
|
|
7295
|
|
|
7296 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
|
7297
|
|
|
7298 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
|
7299 - `member' was being called on lists of length 2000!
|
|
|
7300 - Replace with hashtables.
|
|
|
7301 - Replace hand-coded loops with (dolist)
|
|
|
7302 - Fix comment typo
|
|
|
7303
|
|
|
7304 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
7305
|
|
|
7306 * packages.el: Added new function, `package-delete-name', to
|
|
|
7307 delete existing packages from the installed package database
|
|
|
7308 (`packages-package-list'). Also added the "pkginfo" directory
|
|
|
7309 to `packages-special-base-regexp', so that the pkginfo directory
|
|
|
7310 would not get added to `late-packages'.
|
|
|
7311
|
|
|
7312 * package-admin.el: Added ability to delete an installed package
|
|
|
7313 (added low-level function, `package-admin-delete-package').
|
|
|
7314 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
|
7315 delete the package. When installing a package, will also
|
|
|
7316 create a MANIFEST.* file if one is not provided by the
|
|
|
7317 package. If the MANIFEST.* doesn't exist when deleting a
|
|
|
7318 package, the functions will fall back to attempting to delete
|
|
|
7319 any package-specific lisp directory.
|
|
|
7320
|
|
|
7321 * package-get.el: Moved some functions to package-admin.el.
|
|
|
7322 Added interactive function `package-get-delete-package', for
|
|
|
7323 use by users for deleting a package.
|
|
|
7324
|
|
442
|
7325 Also modified to not require the presence of efs.
|
|
428
|
7326
|
|
|
7327 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7328
|
|
|
7329 * files.el (find-file-noselect): Handle all signals, kill the
|
|
|
7330 buffer and resignal.
|
|
|
7331
|
|
|
7332 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
|
7333
|
|
|
7334 * cl-macs.el (glyph-image): Add setf method.
|
|
|
7335
|
|
|
7336 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
7337
|
|
|
7338 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
|
7339 .tar.gz files first, in preference over .tgz files.
|
|
|
7340
|
|
|
7341 * package-ui.el: Fix display of package version numbers.
|
|
|
7342
|
|
|
7343 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7344
|
|
|
7345 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
|
7346 argument.
|
|
|
7347
|
|
|
7348 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
7349
|
|
|
7350 * list-mode.el: `display-completion-list': added new/optional
|
|
|
7351 keyword `:completion-string', which allows the programmer to
|
|
|
7352 change the "Possible completions are:" prompt.
|
|
|
7353
|
|
|
7354 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
|
7355 visual package browser/installer:
|
|
|
7356
|
|
|
7357 Options->Customize->List Packages
|
|
|
7358
|
|
|
7359 * package-admin.el: Added hooks for installing under both Unix
|
|
|
7360 and MS Windows. Does additional error checking. No longer
|
|
|
7361 calls "add-big-package.sh" to install packages under Unix; now
|
|
|
7362 calls gunzip & tar directly.
|
|
|
7363
|
|
|
7364 * package-get.el: Added ability to install packages from files
|
|
|
7365 on a local disk/CDROM. Now deletes any existing package lisp
|
|
|
7366 directory. Does completion on available packages when
|
|
|
7367 querying for package names. Will also search for .tgz files
|
|
|
7368 in addition for .tar.gz files. Tries to reload
|
|
|
7369 auto-autoloads, as a convenience when loading new packages,
|
|
|
7370 and also tries to add any new package paths to `load-path'.
|
|
|
7371 Changed all occurences of `concat' to use `expand-file-name'.
|
|
|
7372
|
|
|
7373 * package-ui.el: New file which implements the main visual
|
|
|
7374 package browser/installer, which is started via a menu pick or
|
|
|
7375 M-x pui-list packages.
|
|
|
7376
|
|
|
7377 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7378
|
|
|
7379 * startup.el (load-init-file): spelling fix.
|
|
|
7380
|
|
|
7381 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
7382
|
|
|
7383 * startup.el (normal-top-level): Load auto-autoload files
|
|
|
7384 covariantly with their precedence.
|
|
|
7385
|
|
|
7386 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7387
|
|
|
7388 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
|
7389 option, there is currently no custom equivalent.. Customize-faces
|
|
|
7390 is "Edit faces".
|
|
|
7391
|
|
|
7392 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
|
7393 default face.
|
|
|
7394
|
|
|
7395 * faces.el (face-spec-update-all-matching): New function.
|
|
|
7396
|
|
|
7397 * cus-face.el (custom-set-face-update-spec): New function.
|
|
|
7398 Interface to customize faces from elisp.
|
|
|
7399
|
|
|
7400 (custom-face-value-create): Show the customized settings if set
|
|
|
7401 but not saved.
|
|
|
7402
|
|
|
7403 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7404
|
|
|
7405 (custom-face-value-create): Show the customized settings if set
|
|
|
7406 but not saved.
|
|
|
7407
|
|
|
7408 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7409
|
|
|
7410 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
|
7411 query-replace-regexp.
|
|
|
7412
|
|
|
7413 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
|
7414
|
|
|
7415 * minibuf.el (read-file-name-internal-1): use
|
|
|
7416 user-name-completion-1 instead of user-name-completion.
|
|
|
7417
|
|
|
7418 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
7419
|
|
|
7420 * loadup.el:
|
|
|
7421 * make-docfile.el:
|
|
|
7422 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
|
7423 global variable) no more.
|
|
|
7424
|
|
|
7425 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
|
7426 (now defunct as a global variable) a parameter.
|
|
|
7427
|
|
|
7428 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
|
7429
|
|
|
7430 * about.el (about-hackers): new email
|
|
|
7431
|
|
|
7432 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
|
7433
|
|
|
7434 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
|
7435
|
|
442
|
7436 1998-07-17 Didier Verna <didier@xemacs.org>
|
|
428
|
7437
|
|
|
7438 * faces.el (set-face-property):
|
|
|
7439 (set-face-dim-p):
|
|
|
7440 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
|
7441 tty-specific.
|
|
|
7442 (face-equal): the dim property is now a common one.
|
|
|
7443
|
|
|
7444 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
|
7445 Renamed the `stipple' attribute to `background-pixmap'.
|
|
|
7446 (custom-face-background-pixmap): make custom-face-stipple an
|
|
|
7447 obsolete alias for this.
|
|
|
7448
|
|
|
7449 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
7450
|
|
|
7451 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
|
7452 used.
|
|
|
7453
|
|
|
7454 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
|
7455
|
|
|
7456 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
7457
|
|
|
7458 * packages.el (packages-data-path-depth): Added and used.
|
|
|
7459
|
|
|
7460 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
|
7461
|
|
|
7462 * about.el:
|
|
|
7463 - Change .xpm to .png, delete "zcat" section.
|
|
|
7464 - cosmetic fix in the 'marcpa' entry.
|
|
|
7465
|
|
|
7466 * etc/photos
|
|
|
7467 - convert all .xpm.Z to .png
|
|
|
7468 - rename mrb to martin
|
|
|
7469 - rename mcook-m to mcookm
|
|
|
7470
|
|
|
7471 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
|
7472
|
|
|
7473 * x-init.el (x-initialize-compose): Add support for
|
|
|
7474 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
|
7475
|
|
|
7476 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
|
7477
|
|
|
7478 * setup-paths.el (paths-construct-exec-path): Made the
|
|
|
7479 last-packages really be last.
|
|
|
7480 (paths-construct-data-directory-list): Ditto.
|
|
|
7481
|
|
|
7482 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
|
7483
|
|
|
7484 * startup.el(startup-splash-frame-body):
|
|
|
7485 Update Copyright notice in splash screen
|
|
|
7486
|
|
|
7487 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
|
7488
|
|
|
7489 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
|
7490
|
|
|
7491 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7492
|
|
|
7493 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
|
7494 aginst destroyed extents
|
|
|
7495
|
|
|
7496 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
|
7497
|
|
|
7498 * package-get.el (package-get): add `install-dir' argument.
|
|
|
7499
|
|
|
7500 1998-07-20 John Jones <jj@asu.edu>
|
|
|
7501
|
|
|
7502 * package-get.el: calls to package-get-update-all will only
|
|
|
7503 update packages which are already installed.
|
|
|
7504
|
|
|
7505 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
|
7506
|
|
|
7507 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
|
7508 writable.
|
|
|
7509
|
|
|
7510 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
|
7511
|
|
|
7512 * about.el (about-hackers): Correct my email.
|
|
|
7513
|
|
|
7514 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
|
7515
|
|
|
7516 * about.el (about-hackers): new email-address.
|
|
|
7517
|
|
|
7518 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
|
7519
|
|
|
7520 * minibuf.el (read-number): Don't let `input-error' condition
|
|
|
7521 escape.
|
|
|
7522
|
|
|
7523 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
|
7524
|
|
|
7525 * about.el (about-hackers): use my `email-for-life' address.
|
|
|
7526
|
|
|
7527 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
|
7528
|
|
|
7529 * XEmacs 21.2-beta1 is released.
|
|
|
7530
|
|
|
7531 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
7532
|
|
|
7533 * ldap.el (ldap-search): Doc string change
|
|
|
7534
|
|
|
7535 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
|
7536
|
|
|
7537 * menubar-items.el (default-menubar): Removed references to
|
|
|
7538 `data-directory', and use `locate-data-file' instead, and made
|
|
|
7539 then greyed out if they don't exist.
|
|
|
7540
|
|
|
7541 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
7542
|
|
|
7543 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
|
7544 since the latter does not accept integer args anymore
|
|
|
7545
|
|
|
7546 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
|
7547
|
|
|
7548 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
|
7549 macros replaced.
|
|
|
7550
|
|
|
7551 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
|
7552
|
|
|
7553 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
|
7554 * update-elc.el: Ditto.
|
|
|
7555 * loadup.el (really-early-error-handler): Ditto.
|
|
|
7556
|
|
|
7557 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
|
7558 very-early-lisp.el.
|
|
|
7559
|
|
|
7560 * very-early-lisp.el: New file.
|
|
|
7561
|
|
|
7562 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
|
7563
|
|
|
7564 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
|
7565
|
|
|
7566 * obsolete.el (eval-current-buffer): Make compatible.
|
|
|
7567 (byte-code-function-p): Ditto.
|
|
|
7568 (send-string): Removed.
|
|
|
7569 (send-region): Removed.
|
|
|
7570 (screen-scrollbar-width): Removed.
|
|
|
7571 (set-screen-scrollbar-width): Removed.
|
|
|
7572 (set-screen-left-margin-width): Removed.
|
|
|
7573 (set-screen-right-margin-width): Removed.
|
|
|
7574 (screen-left-margin-width): Removed.
|
|
|
7575 (screen-right-margin-width): Removed.
|
|
|
7576 (set-buffer-left-margin-width): Removed.
|
|
|
7577 (set-buffer-right-margin-width): Removed.
|
|
|
7578 (buffer-left-margin-width): Removed.
|
|
|
7579 (buffer-right-margin-width): Removed.
|
|
|
7580 (x-set-frame-icon-pixmap): Removed.
|
|
|
7581 (x-set-screen-icon-pixmap): Removed.
|
|
|
7582 (pixel-name): Removed.
|
|
|
7583 (make-pixmap): Removed.
|
|
|
7584 (make-cursor): Removed.
|
|
|
7585 (pixmap-width): Removed.
|
|
|
7586 (pixmap-contributes-to-line-height-p): Removed.
|
|
|
7587 (set-pixmap-contributes-to-line-height): Removed.
|
|
|
7588
|
|
|
7589 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
|
7590
|
|
|
7591 * obsolete.el (popup-menu-up-p): removed.
|
|
|
7592 (read-no-blanks-input): Removed.
|
|
|
7593 (wholenump): Removed.
|
|
|
7594 (ring-mod): Removed (what was ring-mod?).
|
|
|
7595 (current-time-seconds): Removed.
|
|
|
7596 (run-special-hook-with-args): Removed.
|
|
|
7597 (dot): Removed.
|
|
|
7598 (dot-marker): Removed.
|
|
|
7599 (dot-min): Removed.
|
|
|
7600 (dot-max): Removed.
|
|
|
7601 (window-dot): Removed.
|
|
|
7602 (set-window-dot): Removed.
|
|
|
7603
|
|
|
7604 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
|
7605 `dot-min'.
|
|
|
7606
|
|
|
7607 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
|
7608
|
|
|
7609 * code-files.el (insert-file-contents): Rename
|
|
|
7610 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
|
7611 (write-region): Ditto.
|
|
|
7612
|
|
|
7613 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
|
7614
|
|
|
7615 * about.el: Fix typos, update release date.
|
|
|
7616
|
|
|
7617 * Symbols that have been obsolete for at least 3 years removed.
|
|
|
7618
|
|
|
7619 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
|
7620 screen- functions.
|
|
|
7621 (toplevel): remove setf methods for screen functions.
|
|
|
7622 * cl-macs.el (extent-data): defsetf removed.
|
|
|
7623 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
|
7624 many places to remove.
|
|
|
7625 (comment-indent-hook): Ditto.
|
|
|
7626 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
|
7627 (buffer-dedicated-screen): Ditto.
|
|
|
7628 (deiconify-screen): Ditto.
|
|
|
7629 (delete-screen): Ditto.
|
|
|
7630 (event-screen): Ditto.
|
|
|
7631 (find-file-other-screen): Ditto.
|
|
|
7632 (find-file-read-only-other-screen): Ditto.
|
|
|
7633 (live-screen-p): Ditto.
|
|
|
7634 (screen-height): Ditto.
|
|
|
7635 (screen-iconified-p): Ditto.
|
|
|
7636 (screen-list): Ditto.
|
|
|
7637 (screen-live-p): Ditto.
|
|
|
7638 (screen-name): Ditto.
|
|
|
7639 (screen-parameters): Ditto.
|
|
|
7640 (screen-pixel-height): Ditto.
|
|
|
7641 (screen-pixel-width): Ditto.
|
|
|
7642 (screen-root-window): Ditto.
|
|
|
7643 (screen-selected-window): Ditto.
|
|
|
7644 (screen-totally-visible-p): Ditto.
|
|
|
7645 (screen-visible-p): Ditto.
|
|
|
7646 (screen-width): Ditto.
|
|
|
7647 (screenp): Ditto.
|
|
|
7648 (get-screen-for-buffer): Ditto.
|
|
|
7649 (get-screen-for-buffer-noselect): Ditto.
|
|
|
7650 (get-other-screen): Ditto.
|
|
|
7651 (iconify-screen): Ditto.
|
|
|
7652 (lower-screen): Ditto.
|
|
|
7653 (mail-other-screen): Ditto.
|
|
|
7654 (make-screen): Ditto.
|
|
|
7655 (make-screen-invisible): Ditto.
|
|
|
7656 (make-screen-visible): Ditto.
|
|
|
7657 (modify-screen-parameters): Ditto.
|
|
|
7658 (new-screen): Ditto.
|
|
|
7659 (next-screen): Ditto.
|
|
|
7660 (next-multiscreen-window): Ditto.
|
|
|
7661 (other-screen): Ditto.
|
|
|
7662 (previous-screen): Ditto.
|
|
|
7663 (previous-multiscreen-window): Ditto.
|
|
|
7664 (raise-screen): Ditto.
|
|
|
7665 (redraw-screen): Ditto.
|
|
|
7666 (select-screen): Ditto.
|
|
|
7667 (selected-screen): Ditto.
|
|
|
7668 (set-buffer-dedicated-screen): Ditto.
|
|
|
7669 (set-screen-height): Ditto.
|
|
|
7670 (set-screen-position): Ditto.
|
|
|
7671 (set-screen-size): Ditto.
|
|
|
7672 (set-screen-width): Ditto.
|
|
|
7673 (show-temp-buffer-in-current-screen): Ditto.
|
|
|
7674 (switch-to-buffer-other-screen): Ditto.
|
|
|
7675 (visible-screen-list): Ditto.
|
|
|
7676 (window-screen): Ditto.
|
|
|
7677 (x-set-screen-pointer): Ditto.
|
|
|
7678 (x-set-frame-pointer): Ditto.
|
|
|
7679 (screen-title-format): Ditto.
|
|
|
7680 (screen-icon-title-format): Ditto.
|
|
|
7681 (terminal-screen): Ditto.
|
|
|
7682 (delete-screen-hook): Ditto.
|
|
|
7683 (create-screen-hook): Ditto.
|
|
|
7684 (mouse-enter-screen-hook): Ditto.
|
|
|
7685 (mouse-leave-screen-hook): Ditto.
|
|
|
7686 (map-screen-hook): Ditto.
|
|
|
7687 (unmap-screen-hook): Ditto.
|
|
|
7688 (default-screen-alist): Ditto.
|
|
|
7689 (default-screen-name): Ditto.
|
|
|
7690 (x-screen-defaults): Ditto.
|
|
|
7691 (x-create-screen): Ditto.
|
|
|
7692 * obsolete.el: meta-flag removed.
|
|
|
7693 baud-rate removed.
|
|
|
7694 sleep-for-millisecs removed.
|
|
|
7695 extent-data removed.
|
|
|
7696 set-extent-data removed.
|
|
|
7697 set-extent-attribute removed.
|
|
|
7698 extent-glyph removed.
|
|
|
7699 extent-layout removed.
|
|
|
7700 set-extent-layout removed.
|
|
|
7701 list-faces-display removed.
|
|
|
7702 list-faces removed.
|
|
|
7703 trim-versions-without-asking removed.
|
|
|
7704 after-write-file-hooks removed.
|
|
|
7705 truename removed.
|
|
|
7706 auto-fill-hook removed.
|
|
|
7707 blink-paren-hook removed.
|
|
|
7708 select-screen-hook, deselect-screen-hook removed.
|
|
|
7709 auto-raise-screen, auto-lower-screen removed.
|
|
|
7710
|
|
|
7711 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
|
7712
|
|
|
7713 * XEmacs 21.0-pre5 is released.
|
|
|
7714
|
|
|
7715 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
|
7716
|
|
|
7717 * about.el (about-hackers): Credits update.
|
|
|
7718
|
|
|
7719 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7720
|
|
|
7721 * register.el (insert-register): Don't activate the region.
|
|
|
7722
|
|
|
7723 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
|
7724
|
|
|
7725 * select.el: Restore x-* symbols for backwards compatibility:
|
|
|
7726 x-copy-primary-selection, x-kill-primary-selection,
|
|
|
7727 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
|
7728 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
|
7729
|
|
|
7730 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
|
7731
|
|
|
7732 * XEmacs 21.0-pre4 is released.
|
|
|
7733
|
|
|
7734 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7735
|
|
|
7736 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
|
7737 reporting bugs.
|
|
|
7738 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
|
7739 `expand-file-name' rather than `concat'.
|
|
|
7740
|
|
|
7741 * help.el (print-messages): New function.
|
|
|
7742
|
|
|
7743 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
7744
|
|
|
7745 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
|
7746
|
|
|
7747 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7748
|
|
|
7749 * about.el: Tweaked my entry in about-hackers.
|
|
|
7750
|
|
|
7751 * find-paths.el (paths-emacs-root-p):
|
|
|
7752 Relaxed emacs-root checking of an in-place installation to
|
|
442
|
7753 also accommodate the flat layout used on MS Windows.
|
|
428
|
7754
|
|
|
7755 1998-06-29 John Jones <jj@asu.edu>
|
|
|
7756
|
|
|
7757 * package-get.el: calls to package-get-update-all will only
|
|
|
7758 update packages which are already installed.
|
|
|
7759
|
|
|
7760 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
|
7761
|
|
|
7762 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
|
7763 are handled by the gui-element face fallbacks now.
|
|
|
7764
|
|
|
7765 * x-faces.el: default gui-element face to "background" as well as
|
|
|
7766 the default face.
|
|
|
7767
|
|
|
7768 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
|
7769 and default face settings since these are set as fallbacks now in
|
|
|
7770 the appropriate domain.
|
|
|
7771
|
|
|
7772 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
|
7773
|
|
|
7774 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
|
7775 corresponding to `page-delim' goes first and the hack in
|
|
|
7776 `forward-paragraph' will work.
|
|
|
7777 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
|
7778
|
|
|
7779 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
7780
|
|
|
7781 * subr.el (remove-hook): When checking the hook value
|
|
|
7782 with functionp, don't apply car to it.
|
|
|
7783
|
|
|
7784 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7785
|
|
|
7786 * package-get.el (package-get-remote-filename):
|
|
|
7787 Don't use file-name-as-directory because the local directory
|
|
|
7788 separator conventions might not be the same as ftp's.
|
|
|
7789
|
|
|
7790 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
7791
|
|
|
7792 * ldap.el (ldap-host-parameters-alist): New name of
|
|
|
7793 `ldap-host-parameters-plist'
|
|
|
7794
|
|
434
|
7795 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
7796
|
|
|
7797 * package-get.el: Using (require 'package-get-base), now that it
|
|
|
7798 provides itself. Consequently removed all instances of (load
|
|
|
7799 "package-get-base.el").
|
|
|
7800
|
|
|
7801 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
7802
|
|
|
7803 * subr.el (remove-hook): Don't treat the hook value as a
|
|
|
7804 list unless it is both consp and not functionp.
|
|
|
7805
|
|
|
7806 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
|
7807
|
|
|
7808 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
|
7809 * auto-show.el: Ditto.
|
|
|
7810 * bytecomp.el: Ditto.
|
|
|
7811 * faces.el: Ditto.
|
|
|
7812 * x-scrollbar.el: Ditto.
|
|
|
7813 * x-misc.el: Ditto.
|
|
|
7814 * tty-init.el: Ditto.
|
|
|
7815 * toolbar-items.el: Ditto.
|
|
|
7816 * symbol-syntax.el: Ditto.
|
|
|
7817 * specifier.el: Ditto.
|
|
|
7818 * objects.el: Ditto.
|
|
|
7819 * hyper-apropos.el: Ditto.
|
|
|
7820 * glyphs.el: Ditto.
|
|
|
7821
|
|
|
7822 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7823
|
|
|
7824 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
|
7825 vertical-divider-always-visible-p.
|
|
|
7826 (default-mouse-motion-handler): Ditto.
|
|
|
7827
|
|
|
7828 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7829
|
|
|
7830 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
|
7831 global value.
|
|
|
7832
|
|
|
7833 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
|
7834
|
|
|
7835 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
|
7836
|
|
|
7837 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7838
|
|
|
7839 * font.el: Split font-family-mappings into X and
|
|
|
7840 mswindows-specific versions.
|
|
|
7841 mswindows-font-create-[object|name]: Treat supplied size
|
|
|
7842 as a pointsize. Added underline and strikethru handling.
|
|
|
7843
|
|
|
7844 * msw-faces.el: changed default mswindows charset to western.
|
|
|
7845
|
|
|
7846 * msw-glyphs.el: removed space in border-glyph font string that
|
|
|
7847 was inserted to get round bugs in the mswindows C font code.
|
|
|
7848
|
|
|
7849 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
|
7850
|
|
|
7851 * about.el (about-hackers): Credits update.
|
|
|
7852
|
|
|
7853 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
|
7854 TUTORIAL.
|
|
|
7855
|
|
|
7856 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
|
7857 to ISO-8859-2.
|
|
|
7858
|
|
|
7859 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7860
|
|
|
7861 * font.el: Split font-family-mappings into X and
|
|
|
7862 mswindows-specific versions.
|
|
|
7863 mswindows-font-create-[object|name]: Treat supplied size
|
|
|
7864 as a pointsize. Added underline and strikethru handling.
|
|
|
7865
|
|
|
7866 * msw-faces.el: changed default mswindows charset to western.
|
|
|
7867
|
|
|
7868 * msw-glyphs.el: removed space in border-glyph font string that
|
|
|
7869 was inserted to get round bugs in the mswindows C font code.
|
|
|
7870
|
|
|
7871 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7872
|
|
|
7873 * minibuf.el: make read-color-completion-table call
|
|
|
7874 (mswindows-color-list for mswindows devices.
|
|
|
7875
|
|
|
7876 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
|
7877
|
|
|
7878 * lisp/font-lock.el
|
|
|
7879 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
|
7880 Let declaration items contain non-word symbol characters.
|
|
|
7881
|
|
434
|
7882 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
7883
|
|
|
7884 * package-get.el (package-get-package-provider): Added autoload
|
|
|
7885 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
|
7886 it. Fixed some (interactive ...) with multiple argument specs
|
|
|
7887 again. Cosmetic indentation changes.
|
|
|
7888
|
|
|
7889 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
|
7890
|
|
|
7891 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
|
7892 that you want to use later.
|
|
|
7893
|
|
|
7894 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
|
7895
|
|
|
7896 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
|
7897 to x-kill-primary-selection with kill-primary-selection
|
|
|
7898
|
|
|
7899 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
|
7900
|
|
|
7901 * simple.el (what-cursor-position): Make cursor position reported
|
|
|
7902 use value of column-number-start-at-one
|
|
|
7903
|
|
|
7904 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
|
7905
|
|
|
7906 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
|
7907
|
|
|
7908 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
|
7909
|
|
|
7910 * startup.el (startup-splash-frame): Remove
|
|
|
7911 `xemacs-startup-logo-function'.
|
|
|
7912
|
|
|
7913 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
|
7914
|
|
|
7915 * about.el (about-hackers): Update credits list.
|
|
|
7916
|
|
|
7917 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
|
7918
|
|
|
7919 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
|
7920 extensions to be found by load-sound-file
|
|
|
7921
|
|
|
7922 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
7923
|
|
|
7924 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
|
7925 (Info-auto-generate-directory): New variable
|
|
|
7926 (Info-save-auto-generated-dir): New variable
|
|
|
7927 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
|
7928 (Info-build-dir-anew): Second parameter removed. Use
|
|
|
7929 `Info-save-auto-generated-dir'
|
|
|
7930 (Info-rebuild-dir): Ditto
|
|
|
7931
|
|
|
7932 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
|
7933
|
|
|
7934 * list-mode.el (next-list-mode-item): Would not recognize
|
|
|
7935 border between directly neighbored items.
|
|
|
7936
|
|
|
7937 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
|
7938
|
|
|
7939 * package-get.el: add autoloads for some functions.
|
|
|
7940
|
|
|
7941 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7942
|
|
|
7943 * specifier.el (let-specifier): Tiny docfixes.
|
|
|
7944
|
|
|
7945 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
|
7946
|
|
|
7947 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
|
7948
|
|
|
7949 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
|
7950
|
|
|
7951 * wid-edit.el (widget-specify-secret): New function.
|
|
|
7952 (widget-after-change): Use it.
|
|
|
7953 (widget-specify-field): Use it.
|
|
|
7954
|
|
|
7955 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7956
|
|
|
7957 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
|
7958 `doit'; reuse result of `window-pixel-edges'.
|
|
|
7959
|
|
|
7960 * modeline.el (drag-modeline-event-lag): Rename to
|
|
|
7961 drag-divider-event-lag.
|
|
|
7962
|
|
|
7963 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7964
|
|
|
7965 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
|
7966 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
|
7967 arguments.
|
|
|
7968
|
|
|
7969 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7970
|
|
|
7971 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
|
7972 `completion-ignore-case' in completions buffer under Windows.
|
|
|
7973
|
|
|
7974 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
7975
|
|
|
7976 * about.el (about-maintainer-glyph): Fix support for not
|
|
|
7977 compressed images.
|
|
|
7978
|
|
|
7979 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
7980
|
|
|
7981 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
|
7982
|
|
|
7983 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
|
7984 `cancel-mode-internal' function is fetched.
|
|
|
7985
|
|
|
7986 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7987
|
|
|
7988 * files.el (save-some-buffers-1): Fixed return value.
|
|
|
7989
|
|
|
7990 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
|
7991
|
|
|
7992 * dragdrop.el: added experimental
|
|
|
7993
|
|
|
7994 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
|
7995
|
|
|
7996 * startup.el (after-init-hook, init-file-user,
|
|
|
7997 user-init-directory, load-user-init-file): Purge references
|
|
|
7998 to "~/.xemacs/init.el" from docstrings.
|
|
|
7999
|
|
|
8000 (load-user-init-file) Use paths-construct-path to construct
|
|
|
8001 paths to user init files. Go directly to ~/.emacs, do not
|
|
|
8002 search ~/.xemacs/, do not load `default-custom-file'.
|
|
|
8003
|
|
|
8004 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8005
|
|
|
8006 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
|
8007 general *sh.
|
|
|
8008 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
|
8009
|
|
|
8010 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
|
8011
|
|
|
8012 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
|
8013 menu.
|
|
|
8014
|
|
|
8015 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
|
8016
|
|
|
8017 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
|
8018 in xpm-color-symbols instead of default.
|
|
|
8019
|
|
|
8020 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
|
8021
|
|
|
8022 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
|
8023
|
|
|
8024 * startup.el (xemacs-startup-logo-function): New variable.
|
|
|
8025 (startup-splash-frame): Use it.
|
|
|
8026
|
|
|
8027 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8028
|
|
|
8029 * files.el (save-some-buffers): Would wait 1 second.
|
|
|
8030 (save-some-buffers-1): Delete other windows here instead of in
|
|
|
8031 `save-some-buffers'.
|
|
|
8032 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
|
8033
|
|
442
|
8034 1998-06-02 Didier Verna <didier@xemacs.org>
|
|
428
|
8035
|
|
|
8036 * cus-face.el (custom-face-attributes): generalized the use of
|
|
|
8037 toggle buttons for boolean attributes.
|
|
|
8038 Re-ordered the items a bit.
|
|
|
8039
|
|
|
8040 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
|
8041
|
|
|
8042 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
|
8043 to find the sounds directory.
|
|
|
8044
|
|
|
8045 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
8046
|
|
|
8047 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
|
8048 otherwise. load-default sounds without extensions.
|
|
|
8049
|
|
|
8050 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
8051
|
|
|
8052 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
|
8053 if send-pr is not bound.
|
|
|
8054
|
|
|
8055 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
|
8056
|
|
|
8057 * files.el: grok idl files in auto-mode-alist.
|
|
|
8058 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
|
8059
|
|
|
8060 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
|
8061 calling `upcase'.
|
|
|
8062
|
|
|
8063 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
|
8064
|
|
|
8065 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
|
8066
|
|
|
8067 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8068
|
|
|
8069 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
|
8070 instead of XEmacs one when dumping InfoDock.
|
|
|
8071
|
|
|
8072 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8073
|
|
|
8074 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
|
8075 for `modeline-visible-p'
|
|
|
8076
|
|
|
8077 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
|
8078
|
|
|
8079 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
8080
|
|
|
8081 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
|
8082 since it's not used anymore. doc string fixes.
|
|
|
8083
|
|
|
8084 * package-get.el (package-get-file-installed-p): new function. use
|
|
|
8085 instead of file-installed-p which is in an external package.
|
|
|
8086
|
|
|
8087 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
|
8088
|
|
|
8089 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
|
8090 favor of select-window/switch-to-buffer
|
|
|
8091
|
|
|
8092 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
8093
|
|
|
8094 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
|
8095
|
|
|
8096 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
|
8097
|
|
|
8098 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
|
8099 (offix-start-drag-region) moved to dragdrop.el
|
|
|
8100 (offix-start-drag) moved to dragdrop.el
|
|
|
8101 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
|
8102 (offix-start-drag-region) moved from frame.el
|
|
|
8103 (offix-start-drag) moved from frame.el
|
|
|
8104 (cde-start-drag-region) cde drag regions
|
|
|
8105 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
|
8106
|
|
|
8107 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
|
8108
|
|
|
8109 * dragdrop.el: created dragdrop-drag prototypes
|
|
|
8110 (cde-start-drag-region) fixed typo
|
|
|
8111
|
|
|
8112 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
|
8113
|
|
|
8114 * simple.el (after-init-hook): Remove reader macro.
|
|
|
8115
|
|
|
8116 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
|
8117 macros. Update DOC string.
|
|
|
8118
|
|
|
8119 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8120
|
|
|
8121 * mouse.el (drag-window-divider): Ditto.
|
|
|
8122
|
|
|
8123 * modeline.el (mouse-drag-modeline): Use it.
|
|
|
8124
|
|
|
8125 * lisp-mode.el (let-specifier): Specify indentation.
|
|
|
8126
|
|
|
8127 * specifier.el (let-specifier): Renamed from
|
|
|
8128 `with-specifier-instance'.
|
|
|
8129
|
|
|
8130 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
|
8131
|
|
|
8132 * x-faces.el:
|
|
|
8133 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
|
8134 to faces. Predicate x-get-resource on the presence of x.
|
|
|
8135
|
|
442
|
8136 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
|
428
|
8137 faces as specfier defaults.
|
|
|
8138
|
|
|
8139 * package-get.el: don't use package-admin-add-single-file-package.
|
|
|
8140
|
|
|
8141 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8142
|
|
|
8143 * toolbar-items.el: Fixup tooltips.
|
|
|
8144 (toolbar-gnus): Don't use obsolete variable
|
|
|
8145 toolbar-news-frame-properties.
|
|
|
8146 (toolbar-news-reader): Default to `gnus' instead of
|
|
|
8147 `not-configured'.
|
|
|
8148
|
|
|
8149 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
|
8150 Windows.
|
|
|
8151
|
|
|
8152 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
|
8153
|
|
|
8154 * package-get.el: rename -installedp -> -installed-p.
|
|
|
8155
|
|
|
8156 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8157
|
|
|
8158 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
|
8159 attributes, and assinged it to continuation, truncation and
|
|
|
8160 hscroll glyphs.
|
|
|
8161
|
|
|
8162 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
|
8163 and made continuation, truncation and hscroll glyphs arrow
|
|
|
8164 characters out of that font.
|
|
|
8165
|
|
|
8166 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8167
|
|
|
8168 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
|
8169 directory-sep-char being \.
|
|
|
8170 (minibuffer-electric-tilde): Ditto.
|
|
|
8171 (read-file-name-map): Ditto.
|
|
|
8172
|
|
|
8173 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8174
|
|
|
8175 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
|
8176 on X devices.
|
|
|
8177 (default-mouse-track-deal-with-down-event): Avoid
|
|
|
8178 `x-disown-selection'; use `disown-selection' instead.
|
|
|
8179
|
|
|
8180 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
|
8181
|
|
|
8182 * select.el:
|
|
|
8183 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
|
8184 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
|
8185 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
|
8186 (x-copy-primary-selection).
|
|
|
8187 (own-clipboard): new function.
|
|
|
8188
|
|
|
8189 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
|
8190 functions in select.el. remove old ones.
|
|
|
8191 (mswindows-own-clipboard): new function.
|
|
|
8192
|
|
|
8193 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
|
8194
|
|
|
8195 * gnuserv.el: allow connections from mswindows type devices.
|
|
|
8196
|
|
|
8197 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
|
8198
|
|
|
8199 * msw-glyphs.el: change image type used from cursor to resource.
|
|
|
8200
|
|
|
8201 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8202
|
|
|
8203 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
|
8204 for {top,bottom}-{left,right} values in addition to
|
|
|
8205 {top,bottom}_{left,right}.
|
|
|
8206 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
|
8207
|
|
|
8208 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8209
|
|
|
8210 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
|
8211
|
|
|
8212 * specifier.el (with-specifier-instance): Added docstring.
|
|
|
8213
|
|
|
8214 * mouse.el (drag-window-divider): Ditto.
|
|
|
8215
|
|
|
8216 * modeline.el (mouse-drag-modeline): Use it.
|
|
|
8217
|
|
|
8218 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
|
8219 level.
|
|
|
8220
|
|
|
8221 * specifier.el (with-specifier-instance): New macro.
|
|
|
8222
|
|
|
8223 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
|
8224
|
|
|
8225 * package-get.el (package-get-create-custom): new function to
|
|
|
8226 auto-generate package-get-custom.el from package-get-base.el.
|
|
|
8227 * (package-get-ever-installedp): new function.
|
|
|
8228 * (package-get-custom): new function to get all packages specified
|
|
|
8229 by customize.
|
|
|
8230
|
|
|
8231 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8232
|
|
|
8233 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
|
8234
|
|
|
8235 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
|
8236
|
|
|
8237 * cl-extra.el: Reverse previous float change.
|
|
|
8238
|
|
|
8239 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
|
8240
|
|
|
8241 * x-faces.el:
|
|
|
8242 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
|
8243 required by w3 under mswindows as well X.
|
|
|
8244
|
|
|
8245 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8246
|
|
|
8247 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
|
8248 clause, one more overlookef fsfism.
|
|
|
8249 (nt-quote-args-functions-alist): End sentences with double space.
|
|
|
8250
|
|
|
8251 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8252
|
|
|
8253 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
|
8254 recaching default-toolbar specifier.
|
|
|
8255 (pop-window-configuration): Ditto.
|
|
|
8256 (unpop-window-configuration): Ditto.
|
|
|
8257
|
|
|
8258 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8259
|
|
|
8260 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
|
8261
|
|
|
8262 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8263
|
|
|
8264 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
|
8265 (nt-quote-args-prefix-quote): Added function.
|
|
|
8266 (nt-quote-args-backslash-quote): Added function.
|
|
|
8267 (nt-quote-args-double-quote): Added function.
|
|
|
8268 (nt-quote-args-functions-alist): New variable.
|
|
|
8269 (nt-quote-process-args): Added function. This is the main quoting
|
|
|
8270 work horse called from process-nt.c
|
|
|
8271
|
|
|
8272 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8273
|
|
|
8274 * winnt.el: Removed duplicate definitions for backspace,
|
|
|
8275 delete, M-backspace and C-M-backspace.
|
|
|
8276 (file-name-buffer-file-type-alist): Removed this variable.
|
|
|
8277 (find-buffer-file-type): Removed function.
|
|
|
8278 (find-file-binary): Removed function.
|
|
|
8279 (find-file-text): Removed function.
|
|
|
8280 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
|
8281 (save-to-unix-hook): Removed function.
|
|
|
8282 (revert-from-unix-hook): Removed function.
|
|
|
8283 (using-unix-filesystems): Removed function.
|
|
|
8284 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
|
8285 warning.
|
|
|
8286 (x-set-selection): Removed function.
|
|
|
8287 (x-get-selection): Removed function.
|
|
|
8288 Removed commented FSFisms.
|
|
|
8289 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
|
8290 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
|
8291 comint-process-echoes setting to t.
|
|
|
8292
|
|
|
8293 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
8294
|
|
|
8295 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
|
8296 and used following the interface change of
|
|
|
8297 `paths-find-recursive-path'.
|
|
|
8298
|
|
|
8299 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
|
8300 regexp instead of a list of base names.
|
|
|
8301 (paths-version-control-filename-regexp):
|
|
|
8302 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
|
8303 Introduced and used following the interface change of
|
|
|
8304 `paths-find-recursive-path'.
|
|
|
8305
|
|
|
8306 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8307
|
|
|
8308 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
|
8309 on X devices, rather than on all non-TTY devices.
|
|
|
8310
|
|
|
8311 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8312
|
|
|
8313 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
|
8314
|
|
|
8315 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
|
8316
|
|
434
|
8317 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
8318
|
|
|
8319 * itimer.el (activate-itimer): Fixed usage of integers
|
|
|
8320 as argument to `concat'.
|
|
|
8321
|
|
|
8322 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
|
8323
|
|
|
8324 * itimer.el (start-itimer): replace the use of `concat' with
|
|
|
8325 `format'
|
|
|
8326
|
|
|
8327 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
|
8328
|
|
|
8329 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
|
8330 From Bob Weiner <weiner@altrasoft.com>
|
|
|
8331
|
|
|
8332 * loadhist.el (symbol-file): Supply prompt string when used
|
|
|
8333 interactively.
|
|
|
8334 From Bob Weiner <weiner@altrasoft.com>
|
|
|
8335
|
|
|
8336 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8337
|
|
|
8338 * loadup.el (really-early-error-handler): Ditto.
|
|
|
8339
|
|
|
8340 * update-elc.el: Ditto.
|
|
|
8341
|
|
|
8342 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
|
8343
|
|
|
8344 * make-docfile.el: Ditto.
|
|
|
8345
|
|
|
8346 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
|
8347 instead of decode-path.
|
|
|
8348
|
|
|
8349 * files.el (parse-colon-path): Update docstring reference.
|
|
|
8350
|
|
|
8351 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8352
|
|
|
8353 * msw-init.el:
|
|
|
8354 * x-init.el:
|
|
|
8355 Bind cut'n'paste keys to non window-system specific functions.
|
|
|
8356
|
|
|
8357 * msw-select.el: New function mswindows-clear-clipboard.
|
|
|
8358 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
|
8359 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
|
8360
|
|
|
8361 * select.el: on mswindows devices delete-primary-selection
|
|
|
8362 calls mswindows-clear-clipboard.
|
|
|
8363
|
|
|
8364 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8365
|
|
|
8366 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
|
8367
|
|
|
8368 * cmdloop.el (read-char): Don't inhibit quit.
|
|
|
8369 (read-char-exclusive): Ditto.
|
|
|
8370 (read-char): Signal quit if quit-char was pressed.
|
|
|
8371 (read-char-exclusive): Ditto.
|
|
|
8372 (read-quoted-char): Return a character, not integer.
|
|
|
8373
|
|
|
8374 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
|
8375 selection code.
|
|
|
8376 (default-popup-menu): Fix code.
|
|
|
8377
|
|
|
8378 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
|
8379
|
|
|
8380 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
|
8381
|
|
|
8382 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
|
8383
|
|
|
8384 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
|
8385
|
|
|
8386 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8387
|
|
|
8388 * device.el (device-pixel-width):
|
|
|
8389 (device-pixel-height):
|
|
|
8390 (device-mm-width):
|
|
|
8391 (device-mm-height):
|
|
|
8392 (device-bitplanes):
|
|
|
8393 (device-color-cells): Swapped parameters to device-system-metric
|
|
|
8394 according to the interface change.
|
|
|
8395
|
|
|
8396 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8397
|
|
|
8398 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
|
8399 function event-over-vertical-divider-p.
|
|
|
8400 Do not set E-W arrow cursor over the divider if
|
|
|
8401 vertical-divider-draggable-p is nil in the window.
|
|
|
8402 ([top-level]): Use new name for the variable
|
|
|
8403 vertical-divider-map.
|
|
|
8404 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
|
8405 Variable name typo fixes.
|
|
|
8406
|
|
|
8407 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8408
|
|
|
8409 * keymap.el (kbd): Define here; handle string constants and
|
|
|
8410 others...
|
|
|
8411
|
|
|
8412 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
|
8413
|
|
|
8414 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
|
8415 in Emacs 18.
|
|
|
8416
|
|
442
|
8417 1998-05-13 Didier Verna <didier@xemacs.org>
|
|
428
|
8418
|
|
|
8419 * mouse.el (drag-window-divider): give the vertical divider a
|
|
|
8420 pressed look when dragging it.
|
|
|
8421
|
|
|
8422 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
|
8423
|
|
|
8424 * faces.el: predicate some more face operations on x or mswindows
|
|
|
8425 not just x.
|
|
|
8426
|
|
|
8427 * modeline.el: enable modeline coloring for mswindows.
|
|
|
8428
|
|
|
8429 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
8430
|
|
|
8431 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
|
8432 FSF Emacs.
|
|
|
8433 (next-history-element): Used `minibuffer-default'.
|
|
|
8434
|
|
|
8435 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
|
8436
|
|
|
8437 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
|
8438 arguments still look a bit strange
|
|
|
8439 (dragdrop-compare-mods) created
|
|
|
8440 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
|
8441 modifiers
|
|
|
8442
|
|
|
8443 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8444
|
|
|
8445 * setup-paths.el (paths-default-info-directories): Replace
|
|
|
8446 path-separator with directory-sep-char.
|
|
|
8447
|
|
|
8448 * files.el (path-separator): Don't define it here.
|
|
|
8449
|
|
|
8450 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8451
|
|
|
8452 * update-elc.el: Ditto.
|
|
|
8453
|
|
|
8454 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
|
8455
|
|
|
8456 * make-docfile.el: Ditto.
|
|
|
8457
|
|
|
8458 * loadup.el (really-early-error-handler): Ditto.
|
|
|
8459
|
|
|
8460 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
|
8461 instead of decode-path-internal.
|
|
|
8462
|
|
|
8463 * files.el (parse-colon-path): Update docstring.
|
|
|
8464
|
|
|
8465 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8466
|
|
|
8467 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
|
8468
|
|
|
8469 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
|
8470 get-buffer-window-list.
|
|
|
8471
|
|
|
8472 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8473
|
|
|
8474 * disass.el: Fix maintainer keyword.
|
|
|
8475
|
|
|
8476 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
|
8477 (byte-compile-buffer): Ditto.
|
|
|
8478
|
|
|
8479 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
|
8480 value is returned, not the name.
|
|
|
8481 (lisp-imenu-generic-expression): Enable it.
|
|
|
8482 (lisp-mode-variables): Ditto.
|
|
|
8483 (lisp-indent-offset): Change defconst to defvar.
|
|
|
8484 (lisp-indent-function): Ditto.
|
|
|
8485 (lisp-body-indent): Ditto.
|
|
|
8486
|
|
|
8487 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8488
|
|
|
8489 * modeline.el: Use zap-last-kbd-macro-event.
|
|
|
8490
|
|
|
8491 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
|
8492 nil, don't attempt to do anything with messages.
|
|
|
8493 (eval-last-sexp): Use `letf' for clarity.
|
|
|
8494
|
|
|
8495 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8496
|
|
|
8497 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
|
8498
|
|
|
8499 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
|
8500
|
|
|
8501 * buff-menu.el:
|
|
|
8502 * lisp-mode.el:
|
|
|
8503 * obsolete.el:
|
|
|
8504 Change empty docstrings into no doc strings at all.
|
|
|
8505 Fix bogus FSF-format docstrings.
|
|
|
8506 * etags.el: Fix docstring.
|
|
|
8507
|
|
|
8508 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8509
|
|
|
8510 * package-get.el (package-get): Use internal md5
|
|
|
8511
|
|
|
8512 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
|
8513
|
|
|
8514 * about.el (about-xemacs): Correct abuse of concat.
|
|
|
8515
|
|
|
8516 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
|
8517
|
|
|
8518 * info.el (Info-mode): Use easymenu.
|
|
|
8519
|
|
|
8520 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8521
|
|
|
8522 * apropos.el (apropos): Don't use concat with integers.
|
|
|
8523
|
|
|
8524 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
|
8525 was seen gracefully.
|
|
|
8526
|
|
|
8527 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
|
8528 defun.
|
|
|
8529 (apropos-describe-plist): Ditto.
|
|
|
8530
|
|
|
8531 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
|
8532 (describe-key): Use it as defun.
|
|
|
8533 (describe-mode): Ditto.
|
|
|
8534 (describe-bindings): Ditto.
|
|
|
8535 (describe-prefix-bindings): Ditto.
|
|
|
8536 (describe-installation): Ditto.
|
|
|
8537 (view-lossage): Ditto.
|
|
|
8538 (describe-function): Ditto.
|
|
|
8539 (describe-variable): Ditto.
|
|
|
8540 (describe-syntax): Ditto.
|
|
|
8541
|
|
|
8542 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
|
8543
|
|
|
8544 * dragdrop.el: changed order of require/provide
|
|
|
8545 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
|
8546 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
|
8547 (dragdrop-function-widget) this one needs more work...
|
|
|
8548
|
|
|
8549 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
|
8550
|
|
|
8551 * about.el: another small change in my entry
|
|
|
8552 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
|
8553 plus customizations
|
|
|
8554 changed interface to handler functions. now called with event
|
|
|
8555 and object
|
|
|
8556
|
|
|
8557 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8558
|
|
|
8559 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
|
8560 E-W arrow pointer displayed over draggable dividers.
|
|
|
8561
|
|
|
8562 * mouse.el (default-mouse-motion-handler): Show it when
|
|
|
8563 appropriate.
|
|
|
8564 (drag-window-divider): Added.
|
|
|
8565 ([top-level]): Initialized window-divider-map with a keymap
|
|
|
8566 binding the above function to left button down event.
|
|
|
8567
|
|
|
8568 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
|
8569 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
|
8570 E-W double arrow.
|
|
|
8571
|
|
|
8572 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
|
8573
|
|
|
8574 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
|
8575
|
|
|
8576 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8577
|
|
|
8578 * simple.el (count-words-buffer): Don't query for buffer.
|
|
|
8579 (count-lines-buffer): Ditto.
|
|
|
8580
|
|
|
8581 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8582
|
|
|
8583 * help.el (where-is): add optional insert argument.
|
|
|
8584
|
|
|
8585 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8586
|
|
|
8587 * help.el (describe-key-briefly): New argument INSERT.
|
|
|
8588
|
|
|
8589 * simple.el (eval-expression): New optional argument; synch with
|
|
|
8590 FSF 20.3.
|
|
|
8591
|
|
|
8592 * keydefs.el (global-map): Add new register bindings.
|
|
|
8593
|
|
|
8594 * register.el: Synched with FSF 20.3.
|
|
|
8595
|
|
|
8596 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8597
|
|
|
8598 * window-xemacs.el (recenter): all arguments are optional.
|
|
|
8599
|
|
|
8600 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8601
|
|
|
8602 * device.el: (device-pixel-width): Reflected name/parameters
|
|
|
8603 change to device-system-metric.
|
|
|
8604 (device-pixel-height): Ditto.
|
|
|
8605 (device-mm-width): Ditto.
|
|
|
8606 (device-mm-height): Ditto.
|
|
|
8607 (device-bitplanes): Ditto.
|
|
|
8608 (device-color-cells): Ditto.
|
|
|
8609
|
|
|
8610 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8611
|
|
|
8612 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
|
8613
|
|
|
8614 * cl.el (most-positive-fixnum): Document.
|
|
|
8615 (most-negative-fixnum): Ditto.
|
|
|
8616
|
|
|
8617 * cus-dep.el: Updated comment.
|
|
|
8618
|
|
|
8619 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
|
8620 constant.
|
|
|
8621
|
|
|
8622 * cus-load.el (custom-put): Removed.
|
|
|
8623
|
|
|
8624 * files.el (after-find-file): Just resignal quit instead of
|
|
|
8625 signaling "canceled".
|
|
|
8626
|
|
|
8627 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8628
|
|
|
8629 * frame.el (other-frame): Use `focus-frame' instead of
|
|
|
8630 select-frame kludges.
|
|
|
8631
|
|
|
8632 * lisp-mode.el: Update lisp-indent-function for
|
|
|
8633 save-selected-frame and with-selected-frame.
|
|
|
8634
|
|
|
8635 * frame.el (save-selected-frame): New macro.
|
|
|
8636 (with-selected-frame): Ditto.
|
|
|
8637 (other-frame): Use `set-frame-focus'.
|
|
|
8638
|
|
|
8639 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
|
8640
|
|
|
8641 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
|
8642 (dragdrop-drop-url-default) default handler for URL drops created
|
|
|
8643 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
|
8644 (dragdrop-drop-functions) default custom for handling drops created
|
|
|
8645 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
|
8646
|
|
|
8647 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8648
|
|
|
8649 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
|
8650
|
|
|
8651 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
|
8652
|
|
|
8653 * about.el: changed some text in my entry
|
|
|
8654 * dragdrop.el: added customs
|
|
|
8655
|
|
|
8656 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
|
8657
|
|
|
8658 * mouse.el: killed global drop key bindings
|
|
|
8659 (mouse-offix-drop) removed
|
|
|
8660 * dragdrop.el: created
|
|
|
8661 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
|
8662
|
|
|
8663 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8664
|
|
|
8665 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
|
8666 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
|
8667
|
|
|
8668 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
|
8669 obsolete comment.
|
|
|
8670
|
|
|
8671 * scrollbar.el (scrollbars-visible-p): Use new
|
|
|
8672 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
|
8673
|
|
|
8674 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8675
|
|
|
8676 * device.el (device-pixel-height):
|
|
|
8677 (device-pixel-width):
|
|
|
8678 (device-mm-width):
|
|
|
8679 (device-mm-height):
|
|
|
8680 (device-bitplanes):
|
|
|
8681 (device-color-cells): Moved these 6 functions from device.c; they
|
|
|
8682 all use single (device-system-metrics) call.
|
|
|
8683
|
|
|
8684 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
|
8685
|
|
|
8686 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
|
8687 were renamed.
|
|
|
8688
|
|
|
8689 * menubar-items.el:
|
|
|
8690 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
|
8691 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8692
|
|
|
8693 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
|
8694 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
|
8695
|
|
|
8696 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
|
8697
|
|
|
8698 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
|
8699 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
|
8700
|
|
|
8701 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
|
8702
|
|
|
8703 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
|
8704
|
|
|
8705 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
|
8706
|
|
|
8707 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
|
8708
|
|
|
8709 * startup.el (startup-splash-frame): Change ID logo name.
|
|
|
8710
|
|
|
8711 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8712
|
|
|
8713 * files.el (after-find-file): If the user presses C-g on
|
|
|
8714 directory-creation prompt, kill the buffer.
|
|
|
8715
|
|
|
8716 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
|
8717
|
|
|
8718 * simple.el (count-words-region): Reverse previous change.
|
|
|
8719
|
|
|
8720 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8721
|
|
|
8722 * replace.el (query-replace): Just call perform-replace.
|
|
|
8723 (query-replace-regexp): Ditto.
|
|
|
8724 (perform-replace): Move region handling here.
|
|
|
8725 (perform-replace): Use the new arg to match-data.
|
|
|
8726
|
|
|
8727 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
8728
|
|
|
8729 * x-init.el: Install X specific display table that
|
|
|
8730 displays char 0240 as a space to avoid whatever it is
|
|
|
8731 that screws up display of that character code.
|
|
|
8732
|
|
|
8733 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8734
|
|
|
8735 * help.el (function-arglist): If no arguments are documented for a
|
|
|
8736 subr, print nothing rather than incorrect output.
|
|
|
8737
|
|
|
8738 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
|
8739
|
|
|
8740 * cmdloop.el (command-error): Update bail-out error message to use
|
|
|
8741 `emacs-program-name'.
|
|
|
8742
|
|
|
8743 * lib-complete.el: Remove reader macro cruft.
|
|
|
8744
|
|
|
8745 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
|
8746 cruft.
|
|
|
8747
|
|
|
8748 * simple.el (count-words-region): Drop interactive-p check on the
|
|
|
8749 message.
|
|
|
8750
|
|
|
8751 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8752
|
|
|
8753 * font.el
|
|
|
8754 * msw-faces.el
|
|
|
8755 Correct spelling of mswindows-font-canonicalize-name.
|
|
|
8756
|
|
|
8757 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
8758
|
|
|
8759 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
|
8760 `ldap-host-parameters-plist'
|
|
|
8761 (ldap-search): Adapt to previous change
|
|
|
8762
|
|
|
8763 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
|
8764
|
|
|
8765 * about.el (about-hackers): Update Bob Weiner bio.
|
|
|
8766 (about-maintainer-info): Ditto.
|
|
|
8767
|
|
|
8768 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8769
|
|
|
8770 * simple.el (display-warning-minimum-level): Docfix.
|
|
|
8771
|
|
|
8772 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
|
8773
|
|
|
8774 * widget.el (:default-get): New keyword.
|
|
|
8775 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
|
8776 (group, widget-group-default-get): Define it.
|
|
|
8777 (menu-choice, widget-choice-default-get): Define it.
|
|
|
8778 (widget-default-get): New function.
|
|
|
8779 (widget-choice-action): Call it.
|
|
|
8780 (widget-editable-list-entry-create): Call it.
|
|
|
8781
|
|
|
8782 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8783
|
|
|
8784 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
|
8785 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
|
8786 lookup through `byte-boolean-vars'.
|
|
|
8787
|
|
|
8788 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8789
|
|
|
8790 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
|
8791 resource-provided values into ghost specs for scrollbar-height and
|
|
|
8792 scrollbar-width.
|
|
|
8793
|
|
|
8794 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8795
|
|
|
8796 * byte-optimize.el: Don't attempt to optimize /=.
|
|
|
8797
|
|
|
8798 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
|
8799 (byte-compile-/=): Ditto.
|
|
|
8800
|
|
|
8801 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
|
8802
|
|
|
8803 * apropos.el: Use `with-displaying-help-buffer'.
|
|
|
8804 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
|
8805 Use `with-displaying-help-buffer'.
|
|
|
8806 (apropos-follow): Do not give special treatment to buffer cursor
|
|
|
8807 was in prior to a mouse click.
|
|
|
8808 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
|
8809 (apropos-print-doc): Set correct buffer for setting text
|
|
|
8810 properties.
|
|
|
8811
|
|
|
8812 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
|
8813
|
|
|
8814 * help.el (help-buffer-prefix-string): New variable.
|
|
|
8815 (help-buffer-name): Use it.
|
|
|
8816
|
|
|
8817 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
|
8818 mode menu.
|
|
|
8819
|
|
|
8820 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
|
8821
|
|
|
8822 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
|
8823
|
|
|
8824 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8825
|
|
|
8826 * files.el (find-file-noselect): Update docstring.
|
|
|
8827 (find-file-noselect): Signal an error if found an unreadable file.
|
|
|
8828 (file-chase-links): Save the match data.
|
|
|
8829 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
|
8830 (interpreter-mode-alist): Change defconst to defvar.
|
|
|
8831 (inhibit-first-line-modes-regexps): Ditto.
|
|
|
8832 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
|
8833 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
|
8834 (change-major-mode-with-file-name): New user-option.
|
|
|
8835 (set-visited-file-name): Synched with FSF.
|
|
|
8836 (file-name-extension): New function, from FSF 20.3.
|
|
|
8837 (file-relative-name): Synched with FSF.
|
|
|
8838 (save-some-buffers): Support the C-r feature.
|
|
|
8839 (recover-session): Synched with FSF.
|
|
|
8840 (kill-some-buffers): Ditto.
|
|
|
8841 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
|
8842
|
|
|
8843 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
|
8844
|
|
|
8845 * files.el (insert-file): Undo previous change and reenable use of
|
|
|
8846 format.el.
|
|
|
8847
|
|
|
8848 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8849
|
|
|
8850 * window-xemacs.el (recenter): Define.
|
|
|
8851
|
|
|
8852 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
8853
|
|
|
8854 * font.el (mswindows-font-create-name)
|
|
|
8855 (mswindows-font-create-object): new functions for mswindows type
|
|
|
8856 fonts.
|
|
|
8857
|
|
|
8858 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
|
8859 strings are parsed as well as font objects.
|
|
|
8860
|
|
|
8861 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8862
|
|
|
8863 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
|
8864 kbd-macro being recorded.
|
|
|
8865 (add-minor-mode): Simplify docstring.
|
|
|
8866 (modeline-minor-mode-menu): Remove stuff.
|
|
|
8867
|
|
|
8868 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
8869
|
|
|
8870 * code-process.el (call-process): dynamically decide process
|
|
|
8871 coding type.
|
|
|
8872
|
|
|
8873 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
|
8874
|
|
|
8875 * modeline.el: Add line-number-mode, column-number-mode to
|
|
|
8876 the modeline minor-mode menu. Button2 on the line number does
|
|
|
8877 goto-line.
|
|
|
8878
|
|
|
8879 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
8880
|
|
|
8881 * mouse.el: move x-selection-owner-p type things to
|
|
|
8882 selection-owner-p.
|
|
|
8883
|
|
|
8884 * msw-init.el: copy zmacs stuff from x-init.el
|
|
|
8885
|
|
|
8886 * msw-select.el (mswindows-own-selection)
|
|
|
8887 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
|
8888 functions. Very simple minded implementation of selectio
|
|
|
8889 ownership.
|
|
|
8890
|
|
|
8891 * select.el (own-selection) (disown-selection)
|
|
|
8892 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
|
8893 (valid-simple-selection-p): functions moved from x-select.el for
|
|
|
8894 generalized selection.
|
|
|
8895
|
|
|
8896 * x-select.el: see select.el changes.
|
|
|
8897
|
|
|
8898 * x-toolbar.el: use new selection functions.
|
|
|
8899
|
|
|
8900 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
8901
|
|
|
8902 * packages.el (packages-find-package-directories): Fixed bug that
|
|
|
8903 would pick up multiple site-package directories.
|
|
|
8904 (package-locations): Added "xemacs-packages" as a late package
|
|
|
8905 location.
|
|
|
8906
|
|
|
8907 * find-paths.el: Now uses `emacs-program-name' and
|
|
|
8908 `emacs-program-version'.
|
|
|
8909 Additions to enforce version-specific directories in
|
|
|
8910 `paths-find-version-directory'.
|
|
|
8911
|
|
|
8912 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
|
8913
|
|
|
8914 * default.el: Removed.
|
|
|
8915 * site-start.el: Removed.
|
|
|
8916
|
|
442
|
8917 1998-04-29 Didier Verna <didier@xemacs.org>
|
|
428
|
8918
|
|
|
8919 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
|
8920 to nil.
|
|
|
8921
|
|
|
8922 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
|
8923
|
|
|
8924 * find-paths.el (paths-program-name): Rename.
|
|
|
8925 (paths-emacs-root-p): Ditto.
|
|
|
8926 (paths-find-site-directory): Ditto.
|
|
|
8927
|
|
|
8928 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
|
8929
|
|
|
8930 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
|
8931 `emacs-lisp-byte-compile-and-load'.
|
|
|
8932
|
|
|
8933 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
8934
|
|
|
8935 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
|
8936 `ldap-open'
|
|
|
8937
|
|
|
8938 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
|
8939
|
|
|
8940 * select.el (kill-primary-selection) (selection-owner-p)
|
|
|
8941 (copy-primary-selection) (yank-clipboard-selection)
|
|
|
8942 (selection-exists-p) (delete-primary-selection): new file and
|
|
|
8943 functions that do the right thing for the selected device.
|
|
|
8944
|
|
|
8945 * x-menubar.el: use generalised selection functions.
|
|
|
8946
|
|
|
8947 * dumped-lisp.el: dump select.el.
|
|
|
8948
|
|
|
8949 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
|
8950
|
|
|
8951 * find-paths.el (paths-progname): New variable.
|
|
|
8952 (paths-emacs-root-p): Use it.
|
|
|
8953 (paths-find-site-directory): Ditto.
|
|
|
8954
|
|
|
8955 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
|
8956
|
|
|
8957 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
|
8958 `infodock' if InfoDock.
|
|
|
8959
|
|
|
8960 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
|
8961
|
|
|
8962 * find-paths.el (construct-emacs-version): Simplify, include
|
|
|
8963 program name in the return value.
|
|
|
8964 * (paths-find-version-directory): Use it.
|
|
|
8965
|
|
|
8966 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
8967
|
|
|
8968 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
|
8969 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
|
8970 name for files with no @direntry
|
|
|
8971 (Info-batch-rebuild-dir): New function
|
|
|
8972 (Info-suffixed-file): Check for regular files instead of simple
|
|
|
8973 file existence (could catch directories before)
|
|
|
8974
|
|
|
8975 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
8976
|
|
|
8977 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
|
8978 temacs doesn't have.
|
|
|
8979
|
|
|
8980 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
|
8981 into root searching.
|
|
|
8982
|
|
|
8983 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
|
8984
|
|
|
8985 * subr.el: Remove definition of `not'.
|
|
|
8986
|
|
|
8987 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
8988
|
|
|
8989 * msw-glyphs.el: enable graphics support.
|
|
|
8990
|
|
442
|
8991 1998-04-23 Didier Verna <didier@xemacs.org>
|
|
428
|
8992
|
|
|
8993 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
|
8994 option.
|
|
|
8995
|
|
|
8996 * misc doc string updates related to the options menu.
|
|
|
8997
|
|
|
8998 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
|
8999
|
|
|
9000 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
|
9001
|
|
|
9002 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9003
|
|
|
9004 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
|
9005 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
|
9006 gets us one step further towards making --no-autoloads work.
|
|
|
9007
|
|
|
9008 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
|
9009 lisp-directory is non-nil.
|
|
|
9010
|
|
|
9011 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
|
9012 against nil lisp-directory.
|
|
|
9013
|
|
|
9014 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
|
9015 to the list of variables that cause a warning when nil.
|
|
|
9016
|
|
|
9017 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
|
9018 no toolbar icon directory.
|
|
|
9019
|
|
|
9020 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9021
|
|
|
9022 * help.el (view-lossage): Recognize it.
|
|
|
9023
|
|
|
9024 * simple.el (log-message): Mark multiline messages.
|
|
|
9025
|
|
|
9026 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
|
9027
|
|
|
9028 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
|
9029
|
|
|
9030 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
|
9031
|
|
|
9032 * package-get.el (package-get-all): add `\n' separator to
|
|
|
9033 interactive specification so that both variables are read
|
|
|
9034
|
|
442
|
9035 1998-04-22 Didier Verna <didier@xemacs.org>
|
|
428
|
9036
|
|
|
9037 * x-menubar.el: ported the options menu to Custom.
|
|
|
9038 Moved the "read only" toggle button to the buffers menu.
|
|
|
9039 Corrected some missing ;;;###autoload or defcustom.
|
|
|
9040
|
|
|
9041 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
|
9042 the scrollbar-visible specifier for options menu handling.
|
|
|
9043
|
|
|
9044 * toolbar.el (toolbar-visible-p)
|
|
|
9045 (toolbar-captioned-p)
|
|
|
9046 (default-toolbar-position): defcustom wrappers around
|
|
|
9047 the toolbar specifiers for options menu handling.
|
|
|
9048
|
|
|
9049 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
|
9050 defcustom it for options menu handling.
|
|
|
9051
|
|
440
|
9052 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
|
428
|
9053 font-lock-mode for options menu handling.
|
|
|
9054
|
|
|
9055 * cus-start.el: added Custom properties to overwrite-mode for
|
|
|
9056 options menu handling.
|
|
|
9057
|
|
|
9058 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
9059
|
|
|
9060 * about.el: shameless self-promotion.
|
|
|
9061
|
|
|
9062 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9063
|
|
|
9064 * simple.el (raw-append-message): Slightly optimize.
|
|
|
9065 (remove-message): Use `push' for clarity.
|
|
|
9066 (append-message): Ditto.
|
|
|
9067 (display-warning): Dito.
|
|
|
9068 (raw-append-message): Send the message to the appropriate device.
|
|
|
9069
|
|
|
9070 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
|
9071
|
|
|
9072 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
|
9073 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
|
9074
|
|
|
9075 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9076
|
|
|
9077 * setup-paths.el: Changed `directory-sep-char' to
|
|
|
9078 `path-separator', following a change in GNU Emacs.
|
|
|
9079
|
|
|
9080 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9081
|
|
|
9082 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
|
9083 (Info-build-dir-anew): Add a final newline.
|
|
|
9084 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
|
9085 is `always'
|
|
|
9086 (Info-rebuild-dir): Ditto
|
|
|
9087
|
|
|
9088 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
|
9089
|
|
|
9090 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
|
9091
|
|
|
9092 * simple.el (count-words-buffer): Retain zmacs region.
|
|
|
9093 (count-words-region): Ditto.
|
|
|
9094 * simple.el: (what-line): Expanded line counts.
|
|
|
9095 (count-lines): New parameter to conditionalize whether collapsed
|
|
|
9096 lines get counted.
|
|
|
9097 From Bob Weiner <weiner@altrasoft.com>
|
|
|
9098
|
|
|
9099 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
|
9100
|
|
|
9101 * packages.el (package-locations): infodock-packages must override
|
|
|
9102 mule-packages and packages.
|
|
|
9103
|
|
|
9104 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
|
9105
|
|
|
9106 * wid-edit.el:
|
|
|
9107 remove rude messages from widget-activation-widget-mapper
|
|
|
9108 and widget-activation-glyph-mapper
|
|
|
9109
|
|
|
9110 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
9111
|
|
|
9112 * toolbar.el: Remove (featurep 'x) test from
|
|
|
9113 toolbar-make-button-list
|
|
|
9114
|
|
|
9115 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9116
|
|
|
9117 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
|
9118 only if in the same frame.
|
|
|
9119
|
|
|
9120 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9121
|
|
|
9122 * packages.el (package-locations): Added site-packages hierarchy.
|
|
|
9123
|
|
|
9124 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
|
9125 used.
|
|
|
9126
|
|
|
9127 * packages.el, setup-paths.el: Set various path searching depths
|
|
|
9128 to 1.
|
|
|
9129
|
|
|
9130 * packages.el (packages-hierarchy-depth):
|
|
|
9131 (packages-load-path-depth): Introduced and used.
|
|
|
9132
|
|
|
9133 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
|
9134
|
|
|
9135 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
|
9136 parameter.
|
|
|
9137
|
|
|
9138 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9139
|
|
|
9140 * setup-paths.el (paths-construct-info-path): Removed
|
|
|
9141 dependency on behavior of (file-name-as-directory "").
|
|
|
9142
|
|
|
9143 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9144
|
|
|
9145 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
|
9146 lisp objects
|
|
|
9147
|
|
|
9148 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9149
|
|
|
9150 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
|
9151
|
|
|
9152 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
|
9153
|
|
|
9154 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
|
9155 properties for an extent based on the :help-echo widget
|
|
|
9156 property, since help-echo and balloon-help cause an EXTENT to
|
|
|
9157 get passed in, where :help-echo functions are expecting a WIDGET
|
|
|
9158
|
|
|
9159 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9160
|
|
|
9161 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
|
9162 mswindows-init-scrollbar-metrics when appropriate.
|
|
|
9163
|
|
|
9164 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
9165
|
|
|
9166 * dumped-lisp.el: dump x-toolbar for window system
|
|
|
9167
|
|
|
9168 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
|
9169 have support and xpm.
|
|
|
9170
|
|
|
9171 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
|
9172
|
|
|
9173 * files.el (toggle-read-only): Fix docstring.
|
|
442
|
9174 From Didier Verna <didier@xemacs.org>
|
|
428
|
9175
|
|
|
9176 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9177
|
|
|
9178 * startup.el (normal-top-level): Load autoload-file-name without
|
|
|
9179 specifying an extension---some people only auto-autoload.el.gz.
|
|
|
9180
|
|
|
9181 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9182
|
|
|
9183 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
|
9184 nil.
|
|
|
9185
|
|
|
9186 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9187
|
|
|
9188 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
|
9189 This shouldn't cause any of the originally anticipated problems as
|
|
|
9190 the current paths architecture will not define the various
|
|
|
9191 configure-xxx variables if they're not specified on the configure
|
|
|
9192 command line.
|
|
|
9193
|
|
|
9194 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
|
9195 mentionings of "/" as a path separator.
|
|
|
9196 Used paths-construct-path throughout.
|
|
|
9197
|
|
|
9198 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
|
9199 from directory components.
|
|
|
9200
|
|
|
9201 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
|
9202 instead of decode-path-internal.
|
|
|
9203
|
|
|
9204 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
|
9205 and associates.
|
|
|
9206 (paths-decode-directory-path) Created.
|
|
|
9207
|
|
|
9208 * setup-paths.el: Changed configure-exec-path to
|
|
|
9209 configure-exec-directory.
|
|
|
9210
|
|
|
9211 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9212
|
|
|
9213 * packages.el (packages-find-packages): Fixed decoding of
|
|
|
9214 EMACSPACKAGEPATH.
|
|
|
9215
|
|
|
9216 * startup.el: -no-packages -> -no-early-packages.
|
|
|
9217
|
|
|
9218 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
|
9219 files.
|
|
|
9220
|
|
|
9221 * startup.el (normal-top-level): Fixed loading of core
|
|
|
9222 auto-autoload.
|
|
|
9223
|
|
|
9224 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
|
9225
|
|
|
9226 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
|
9227 for site-directory and lisp-directory variables.
|
|
|
9228
|
|
|
9229 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
|
9230 inhibit-package-autoloads and fixed handling of it.
|
|
|
9231
|
|
|
9232 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
|
9233 handling of former inhibit-package-init, now
|
|
|
9234 inhibit-early-packages, to make -vanilla etc. work.
|
|
|
9235
|
|
|
9236 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9237
|
|
|
9238 * code-process.el (start-process): Fallback to 'undecided instead
|
|
|
9239 of 'binary for process input coding stream.
|
|
|
9240
|
|
|
9241 * process.el (start-process): Docstring fix.
|
|
|
9242
|
|
|
9243 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9244
|
|
|
9245 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
|
9246 in Info-dir-file-attributes
|
|
|
9247 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
|
9248 (Info-rebuild-dir): Ditto.
|
|
|
9249
|
|
|
9250 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9251
|
|
|
9252 * obsolete.el: Added obsoleteness declarations for
|
|
|
9253 `site-directory' and `Info-default-directory-list'.
|
|
|
9254
|
|
|
9255 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9256
|
|
|
9257 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
|
9258 executable at the end of the symlink chain for determining the
|
|
|
9259 Emacs root.
|
|
|
9260
|
|
|
9261 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9262
|
|
|
9263 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
|
9264 to cater to gone default in configure.
|
|
|
9265
|
|
|
9266 * find-paths.el (paths-uniq-append): Added.
|
|
|
9267
|
|
|
9268 * packages.el: Rewritten package path construction once again.
|
|
|
9269
|
|
|
9270 * dump-paths.el, startup.el: Removed package-path as a global
|
|
|
9271 variable.
|
|
|
9272
|
|
|
9273 * package-admin.el (package-admin-add-single-file-package):
|
|
|
9274 (package-admin-add-binary-package): Changed package-path to
|
|
|
9275 late-packages.
|
|
|
9276
|
|
|
9277 * packages.el (packages-split-path): Split path at "/" rather than
|
|
|
9278 nil according to change in emacs.c.
|
|
|
9279
|
|
|
9280 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9281
|
|
|
9282 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
|
9283 order so that directories come out right.
|
|
|
9284 (paths-find-lock-directory): Fixed bug: It used to think
|
|
|
9285 configure-lock-directory is a path.
|
|
|
9286
|
|
|
9287 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
|
9288
|
|
|
9289 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
|
9290 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
|
9291 eases the use of toolbar-add/kill-item functions.
|
|
|
9292
|
|
|
9293 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9294
|
|
|
9295 * code-files.el (file-coding-system-alist): Commented out
|
|
|
9296 loaddefs.el magical treatment.
|
|
|
9297
|
|
|
9298 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9299
|
|
|
9300 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
|
9301 `conservative' and made it the default
|
|
|
9302 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
|
9303 strings, and multi-section dir files. Issue warning when dir
|
|
|
9304 is rebuilt as temporary
|
|
|
9305 (Info-build-dir-anew): Issue warning when dir is built as
|
|
|
9306 temporary
|
|
|
9307
|
|
|
9308 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9309
|
|
|
9310 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
|
9311 standard keys left, right, C-b and C-f.
|
|
|
9312
|
|
|
9313 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
9314
|
|
|
9315 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
|
9316
|
|
|
9317 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
|
9318
|
|
|
9319 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
|
9320
|
|
|
9321 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
|
9322
|
|
|
9323 * package-get-base.el: Updated.
|
|
|
9324
|
|
|
9325 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9326
|
|
|
9327 * isearch-mode.el (isearch-just-started): New variable.
|
|
|
9328 (isearch-mode): Set it.
|
|
|
9329 (isearch-repeat): Advance one character forward only if the search
|
|
|
9330 was successful, and was not just started.
|
|
|
9331 (isearch-repeat): Clear isearch-just-started.
|
|
|
9332
|
|
|
9333 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
|
9334
|
|
|
9335 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
|
9336 if running -batch.
|
|
|
9337
|
|
|
9338 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9339
|
|
|
9340 * subr.el (listify-key-sequence): Removed.
|
|
|
9341
|
|
|
9342 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9343
|
|
|
9344 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
|
9345 (byte-compile-output-file-form): Use it.
|
|
|
9346 (byte-compile-output-docform): Ditto.
|
|
|
9347 (byte-compile-compiled-obj-to-list): Ditto.
|
|
|
9348
|
|
|
9349 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
9350
|
|
|
9351 * msw-glyphs.el: set frame icon if xpm support.
|
|
|
9352
|
|
|
9353 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9354
|
|
|
9355 * help.el: Code that pretty prints variable values
|
|
|
9356 removed.
|
|
|
9357
|
|
|
9358 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
|
9359
|
|
|
9360 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
|
9361 directory.
|
|
|
9362 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9363
|
|
|
9364 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9365
|
|
|
9366 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
|
9367 its default value set to nil.
|
|
|
9368
|
|
|
9369 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
|
9370
|
|
|
9371 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
|
9372
|
|
|
9373 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9374
|
|
|
9375 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
|
9376 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
|
9377 does not exist or is older than some info files in directory
|
|
|
9378
|
|
|
9379 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9380
|
|
|
9381 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
|
9382 for last packages, mainly for using a 20.4 package base.
|
|
|
9383
|
|
|
9384 * packages.el (late-packages): Typo fix. It was called
|
|
|
9385 early-packages.
|
|
|
9386
|
|
|
9387 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
|
9388 relative symlinks correctly.
|
|
|
9389 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
|
9390 configuration-time root.
|
|
|
9391
|
|
|
9392 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
|
9393 find its roots.
|
|
|
9394
|
|
|
9395 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
|
9396
|
|
|
9397 * faces.el: Fix docstrings.
|
|
|
9398 * glyphs.el: Fix docstrings.
|
|
|
9399 * mouse.el: Fix docstrings.
|
|
|
9400
|
|
|
9401 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
|
9402
|
|
|
9403 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
|
9404
|
|
|
9405 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
|
9406 macros using backquote to make them infinitely more readable.
|
|
|
9407
|
|
|
9408 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
|
9409
|
|
|
9410 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
|
9411 InfoDock support until we can clean this up.
|
|
|
9412
|
|
|
9413 * help.el (describe-bindings-1): Return the value of the bindings
|
|
|
9414 help buffer created.
|
|
|
9415 (describe-bindings): Ditto.
|
|
|
9416
|
|
|
9417 * simple.el (set-variable): Restore previous behavior of not
|
|
|
9418 bombing if the variable to set is not boundp.
|
|
|
9419
|
|
|
9420 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9421
|
|
|
9422 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
|
9423 non-local files to be loaded off the package-lisp variable.
|
|
|
9424
|
|
|
9425 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9426
|
|
|
9427 * x-faces.el: Global X resources should override
|
|
|
9428 specs for all device classes (color, grayscale, mono);
|
|
|
9429 code currently doesn't override any of them. Fixed by
|
|
|
9430 calling remove-specifier with '(x default) as the tag
|
|
|
9431 set and allowing inexact matches.
|
|
|
9432
|
|
|
9433 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9434
|
|
442
|
9435 * faces.el: Separated face initializations based on
|
|
428
|
9436 device classes into device type specific (tag set,
|
|
|
9437 instantiator) pairs.
|
|
|
9438
|
|
|
9439 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9440
|
|
|
9441 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
|
9442 choice.
|
|
|
9443 (widget-choice-value-create): Respect it.
|
|
|
9444 From Richard Stallman <rms@gnu.org>
|
|
|
9445
|
|
|
9446 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9447
|
|
|
9448 * setup-paths.el (paths-construct-info-path): Always append
|
|
|
9449 existing directories from configure-time info path.
|
|
|
9450
|
|
|
9451 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
|
9452 Info-directory-list.
|
|
|
9453
|
|
|
9454 * info.el: Removed Info-default-directory-list which was broken by
|
|
|
9455 design.
|
|
|
9456 Removed bogus initialization of Info-directory-list---startup.el
|
|
|
9457 can do a much better job.
|
|
|
9458 Added autoload of Info-directory-list.
|
|
|
9459
|
|
|
9460 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
|
9461 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
|
9462 be exclusive; now it's merely given precedence, just like in the
|
|
|
9463 old days.
|
|
|
9464
|
|
|
9465 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9466
|
|
|
9467 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
|
9468 finding; it used to default too early.
|
|
|
9469
|
|
|
9470 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
|
9471
|
|
|
9472 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
|
9473 for paths that weren't split.
|
|
|
9474
|
|
|
9475 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
|
9476
|
|
|
9477 * finder.el (finder-compile-keywords): trap on errors.
|
|
|
9478
|
|
|
9479 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9480
|
|
|
9481 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
|
9482 fourth argument of t so that only the specs exactly
|
|
|
9483 matching the tag lists are removed.
|
|
|
9484
|
|
|
9485 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
|
9486
|
|
|
9487 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
|
9488
|
|
|
9489 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
|
9490
|
|
|
9491 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
|
9492 specified, use it for generating the completions.
|
|
|
9493
|
|
|
9494 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9495
|
|
|
9496 * update-elc.el: Now respects inhibit-package-init and
|
|
|
9497 inhibit-site-lisp.
|
|
|
9498 Now does path construction with loadup-paths.
|
|
|
9499
|
|
|
9500 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
|
9501 inhibit-package-init and inhibit-site-lisp.
|
|
|
9502
|
|
|
9503 * packages.el (packages-find-package-path): Extended package path
|
|
|
9504 by version-specific hierarchies.
|
|
|
9505 (packages-find-packages): Now respects inhibit flag and
|
|
|
9506 inhibit-site-lisp.
|
|
|
9507 Moved path setup to loadup-paths.
|
|
|
9508
|
|
|
9509 * make-docfile.el: Now respects inhibit-package-init and
|
|
|
9510 inhibit-site-lisp.
|
|
|
9511 Now does path construction with loadup-paths.
|
|
|
9512
|
|
|
9513 * loadup.el: Now respects inhibit-package-init and
|
|
|
9514 inhibit-site-lisp.
|
|
|
9515
|
|
|
9516 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
|
9517
|
|
|
9518 * loadup-paths.el: New file: setup load-path to encompass
|
|
|
9519 packages.
|
|
|
9520
|
|
|
9521 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
|
9522
|
|
|
9523 * auto-show.el: load-gc renamed to pureload.
|
|
|
9524 * site-load.el: Ditto.
|
|
|
9525 * packages.el (toplevel): Ditto.
|
|
|
9526 * loadup.el (really-early-error-handler): Ditto.
|
|
|
9527 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
|
9528 * cus-face.el (custom-declare-face): Ditto.
|
|
|
9529
|
|
|
9530 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9531
|
|
|
9532 * <Today>: The Big Path Searching Overhaul.
|
|
|
9533
|
|
|
9534 * find-paths.el: New file: find and assemble paths in the
|
|
|
9535 installation hierarchy.
|
|
|
9536
|
|
|
9537 * setup-paths.el: New file: global layout of paths and directories
|
|
|
9538 within the XEmacs hierarchy.
|
|
|
9539
|
|
|
9540 * packages.el: Replaced everything related to path searching and
|
|
|
9541 startup by code in terms of find-paths.
|
|
|
9542
|
|
|
9543 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
|
9544 the new path searching engine.
|
|
|
9545
|
|
|
9546 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
|
9547 and setup-paths.
|
|
|
9548
|
|
|
9549 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
|
9550
|
|
|
9551 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
|
9552 setup-paths.el.
|
|
|
9553
|
|
|
9554 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9555
|
|
|
9556 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
|
9557 compiles identically in any configuration.
|
|
|
9558 Removed irrelevant commentary.
|
|
|
9559
|
|
|
9560 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9561
|
|
|
9562 * simple.el (set-variable): Allow setting specifiers.
|
|
|
9563
|
|
|
9564 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
|
9565
|
|
|
9566 * lisp.el (forward-sexp): Revert previous change.
|
|
|
9567
|
|
|
9568 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
|
9569
|
|
|
9570 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
|
9571 `delete-device' to delete the stream console to match the usage in
|
|
|
9572 Fkill_emacs.
|
|
|
9573
|
|
|
9574 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
|
9575
|
|
|
9576 * files.el (cdpath-previous): New variable.
|
|
|
9577 (cd): Use it.
|
|
|
9578 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
|
9579
|
|
|
9580 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9581
|
|
|
9582 * keydefs.el: Changed keybindings of forward-char,
|
|
|
9583 backward, scroll-up and scroll-down to point to their
|
|
|
9584 -command counterparts.
|
|
|
9585
|
|
|
9586 * simple.el: New functions: forwarc-char-command,
|
|
|
9587 backwrad-char-command, scroll-up-command,
|
|
|
9588 scroll-down-command which work liek their counterparts
|
|
|
9589 except that they honor the variable
|
|
|
9590 signal-error-on-buffer-boundary.
|
|
|
9591
|
|
|
9592 Definition of signal-error-on-buffer-boundary received
|
|
|
9593 from src/cmds.c.
|
|
|
9594
|
|
|
9595 defvar declaration added for word-across-newline to avoid
|
|
|
9596 byte-compiler warning about the free variable reference.
|
|
|
9597
|
|
|
9598 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9599
|
|
|
9600 * winnt.el: Removed "%t" from the beginning of
|
|
|
9601 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
|
9602
|
|
|
9603 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
|
9604
|
|
|
9605 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
|
9606 of `when' with `if'.
|
|
|
9607
|
|
|
9608 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9609
|
|
|
9610 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
|
9611 mswindows. Must be reworked along with glyphs.el, or
|
|
|
9612 merged into it, after there is images support.
|
|
|
9613
|
|
|
9614 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
|
9615 'mswindows.
|
|
|
9616
|
|
|
9617 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
|
9618
|
|
|
9619 * faces.el: fix for text cursor initialization.
|
|
|
9620 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9621 From Andy Piper <andyp@parallax.co.uk>
|
|
|
9622
|
|
|
9623 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
|
9624
|
|
|
9625 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
|
9626 if there is an existing package that handles it and warn the user
|
|
|
9627 about that mode.
|
|
|
9628
|
|
|
9629 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9630
|
|
|
9631 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
|
9632 Installation" menu item when Installation-string is not bound.
|
|
|
9633
|
|
|
9634 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
|
9635
|
|
|
9636 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
|
9637 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
|
9638
|
|
|
9639 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9640
|
|
|
9641 * msw-faces.el:
|
|
|
9642 * faces.el: Fix face initialization.
|
|
|
9643
|
|
|
9644 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
|
9645
|
|
|
9646 * files.el (backup-enable-predicate): fix breakage introduced
|
|
|
9647 by TMPDIR patch.
|
|
|
9648
|
|
|
9649 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9650
|
|
|
9651 * x-faces.el (x-init-face-from-resources): The
|
|
|
9652 TTY face property retrieval functions don't return
|
|
|
9653 specifiers, so use face-property instead.
|
|
|
9654
|
|
|
9655 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
|
9656
|
|
|
9657 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
|
9658
|
|
|
9659 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9660
|
|
|
9661 * x-menubar.el: Expanded documentation for
|
|
|
9662 option-save-faces. Changed Options -> Browse Faces
|
|
|
9663 menu entry to invoke customize-face.
|
|
|
9664
|
|
|
9665 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9666
|
|
|
9667 * faces.el: Most face initialization moved out of
|
|
|
9668 init-other-random-faces to the top level so that the
|
|
|
9669 initialization happens before Xemacs is dumped. Much
|
|
|
9670 of the fascist "face-differs-from-default-p or FROB!"
|
|
|
9671 code has been retired in favor of letting the user do
|
|
|
9672 what they want to do. Face initialization code changed
|
|
|
9673 to use `default' specifier tag so that the settings can
|
|
|
9674 be overridden later if the user wishes it.
|
|
|
9675
|
|
|
9676 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
|
9677
|
|
|
9678 * about.el (about-hackers): Update contributors list.
|
|
|
9679
|
|
|
9680 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9681
|
|
|
9682 * specifier.el: Define new specifier tag `default'.
|
|
|
9683
|
|
|
9684 * modeline.el: Initialize faces using `default' tag.
|
|
|
9685
|
|
|
9686 * x-faces.el (x-init-face-from-resources): Remove
|
|
|
9687 specifier specs containing the `default' tag before
|
|
|
9688 adding new specs.
|
|
|
9689
|
|
|
9690 1998-03-02 John Jones <jj@asu.edu>
|
|
|
9691
|
|
|
9692 * package-get.el (package-get-all): fixed arguments on call to
|
|
|
9693 package-admin-add-single-file-package.
|
|
|
9694 * package-get.el (package-get-installedp): fixed to match
|
|
|
9695 advertised behavior.
|
|
|
9696 * package-get.el: added function package-get-update-all which
|
|
|
9697 installs newest versions of all the current packages (if they are
|
|
|
9698 not already installed).
|
|
|
9699
|
|
|
9700 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
9701
|
|
|
9702 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
|
9703 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
|
9704 still nil, as happens for example when finding a compressed
|
|
|
9705 file with "jka-compr".
|
|
|
9706
|
|
|
9707 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
9708
|
|
|
9709 * faces.el: in make-face-* type functions do the operation for all
|
|
|
9710 window systems, not just the first one found.
|
|
|
9711
|
|
|
9712 * font.el: call mswindows-list-fonts for mswindows.
|
|
|
9713
|
|
|
9714 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
|
9715
|
|
|
9716 * code-process.el (call-process-region):
|
|
|
9717 * process.el (call-process-region):
|
|
|
9718 * package-get.el (package-get-dir):
|
|
|
9719 * files.el (backup-enable-predicate):
|
|
|
9720 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
|
9721 Use temp-directory in place of `/tmp'.
|
|
|
9722
|
|
|
9723 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
9724
|
|
|
9725 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
|
9726
|
|
|
9727 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
|
9728 Emacs.
|
|
|
9729
|
|
|
9730 * files.el (insert-directory): Modified to use special
|
|
|
9731 dired-in-C enhancements if present.
|
|
|
9732
|
|
|
9733 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
9734
|
|
|
9735 * code-files.el: make default coding no-conversion.
|
|
|
9736
|
|
|
9737 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
|
9738
|
|
|
9739 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
|
9740 the load-path.
|
|
|
9741
|
|
|
9742 * update-elc.el: Strip directory when testing for files not to
|
|
|
9743 bytecompile.
|
|
|
9744
|
|
|
9745 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
9746
|
|
|
9747 * lisp-mode.el: Use recommended form for menus.
|
|
|
9748
|
|
|
9749 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
|
9750
|
|
|
9751 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
|
9752 entry.
|
|
|
9753
|
|
|
9754 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9755
|
|
|
9756 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
|
9757 (get-frame-for-buffer-noselect): Always return frames
|
|
|
9758 in the not-this-window-p cond clause.
|
|
|
9759
|
|
|
9760 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
|
9761
|
|
|
9762 * help.el (describe-installation): New function.
|
|
|
9763
|
|
|
9764 * x-menubar.el (default-menubar): Add describe-installation to
|
|
|
9765 Help menu.
|
|
|
9766
|
|
|
9767 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
|
9768 should not be bytecompiled.
|
|
|
9769
|
|
|
9770 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
|
9771 XEmacs.
|
|
|
9772
|
|
|
9773 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
|
9774 entry.
|
|
|
9775
|
|
|
9776 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
|
9777 coding.
|
|
|
9778 From Andy Piper <andyp@parallax.co.uk>
|
|
|
9779
|
|
|
9780 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9781
|
|
|
9782 * ldap.el: Do not require ldap-internal at compile time.
|
|
|
9783
|
|
|
9784 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
9785
|
|
|
9786 * code-files.el: new file. a virtual copy of mule-files.el
|
|
|
9787 but without charset
|
|
|
9788 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
|
9789 changing the eol type for the current buffer.
|
|
|
9790
|
|
|
9791 * code-process.el: new file. a copy of
|
|
|
9792 mule-process.el. mule-process.el will disappear when things have
|
|
|
9793 settled.
|
|
|
9794
|
|
|
9795 * coding.el: new file. a virtual copy of mule-files.el but
|
|
|
9796 without charset dependencies. (coding-system-base) new function
|
|
|
9797 for getting the parent coding system of a coding system with eol
|
|
|
9798 type set.
|
|
|
9799
|
|
|
9800 * dumped-lisp.el: add above files for the non-mule case.
|
|
|
9801
|
|
|
9802 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9803
|
|
|
9804 * window-xemacs.el (display-buffer): If no explicit
|
|
|
9805 frame is specified, search for a window that displays
|
|
|
9806 the buffer on the currently selected frame, before
|
|
|
9807 searching other frames.
|
|
|
9808
|
|
|
9809 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9810
|
|
|
9811 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
|
9812 is non-nil, use window on the selected frame if it is not
|
|
|
9813 also the selected window. When defaulting, search for
|
|
|
9814 windows on the currently selected fgrame before searching
|
|
|
9815 other frames.
|
|
|
9816
|
|
442
|
9817 1998-02-25 Didier Verna <didier@xemacs.org>
|
|
428
|
9818
|
|
|
9819 * modeline.el (modeline-swap-buffers): originally named
|
|
|
9820 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
|
9821 decided in `mouse-drag-modeline'.
|
|
|
9822 (mouse-drag-modeline): A button release event is considered a
|
|
|
9823 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
|
9824 stay unchanged.
|
|
|
9825
|
|
|
9826 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
|
9827
|
|
|
9828 * x-menubar.el: Put redo on the menubar.
|
|
|
9829 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
9830
|
|
|
9831 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
|
9832
|
|
|
9833 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
|
9834 temp-buffer-show-function is set, use it to display current set of
|
|
|
9835 warnings in the "*Compile-Log-Show*" buffer.
|
|
|
9836
|
|
|
9837 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
|
9838 is set, use it to display current set of warnings in the
|
|
|
9839 "*Warnings-Show*" buffer.
|
|
|
9840
|
|
|
9841 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
9842
|
|
|
9843 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
|
9844 Common Lisp.
|
|
|
9845
|
|
|
9846 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
9847
|
|
|
9848 * menubar.el: Allow button descriptors at least 2 long.
|
|
|
9849
|
|
|
9850 * x-menubar.el (default-menubar): Use recommended forms.
|
|
|
9851 (file-menu-filter): Remove.
|
|
|
9852 (edit-menu-filter): Remove.
|
|
|
9853
|
|
|
9854 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
|
9855
|
|
|
9856 * about.el (about-hackers): Updated.
|
|
|
9857
|
|
|
9858 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
|
9859
|
|
|
9860 * help.el (help-max-help-buffers): new variable
|
|
|
9861 (help-register-and-maybe-prune-excess): new function
|
|
|
9862 (help-buffer-name): use help-max-help-buffers.
|
|
|
9863 (with-displaying-help-buffer): use
|
|
|
9864 help-register-and-maybe-prune-excess.
|
|
|
9865
|
|
|
9866 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
|
9867 one line, let it.
|
|
|
9868
|
|
|
9869 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
|
9870
|
|
|
9871 * (with-displaying-help-buffer): there is no need to kill the buffer
|
|
442
|
9872 if it exists, because with-output-to-temp-buffer will clear it.
|
|
428
|
9873 further, killing the buffer violates the rule that
|
|
|
9874 temp-buffer-show-function, if set, has the full responsibility of
|
|
|
9875 showing the temp buffer. killing the buffer fucks with the window
|
|
|
9876 configuration, hosing temp-buffer-show-function.
|
|
|
9877
|
|
|
9878
|
|
442
|
9879 1998-02-23 Didier Verna <didier@xemacs.org>
|
|
428
|
9880
|
|
|
9881 * modeline.el (mouse-drag-modeline):
|
|
|
9882 - Always scroll the modeline that was originally clicked on.
|
|
|
9883 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
|
9884 as horizontal reference for modeline dragging. This allows us to
|
|
|
9885 keep on dragging the modeline even if the motion event occurs in
|
|
|
9886 another window.
|
|
|
9887
|
|
442
|
9888 1998-02-23 Didier Verna <didier@xemacs.org>
|
|
428
|
9889
|
|
|
9890 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
|
9891 glyph on the modeline to indicate that dragging the mouse has an
|
|
|
9892 effect both horizontally and vertically.
|
|
|
9893
|
|
|
9894 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
|
9895
|
|
|
9896 * about.el (about-xemacs): Get rid of redundant visible version
|
|
|
9897 number.
|
|
|
9898
|
|
|
9899 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
|
9900
|
|
|
9901 * about.el (about-hackers): Update credits.
|
|
|
9902
|
|
|
9903 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
|
9904
|
|
|
9905 * prim/register.el (view-register): Show register type file-query.
|
|
|
9906
|
|
|
9907 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9908
|
|
|
9909 * mode-motion.el (mode-motion-highlight-internal):
|
|
|
9910 save-excursion inside save-window-exucrsion form to
|
|
|
9911 hide buffer point changes from save-window-excursion.
|
|
|
9912 Prevents display flickering when the mouse pointer
|
|
|
9913 moves.
|
|
|
9914
|
|
442
|
9915 1998-02-17 Didier Verna <didier@xemacs.org>
|
|
428
|
9916
|
|
|
9917 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
|
9918 function to handle correctly the case of a toolbar one side of the
|
|
|
9919 window: scrolling will not necessarily happen.
|
|
|
9920
|
|
|
9921 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9922
|
|
|
9923 * files.el (after-find-file): Restore missing argument
|
|
|
9924 to format that provides filename for "... consider M-x
|
|
|
9925 recover-file" message. Also call `message' with "%s"
|
|
|
9926 as the first arg instead of an arbitrary string.
|
|
|
9927
|
|
|
9928 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
|
9929
|
|
|
9930 * about.el (about-hackers): Various additions.
|
|
|
9931
|
|
|
9932 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
|
9933
|
|
|
9934 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
|
9935 line out when copying on-the-same line autoloads.
|
|
|
9936
|
|
|
9937 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
|
9938 is installed.
|
|
|
9939
|
|
|
9940 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
|
9941
|
|
|
9942 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
|
9943 * x11/x-win-sun.el (x-win-init-sun):
|
|
|
9944 * x11/x-init.el (x-initialize-compose):
|
|
|
9945 * prim/simple.el:
|
|
|
9946 (backward-or-forward-kill-sexp):
|
|
|
9947 (backward-or-forward-kill-sentence):
|
|
|
9948 (backward-or-forward-kill-word):
|
|
|
9949 (backward-or-forward-delete-char):
|
|
|
9950 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
|
9951 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
|
9952 x-keysym-on-keyboard-p to detect backspace.
|
|
|
9953 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
|
9954 Clean up symbols used with dead keys, checking Linux and solaris
|
|
|
9955 keysyms.
|
|
|
9956 Simplify x-win-*.el using above methods.
|
|
|
9957 Change documentation for x-keysym-*-p functions.
|
|
|
9958
|
|
|
9959 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
|
9960
|
|
|
9961 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
|
9962 Vinnie Shelton.
|
|
|
9963 From Vinnie Shelton <acs@acm.org>
|
|
|
9964
|
|
|
9965 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9966
|
|
|
9967 * simple.el (count-words-region): Ditto.
|
|
|
9968
|
|
|
9969 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9970
|
|
|
9971 * simple.el (count-words-buffer): Document. Don't print anything
|
|
|
9972 if non-interactive.
|
|
|
9973
|
|
|
9974 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
|
9975
|
|
|
9976 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
|
9977 multiple files in InfoDock.
|
|
|
9978
|
|
|
9979 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
|
9980
|
|
|
9981 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
|
9982 from version.el in InfoDock.
|
|
|
9983
|
|
|
9984 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
|
9985 specially.
|
|
|
9986
|
|
|
9987 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
9988
|
|
|
9989 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
|
9990 variable name in docstring.
|
|
|
9991
|
|
|
9992 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
|
9993
|
|
|
9994 * menubar.h: Include "gui.h".
|
|
|
9995
|
|
|
9996 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
|
9997
|
|
|
9998 * site-load.el: Fix documentation.
|
|
|
9999
|
|
|
10000 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
|
10001
|
|
|
10002 * package-get-base.el (package-get-base): Updated.
|
|
|
10003
|
|
|
10004 * keymap.el: PC-ize.
|
|
|
10005
|
|
|
10006 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
10007
|
|
|
10008 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
|
10009 from' on a fresh line.
|
|
|
10010
|
|
|
10011 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10012
|
|
|
10013 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
|
10014 object.
|
|
|
10015
|
|
|
10016 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
|
10017
|
|
|
10018 * undo-stack.el: PC-ize.
|
|
|
10019
|
|
|
10020 * cmdloop.el: PC-ize.
|
|
|
10021
|
|
|
10022 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
|
10023
|
|
|
10024 * bytecomp-runtime.el: PC-ize.
|
|
|
10025
|
|
|
10026 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
|
10027
|
|
|
10028 * cus-dep.el: Spelling fix.
|
|
|
10029
|
|
|
10030 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
|
10031 entries follow).
|
|
|
10032
|
|
|
10033 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
|
10034
|
|
|
10035 * text-mode.el (text-mode-hook-identify): New function,
|
|
|
10036 put on text-mode-hook. Set text-mode-variant here.
|
|
|
10037 (text-mode): Don't set it here.
|
|
|
10038
|
|
|
10039 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
|
10040
|
|
|
10041 * text-mode.el (text-mode-hook): New defvar.
|
|
|
10042 (text-mode-variant): New variable.
|
|
|
10043 (text-mode): Set that variable locally.
|
|
|
10044 (toggle-text-mode-auto-fill): New command.
|
|
|
10045
|
|
|
10046 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
|
10047
|
|
|
10048 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
|
10049
|
|
|
10050 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
|
10051
|
|
|
10052 * text-mode.el (paragraph-indent-text-mode):
|
|
|
10053 Renamed from spaced-text-mode.
|
|
|
10054 (text-mode-map): Bind TAB to indent-relative.
|
|
|
10055 (indented-text-mode-map): Variable deleted.
|
|
|
10056 (indented-text-mode): Now an alias for text-mode.
|
|
|
10057
|
|
|
10058 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
|
10059
|
|
|
10060 * loadup.el: test-atoms debugging stuffs removed.
|
|
|
10061
|
|
442
|
10062 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
|
428
|
10063
|
|
|
10064 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
|
10065
|
|
|
10066 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
|
10067
|
|
|
10068 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
|
10069 (describe-distribution): Ditto.
|
|
|
10070 (describe-copying): Ditto.
|
|
|
10071 (describe-project): Ditto.
|
|
|
10072 (view-emacs-news): Ditto.
|
|
|
10073
|
|
|
10074 * help-nomule.el (help-with-tutorial): Made it use
|
|
|
10075 `locate-data-file' to find tutorial.
|
|
|
10076
|
|
|
10077 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
|
10078
|
|
|
10079 * about.el: Corrected my email address.
|
|
|
10080
|
|
|
10081 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
|
10082 'mouse-offix-drop'.
|
|
|
10083
|
|
|
10084 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
|
10085
|
|
|
10086 * loadup.el (running-xemacs): Spelling fix.
|
|
|
10087
|
|
|
10088 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
|
10089
|
|
|
10090 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
|
10091 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
|
10092
|
|
|
10093 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
|
10094
|
|
|
10095 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
|
10096
|
|
|
10097 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
|
10098
|
|
|
10099 * package-info.el (pi-last-mod-date): New function.
|
|
|
10100 (pi-author-version): New function.
|
|
|
10101 (batch-update-package-info): Use them.
|
|
|
10102
|
|
|
10103 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
|
10104
|
|
|
10105 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
|
10106 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
|
10107 with `get-frame-for-buffer-default-to-current'.
|
|
|
10108
|
|
|
10109 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10110
|
|
|
10111 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
|
10112 (byte-compile-output-docform): Ditto.
|
|
|
10113 (byte-compile-compiled-obj-to-list): Ditto.
|
|
|
10114
|
|
|
10115 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
10116
|
|
|
10117 * startup.el (command-line-1): Removed code that ran
|
|
|
10118 buffer-menu.
|
|
|
10119
|
|
|
10120 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10121
|
|
|
10122 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
|
10123
|
|
|
10124 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10125
|
|
|
10126 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
|
10127 `device-on-window-system-p' instead of explicitly checking for X,
|
|
|
10128 so that the same logic works for MS Windows.
|
|
|
10129 (suspend-or-iconify-emacs): Ditto.
|
|
|
10130
|
|
|
10131 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10132
|
|
|
10133 * about.el (about-maintainer-info): Andy Piper is back.
|
|
|
10134 (xemacs-hackers): Updated Andy Piper's email address.
|
|
|
10135 (about-hackers): Added Jonathan Harris.
|
|
|
10136 (about-hackers): Updated Tibor Polgar's email address.
|
|
|
10137
|
|
|
10138 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
|
10139
|
|
|
10140 * about.el: Add xemacs.org email manager.
|
|
|
10141
|
|
|
10142 * package-get-base.el (package-get-base): Updated with most recent
|
|
|
10143 package updates.
|
|
|
10144
|
|
|
10145 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10146
|
|
|
10147 * help.el (function-arglist): Use `indirect-function' instead of
|
|
|
10148 `symbol-function' so that aliases are treated correctly.
|
|
|
10149
|
|
|
10150 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10151
|
|
|
10152 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
|
10153 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
|
10154 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
|
10155 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
|
10156 (describe-key): Use `princ' "%s" to print object.
|
|
|
10157 (describe-function-1): Use `princ' "%s" to print object.
|
|
|
10158 Commented out alias lines removed.
|
|
|
10159 (help-pretty-print-limit): New variable to control pretty-printing
|
|
|
10160 of variable values.
|
|
|
10161 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
|
10162 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
|
10163 list of length less than `help-pretty-print-limit'.
|
|
|
10164 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
|
10165
|
|
|
10166 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
|
10167
|
|
|
10168 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
|
10169 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
|
10170
|
|
|
10171 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
10172
|
|
|
10173 * info.el (Info-default-directory-list): Made the documentation
|
|
|
10174 more explanitory.
|
|
|
10175
|
|
|
10176 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
10177
|
|
|
10178 * lisp/packages.el:
|
|
|
10179 * lisp/package-admin.el:
|
|
|
10180 * lisp/build-report.el:
|
|
|
10181 Fix typos.
|
|
|
10182
|
|
|
10183 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
|
10184
|
|
|
10185 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
|
10186 warnings in Java buffers without final newline and editing the
|
|
|
10187 last line.
|
|
|
10188
|
|
|
10189 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
|
10190
|
|
|
10191 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
|
10192 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
|
10193 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
|
10194
|
|
|
10195 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
|
10196 From Oliver Graf <ograf@fga.de>
|
|
|
10197
|
|
|
10198 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
|
10199
|
|
|
10200 * loadup.el (load-gc): rewrite as defun.
|
|
|
10201 Print something sensical if a required dump-time file isn't found.
|
|
|
10202
|
|
|
10203 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
|
10204
|
|
|
10205 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
|
10206 bug strikes a menudescriptor.
|
|
|
10207
|
|
|
10208 * package-get-base.el (package-get-base): Updated.
|
|
|
10209
|
|
|
10210 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
|
10211 from the Makefile.
|
|
|
10212
|
|
|
10213 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10214
|
|
|
10215 * files.el (save-some-buffers): Don't play games with deleting
|
|
|
10216 other windows if we are in the minibuffer window.
|
|
|
10217
|
|
|
10218 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
10219
|
|
|
10220 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
|
10221 (add-minor-mode): Document :active property to TOGGLE.
|
|
|
10222
|
|
|
10223 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
10224
|
|
|
10225 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
|
10226 `:included' predicate in the `toggle-sym' plist.
|
|
|
10227 (add-minor-mode): Document the :included property, format
|
|
|
10228 docstring some more.
|
|
|
10229 (modeline-minor-mode-menu): Documentation string added.
|
|
|
10230
|
|
|
10231 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
10232
|
|
|
10233 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
|
10234 labels from the symbol-names by thwacking off the overly redundant
|
|
|
10235 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
|
10236 resultant strings. Also shortened the menu's title by eliminating
|
|
|
10237 the redundant buffer name.
|
|
|
10238 (add-minor-mode): Beautified the docstring, added mention of the
|
|
|
10239 `:menu-tag' property of TOGGLE.
|
|
|
10240 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
|
10241 `toggle-sym' to beatify the mode-life menus.
|
|
|
10242 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
|
10243 `auto-fill-function'.
|
|
|
10244
|
|
442
|
10245 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
428
|
10246
|
|
|
10247 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
|
10248 menus to :style 'toggle.
|
|
|
10249
|
|
|
10250 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
|
10251
|
|
|
10252 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
|
10253
|
|
|
10254 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
|
10255
|
|
|
10256 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
|
10257 only recognize first hyperlink.
|
|
|
10258 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
|
10259 `hyper-apropos-insert-face'.
|
|
|
10260 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
|
10261
|
|
|
10262 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
|
10263
|
|
|
10264 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
|
10265 mail.
|
|
|
10266 (toolbar-mail-reader): Add support for `send'.
|
|
|
10267 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
|
10268
|
|
442
|
10269 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
428
|
10270
|
|
|
10271 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
|
10272 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
|
10273 will function properly.
|
|
|
10274
|
|
|
10275 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
|
10276
|
|
|
10277 * simple.el: make the backwards delete function called by
|
|
|
10278 `backward-or-forward-delete-char' user configurable.
|
|
|
10279
|
|
|
10280 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
10281
|
|
|
10282 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
|
10283 compiled function got loaded from.
|
|
|
10284
|
|
|
10285 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
|
10286
|
|
|
10287 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
|
10288
|
|
|
10289 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
|
10290
|
|
|
10291 * startup.el (load-init-file): Load autoloads earlier.
|
|
|
10292 (startup-splash-frame): Handle InfoDock logo.
|
|
|
10293
|
|
|
10294 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
|
10295 InfoDock.
|
|
|
10296 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
|
10297
|
|
|
10298 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
|
10299 doesn't have this function.
|
|
|
10300
|
|
|
10301 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
|
10302
|
|
|
10303 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
|
10304
|
|
|
10305 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
|
10306 version of version.el.
|
|
|
10307 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
|
10308
|
|
|
10309 * x-menubar.el (default-menubar): Guard reference to
|
|
|
10310 `gnuserv-frame'.
|
|
|
10311 (default-menubar): Guard references to `font-lock-mode'.
|
|
|
10312 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
|
10313 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
|
10314
|
|
|
10315 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
|
10316
|
|
|
10317 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
|
10318 loading auto-autoloads files.
|
|
|
10319
|
|
|
10320 * loaddefs.el: Disable dumping autoloads.
|
|
|
10321
|
|
|
10322 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
|
10323
|
|
|
10324 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
|
10325
|
|
|
10326 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
|
10327
|
|
|
10328 * finder.el (finder-by-keyword): Autoload.
|
|
|
10329
|
|
|
10330 * help.el: Conditionalize hyperbole setup.
|
|
|
10331
|
|
|
10332 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
|
10333
|
|
|
10334 * packages.el (package-require): Update to reflect new data format.
|
|
|
10335
|
|
442
|
10336 1998-01-02 Didier Verna <didier@xemacs.org>
|
|
428
|
10337
|
|
|
10338 * x-menubar.el (default-menubar): make the tutorials available
|
|
|
10339 through the menubar. (Plus some compilation warnings cleanup).
|
|
|
10340
|
|
|
10341 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
|
10342
|
|
|
10343 * check-features.el: New file. Perform sanity check after build.
|
|
|
10344
|
|
|
10345 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
|
10346 files to tooltalk package.
|
|
|
10347 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
|
10348 package.
|
|
|
10349
|
|
|
10350 * package-admin.el (package-admin-xemacs): Use better default for
|
|
|
10351 location of XEmacs binary.
|
|
|
10352
|
|
|
10353 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
10354
|
|
|
10355 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
|
10356 tag with sexp and add value tag with value `t'.
|
|
|
10357
|
|
|
10358 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
|
10359
|
|
|
10360 * package-get.el: Changes to work with real data.
|
|
|
10361 From Pete Ware <ware@cis.ohio-state.edu>
|
|
|
10362
|
|
|
10363 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
|
10364 being.
|
|
|
10365
|
|
|
10366 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
|
10367 of possibly out-of-date packges.elc.
|
|
|
10368 * make-docfile.el ("packages.el"): Ditto.
|
|
|
10369
|
|
|
10370 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
|
10371
|
|
|
10372 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
|
10373 the main tarball shadowing anything past it.
|
|
|
10374
|
|
|
10375 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
|
10376
|
|
|
10377 * packages.el (package-provide): Delete a previous provide.
|
|
|
10378
|
|
|
10379 * package-info.el: New file.
|
|
|
10380
|
|
|
10381 * package-get.el: New file.
|
|
|
10382 From Pete Ware <ware@cis.ohio-state.edu>
|
|
|
10383 (package-get): Fix md5 computation to work with Mule.
|
|
|
10384
|
|
|
10385 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10386
|
|
|
10387 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
|
10388
|
|
|
10389 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
|
10390
|
|
|
10391 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
|
10392
|
|
|
10393 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
|
10394 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10395
|
|
|
10396 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
|
10397
|
|
|
10398 * startup.el (load-init-file): Reload new or changed autoloads
|
|
|
10399 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
|
10400
|
|
|
10401 * packages.el (packages-new-autoloads): New function.
|
|
|
10402 (packages-reload-autoloads): New function.
|
|
|
10403 (packages-reload-dumped-lisp): New (stub) function.
|
|
|
10404
|
|
|
10405 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
|
10406
|
|
|
10407 * loadhist.el (file-provides): Extend to handle variant
|
|
|
10408 extensions.
|
|
|
10409
|
|
|
10410 * replace.el (query-replace): Fix typo.
|
|
|
10411
|
|
|
10412 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
|
10413
|
|
|
10414 * make-docfile.el: list-autoloads-path has been renamed.
|
|
|
10415 * update-elc.el: list-autoloads has been renamed.
|
|
|
10416
|
|
|
10417 * packages.el (packages-list-autoloads): Renamed.
|
|
|
10418 (packages-list-autoloads-path): Ditto.
|
|
|
10419
|
|
|
10420 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
|
10421
|
|
|
10422 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
|
10423 for an error in an auto-autoload.el file.
|
|
|
10424
|
|
|
10425 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
|
10426
|
|
|
10427 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
|
10428 tag with const.
|
|
|
10429 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
10430
|
|
|
10431 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
|
10432
|
|
|
10433 * loadhist.el (unload-feature): Remove autoload.
|
|
|
10434
|
|
|
10435 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
|
10436
|
|
|
10437 * loadhist.el: Unpackaged.
|
|
|
10438
|
|
|
10439 * help.el (describe-symbol-find-file): Rename
|
|
|
10440 `describe-function-find-file' and make old name obsolete.
|
|
|
10441 (describe-function-1): Use it.
|
|
|
10442 (describe-function-1): Guard reference to
|
|
|
10443 `compiled-function-annotation'.
|
|
|
10444
|
|
|
10445 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10446
|
|
|
10447 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
|
10448 argument.
|
|
|
10449 (help-mode-quit): New optional arg to control whether it kills or
|
|
|
10450 buries. Tidied up.
|
|
|
10451 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
|
10452 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
|
10453 (help-pretty-print-value): Rename back from
|
|
|
10454 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
|
10455 use it, otherwise use dumped `cl-prettyprint'.
|
|
|
10456 (describe-variable): Use `help-pretty-print-value' again.
|
|
|
10457 (find-func): Removed reference to "find-func" at end.
|
|
|
10458
|
|
|
10459 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10460
|
|
|
10461 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
|
10462 GUI XEmacs. Rename? x-menubar is rather window system
|
|
|
10463 independant, except for a couple of items.
|
|
|
10464
|
|
|
10465 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
|
10466
|
|
|
10467 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
|
10468 entries as they will no longer be distributed with XEmacs.
|
|
|
10469
|
|
|
10470 * format.el (format-alist): Fix image/tiff regexps.
|
|
|
10471 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
|
10472
|
|
|
10473 * help.el (help-maybe-pretty-print-value): Rename.
|
|
|
10474 (describe-variable): Use it.
|
|
|
10475 (describe-variable): Add trailing linefeed.
|
|
|
10476
|
|
|
10477 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10478
|
|
|
10479 * help.el (describe-function-1): Don't output anything for
|
|
|
10480 arglist of autoload functions.
|
|
|
10481
|
|
|
10482 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10483
|
|
|
10484 * help.el (describe-function-1): Don't output anything for
|
|
|
10485 arglist of autoload functions.
|
|
|
10486
|
|
|
10487 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10488
|
|
|
10489 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
|
10490 `describe-function-at-point', `describe-variable-at-point',
|
|
|
10491 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
|
10492 `help-prev-section'.
|
|
|
10493 (help-next-section): New function.
|
|
|
10494 (help-prev-section): New function.
|
|
|
10495 (help-mode-quit): Changed to kill the help buffer.
|
|
|
10496 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
|
10497 correctly.
|
|
|
10498 (help-buffer-name): New function to generate the name of help
|
|
|
10499 buffers.
|
|
|
10500 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
|
10501 argument giving the name of the help buffer.
|
|
|
10502 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
|
10503 (describe-mode): Ditto.
|
|
|
10504 (describe-bindings): Ditto.
|
|
|
10505 (describe-prefix-bindings): Ditto.
|
|
|
10506 (view-lossage): Ditto.
|
|
|
10507 (with-syntax-table): New macro.
|
|
|
10508 (function-called-at-point): Use `ignore-errors' and
|
|
|
10509 `with-syntax-table'.
|
|
|
10510 (function-at-point): Ditto.
|
|
|
10511 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
|
10512 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
|
10513 function's arglist as string.
|
|
|
10514 (function-documentation): Extracted from `describe-function-1'.
|
|
|
10515 Returns function's docstring.
|
|
|
10516 (describe-function-1): Remove all the "stream" garbage, including
|
|
|
10517 the stream argument. Use `function-arglist' and
|
|
|
10518 `function-documentation'.
|
|
|
10519 (describe-function-arglist): Just use `function-arglist'.
|
|
|
10520 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
|
10521 (help-pretty-print-value): New function to help with
|
|
|
10522 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
|
10523 `pp-internal'.
|
|
|
10524 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
|
10525 Formatting improved. Display file where variable is defined, if
|
|
|
10526 known. Use `help-pretty-print-value'.
|
|
|
10527 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
|
10528 (list-processes): Remove "stream" garbage.
|
|
|
10529
|
|
|
10530 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
|
10531
|
|
|
10532 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
|
10533 call a dumped routine instead.
|
|
|
10534
|
|
|
10535 * x-win-xfree86.el: Wrap file in defun.
|
|
|
10536 * x-win-sun.el: Ditto.
|
|
|
10537
|
|
|
10538 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
|
10539
|
|
|
10540 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
|
10541 advises functions and does other evil things.
|
|
|
10542
|
|
|
10543 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
|
10544
|
|
|
10545 * format.el (format-alist): Add `image/tiff'.
|
|
|
10546 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
|
10547
|
|
|
10548 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
|
10549
|
|
|
10550 * about.el (about-hackers): More names added.
|
|
|
10551
|
|
|
10552 * make-docfile.el: Remove superfluous package path search.
|
|
|
10553
|
|
|
10554 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
|
10555
|
|
|
10556 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
|
10557
|
|
|
10558 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
|
10559 ignored shadows.
|
|
|
10560
|
|
|
10561 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
|
10562
|
|
|
10563 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
|
10564 get trailing slashes when added to the load-path.
|
|
|
10565
|
|
|
10566 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
|
10567 are.
|
|
|
10568
|
|
|
10569 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
10570
|
|
|
10571 * x-faces.el: Added support for foregroundToolBarColor
|
|
|
10572 to xpm-color-symbols.
|
|
|
10573
|
|
|
10574 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10575
|
|
|
10576 * etags.el (tags-remove-duplicates): Removed.
|
|
|
10577 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
|
10578
|
|
|
10579 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
|
10580 correctly.
|
|
|
10581 (get*): Defalias to `get'.
|
|
|
10582
|
|
|
10583 * cl.el (eql): Compare integers with `eq'.
|
|
|
10584 (cl-map-extents): Check for `map-extents' first.
|
|
|
10585
|
|
442
|
10586 1997-12-17 Didier Verna <didier@xemacs.org>
|
|
428
|
10587
|
|
|
10588 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
|
10589 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
|
10590
|
|
|
10591 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
|
10592
|
|
|
10593 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10594
|
|
|
10595 * widget.el (define-widget): Check the arguments.
|
|
|
10596
|
|
|
10597 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
|
10598 (custom-variable-value-create): Use `signal' to signal error.
|
|
|
10599 (custom-variable-reset-saved): Ditto.
|
|
|
10600 (custom-variable-reset-standard): Ditto.
|
|
|
10601 (custom-face-reset-saved): Ditto.
|
|
|
10602
|
|
|
10603 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
|
10604 (widget-default-format-handler): Ditto.
|
|
|
10605 (widget-checklist-add-item): Ditto.
|
|
|
10606 (widget-radio-add-item): Ditto.
|
|
|
10607 (widget-editable-list-entry-create): Ditto.
|
|
|
10608 (widget-sexp-prompt-value): Ditto.
|
|
|
10609
|
|
|
10610 * custom.el (custom-declare-variable): Signal errors better.
|
|
|
10611 (custom-handle-keyword): Ditto.
|
|
|
10612 (custom-declare-group): Ditto.
|
|
|
10613
|
|
|
10614 * window-xemacs.el (windows): Ditto.
|
|
|
10615
|
|
|
10616 * menubar.el (menu): Ditto.
|
|
|
10617
|
|
|
10618 * keydefs.el (keyboard): Ditto.
|
|
|
10619
|
|
|
10620 * minibuf.el (minibuffer): Ditto.
|
|
|
10621
|
|
|
10622 * process.el (execute): Ditto.
|
|
|
10623
|
|
|
10624 * fill.el (fill): Ditto.
|
|
|
10625
|
|
|
10626 * modeline.el (modeline): Ditto.
|
|
|
10627
|
|
|
10628 * help.el (help): Ditto.
|
|
|
10629
|
|
|
10630 * faces.el (faces): Ditto.
|
|
|
10631
|
|
|
10632 * files.el (files): Ditto.
|
|
|
10633
|
|
|
10634 * x-init.el (x): Ditto.
|
|
|
10635
|
|
|
10636 * lisp-mode.el (lisp): Ditto.
|
|
|
10637
|
|
|
10638 * process.el (processes): Ditto.
|
|
|
10639
|
|
|
10640 * mouse.el (mouse): Ditto.
|
|
|
10641
|
|
|
10642 * abbrev.el (abbrev): Moved from cus-edit.
|
|
|
10643
|
|
|
10644 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
|
10645 as variable declaration.
|
|
|
10646
|
|
|
10647 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10648
|
|
|
10649 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
|
10650 (find-menu-item): Cosmetic changes.
|
|
|
10651
|
|
|
10652 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
|
10653
|
|
|
10654 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
|
10655
|
|
|
10656 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
|
10657
|
|
|
10658 * startup.el (set-default-load-path): Only search package-path
|
|
|
10659 when not running temacs.
|
|
|
10660
|
|
|
10661 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
|
10662 files.
|
|
|
10663
|
|
|
10664 * loadup.el: Correct commentary. Reformatting.
|
|
|
10665 (really-early-error-handler): Use absolute path to the
|
|
|
10666 first dumped-lisp.el file.
|
|
|
10667 (really-early-error-handler): Print full path name of
|
|
|
10668 each dumped lisp file (inherited from InfoDock).
|
|
|
10669
|
|
|
10670 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
|
10671 dumped-lisp.el files.
|
|
|
10672
|
|
|
10673 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
|
10674 package-path is searched.
|
|
|
10675 * update-elc.el: Ditto.
|
|
|
10676
|
|
|
10677 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
|
10678 `condition-case' for indentation.
|
|
|
10679
|
|
|
10680 * about.el (about-xemacs): Update release date.
|
|
|
10681
|
|
|
10682 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10683
|
|
|
10684 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
|
10685 anywhere but at the last clause.
|
|
|
10686 (ecase): Disallow `t' and `otherwise'.
|
|
|
10687
|
|
|
10688 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10689
|
|
|
10690 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
|
10691 from stuff moved out of `custom-buffer-create-internal'.
|
|
|
10692 (custom-novice): New variable. Default t.
|
|
|
10693 (custom-display-global-buttons): Ditto. Default `top'.
|
|
|
10694 (custom-buffer-create-internal): Only display help if
|
|
|
10695 `custom-novice' is non-nil. Display global buttons according to
|
|
|
10696 `custom-display-global-buttons'.
|
|
|
10697
|
|
|
10698 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10699
|
|
|
10700 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
|
10701 (find-menu-item): Cosmetic changes.
|
|
|
10702
|
|
|
10703 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10704
|
|
|
10705 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
|
10706 look.
|
|
|
10707
|
|
|
10708 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
10709
|
|
|
10710 * format.el (format-deannotate-region): Bug fix.
|
|
|
10711 Deannotating a region containing unknown tags would fail
|
|
|
10712 (causing decoding of text/enriched to fail at user level)
|
|
|
10713
|
|
|
10714 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
10715
|
|
|
10716 * minibuf.el (read-directory-name): Support sixth
|
|
|
10717 arg, HISTORY, as already documented.
|
|
|
10718
|
|
|
10719 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10720
|
|
|
10721 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
|
10722 to `ecase'.
|
|
|
10723
|
|
|
10724 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
|
10725
|
|
|
10726 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
|
10727 skk-activate.
|
|
|
10728
|
|
|
10729 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
|
10730
|
|
|
10731 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|