|
591
|
1 2001-05-30 William M. Perry <wmperry@gnu.org>
|
|
|
2
|
|
|
3 * gtk-marshal.el: Make sure that we use 'const' instead of 'CONST'
|
|
|
4 in the generated file. Put in a comment at the top of the
|
|
|
5 generated file that it _IS_ auto-generated, and should not be
|
|
|
6 edited by hand.
|
|
|
7
|
|
|
8
|
|
|
9 * gtk-widget-accessors.el (define-widget-accessors): Use
|
|
|
10 wtaerror() instead of signal_simple_error.
|
|
|
11 (import-widget-accessors): Put in a comment at the top of the
|
|
|
12 generated file that it _IS_ auto-generated, and should not be
|
|
|
13 edited by hand.
|
|
|
14
|
|
566
|
15 2001-05-10 Daiki Ueno <ueno@unixuser.org>
|
|
|
16
|
|
|
17 * font-lock.el (font-lock-compile-keywords): Rewrite as a side
|
|
|
18 effect free function.
|
|
|
19 (font-lock-fontify-keywords-region): Supply the argument to
|
|
|
20 font-lock-compile-keywords.
|
|
|
21
|
|
563
|
22 2001-05-24 Ben Wing <ben@xemacs.org>
|
|
|
23
|
|
|
24 * subr.el:
|
|
|
25 * subr.el (error):
|
|
|
26 fix doc string to reflect reality
|
|
|
27
|
|
558
|
28 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
|
29
|
|
|
30 * behavior-defs.el:
|
|
|
31 * behavior-defs.el (scroll-in-place):
|
|
|
32 * behavior-defs.el ('scroll-in-place): New.
|
|
|
33 * behavior-defs.el (mouse-avoidance):
|
|
|
34 * behavior-defs.el (jka-compr):
|
|
|
35 * behavior-defs.el ('jka-compr): New.
|
|
|
36 * behavior-defs.el ('efs): New.
|
|
|
37 * behavior-defs.el (efs):
|
|
|
38 * behavior-defs.el (resize-minibuffer):
|
|
|
39 * behavior-defs.el (func-menu):
|
|
|
40 * behavior-defs.el (mwheel):
|
|
|
41 * behavior-defs.el (recent-files):
|
|
|
42 * behavior-defs.el (filladapt):
|
|
|
43 Add scroll-in-place, jka-compr, efs, fix up some things.
|
|
|
44
|
|
555
|
45 2001-03-19 Karl M. Hegbloom <karlheg@microsharp.com>
|
|
|
46
|
|
|
47 * cus-edit.el (custom-display): Support the GTK Window System also.
|
|
|
48
|
|
550
|
49 2001-05-21 Martin Buchholz <martin@xemacs.org>
|
|
|
50
|
|
|
51 * byte-optimize.el (=): `=' is not a binary predicate!
|
|
|
52 Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
|
|
|
53 Use byte-optimize-predicate, not byte-optimize-binary-predicate,
|
|
|
54
|
|
549
|
55 2001-05-20 Martin Buchholz <martin@xemacs.org>
|
|
|
56
|
|
|
57 * bytecomp.el (byte-compile-arithcompare):
|
|
|
58 Only optimize (= x) ==> t if byte-compile-delete-errors is nil.
|
|
|
59
|
|
548
|
60 2001-05-20 Adrian Aichner <adrian@xemacs.org>
|
|
|
61
|
|
|
62 * buff-menu.el (Buffer-menu-mode): Properly make
|
|
|
63 `mouse-track-click-hook' local.
|
|
|
64 * info.el (Info-mode): Ditto.
|
|
|
65
|
|
546
|
66 2001-05-19 Ben Wing <ben@xemacs.org>
|
|
|
67
|
|
|
68 * autoload.el (batch-force-update-one-directory):
|
|
|
69 Oops, off by one argument.
|
|
|
70
|
|
|
71 * mouse.el:
|
|
|
72 * mouse.el (Mouse-track-gensym): New.
|
|
|
73 * mouse.el (mouse-track-run-hook):
|
|
|
74 * mouse.el (mouse-track):
|
|
|
75 * mouse.el (mouse-track-default):
|
|
|
76 * mouse.el (mouse-track-insert):
|
|
|
77 * mouse.el (mouse-track-insert-selected-region): Removed.
|
|
|
78 * mouse.el (mouse-track-insert-drag-up-hook): Removed.
|
|
|
79 * mouse.el (mouse-track-insert-click-hook): Removed.
|
|
|
80 Add an argument to mouse-track so that hooks can be overridden.
|
|
|
81 (let-binding doesn't work when the hooks have been made local.)
|
|
|
82 modify mouse-track-run-hook accordingly, and fix mouse-track-default
|
|
|
83 and mouse-track-insert to use the new functionality.
|
|
|
84
|
|
|
85 * printer.el (generic-print-region):
|
|
|
86 Oops, off by one paren.
|
|
|
87
|
|
538
|
88 2001-05-13 Adrian Aichner <adrian@xemacs.org>
|
|
|
89
|
|
|
90 * buff-menu.el (Buffer-menu-mode): `mouse-track-click-hook' was
|
|
|
91 made buffer-local incorrectly (make-local-variable instead of
|
|
|
92 make-local-hook). Furthermore this hook must not be local so that
|
|
|
93 it can keep track of buffers and windows.
|
|
|
94
|
|
536
|
95 2001-05-13 Mike Alexander <mta@arbortext.com>
|
|
|
96
|
|
|
97 * dragdrop.el (experimental-dragdrop-drop-url-default): If event
|
|
|
98 has no window, use one from the frame in the event
|
|
|
99
|
|
533
|
100 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
|
101
|
|
|
102 * .cvsignore: auto-autoloads/custom-load need to be added now that they're not in cvs.
|
|
|
103
|
|
531
|
104 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
|
105
|
|
|
106 * find-paths.el (paths-find-recursive-path):
|
|
|
107 fix error with null EXCLUDE-REGEXP.
|
|
|
108
|
|
|
109 * font-lock.el (font-lock-mode):
|
|
|
110 fix problem reported by hrvoje with buffers starting with a space.
|
|
|
111
|
|
|
112 * lib-complete.el:
|
|
|
113 * lib-complete.el (find-library-source-path): New.
|
|
|
114 * lib-complete.el (find-library):
|
|
|
115 add a variable to control where `find-library' looks, analogous to `find-function-source-path'.
|
|
|
116
|
|
528
|
117 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
|
118
|
|
|
119 * mule\mule-coding.el:
|
|
|
120 * mule\mule-coding.el (coding-system-charset): New.
|
|
|
121 Move this function into Lisp to avoid doc warnings.
|
|
|
122
|
|
|
123 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
|
124
|
|
|
125 * autoload.el:
|
|
|
126 * autoload.el (update-autoloads-from-directory):
|
|
|
127 * autoload.el (fixup-autoload-buffer):
|
|
|
128 * autoload.el (batch-update-autoloads): Removed.
|
|
|
129 * autoload.el (update-autoload-files): New.
|
|
|
130 * autoload.el (batch-force-update-one-directory): New.
|
|
|
131 * packages.el (packages-useful-lisp):
|
|
|
132 * startup.el:
|
|
|
133 * startup.el (normal-top-level):
|
|
|
134 * startup.el (startup-load-autoloads): New.
|
|
|
135 * update-elc-2.el (batch-update-elc-2):
|
|
|
136 * update-elc.el:
|
|
|
137 * update-elc.el (need-to-rebuild-autoloads): New.
|
|
|
138 * update-elc.el (need-to-rebuild-mule-autoloads): New.
|
|
|
139 * update-elc.el (need-to-recompile-autoloads): New.
|
|
|
140 * update-elc.el (need-to-recompile-mule-autoloads): New.
|
|
|
141 * update-elc.el (update-elc-chop-extension): New.
|
|
|
142 Rewrite much of the bootstrapping process to be more robust,
|
|
|
143 and in particular to rebuild the auto-autoloads and custom-loads
|
|
|
144 files no matter what state (including missing) they're currently
|
|
|
145 in.
|
|
|
146
|
|
526
|
147 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
|
148
|
|
|
149 * files.el (find-file-noselect):
|
|
|
150 * files.el (recover-session-finish):
|
|
|
151 fix byte-compilation warnings.
|
|
|
152
|
|
523
|
153 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
|
154
|
|
|
155 * font.el (bold): New.
|
|
|
156 * font.el (italic): New.
|
|
|
157 * font.el (oblique): New.
|
|
|
158 * font.el (dim): New.
|
|
|
159 * font.el (underline): New.
|
|
|
160 * font.el (overline): New.
|
|
|
161 * font.el (linethrough): New.
|
|
|
162 * font.el (strikethru): New.
|
|
|
163 * font.el (reverse): New.
|
|
|
164 * font.el (blink): New.
|
|
|
165 * font.el (smallcaps): New.
|
|
|
166 * font.el (bigcaps): New.
|
|
|
167 * font.el (dropcaps): New.
|
|
|
168 * gtk-widget-accessors.el (import-widget-accessors):
|
|
|
169 * widgets-gtk.el (gtk-widget-instantiate-internal):
|
|
|
170 * x-font-menu.el (x-font-menu-font-data): New.
|
|
|
171 * x-font-menu.el (x-font-menu-load-font):
|
|
|
172 fix byte-compilation warnings.
|
|
|
173
|
|
522
|
174 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
|
175
|
|
|
176 * XEmacs 21.5.1 "anise" is released.
|
|
|
177
|
|
510
|
178 2001-05-06 Ben Wing <ben@xemacs.org>
|
|
|
179
|
|
|
180 * dialog.el (make-dialog-box):
|
|
|
181 * menubar-items.el (default-menubar):
|
|
|
182 * printer.el (generic-print-buffer):
|
|
|
183 * printer.el (generic-print-region):
|
|
|
184 implement printing the selection when it's selected.
|
|
|
185
|
|
|
186 unrelated:
|
|
|
187
|
|
|
188 * minibuf.el (input-error):
|
|
|
189 * subr.el (error):
|
|
|
190 a couple of error cleanups.
|
|
|
191
|
|
|
192 * update-elc.el ((preloaded-file-list site-load-packages need-to-dump dumped-exe)):
|
|
|
193 * update-elc.el (update-elc-files-to-compile):
|
|
|
194 if bytecomp or byte-optimize need recompiling, then load
|
|
|
195 the .el version of them first, recompile them, and reload
|
|
|
196 the .elc versions to recompile everything else (so we won't
|
|
|
197 be waiting until the cows come home).
|
|
|
198
|
|
509
|
199 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
|
200
|
|
|
201 * subr.el (error):
|
|
|
202 Add missing errors to the doc string.
|
|
|
203
|
|
506
|
204 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
|
205
|
|
|
206 * dialog.el (make-dialog-box): fix doc string.
|
|
|
207 * menubar-items.el (default-menubar): Add Page Setup for Windows,
|
|
|
208 take out Pretty Print.
|
|
|
209 * printer.el:
|
|
|
210 * printer.el (printer-current-device): New.
|
|
|
211 * printer.el (Printer-get-device): New.
|
|
|
212 * printer.el (Printer-clear-device): New.
|
|
|
213 * printer.el (generic-page-setup): New.
|
|
|
214 * printer.el (generic-print-buffer):
|
|
|
215 * printer.el (generic-print-region):
|
|
|
216 Implement Page Setup. Handle errors properly.
|
|
|
217
|
|
|
218 unrelated:
|
|
|
219
|
|
|
220 * gtk-init.el: Fix the warning properly.
|
|
|
221
|
|
|
222
|
|
503
|
223 2001-05-04 Ben Wing <ben@xemacs.org>
|
|
|
224
|
|
|
225 * printer.el (generic-print-buffer):
|
|
|
226 * printer.el (generic-print-region):
|
|
|
227 Enable dialog boxes. Apply workaround recommended by Kirill.
|
|
|
228
|
|
|
229 * simple.el (kill-whole-line):
|
|
|
230 * simple.el (kill-line-1):
|
|
|
231 * simple.el (kill-entire-line):
|
|
|
232 * simple.el (kill-line):
|
|
|
233 * simple.el (backward-kill-line):
|
|
|
234 Take out interactive dependence of kill-whole-line.
|
|
|
235
|
|
502
|
236 2001-04-22 Ben Wing <ben@xemacs.org>
|
|
|
237
|
|
|
238 ----------------------- byte-comp warning fixes -----------------
|
|
|
239
|
|
|
240 * bytecomp-runtime.el:
|
|
|
241 * bytecomp-runtime.el (with-boundp): New.
|
|
|
242 * bytecomp-runtime.el (if-boundp): New.
|
|
|
243 * bytecomp-runtime.el (declare-boundp): New.
|
|
|
244 * bytecomp-runtime.el (globally-declare-boundp): New.
|
|
|
245 * bytecomp-runtime.el (byte-compile-with-fboundp): New.
|
|
|
246 * bytecomp-runtime.el ('with-fboundp-1): New.
|
|
|
247 * bytecomp-runtime.el (with-fboundp): New.
|
|
|
248 * bytecomp-runtime.el (if-fboundp): New.
|
|
|
249 * bytecomp-runtime.el (declare-fboundp): New.
|
|
|
250 * bytecomp-runtime.el (globally-declare-fboundp): New.
|
|
|
251 * bytecomp-runtime.el (byte-compile-with-byte-compiler-warnings-suppressed): New.
|
|
|
252 * bytecomp-runtime.el ('with-byte-compiler-warnings-suppressed-1): New.
|
|
|
253 * bytecomp-runtime.el (with-byte-compiler-warnings-suppressed): New.
|
|
|
254 * bytecomp-runtime.el (with-obsolete-variable): New.
|
|
|
255 * bytecomp-runtime.el (with-obsolete-function): New.
|
|
|
256 New functions for cleanly eliminating byte-compiler warnings.
|
|
|
257 Their definitions require no changes at all in bytecomp.el,
|
|
|
258 meaning that any package that wants to use them and be compatible
|
|
|
259 with older versions of XEmacs need only copy the code and rename
|
|
|
260 the functions (i.e. prefix them with the package name).
|
|
|
261
|
|
|
262 * apropos.el (apropos-symbol-face):
|
|
|
263 * apropos.el (apropos-keybinding-face):
|
|
|
264 * apropos.el (apropos-label-face):
|
|
|
265 * apropos.el (apropos-property-face):
|
|
|
266 * cl-extra.el (cl-map-overlays):
|
|
|
267 * coding.el:
|
|
|
268 * coding.el (set-keyboard-coding-system):
|
|
|
269 * coding.el (set-terminal-coding-system):
|
|
|
270 * console.el (resume-pid-console):
|
|
|
271 * dialog-gtk.el:
|
|
|
272 * dialog-gtk.el (popup-builtin-open-dialog):
|
|
|
273 * dialog-gtk.el (popup-builtin-color-dialog):
|
|
|
274 * dragdrop.el (experimental-dragdrop-drop-mime-default):
|
|
|
275 * dragdrop.el (gtk-start-drag):
|
|
|
276 * dragdrop.el (gtk-start-drag-region):
|
|
|
277 * faces.el (init-face-from-resources):
|
|
|
278 * faces.el (init-device-faces):
|
|
|
279 * faces.el (init-frame-faces):
|
|
|
280 * faces.el (init-global-faces):
|
|
|
281 * faces.el (set-face-stipple):
|
|
|
282 * files.el (set-visited-file-name):
|
|
|
283 * files.el (basic-save-buffer):
|
|
|
284 * files.el (save-some-buffers-1):
|
|
|
285 * files.el (file-remote-p):
|
|
|
286 * fill.el (fill-move-forward-to-break-point):
|
|
|
287 * fill.el (find-space-insertable-point):
|
|
|
288 * font-lock.el:
|
|
|
289 * frame.el (suspend-or-iconify-emacs):
|
|
|
290 * frame.el (suspend-emacs-or-iconify-frame):
|
|
|
291 * gdk.el:
|
|
|
292 * generic-widgets.el:
|
|
|
293 * generic-widgets.el (build-ui::radio-group):
|
|
|
294 * generic-widgets.el (build-ui::button):
|
|
|
295 * glade.el:
|
|
|
296 * gnome-widgets.el:
|
|
|
297 * gnome.el:
|
|
|
298 * gtk-extra.el:
|
|
|
299 * gtk-faces.el (gtk-choose-font):
|
|
|
300 * gtk-file-dialog.el:
|
|
|
301 * gtk-file-dialog.el (gtk-file-dialog-fill-file-list):
|
|
|
302 * gtk-file-dialog.el (gtk-file-dialog-fill-directory-list):
|
|
|
303 * gtk-file-dialog.el (gtk-file-dialog-new):
|
|
|
304 * gtk-font-menu.el:
|
|
|
305 * gtk-font-menu.el (gtk-reset-device-font-menus):
|
|
|
306 * gtk-init.el:
|
|
|
307 * gtk-init.el (gtk-initialize-compose):
|
|
|
308 * gtk-package.el:
|
|
|
309 * gtk-password-dialog.el:
|
|
|
310 * gtk-widget-accessors.el:
|
|
|
311 * gtk-widgets.el:
|
|
|
312 * gtk.el:
|
|
|
313 * isearch-mode.el (isearch-help-or-delete-char):
|
|
|
314 * ldap.el:
|
|
|
315 * lib-complete.el (read-library-internal):
|
|
|
316 * lib-complete.el (read-library):
|
|
|
317 * lib-complete.el (read-library-name):
|
|
|
318 * lisp-mnt.el (lm-report-bug):
|
|
|
319 * minibuf.el (minibuffer-smart-mouse-tracker):
|
|
|
320 * minibuf.el (minibuffer-smart-select-kludge-filename):
|
|
|
321 * minibuf.el (read-file-name-internal-1):
|
|
|
322 * minibuf.el (read-color-completion-table):
|
|
|
323 * modeline.el (modeline-toggle-read-only):
|
|
|
324 * mouse.el (mouse-consolidated-yank):
|
|
|
325 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
|
326 * msw-font-menu.el (mswindows-reset-device-font-menus):
|
|
|
327 * multicast.el (open-multicast-group):
|
|
|
328 * mwheel.el:
|
|
|
329 * package-get.el (package-get-update-base-from-buffer):
|
|
|
330 * scrollbar.el (init-scrollbar-from-resources):
|
|
|
331 * symbols.el:
|
|
|
332 * syntax.el (describe-syntax-table):
|
|
|
333 * toolbar.el (init-toolbar-from-resources):
|
|
|
334 * toolbar-items.el (toolbar):
|
|
|
335 * toolbar-items.el (toolbar-paste):
|
|
|
336 * tty-init.el (init-pre-tty-win):
|
|
|
337 * tty-init.el (init-post-tty-win):
|
|
|
338 * wid-browse.el (widget-browse-sexp):
|
|
|
339 * widgets-gtk.el:
|
|
|
340 * x-faces.el:
|
|
|
341 * x-font-menu.el:
|
|
|
342 * x-font-menu.el (x-font-menu-font-data):
|
|
|
343 * x-init.el:
|
|
|
344 * x-misc.el:
|
|
|
345 * x-mouse.el:
|
|
|
346 * x-scrollbar.el:
|
|
|
347 * x-select.el:
|
|
|
348 * x-win-sun.el:
|
|
|
349 * x-win-xfree86.el:
|
|
|
350 Eliminate byte-compiler warnings using the new functions in
|
|
|
351 bytecomp-runtime.el.
|
|
|
352
|
|
|
353 * coding.el (coding-system-get): New.
|
|
|
354 * coding.el (coding-system-put): New.
|
|
|
355 * coding.el (coding-system-category): New.
|
|
|
356 * mule\mule-misc.el (coding-system-get): Removed.
|
|
|
357 * mule\mule-misc.el (coding-system-put): Removed.
|
|
|
358 * mule\mule-misc.el (coding-system-category): Removed.
|
|
|
359 Move these functions, since they're not Mule-specific and
|
|
|
360 are used in prefer-coding-system.
|
|
|
361
|
|
|
362 * font.el:
|
|
|
363 * font.el (cl):
|
|
|
364 * font.el (set-font-family):
|
|
|
365 * font.el (set-font-weight):
|
|
|
366 * font.el (set-font-style):
|
|
|
367 * font.el (set-font-size):
|
|
|
368 * font.el (set-font-registry):
|
|
|
369 * font.el (set-font-encoding):
|
|
|
370 * font.el (font-family):
|
|
|
371 * font.el (font-weight):
|
|
|
372 * font.el (font-style):
|
|
|
373 * font.el (font-size):
|
|
|
374 * font.el (font-registry):
|
|
|
375 * font.el (font-encoding):
|
|
|
376 * font.el (set-font-style-by-keywords):
|
|
|
377 * font.el (font-properties-from-style):
|
|
|
378 * font.el (font-combine-fonts-internal):
|
|
|
379 * font.el (font-x-font-regexp):
|
|
|
380 * font.el (x-font-create-object):
|
|
|
381 * font.el (x-font-create-name):
|
|
|
382 * font.el (ns-font-create-name):
|
|
|
383 * font.el (mswindows-font-create-name):
|
|
|
384 * font.el (font-update-device-fonts):
|
|
|
385 * font.el (font-update-one-face):
|
|
|
386 * font.el (font-rgb-color-p):
|
|
|
387 * font.el (font-rgb-color-red):
|
|
|
388 * font.el (font-tty-compute-color-delta):
|
|
|
389 * font.el (font-normalize-color):
|
|
|
390 This file was incredibly ugly. Clean it up. Avoid using defsubst
|
|
|
391 for any exported functions, to avoid possible compatibility
|
|
|
392 problems if we later change the internal interface. (It happened
|
|
|
393 before, with face accessors, between 19.8 and 19.9). Fix tons
|
|
|
394 of warnings.
|
|
|
395
|
|
|
396 * gpm.el:
|
|
|
397 * gpm.el (gpm-is-supported-p): New.
|
|
|
398 * gpm.el (gpm-delete-device-hook):
|
|
|
399 Clean up (new function gpm-is-supported-p eliminates duplicate
|
|
|
400 code in gpm-create/delete-device-hook) and eliminate warnings.
|
|
|
401
|
|
|
402 ---------- make byte-recompile-directory work in the ---------
|
|
|
403 core `lisp' dir, even in the absence of
|
|
|
404 a Mule XEmacs (i.e. make it skip the Mule
|
|
|
405 files rather than trying to compile them).
|
|
|
406 now you should be able to do `touch *.el'
|
|
|
407 in the `lisp' dir, then
|
|
|
408 M-x byte-recompile-directory, and get no
|
|
|
409 warnings.
|
|
|
410
|
|
|
411 * bytecomp.el:
|
|
|
412 * bytecomp.el (byte-recompile-ignore-uncompilable-mule-files): New.
|
|
|
413 * bytecomp.el (byte-compile-inbuffer):
|
|
|
414 * bytecomp.el (byte-compile-inbuffer)): New.
|
|
|
415 * bytecomp.el (byte-compile-outbuffer)): New.
|
|
|
416 * bytecomp.el (byte-compile-warn):
|
|
|
417 * bytecomp.el (byte-recompile-directory):
|
|
|
418 * bytecomp.el (byte-recompile-file):
|
|
|
419 Avoid trying to compile Mule files in byte-recompile-directory
|
|
|
420 when we're not in a Mule XEmacs, since we're highly likely to get
|
|
|
421 syntax errors.
|
|
|
422
|
|
|
423 * mule\arabic.el:
|
|
|
424 * mule\canna-leim.el:
|
|
|
425 * mule\english.el:
|
|
|
426 * mule\greek.el:
|
|
|
427 * mule\kinsoku.el:
|
|
|
428 * mule\latin.el:
|
|
|
429 * mule\misc-lang.el:
|
|
|
430 * mule\mule-category.el:
|
|
|
431 * mule\mule-ccl.el:
|
|
|
432 * mule\mule-charset.el:
|
|
|
433 * mule\mule-cmds.el:
|
|
|
434 * mule\mule-coding.el:
|
|
|
435 * mule\mule-help.el:
|
|
|
436 * mule\mule-init.el:
|
|
|
437 * mule\mule-misc.el:
|
|
|
438 * mule\mule-tty-init.el:
|
|
|
439 * mule\mule-x-init.el:
|
|
|
440 * mule\thai-xtis-chars.el:
|
|
|
441 * mule\viet-chars.el:
|
|
|
442 Add a coding-system cookie to all Mule files so that
|
|
|
443 byte-recompile-directory ignores them.
|
|
|
444
|
|
|
445 * code-files.el (load):
|
|
|
446 * code-files.el (find-coding-system-magic-cookie): Removed.
|
|
|
447 * files.el:
|
|
|
448 * files.el (find-coding-system-magic-cookie-in-file): New.
|
|
|
449 Magic cookie function moved to files.el from code-files.el (for
|
|
|
450 use by bytecomp even in a non-coding-system XEmacs), and changed
|
|
|
451 names and semantics for use by bytecomp. NOTE: IMO this is an
|
|
|
452 internal function that we can change as we like (and there is
|
|
|
453 absolutely no code anywhere else using the function).
|
|
|
454
|
|
|
455 ---------------- GUI improvements: menus, help -------------------
|
|
|
456
|
|
|
457 * help.el:
|
|
|
458 * help.el (help-map): Removed.
|
|
|
459 * help.el (help-for-help):
|
|
|
460 * help.el (Help-princ-face):
|
|
|
461 * help.el (Help-prin1-face):
|
|
|
462 * help.el (describe-function-1):
|
|
|
463 * help.el (describe-variable):
|
|
|
464 Rearrange order of keymap declarations to be alphabetical.
|
|
|
465 Improve help on help to include all bindings, and group by
|
|
|
466 category. Add bindings for new Info commands. Remove
|
|
|
467 warnings. Use command-hyper-apropos in place of command-apropos.
|
|
|
468
|
|
|
469 * hyper-apropos.el:
|
|
|
470 * hyper-apropos.el (hyper-apropos-programming-apropos):
|
|
|
471 * hyper-apropos.el (command-hyper-apropos): New.
|
|
|
472 Add a function to do the equivalent of command-apropos.
|
|
|
473
|
|
|
474 * help-macro.el (make-help-screen):
|
|
|
475 Evals its help-text argument so you can put expressions there.
|
|
|
476 Used now by help-for-help.
|
|
|
477
|
|
|
478 * info.el:
|
|
|
479 * info.el (Info-search):
|
|
|
480 * info.el (Info-search-next): New.
|
|
|
481 * info.el (Info-index): Removed.
|
|
|
482 * info.el (Info-find-index-alternatives): New.
|
|
|
483 * info.el (Info-read-search-text-regexp): New.
|
|
|
484 * info.el (Info-search-text-in-lispref): New.
|
|
|
485 * info.el (Info-search-text-in-xemacs): New.
|
|
|
486 * info.el (Info-search-index-in-lispref): New.
|
|
|
487 * info.el (Info-search-index-in-xemacs-and-lispref): New.
|
|
|
488 * info.el (Info-mode-map):
|
|
|
489 Add binding to continue text searches. Expand index searches to
|
|
|
490 work over multiple info documents. Add commands to search
|
|
|
491 text/index in User and Lispref.
|
|
|
492
|
|
|
493 * lisp-mode.el (construct-lisp-mode-menu):
|
|
|
494 Add new entry, "Uncomment Region" (parallels "Comment Out Region").
|
|
|
495
|
|
|
496 * menubar-items.el (default-menubar):
|
|
|
497 * menubar-items.el (default-popup-menu):
|
|
|
498 Redo Help menu; add bindings for new Info commands to search the
|
|
|
499 index or text of the User and Lispref manuals. Add command for
|
|
|
500 mark-paragraph, activate-region. Make Edit->R accelerator be
|
|
|
501 rectangle, not register (more commonly used), and put rectangle
|
|
|
502 first. Fix the Edit Init File entry to never load the .elc file.
|
|
|
503 Simplify the default-popup-menu. Add Cmds->Tabs menu.
|
|
|
504
|
|
|
505 * menubar.el (popup-buffer-menu): Doc fix.
|
|
|
506 * menubar.el ((boundp 'menu-accelerator-map)):
|
|
|
507 Use kp-left not kp_left, etc.
|
|
|
508
|
|
|
509 ---------------- Miscellaneous bug fixes/cleanup -------------------
|
|
|
510
|
|
|
511 * bytecomp-runtime.el (byte-compiler-options):
|
|
|
512 Correct doc string.
|
|
|
513
|
|
|
514 * easymenu.el (easy-menu-do-define): fix extra quote.
|
|
|
515
|
|
|
516 * fill.el (fill-paragraph-or-region):
|
|
|
517 Rewrite to be more correct -- use call-interactively so that
|
|
|
518 we always get exactly the same behavior as if the functions
|
|
|
519 were called directly.
|
|
|
520
|
|
|
521 * font-lock.el (font-lock-fontify-pending-extents):
|
|
|
522 * gutter-items.el (clear-progress-feedback):
|
|
|
523 * gutter-items.el (abort-progress-feedback):
|
|
|
524 * gutter-items.el (raw-append-progress-feedback):
|
|
|
525 * simple.el (clear-message):
|
|
|
526 * simple.el (raw-append-message):
|
|
|
527 No need to fiddle with zmacs-region-stays, now that bogus
|
|
|
528 clearing of it (2001-04-28 src/ChangeLog) is removed.
|
|
|
529
|
|
|
530 * dialog.el (make-dialog-box):
|
|
|
531 Put dialog titles back in -- this time correctly. Fix various
|
|
|
532 other problems with leaks and such.
|
|
|
533
|
|
|
534 * keymap.el (key-sequence-list-description):
|
|
|
535 Clean up fun to always correctly canonicalize.
|
|
|
536
|
|
|
537 * simple.el:
|
|
|
538 * simple.el (delete-forward-p):
|
|
|
539 * simple.el (comment-padding): New.
|
|
|
540 * simple.el (comment-region):
|
|
|
541 * simple.el (do-auto-fill):
|
|
|
542 * simple.el (indent-new-comment-line):
|
|
|
543 Clean up Kinsoku comments, synch comment-region with FSF 20.7.
|
|
|
544
|
|
|
545 * simple.el (region-exists-p):
|
|
|
546 * simple.el (region-active-p):
|
|
|
547 Add comment about which one is correct to use in menu specs.
|
|
|
548
|
|
|
549 * sound.el (load-sound-file):
|
|
|
550 Minor code clean up.
|
|
|
551
|
|
|
552 * startup.el:
|
|
|
553 * startup.el (command-line-early):
|
|
|
554 * startup.el (initial-scratch-message):
|
|
|
555 Comment changes. Add info about sample.init.el to splash screen.
|
|
|
556 Improve initial-scratch-message and clarify purpose of Scratch
|
|
|
557 buffer. Fix byte-compile warning.
|
|
|
558
|
|
|
559 ------------------------ Added features -------------------------
|
|
|
560
|
|
|
561 * etags.el:
|
|
|
562 * etags.el (tags-check-parent-directories-for-tag-files): New.
|
|
|
563 * etags.el (buffer-tag-table-list):
|
|
|
564 Add new variable to control whether etags checks all parent
|
|
|
565 directories for tag files. (On by default.)
|
|
|
566
|
|
|
567 * hash-table.el: New file, useful utility functions.
|
|
|
568 * dumped-lisp.el (preloaded-file-list): Dump hash-table.el.
|
|
|
569
|
|
501
|
570 2001-05-03 Adrian Aichner <adrian@xemacs.org>
|
|
|
571
|
|
|
572 * build-report.el: Remove CVS keywords since this file has been in
|
|
|
573 core lisp for a while now.
|
|
|
574 * build-report.el (build-report-make-output-files): Fix typo.
|
|
|
575
|
|
491
|
576 2001-04-30 Ben Wing <ben@xemacs.org>
|
|
|
577
|
|
|
578 * printer.el:
|
|
|
579 * printer.el (printer-page-header):
|
|
|
580 * printer.el (Print-context): New.
|
|
|
581 * printer.el (printer-page-footer):
|
|
|
582 * printer.el (generate-header-element): New.
|
|
|
583 * printer.el (generate-header-line): New.
|
|
|
584 * printer.el (print-context-property):
|
|
|
585 * printer.el (generic-print-buffer):
|
|
|
586 * printer.el (generic-print-region):
|
|
|
587 Implement headers and footers. Implement calling Print dialog box
|
|
|
588 (#### but it doesn't quite work yet).
|
|
|
589
|
|
487
|
590 2001-04-28 Ben Wing <ben@xemacs.org>
|
|
|
591
|
|
|
592 * about.el (xemacs-hackers):
|
|
|
593 * about.el (about-url-alist):
|
|
|
594 * about.el (about-personal-info):
|
|
|
595 * about.el (about-hacker-contribution):
|
|
|
596 More contributions.
|
|
|
597
|
|
|
598 * simple.el (handle-post-motion-command):
|
|
|
599 Fix spurious setting of zmacs-region-stays to t after a non-shift
|
|
|
600 motion command.
|
|
|
601
|
|
|
602 * etags.el (find-tag-internal):
|
|
|
603 Sync up with FSF 20.7, to fix bugs handling some etags line formats.
|
|
|
604
|
|
|
605 * gtk-init.el (init-post-gtk-win):
|
|
|
606 * msw-init.el (init-post-mswindows-win):
|
|
|
607 * x-init.el:
|
|
|
608 * x-init.el (x-activate-region-as-selection): Removed.
|
|
|
609 * x-init.el (init-post-x-win):
|
|
|
610 * keydefs.el (global-map):
|
|
|
611 * simple.el:
|
|
|
612 * startup.el (command-line):
|
|
|
613 * toolbar-items.el:
|
|
|
614 * toolbar-items.el (init-x-toolbar-list): Removed.
|
|
|
615 * toolbar-items.el (init-toolbar-list): New.
|
|
|
616 * toolbar-items.el (init-x-toolbar): Removed.
|
|
|
617 * toolbar-items.el (init-toolbar): New.
|
|
|
618 * toolbar-items.el (x-init-toolbar-from-resources): Removed.
|
|
|
619 * toolbar.el:
|
|
|
620 Move non-window-system specific code that was duplicated in
|
|
|
621 all window systems into the generic code.
|
|
|
622
|
|
|
623 * gutter.el:
|
|
|
624 * gutter.el (init-gutter): Removed. (unused)
|
|
|
625
|
|
|
626 * mouse.el:
|
|
|
627 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
|
628 * mouse.el (mouse-track-activate-rectangular-selection): New.
|
|
|
629 * select.el:
|
|
|
630 * select.el (disown-selection):
|
|
|
631 * select.el (activate-region-as-selection):
|
|
|
632 * select.el (primary-selection-extent):
|
|
|
633 * select.el (valid-simple-selection-p):
|
|
|
634 Clean up the rectangle code w.r.t. selections. You'll now get
|
|
|
635 the right text copied into the primary selection (but not the
|
|
|
636 clipboard yet, unfortunately -- that really requires defining
|
|
|
637 our own rectangle type).
|
|
|
638
|
|
484
|
639 2001-04-25 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
640
|
|
|
641 * faces.el (make-face-bold):
|
|
|
642 * faces.el (make-face-italic):
|
|
|
643 * faces.el (make-face-bold-italic):
|
|
|
644 * faces.el (make-face-unbold):
|
|
|
645 * faces.el (make-face-unitalic):
|
|
|
646 * faces.el (make-face-smaller):
|
|
|
647 * faces.el (make-face-larger):
|
|
|
648 Call frob-face-property each for mswindows and msprinter.
|
|
|
649
|
|
483
|
650 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
651
|
|
|
652 * about.el (about-finish-buffer): Make sure the last change works
|
|
|
653 even if EVENT is nil.
|
|
|
654
|
|
482
|
655 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
656
|
|
|
657 * about.el (about-mailto-link): Use compose-mail for sending mail.
|
|
|
658 (about-finish-buffer): Kill/bury the buffer where the user
|
|
|
659 clicked, not the one that happens to be the current buffer at the
|
|
|
660 time.
|
|
|
661
|
|
481
|
662 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
663
|
|
|
664 * about.el (about-personal-info): Update my bio.
|
|
|
665 (about-hacker-contribution): Ditto.
|
|
|
666
|
|
480
|
667 2001-04-23 Didier Verna <didier@xemacs.org>
|
|
|
668
|
|
|
669 * cus-edit.el (custom-variable-pre-save): New.
|
|
|
670 * cus-edit.el (custom-variable-post-save): New.
|
|
|
671 * cus-edit.el (custom-variable-save): use them.
|
|
|
672 * cus-edit.el (custom-face-pre-save): New.
|
|
|
673 * cus-edit.el (custom-face-post-save): New.
|
|
|
674 * cus-edit.el (custom-face-save): use them.
|
|
|
675 * cus-edit.el (custom-group-pre-save): New.
|
|
|
676 * cus-edit.el (custom-group-post-save): New.
|
|
|
677 * cus-edit.el (custom-group-save): use them.
|
|
|
678 * cus-edit.el (Custom-save): use the pre/post functions above,
|
|
|
679 call `custom-save-all' only once.
|
|
|
680 * cus-edit.el (custom-variable-pre-reset-standard): New.
|
|
|
681 * cus-edit.el (custom-variable-post-reset-standard): New.
|
|
|
682 * cus-edit.el (custom-variable-reset-standard): use them.
|
|
|
683 * cus-edit.el (custom-face-pre-reset-standard): New.
|
|
|
684 * cus-edit.el (custom-face-post-reset-standard): New.
|
|
|
685 * cus-edit.el (custom-face-reset-standard): use them.
|
|
|
686 * cus-edit.el (custom-group-pre-reset-standard): New.
|
|
|
687 * cus-edit.el (custom-group-post-reset-standard): New.
|
|
|
688 * cus-edit.el (Custom-reset-standard): use them.
|
|
|
689 * cus-edit.el (custom-face-reset-saved): use the pre/post
|
|
|
690 functions above, call `custom-save-all' only once.
|
|
|
691
|
|
479
|
692 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
|
693
|
|
|
694 * about.el:
|
|
|
695 * about.el (about-headline-face): New.
|
|
|
696 * about.el (about-link-face): New.
|
|
|
697 * about.el (about-current-release-maintainers): New.
|
|
|
698 * about.el (about-other-current-hackers): New.
|
|
|
699 * about.el (about-once-and-future-hackers): New.
|
|
|
700 * about.el (about-lookup-url): New.
|
|
|
701 * about.el (about-get-buffer):
|
|
|
702 * about.el (about-mailto-link): New.
|
|
|
703 * about.el (about-finish-buffer):
|
|
|
704 * about.el (about-xemacs):
|
|
|
705 * about.el (about-features): Removed.
|
|
|
706 * about.el (about-advantages): New.
|
|
|
707 * about.el (about-maintainer-info): Removed.
|
|
|
708 * about.el (about-personal-info): New.
|
|
|
709 * about.el (about-hacker-contribution): New.
|
|
|
710 * about.el (about-maintainer):
|
|
|
711 * about.el (about-show-linked-info):
|
|
|
712 * about.el (about-hackers):
|
|
|
713 Major revamping. Rewriting of most of the text, improve the
|
|
|
714 link handling, separate info on contributors into personal
|
|
|
715 and contribution info, add new contributors, update personal
|
|
|
716 info, etc. etc.
|
|
480
|
717
|
|
479
|
718 * menubar-items.el (default-menubar):
|
|
|
719 Help menubar entry for News now says more accurately
|
|
|
720 "What's New in XEmacs".
|
|
480
|
721
|
|
479
|
722 * mouse.el:
|
|
|
723 * mouse.el (mouse-track-cleanup-hook):
|
|
|
724 * mouse.el (mouse-track):
|
|
|
725 Don't set-buffer to a dead buffer when calling mouse-track
|
|
|
726 cleanup hooks.
|
|
|
727
|
|
476
|
728 2001-04-18 Didier Verna <didier@xemacs.org>
|
|
|
729
|
|
|
730 * cus-edit.el (Custom-reset-standard): reset to standard settings
|
|
|
731 not only when the buffer's :custom-state is 'modified, but also
|
|
|
732 when it is 'set or 'saved.
|
|
|
733
|
|
472
|
734 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
|
735
|
|
|
736 * XEmacs 21.5.0 "alfalfa" is released.
|
|
|
737
|
|
470
|
738 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
|
739
|
|
|
740 * startup.el (load-user-init-file): define `custom-file' before
|
|
|
741 loading the user's init file.
|
|
|
742
|
|
464
|
743 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
|
744
|
|
|
745 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
|
746 we get them working.
|
|
|
747
|
|
|
748 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
|
749
|
|
|
750 * help.el:
|
|
|
751 * help.el (Help-princ-face):
|
|
|
752 * help.el (Help-prin1-face):
|
|
|
753 * help.el (frob-help-extents):
|
|
|
754 * help.el (describe-function-1):
|
|
|
755 * help.el (describe-variable):
|
|
|
756 Avoid using font-lock faces, which may not be defined.
|
|
|
757 Instead, use hyper-apropos faces, and make sure they're
|
|
|
758 defined as necessary by using `require'. (It's not so safe
|
|
|
759 to do this for font-lock.) In any case, we will eventually
|
|
|
760 be merging this functionality into hyper-apropos.
|
|
|
761
|
|
|
762 * loaddefs.el (completion-ignored-extensions):
|
|
|
763 Fix documentation.
|
|
470
|
764
|
|
464
|
765 * menubar-items.el (menu-truncate-list): Removed.
|
|
|
766 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
|
767 * menubar-items.el (default-menubar):
|
|
|
768 Fix errors if grep or compile command is too long. Rename helper
|
|
|
769 function to be less visible.
|
|
|
770
|
|
|
771 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
|
772
|
|
|
773 * byte-optimize.el (byte-optimize-minus):
|
|
|
774 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
|
775
|
|
|
776 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
777
|
|
|
778 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
|
779 Mule is available.
|
|
|
780
|
|
|
781 * mule/latin.el: New file.
|
|
|
782
|
|
|
783 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
|
784
|
|
|
785 * auto-save.el:
|
|
|
786 * auto-save.el (auto-save-directory):
|
|
|
787 * auto-save.el (make-auto-save-file-name):
|
|
|
788 * auto-save.el (auto-save-file-name-p): New.
|
|
|
789
|
|
|
790 Merge in improvements from other definition of
|
|
|
791 make-auto-save-file-name in files.el.
|
|
470
|
792
|
|
464
|
793 * auto-save.el (auto-save-original-name):
|
|
|
794 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
|
795 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
|
796 * auto-save.el (auto-save-slashify-name): Removed.
|
|
|
797 * auto-save.el (auto-save-reserved-chars): New.
|
|
|
798 * auto-save.el (auto-save-escape-name): New.
|
|
|
799 * auto-save.el (auto-save-unhex): New.
|
|
|
800 * auto-save.el (auto-save-unescape-name): New.
|
|
|
801
|
|
|
802 Change algorithm for encoding filenames in auto-save names to be
|
|
|
803 entirely safe with all filesystems and all possible characters in
|
|
|
804 a filename, and 100% reversible. (Essentially, uses
|
|
|
805 quoted-printable as the encoding.)
|
|
470
|
806
|
|
464
|
807 * auto-save.el (recover-all-files):
|
|
|
808
|
|
|
809 Use insert-directory rather than calling ls directly -- fixes
|
|
|
810 things under Windows.
|
|
|
811
|
|
|
812 * files.el:
|
|
|
813 * files.el (convert-standard-filename): Substitute FSF's
|
|
|
814 definition for this (we had nothing here before).
|
|
470
|
815
|
|
464
|
816 * files.el (backup-buffer): Warning fix.
|
|
470
|
817
|
|
464
|
818 * files.el (make-backup-file-name):
|
|
|
819 * files.el (find-backup-file-name):
|
|
|
820 Fix error in calling sequence to auto-save-file-name-p.
|
|
470
|
821
|
|
464
|
822 * files.el (recover-file):
|
|
|
823 Use insert-directory rather than calling ls directly -- fixes
|
|
|
824 things under Windows.
|
|
|
825
|
|
|
826 * files.el (make-auto-save-file-name): Removed.
|
|
|
827 * files.el (auto-save-file-name-p): Removed.
|
|
|
828 auto-save is always dumped so no sense in having a definition
|
|
|
829 that will always be overwritten with another.
|
|
470
|
830
|
|
464
|
831 * files.el (insert-directory):
|
|
|
832 * win32-native.el:
|
|
|
833 * win32-native.el (debug-mswindows-process-command-lines):
|
|
|
834 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
|
835 * win32-native.el (make-auto-save-file-name): Removed.
|
|
|
836
|
|
|
837
|
|
462
|
838 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
|
839
|
|
|
840 * XEmacs 21.2.46 "Urania" is released.
|
|
|
841
|
|
|
842 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
843
|
|
|
844 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
|
845 sample.init.el and adjust accelerators.
|
|
|
846
|
|
|
847 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
848
|
|
|
849 * build-report.el (build-report): Improve docstring.
|
|
|
850
|
|
|
851 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
852
|
|
|
853 * ChangeLog: Log GTK merge.
|
|
|
854
|
|
|
855 * gutter-items.el:
|
|
|
856 * mwheel.el:
|
|
|
857 * sound.el:
|
|
|
858 * startup.el:
|
|
|
859 Revert gratuitous whitespace changes.
|
|
|
860
|
|
|
861 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
|
862
|
|
|
863 * help.el:
|
|
|
864 * help.el (key-or-menu-binding):
|
|
|
865 * help.el (Help-find-file): New.
|
|
|
866 * help.el (describe-beta):
|
|
|
867 * help.el (describe-copying):
|
|
|
868 * help.el (describe-project):
|
|
|
869 * help.el (view-emacs-news):
|
|
|
870 * help.el (view-sample-init-el): New.
|
|
|
871 * help.el (Help-princ-face): New.
|
|
|
872 * help.el (Help-prin1-face): New.
|
|
|
873 * help.el (help-symbol-function-context-menu):
|
|
|
874 * help.el (help-symbol-variable-context-menu):
|
|
|
875 * help.el (help-symbol-function-and-variable-context-menu):
|
|
|
876 * help.el (frob-help-extents):
|
|
|
877 * help.el (describe-function-1):
|
|
|
878 * help.el (describe-variable):
|
|
|
879
|
|
|
880 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
|
881 View files in view-mode rather than Fundamental.
|
|
|
882 Remove separators from context menus -- now handled in generic code.
|
|
|
883 Add `Find Tag' to context menu.
|
|
470
|
884
|
|
462
|
885 * menubar.el (popup-mode-menu):
|
|
|
886
|
|
|
887 Rewrite code that outputs the popup menu to (a) put more specific
|
|
|
888 entries first, (b) be more robust, (c) output the proper context
|
|
|
889 menu separators automatically (the context menu functionality is
|
|
|
890 new and currently used only by Help).
|
|
|
891
|
|
|
892 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
|
893
|
|
|
894 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
|
895 this function when converting from the 21.1 GTK branch. Now
|
|
|
896 supports file, password, question, and color built-in dialogs.
|
|
|
897
|
|
|
898 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
|
899
|
|
|
900 * keydefs.el:
|
|
|
901 * keydefs.el (global-map):
|
|
|
902 Add commented-out change of M-k (for 21.5).
|
|
470
|
903
|
|
462
|
904 * menubar-items.el (default-menubar):
|
|
|
905 Fix items to control kill-line behavior; add items for
|
|
|
906 shifted motion.
|
|
470
|
907
|
|
462
|
908 * simple.el:
|
|
|
909 * simple.el (kill-whole-line):
|
|
|
910 * simple.el (historical-kill-line): Removed.
|
|
|
911 * simple.el (kill-line): Removed.
|
|
|
912 * simple.el (kill-entire-line): New.
|
|
|
913 * simple.el (kill-line-1): New.
|
|
|
914 * simple.el (backward-kill-line):
|
|
|
915 Undo kill-whole-line == always changes. Add new function
|
|
|
916 kill-entire-line to unconditionally delete the current line.
|
|
|
917 Add comments describing the lamentable state of affairs of
|
|
|
918 the kill-line functions and variables.
|
|
|
919
|
|
|
920 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
921
|
|
|
922 * simple.el:
|
|
|
923 * simple.el (beginning-of-buffer):
|
|
|
924 * simple.el (end-of-buffer):
|
|
|
925 * simple.el (mark-ring-unrecorded-commands):
|
|
|
926 * simple.el (signal-error-on-buffer-boundary):
|
|
|
927 * simple.el (shifted-motion-keys-select-region):
|
|
|
928 * simple.el (unshifted-motion-keys-deselect-region):
|
|
|
929 * simple.el (motion-keys-for-shifted-motion): New.
|
|
|
930 * simple.el (handle-pre-motion-command):
|
|
|
931 * simple.el (handle-post-motion-command):
|
|
|
932 * simple.el (forward-char-command):
|
|
|
933 * simple.el (backward-char-command):
|
|
|
934 * simple.el (scroll-up-command):
|
|
|
935 * simple.el (scroll-down-command):
|
|
|
936 * simple.el (next-line):
|
|
|
937 * simple.el (previous-line):
|
|
|
938 * simple.el (backward-block-of-lines):
|
|
|
939 * simple.el (forward-block-of-lines):
|
|
|
940 * simple.el (backward-word):
|
|
|
941 * simple.el (mark-word):
|
|
|
942
|
|
|
943 Augment documentation of the most common motion commands to make
|
|
|
944 note of the shifted-motion support. Improve the support to (a)
|
|
|
945 properly document how it works and why it's done in the fashion it
|
|
|
946 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
|
947
|
|
|
948 Correct error in the customize specification of
|
|
|
949 mark-ring-unrecorded-commands.
|
|
|
950
|
|
|
951 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
952
|
|
|
953 * font-lock.el:
|
|
|
954 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
|
955 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
|
956 * font-lock.el (font-lock-pre-idle-hook):
|
|
|
957 * font-lock.el (font-lock-after-change-function):
|
|
|
958 * font-lock.el (font-lock-fontify-pending-extents):
|
|
|
959 * font-lock.el (font-lock-lisp-like):
|
|
|
960
|
|
|
961 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
|
962 behavior) when making lots of buffer changes between redisplays,
|
|
|
963 such as when saving the Options.
|
|
|
964
|
|
|
965 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
|
966
|
|
|
967 * device.el:
|
|
|
968 * dragdrop.el:
|
|
|
969 * dumped-lisp.el:
|
|
|
970 * faces.el:
|
|
|
971 * frame.el:
|
|
|
972 * gnuserv.el:
|
|
|
973 * loadup.el:
|
|
|
974 * menubar-items.el:
|
|
|
975 * minibuf.el:
|
|
|
976 The Great GTK Merge.
|
|
|
977
|
|
|
978 * ChangeLog.GTK:
|
|
|
979 * dialog-gtk.el:
|
|
|
980 * gdk.el:
|
|
|
981 * generic-widgets.el:
|
|
|
982 * glade.el:
|
|
|
983 * gnome-widgets.el:
|
|
|
984 * gnome.el:
|
|
|
985 * gtk-compose.el:
|
|
|
986 * gtk-extra.el:
|
|
|
987 * gtk-faces.el:
|
|
|
988 * gtk-ffi.el:
|
|
|
989 * gtk-file-dialog.el:
|
|
|
990 * gtk-font-menu.el:
|
|
|
991 * gtk-glyphs.el:
|
|
|
992 * gtk-init.el:
|
|
|
993 * gtk-iso8859-1.el:
|
|
|
994 * gtk-marshal.el:
|
|
|
995 * gtk-mouse.el:
|
|
|
996 * gtk-package.el:
|
|
|
997 * gtk-password-dialog.el:
|
|
|
998 * gtk-select.el:
|
|
|
999 * gtk-widget-accessors.el:
|
|
|
1000 * gtk-widgets.el:
|
|
|
1001 * gtk.el:
|
|
|
1002 widgets-gtk.el:
|
|
|
1003 The Great GTK Merge: new files.
|
|
|
1004
|
|
|
1005 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1006
|
|
|
1007 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
|
1008 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
|
1009
|
|
|
1010 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1011
|
|
|
1012 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
|
1013
|
|
460
|
1014 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
1015
|
|
|
1016 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
|
1017
|
|
470
|
1018 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
|
1019
|
|
|
1020 * about.el (xemacs-hackers): update my entry.
|
|
|
1021 * about.el (about-maintainer-info): ditto.
|
|
|
1022 * about.el (about-hackers): ditto.
|
|
460
|
1023
|
|
|
1024 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
|
1025
|
|
|
1026 * about.el (about-maintainer-info): More vanity info about
|
|
|
1027 yours truly.
|
|
|
1028
|
|
|
1029 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
|
1030
|
|
|
1031 * build-report.el (build-report-destination): xemacs-build-reports
|
|
|
1032 has moved to SourceForge, where mailing list name length is
|
|
|
1033 restricted, hence the name change to
|
|
|
1034 xemacs-buildreports@xemacs.org.
|
|
|
1035 * build-report.el (build-report-keep-regexp): Update default.
|
|
|
1036 * build-report.el (build-report-delete-regexp): Ditto.
|
|
|
1037 * build-report.el (build-report-make-output-files): Ditto.
|
|
|
1038
|
|
|
1039 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
|
1040
|
|
|
1041 * lisp-mode.el: Add indentation specifications for following
|
|
|
1042 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
|
1043 with-open-file, with-open-stream, print-unreadable-object.
|
|
|
1044
|
|
|
1045 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
|
1046
|
|
|
1047 * font-lock.el (font-lock-set-defaults-1):
|
|
|
1048 Move initialization of `font-lock-cache-position' so that it's set
|
|
|
1049 even if font-lock-keywords is already defined.
|
|
|
1050
|
|
|
1051 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
|
1052
|
|
|
1053 * autoload.el (generate-file-autoloads-1):
|
|
|
1054 Use `emacs-lisp-mode-syntax-table' instead of
|
|
|
1055 `lisp-mode-syntax-table'.
|
|
|
1056 * lisp-mode.el (lisp-mode-syntax-table):
|
|
|
1057 Get rid of old checks for `parse-partial-sexp' version.
|
|
|
1058 Make `|' (pipe) string delimiter instead of punctuation.
|
|
|
1059
|
|
|
1060 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
1061
|
|
|
1062 * window.el (save-selected-window):
|
|
|
1063 Use gensym for better macro hygiene.
|
|
|
1064
|
|
|
1065 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
|
1066
|
|
|
1067 * dump-paths.el:
|
|
|
1068 * startup.el (startup-setup-paths): Set and use
|
|
|
1069 `mule-lisp-directory'.
|
|
|
1070 (startup-setup-paths-warning): Ditto.
|
|
|
1071
|
|
|
1072 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
|
1073 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
|
1074
|
|
|
1075 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
|
1076
|
|
|
1077 * font-lock.el: Syntax table improvements used. A few random
|
|
|
1078 changes are not specified below.
|
|
|
1079 (font-lock-fontify-string-delimiters):
|
|
|
1080 (font-lock-syntactic-keywords):
|
|
|
1081 (font-lock-cache-state nil):
|
|
|
1082 (font-lock-cache-position):
|
|
|
1083 New variables.
|
|
|
1084 (font-lock-set-syntax):
|
|
|
1085 (font-lock-apply-syntactic-highlight):
|
|
|
1086 (font-lock-fontify-syntactic-anchored-keywords):
|
|
|
1087 (font-lock-fontify-syntactic-keywords-region):
|
|
|
1088 (font-lock-eval-keywords):
|
|
|
1089 New functions.
|
|
|
1090 (font-lock-remove-face):
|
|
|
1091 (font-lock-fontify-syntactically-region):
|
|
|
1092 Use syntax properties.
|
|
|
1093
|
|
458
|
1094 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
1095
|
|
|
1096 * XEmacs 21.2.44 "Thalia" is released.
|
|
|
1097
|
|
|
1098 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
|
1099
|
|
|
1100 * startup.el (normal-top-level): Work even if no installation root
|
|
|
1101 is found.
|
|
|
1102
|
|
|
1103 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
|
1104
|
|
|
1105 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
|
1106 (set-progress-abort-instantiator): new function.
|
|
|
1107 (abort-progress-feedback): use it.
|
|
|
1108
|
|
|
1109 * gutter.el (set-gutter-dirty-p): new function.
|
|
|
1110
|
|
|
1111 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
|
1112
|
|
|
1113 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
|
1114
|
|
|
1115 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
|
1116
|
|
|
1117 * sound.el (sound-extension-list): give a better default value.
|
|
|
1118 * sound.el (load-sound-file): improve the doc string, also find
|
|
|
1119 files given by absolute names, pass a real extension list to
|
|
|
1120 `locate-file'.
|
|
|
1121
|
|
456
|
1122 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
1123
|
|
|
1124 * XEmacs 21.2.43 "Terspichore" is released.
|
|
|
1125
|
|
|
1126 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
|
1127
|
|
|
1128 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
|
1129 messages from gnuserv.
|
|
|
1130
|
|
454
|
1131 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1132
|
|
|
1133 * XEmacs 21.2.42 "Poseidon" is released.
|
|
|
1134
|
|
|
1135 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
|
1136
|
|
|
1137 * package-get.el (package-get-custom): call
|
|
|
1138 package-net-update-installed-db.
|
|
|
1139
|
|
|
1140 * package-ui.el (pui-install-selected-packages): call
|
|
|
1141 package-net-update-installed-db.
|
|
|
1142
|
|
|
1143 * package-net.el (package-net-update-installed-db): use
|
|
|
1144 packages-package-list so that we reflect reality.
|
|
|
1145
|
|
|
1146 * packages.el (packages-package-list): Make docstring reflect
|
|
|
1147 reality.
|
|
|
1148
|
|
|
1149 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
|
1150
|
|
|
1151 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
|
1152 isn't installed.
|
|
|
1153
|
|
|
1154 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
|
1155
|
|
|
1156 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
|
1157 deactivate native widgets.
|
|
|
1158 (widget-glyph-insert-glyph): record instantiator.
|
|
|
1159 (widget-push-button-value-create): use it.
|
|
|
1160
|
|
|
1161 * gui.el (gui-button-action): new function. Make button's domain
|
|
|
1162 buffer current when calling.
|
|
|
1163 (make-gui-button): update to use gui-button-action.
|
|
|
1164
|
|
|
1165 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
|
1166
|
|
|
1167 * menubar-items.el (default-menubar): add an entry for modeline
|
|
|
1168 horizontal scrolling in Options -> Display.
|
|
|
1169
|
|
|
1170 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
|
1171
|
|
|
1172 * package-get.el (package-get-require-signed-base): Set to nil
|
|
|
1173 by default.
|
|
|
1174
|
|
452
|
1175 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
|
1176
|
|
|
1177 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
|
1178
|
|
|
1179 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
|
1180
|
|
|
1181 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
|
1182 catch lisp/mule/.
|
|
|
1183
|
|
|
1184 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
|
1185
|
|
|
1186 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
|
1187 (maybe-unmigrate-user-init-file):
|
|
|
1188 (unmigrate-user-init-file): Created.
|
|
|
1189 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
|
1190 .emacs.
|
|
|
1191 Some doc fixes wrt init file location.
|
|
|
1192
|
|
|
1193 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1194
|
|
|
1195 * faces.el (face-frob-from-locale-first): new variable.
|
|
|
1196 (frob-face-font-2): Honor tags arg while trying to use
|
|
|
1197 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
|
1198 first try to set face inheriting from frobbed-face.
|
|
|
1199
|
|
|
1200 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
|
1201
|
|
|
1202 * about.el (xemacs-hackers): update my entry.
|
|
|
1203 * about.el (about-url-alist): ditto.
|
|
|
1204 * about.el (about-maintainer-info): ditto.
|
|
|
1205 * about.el (about-hackers): ditto.
|
|
|
1206
|
|
|
1207 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
|
1208
|
|
|
1209 The byte compiler has been badly broken for a year,
|
|
|
1210 by the patch of 1999-12-06.
|
|
|
1211 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
|
1212 Bug was: the byte compiler was making this erroneous optimization:
|
|
|
1213 (progn (or (foo)) (bar)) ==> (bar)
|
|
|
1214
|
|
|
1215 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
|
1216
|
|
|
1217 * setup-paths.el (paths-core-load-path-depth): Split
|
|
|
1218 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
|
1219 recurse into core.
|
|
|
1220 * setup-paths.el (paths-construct-load-path): Use.
|
|
|
1221
|
|
|
1222 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
|
1223
|
|
|
1224 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
|
1225 (package-net-win32-binary-size): ditto. add much needed
|
|
|
1226 commentary.
|
|
|
1227
|
|
|
1228 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
|
1229 for buffers-tab-max-size.
|
|
|
1230
|
|
450
|
1231 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
|
1232
|
|
|
1233 * XEmacs 21.2.40 is released.
|
|
|
1234
|
|
|
1235 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1236
|
|
|
1237 * mule/hebrew.el: Fix comments and typos.
|
|
|
1238 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
|
1239
|
|
|
1240 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1241
|
|
|
1242 * ChangeLog.1: move ancient log from fill.el.
|
|
|
1243
|
|
|
1244 * dump-paths.el:
|
|
|
1245 paragraphs.el:
|
|
|
1246 mule/mule-category.el:
|
|
|
1247 Miscellaneous typo fixes and slight doc clarifications.
|
|
|
1248
|
|
|
1249 * mule/mule-ccl.el: Correct file name in header.
|
|
|
1250
|
|
448
|
1251 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
|
1252
|
|
|
1253 * XEmacs 21.2.39 is released.
|
|
|
1254
|
|
|
1255 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
|
1256
|
|
|
1257 * byte-optimize.el (byte-optimize-cond):
|
|
|
1258 (byte-optimize-cond-1): New.
|
|
|
1259 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
|
1260 Optimizes (cond (x nil)) ==> nil.
|
|
|
1261 Provide better diagnostic on malformed expr like (cond foo).
|
|
|
1262
|
|
|
1263 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1264
|
|
|
1265 * mule/mule-coding.el:
|
|
|
1266 mule/mule-cmds.el (reset-language-environment,
|
|
|
1267 set-language-environment-coding-systems):
|
|
|
1268 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
|
1269
|
|
|
1270 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
|
1271
|
|
|
1272 * package-admin.el: Allow package removal from
|
|
|
1273 early-package-load-path.
|
|
|
1274
|
|
|
1275 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
|
1276
|
|
|
1277 * about.el (about-maintainer-info): Update my entry.
|
|
|
1278
|
|
|
1279 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
|
1280
|
|
|
1281 * packages.el (locate-library): Add support for bzip2
|
|
|
1282 compressed .el files.
|
|
|
1283
|
|
|
1284 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
|
1285
|
|
|
1286 * package-net.el: new file.
|
|
|
1287
|
|
|
1288 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
|
1289
|
|
|
1290 * font-lock.el: Add missing C++ keywords.
|
|
|
1291
|
|
|
1292 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
|
1293
|
|
|
1294 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
|
1295 starting in column 0, as documented in (Info-goto-node
|
|
|
1296 "(xemacs)Comments"). Update docstring accordingly.
|
|
|
1297
|
|
446
|
1298 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1299
|
|
|
1300 * XEmacs 21.2.38 is released.
|
|
|
1301
|
|
|
1302 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
|
1303
|
|
|
1304 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
|
1305 spurious '+' operation detected by Martin.
|
|
|
1306
|
|
|
1307
|
|
|
1308 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
|
1309
|
|
|
1310 * cl-extra.el (coerce):
|
|
|
1311 Implement char to integer coercion.
|
|
|
1312 Remove extraneous (numberp) test.
|
|
|
1313
|
|
|
1314 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
|
1315 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
|
1316 (byte-optimize-predicate):
|
|
|
1317 Warn if evaluating constant expression signals an error.
|
|
|
1318 (byte-optimize-form): Small simplification.
|
|
|
1319
|
|
|
1320 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
|
1321
|
|
|
1322 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
|
1323
|
|
|
1324 * byte-optimize.el:
|
|
|
1325 (byte-optimize-minus):
|
|
|
1326 (byte-optimize-plus):
|
|
|
1327 (byte-optimize-mult):
|
|
|
1328 (byte-optimize-quo):
|
|
|
1329 Use (car (last x)) instead of (last x) to get last elt!
|
|
|
1330 Use `byte-optimize-predicate' to optimize `%'.
|
|
|
1331 Move optimizations for special numeric args to bytecomp.el.
|
|
|
1332 * bytecomp.el (byte-compile-associative): Remove.
|
|
|
1333 (byte-compile-max): New.
|
|
|
1334 (byte-compile-min): New.
|
|
|
1335 Properly handle erroneous calls: (max) (min).
|
|
|
1336 (byte-compile-plus): New.
|
|
|
1337 (byte-compile-minus):
|
|
|
1338 It's easiest to handle 0, +1 and -1 args here.
|
|
|
1339 (byte-compile-mult): New.
|
|
|
1340 It's easiest to handle 1, -1 and 2 args here.
|
|
|
1341 (byte-compile-quo):
|
|
|
1342 It's easiest to handle 0, +1 and -1 args here.
|
|
|
1343 Issue byte-compiler warning when dividing by zero.
|
|
|
1344
|
|
|
1345 Byte-compiler arithmetic improvements.
|
|
|
1346 Better optimize these expressions in the obvious way:
|
|
|
1347 (+ x y 1) --> varref x varref y add add1
|
|
|
1348 (+ x y -1) --> varref x varref y add sub1
|
|
|
1349 (- x y 0) --> (- x y)
|
|
|
1350 (- 0 x y) --> (- (- x) y)
|
|
|
1351 (% 42 19) --> compile-time constant
|
|
|
1352 (/ 42 19) --> compile-time constant
|
|
|
1353 (* (foo) 2) --> foo call dup plus
|
|
|
1354
|
|
|
1355 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
|
1356 unless (declaim (optimize (safety 3)))
|
|
|
1357 or (setq byte-compile-delete-errors nil).
|
|
|
1358
|
|
|
1359 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1360
|
|
|
1361 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
|
1362 docstrings.
|
|
|
1363
|
|
|
1364 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1365
|
|
|
1366 * startup.el (command-line-do-help): Add documentation of
|
|
|
1367 portable dumper switches.
|
|
|
1368
|
|
|
1369 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
|
1370
|
|
|
1371 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
|
1372
|
|
|
1373 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
|
1374
|
|
|
1375 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
|
1376
|
|
|
1377 * byte-optimize.el (byte-optimize-char-before):
|
|
|
1378 (byte-optimize-backward-char):
|
|
|
1379 (byte-optimize-backward-word):
|
|
|
1380 Fix incorrect optimizations for these sorts of expressions:
|
|
|
1381 (let ((x nil)) (backward-char x))
|
|
|
1382
|
|
|
1383 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
|
1384
|
|
|
1385 * byte-optimize.el:
|
|
|
1386 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
|
1387 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
|
1388 Make backward-word and backward-char as efficient as forward versions.
|
|
|
1389
|
|
|
1390 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
|
1391 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
|
1392 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
|
1393 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
|
1394 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
|
1395 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
|
1396 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
|
1397
|
|
|
1398 * simple.el (backward-word):
|
|
|
1399 * simple.el (mark-word):
|
|
|
1400 * simple.el (kill-word):
|
|
|
1401 * simple.el (backward-kill-word):
|
|
|
1402 Make COUNT argument optional, for consistency with forward-char et al.
|
|
|
1403
|
|
|
1404 * abbrev.el (abbrev-string-to-be-defined):
|
|
|
1405 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
|
1406 * abbrev.el (inverse-add-abbrev):
|
|
|
1407 * abbrev.el (expand-region-abbrevs):
|
|
|
1408 * buff-menu.el (Buffer-menu-execute):
|
|
|
1409 * indent.el (move-to-left-margin):
|
|
|
1410 * indent.el (indent-relative):
|
|
|
1411 * indent.el (move-to-tab-stop):
|
|
|
1412 * info.el (Info-reannotate-node):
|
|
|
1413 * lisp-mode.el (lisp-indent-line):
|
|
|
1414 * lisp.el (end-of-defun):
|
|
|
1415 * lisp.el (move-past-close-and-reindent):
|
|
|
1416 * misc.el (copy-from-above-command):
|
|
|
1417 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
|
1418 * page.el (forward-page):
|
|
|
1419 * paragraphs.el (forward-paragraph):
|
|
|
1420 * paragraphs.el (end-of-paragraph-text):
|
|
|
1421 * picture.el (picture-forward-column):
|
|
|
1422 * picture.el (picture-self-insert):
|
|
|
1423 * rect.el (extract-rectangle-line):
|
|
|
1424 * simple.el (newline):
|
|
|
1425 * simple.el (fixup-whitespace):
|
|
|
1426 * simple.el (backward-delete-char-untabify):
|
|
|
1427 * simple.el (transpose-chars):
|
|
|
1428 * simple.el (transpose-preceding-chars):
|
|
|
1429 * simple.el (do-auto-fill):
|
|
|
1430 * simple.el (indent-new-comment-line):
|
|
|
1431 * simple.el (blink-matching-open):
|
|
|
1432 * view-less.el (cleanup-backspaces):
|
|
|
1433 * wid-edit.el (widget-transpose-chars):
|
|
|
1434 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
|
1435 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
|
1436
|
|
|
1437 * info.el (Info-fontify-node):
|
|
|
1438 * simple.el (backward-delete-function):
|
|
|
1439 Use canonical delete-backward-char instead of backward-delete-char.
|
|
|
1440
|
|
|
1441 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
|
1442
|
|
|
1443 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
|
1444 no buffers.
|
|
|
1445
|
|
|
1446 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
|
1447
|
|
|
1448 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
|
1449 buffer tabs.
|
|
|
1450
|
|
|
1451 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
|
1452
|
|
|
1453 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
|
1454 (proclaim inline...) was shadowing compiler-macros.
|
|
|
1455
|
|
|
1456 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
|
1457
|
|
|
1458 * bytecomp.el (byte-compile-eval): New.
|
|
|
1459 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
|
1460 Keeps this promise made in Lispref:
|
|
|
1461 "If a file being compiled contains a `defmacro' form, the macro is
|
|
|
1462 defined temporarily for the rest of the compilation of that file."
|
|
|
1463
|
|
|
1464 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
|
1465
|
|
|
1466 * cl.el (floatp-safe):
|
|
|
1467 (plusp):
|
|
|
1468 (minusp):
|
|
|
1469 (oddp):
|
|
|
1470 (evenp):
|
|
|
1471 (cl-abs):
|
|
|
1472 Use a better parameter name than `x'.
|
|
|
1473
|
|
|
1474 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
|
1475 to require PLACE, but accept any form for compatibility.
|
|
|
1476
|
|
|
1477 * abbrev.el (define-abbrev): Use check-type.
|
|
|
1478 * font-menu.el (font-menu-change-face): Use check-type.
|
|
|
1479 * menubar.el (relabel-menu-item): Use check-type.
|
|
|
1480 * itimer.el: Fix typo.
|
|
|
1481
|
|
|
1482 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1483
|
|
|
1484 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
|
1485
|
|
444
|
1486 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
|
1487
|
|
|
1488 * XEmacs 21.2.37 is released.
|
|
|
1489
|
|
|
1490 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
1491
|
|
|
1492 * code-cmds.el: Provide the feature.
|
|
|
1493
|
|
|
1494 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
|
1495
|
|
|
1496 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
|
1497
|
|
|
1498 * code-cmds.el: New file
|
|
|
1499 * mule/mule-cmds.el:
|
|
|
1500 * mule/mule-misc.el
|
|
|
1501 (coding-keymap): New keymap. Define coding system keyboard
|
|
|
1502 commands on file-coding builds too.
|
|
446
|
1503 (coding-system-change-eol-conversion):
|
|
|
1504 (universal-coding-system-argument):
|
|
|
1505 (set-default-coding-systems):
|
|
444
|
1506 (prefer-coding-system): Moved from mule-cmds.el
|
|
|
1507 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
|
1508
|
|
|
1509 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
|
1510
|
|
|
1511 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
|
1512
|
|
|
1513 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
|
1514
|
|
|
1515 * package-get.el (package-get-download-sites): Add a pre-release
|
|
|
1516 site for experimental packages.
|
|
|
1517
|
|
|
1518 * auto-autoloads.el: Regenerated.
|
|
|
1519
|
|
|
1520 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
|
1521
|
|
|
1522 * gutter-items.el (buffers-tab-omit-function): reference
|
|
|
1523 buffers-tab-select-visible-buffers.
|
|
|
1524 (buffers-tab-filter-functions): new variable, by default uses
|
|
|
1525 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
|
1526 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
|
1527 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
|
1528 of buffers-menu-omit-invisible-buffers.
|
|
|
1529 (buffers-tab-items): rewrite to use
|
|
|
1530 buffers-tab-filter-functions. Rewrite docstring.
|
|
|
1531 (gutter-buffers-tab-extent): delete.
|
|
|
1532 (add-tab-to-gutter): always build a new extent when adding the
|
|
|
1533 tabs.
|
|
|
1534 (update-tab-in-gutter): make gutter dirty when orientation
|
|
|
1535 changes.
|
|
|
1536
|
|
|
1537 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
|
1538
|
|
|
1539 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
|
1540 Only do loadhist recording if defvar form includes a value.
|
|
|
1541
|
|
|
1542 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
|
1543
|
|
|
1544 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
|
1545 `eval-when-compile' should not compile its body.
|
|
|
1546
|
|
|
1547 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1548
|
|
|
1549 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
|
1550 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
|
1551 some Japanese English. Remove some ancient FSF comments, and
|
|
|
1552 improve docstrings. Use symbols not vectors for tables.
|
|
|
1553
|
|
|
1554 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
|
1555
|
|
|
1556 * keymap.el:
|
|
|
1557 (local-key-binding):
|
|
|
1558 (global-key-binding):
|
|
|
1559 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
|
1560
|
|
|
1561 * lisp.el:
|
|
|
1562 (backward-sexp): Slightly simpler code.
|
|
|
1563 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
|
1564 (forward-list): Slightly simpler code.
|
|
|
1565 (backward-list): Slightly simpler code.
|
|
|
1566 (down-list): Make arg optional, like FSF Emacs.
|
|
|
1567 (up-list): Make arg optional, like FSF Emacs.
|
|
|
1568 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
|
1569 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
|
1570 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
|
1571
|
|
|
1572 * font-menu.el (font-menu-change-face):
|
|
|
1573 Take continuable errors into account.
|
|
|
1574
|
|
|
1575 * abbrev.el:
|
|
|
1576 * abbrev.el (clear-abbrev-table):
|
|
|
1577 * abbrev.el (define-abbrev-table):
|
|
|
1578 * abbrev.el (define-abbrev):
|
|
|
1579 * abbrev.el (insert-abbrev-table-description):
|
|
|
1580 * apropos.el (apropos-documentation-check-doc-file):
|
|
|
1581 * apropos.el (apropos-documentation-check-elc-file):
|
|
|
1582 * buff-menu.el (list-buffers):
|
|
|
1583 * buff-menu.el (list-buffers-noselect):
|
|
|
1584 * bytecomp.el (byte-recompile-directory):
|
|
|
1585 * bytecomp.el (batch-byte-compile):
|
|
|
1586 * cl-macs.el (typep):
|
|
|
1587 * code-files.el (find-coding-system-magic-cookie):
|
|
|
1588 * code-files.el (insert-file-contents):
|
|
|
1589 * cus-edit.el (customize-set-variable):
|
|
|
1590 * cus-edit.el (customize-save-variable):
|
|
|
1591 * cus-face.el (custom-set-face-font-size):
|
|
|
1592 * cus-face.el (custom-set-face-update-spec):
|
|
|
1593 * cus-face.el (custom-reset-faces):
|
|
|
1594 * custom.el (custom-check-theme):
|
|
|
1595 * custom.el (copy-upto-last):
|
|
|
1596 * fill.el (canonically-space-region):
|
|
|
1597 * fill.el (fill-paragraph):
|
|
|
1598 * fill.el (fill-region):
|
|
|
1599 * fill.el (find-space-insertable-point):
|
|
|
1600 * fill.el (justify-current-line):
|
|
|
1601 * faces.el (face-spec-update-all-matching):
|
|
|
1602 * faces.el (set-face-stipple):
|
|
|
1603 * files-nomule.el (insert-file-contents):
|
|
|
1604 * files.el (insert-file-contents-literally):
|
|
|
1605 * files.el (hack-local-variables-last-page):
|
|
|
1606 * files.el (basic-save-buffer):
|
|
|
1607 * files.el (insert-directory):
|
|
|
1608 * font-menu.el (font-menu-change-face):
|
|
|
1609 * font.el (font-spatial-to-canonical):
|
|
|
1610 * format.el (format-encode-region):
|
|
|
1611 * format.el (format-insert-file):
|
|
|
1612 * format.el (format-replace-strings):
|
|
|
1613 * gutter.el (set-gutter-element):
|
|
|
1614 * help.el (key-or-menu-binding):
|
|
|
1615 * help.el (describe-bindings):
|
|
|
1616 * help.el (with-syntax-table):
|
|
|
1617 * indent.el (indent-rigidly):
|
|
|
1618 * indent.el (delete-to-left-margin):
|
|
|
1619 * info.el:
|
|
|
1620 * info.el (Info-extract-dir-entry-from):
|
|
|
1621 * info.el (Info-build-dir-anew):
|
|
|
1622 * info.el (Info-rebuild-dir):
|
|
|
1623 * info.el (Info-batch-rebuild-dir):
|
|
|
1624 * info.el (Info-read-subfile):
|
|
|
1625 * info.el (Info-build-node-completions):
|
|
|
1626 * info.el (Info-extract-menu-node-name):
|
|
|
1627 * isearch-mode.el (isearch-range-invisible):
|
|
|
1628 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
|
1629 * itimer.el (itimerp):
|
|
|
1630 * itimer.el (itimer-live-p):
|
|
|
1631 * keymap.el:
|
|
|
1632 * keymap.el (substitute-key-definition):
|
|
|
1633 * keymap.el (read-command-or-command-sexp):
|
|
|
1634 * keymap.el (local-key-binding):
|
|
|
1635 * keymap.el (global-key-binding):
|
|
|
1636 * keymap.el (global-set-key):
|
|
|
1637 * keymap.el (local-set-key):
|
|
|
1638 * ldap.el:
|
|
|
1639 * ldap.el (ldap-add-entries):
|
|
|
1640 * ldap.el (ldap-delete-entries):
|
|
|
1641 * lisp.el (backward-sexp):
|
|
|
1642 * lisp.el (mark-sexp):
|
|
|
1643 * lisp.el (forward-list):
|
|
|
1644 * lisp.el (backward-list):
|
|
|
1645 * lisp.el (down-list):
|
|
|
1646 * lisp.el (backward-up-list):
|
|
|
1647 * lisp.el (up-list):
|
|
|
1648 * lisp.el (kill-sexp):
|
|
|
1649 * lisp.el (backward-kill-sexp):
|
|
|
1650 * menubar.el (add-menu-button):
|
|
|
1651 * menubar.el (add-submenu):
|
|
|
1652 * menubar.el (delete-menu-item):
|
|
|
1653 * menubar.el (relabel-menu-item):
|
|
|
1654 * mouse.el (narrow-window-to-region):
|
|
|
1655 * obsolete.el (define-obsolete-variable-alias):
|
|
|
1656 * obsolete.el (store-substring):
|
|
|
1657 * package-admin.el:
|
|
|
1658 * package-admin.el (package-admin-install-function):
|
|
|
1659 * package-admin.el (package-admin-install-function-mswindows):
|
|
|
1660 * package-admin.el (package-admin-default-install-function):
|
|
|
1661 * package-get.el (package-get-update-base-entries):
|
|
|
1662 * packages.el (packages-load-package-dumped-lisps):
|
|
|
1663 * packages.el (packages-collect-package-dumped-lisps):
|
|
|
1664 * printer.el (generic-print-buffer):
|
|
|
1665 * printer.el (generic-print-region):
|
|
|
1666 * replace.el (occur-mode-mouse-goto):
|
|
|
1667 * replace.el (perform-replace):
|
|
|
1668 * select.el (get-selection-no-error):
|
|
|
1669 * simple.el:
|
|
|
1670 * simple.el (newline):
|
|
|
1671 * simple.el (open-line):
|
|
|
1672 * simple.el (edit-and-eval-command):
|
|
|
1673 * simple.el (goto-line):
|
|
|
1674 * simple.el (undo):
|
|
|
1675 * simple.el (kill-region):
|
|
|
1676 * simple.el (copy-region-as-kill):
|
|
|
1677 * simple.el (kill-ring-save):
|
|
|
1678 * simple.el (set-mark):
|
|
|
1679 * simple.el (next-line):
|
|
|
1680 * simple.el (previous-line):
|
|
|
1681 * simple.el (line-move):
|
|
|
1682 * simple.el (set-goal-column):
|
|
|
1683 * simple.el (comment-region):
|
|
|
1684 * subr.el:
|
|
|
1685 * subr.el (putf):
|
|
|
1686 * syntax.el (modify-syntax-entry):
|
|
|
1687 * syntax.el (map-syntax-table):
|
|
|
1688 * view-less.el (view-file):
|
|
|
1689 * view-less.el (view-buffer):
|
|
|
1690 * view-less.el (view-file-other-window):
|
|
|
1691 * window-xemacs.el (backward-other-window):
|
|
|
1692 * window.el:
|
|
|
1693 * window.el (one-window-p):
|
|
|
1694 * window.el (walk-windows):
|
|
|
1695 * window.el (window-list):
|
|
|
1696 * x-mouse.el (x-mouse-kill):
|
|
|
1697 * x-select.el (x-get-cutbuffer):
|
|
|
1698 * x-select.el (x-store-cutbuffer):
|
|
|
1699 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
|
1700 * term/sun-mouse.el (window-line-end):
|
|
|
1701 * term/sun-mouse.el (sun-select-region):
|
|
|
1702 * term/sun.el (kill-region-and-unmark):
|
|
|
1703 * mule/mule-category.el:
|
|
|
1704 * mule/mule-category.el (modify-category-entry):
|
|
|
1705 * mule/mule-category.el (char-category-list):
|
|
|
1706 * mule/mule-coding.el (coding-system-force-on-output):
|
|
|
1707 * mule/mule-misc.el (coding-system-put):
|
|
|
1708 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
|
1709
|
|
|
1710 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1711
|
|
|
1712 * cus-face.el: Typo fixes and tiny clarifications.
|
|
|
1713 * custom.el: ditto
|
|
|
1714
|
|
|
1715 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1716
|
|
|
1717 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
|
1718 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
|
1719 if auto-save-list-file-prefix is non-nil.
|
|
|
1720
|
|
|
1721 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1722
|
|
|
1723 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
|
1724
|
|
|
1725 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
1726
|
|
|
1727 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
|
1728 get symbol at point-min.
|
|
|
1729
|
|
|
1730 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
|
1731
|
|
|
1732 * info.el (Info-emacs-info-file-name): defconst it.
|
|
|
1733 * info.el (Info-footnote-tag): defcustom it.
|
|
|
1734 * info.el (Info-no-description-string): ditto.
|
|
|
1735 * info.el (Info-find-node): adapt to new semantics of
|
|
|
1736 'Info-suffixed-file (don't do the case variants stuff).
|
|
|
1737 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
|
1738 * info.el (Info-directory-files): New. Return the list of info
|
|
|
1739 files in a directory.
|
|
|
1740 * info.el (Info-dir-outdated-p): use it.
|
|
|
1741 * info.el (Info-parse-dir-entries): ditto.
|
|
|
1742 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
|
1743 with a ".info.*" extension.
|
|
|
1744 * info.el (Info-set-mode-line): ditto.
|
|
|
1745 * info.el (Info-read-subfile): adapt to new semantics of
|
|
|
1746 'Info-suffixed-file (append 'exact argument).
|
|
|
1747 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
|
1748 string independently of the case.
|
|
|
1749 * info.el (Info-suffixed-file): use it (match all possible case
|
|
|
1750 for the file name).
|
|
|
1751 * info.el (Info-insert-file-contents): code cleanup.
|
|
|
1752 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
|
1753 columns.
|
|
|
1754 * info.el (Info-batch-rebuild-dir): ditto.
|
|
|
1755 * info.el (Info-read-node-name-1): ditto.
|
|
|
1756 * info.el (Info-search): ditto.
|
|
|
1757 * info.el (Info-fontify-node): ditto.
|
|
|
1758
|
|
|
1759
|
|
|
1760 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
|
1761
|
|
|
1762 * process.el (shell-command): when called from a program, avoid
|
|
|
1763 'push-mark's "mark-set" message.
|
|
|
1764
|
|
|
1765 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
1766
|
|
|
1767 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
|
1768 by a symbol, not by a vector.
|
|
|
1769 * mule/vietnamese.el (vscii): Likewise.
|
|
|
1770 (viscii): Likewise.
|
|
|
1771 * mule/cyrillic.el (koi8-r): Likewise.
|
|
|
1772
|
|
|
1773 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
|
1774 by a symbol, not by a vector.
|
|
|
1775 (chinese-big5-2): Likewise.
|
|
|
1776 * mule/ethiopic.el (ethiopic): Likewise.
|
|
|
1777 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
|
1778 (vietnamese-viscii-upper): Likewise.
|
|
|
1779
|
|
|
1780 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1781
|
|
|
1782 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
|
1783
|
|
|
1784 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1785
|
|
|
1786 * byte-optimize.el (byte-optimize-car): New function.
|
|
|
1787 (byte-optimize-cdr): Ditto.
|
|
|
1788
|
|
|
1789 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1790
|
|
|
1791 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
|
1792 Optimize constant concatenation.
|
|
|
1793 Add keymapp as a side effect free function. It is a built-in.
|
|
|
1794 (byte-after-unbind-pos): Remove byte-equal.
|
|
|
1795
|
|
|
1796 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
1797
|
|
|
1798 * update-elc-2.el: Quote regexps correctly.
|
|
|
1799
|
|
|
1800 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
1801
|
|
|
1802 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
|
1803 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
|
1804 check the type of the buffer magnification
|
|
|
1805 (ccl-compile-write-string): Encode a string with binary
|
|
|
1806 coding system.
|
|
|
1807 (ccl-compile-write-repeat): Likewise.
|
|
|
1808
|
|
|
1809 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
|
1810
|
|
|
1811 * buff-menu.el:
|
|
|
1812 * bytecomp.el:
|
|
|
1813 * coding.el:
|
|
|
1814 * faces.el:
|
|
|
1815 * files.el:
|
|
|
1816 * fill.el:
|
|
|
1817 * float-sup.el:
|
|
|
1818 * font-lock.el:
|
|
|
1819 * help.el:
|
|
|
1820 * iso8859-1.el:
|
|
|
1821 * loaddefs.el:
|
|
|
1822 * menubar-items.el:
|
|
|
1823 * menubar.el:
|
|
|
1824 * modeline.el:
|
|
|
1825 * msw-font-menu.el:
|
|
|
1826 * paragraphs.el:
|
|
|
1827 * paths.el:
|
|
|
1828 * replace.el:
|
|
|
1829 * simple.el:
|
|
|
1830 * sound.el:
|
|
|
1831 * startup.el:
|
|
|
1832 * version.el:
|
|
|
1833 * x-faces.el:
|
|
|
1834 * x-font-menu.el:
|
|
|
1835 Remove purecopy.
|
|
|
1836
|
|
|
1837 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
|
1838
|
|
|
1839 * simple.el (do-auto-fill): Use the function pointer to by
|
|
|
1840 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
|
1841 fixes an issue with cc-mode comment continuation.
|
|
|
1842
|
|
|
1843 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
|
1844
|
|
|
1845 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
|
1846 * mwheel.el (mwheel-install): Add (interactive).
|
|
|
1847 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
|
1848 (turn-off-font-lock): Add (interactive).
|
|
|
1849
|
|
|
1850 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
1851
|
|
|
1852 * packages.el (packages-special-base-regexp): Add `man'.
|
|
|
1853
|
|
|
1854 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
|
1855
|
|
|
1856 * wid-edit.el (widget-specify-active): map over extents in current
|
|
|
1857 buffer like `widget-specify-inactive' does. Mapping over the
|
|
|
1858 inactive extent object does not work since the current extent is
|
|
|
1859 ignored by `map-extents'.
|
|
|
1860
|
|
442
|
1861 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
|
1862
|
|
|
1863 * XEmacs 21.2.36 is released.
|
|
|
1864
|
|
|
1865 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
|
1866
|
|
|
1867 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
|
1868 Optimize the compiled-function-constants vector by byte-code
|
|
|
1869 reference counts.
|
|
|
1870
|
|
|
1871 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
|
1872
|
|
|
1873 * build-report.el (build-report-delete-regexp): quote value in
|
|
|
1874 defcustom
|
|
|
1875
|
|
|
1876 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
1877
|
|
|
1878 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
|
1879 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
|
1880 warning.
|
|
|
1881
|
|
|
1882 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
1883
|
|
|
1884 * build-report.el: Requires cl and custom now.
|
|
|
1885 build-report-version is determined by XEmacs version -- remove
|
|
|
1886 build-report-version*.
|
|
|
1887 * build-report.el (build-report-version): Removed.
|
|
|
1888 * build-report.el (build-report-installation-version-regexp): New.
|
|
|
1889 * build-report.el (build-report-version-file-regexp): New.
|
|
|
1890 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
|
1891 * build-report.el (build-report-destination): Offer
|
|
|
1892 xemacs-build-reports and xemacs-beta.
|
|
|
1893 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
|
1894 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
|
1895 * build-report.el (build-report-make-output-dir): New.
|
|
|
1896 * build-report.el (build-report-installation-file): Replace use of
|
|
|
1897 `concat' with `expand-file-name'.
|
|
|
1898 * build-report.el (build-report-make-output-file): Removed.
|
|
|
1899 * build-report.el (build-report-make-output-files): New.
|
|
|
1900 * build-report.el (build-report-subject): Identify as
|
|
|
1901 user-variable with "*...".
|
|
|
1902 * build-report.el (build-report-prompts): Ditto.
|
|
|
1903 * build-report.el (build-report-version-file): New.
|
|
|
1904 * build-report.el (build-report-file-encoding): Identify as
|
|
|
1905 user-variable with "*...".
|
|
|
1906 * build-report.el (build-report-make-output-get): New.
|
|
|
1907 * build-report.el (build-report-insert-header): Report
|
|
|
1908 emacs-version and system-configuration instead of
|
|
|
1909 build-report-version.
|
|
|
1910 * build-report.el (build-report-insert-make-output): Add file
|
|
|
1911 argument.
|
|
|
1912 * build-report.el (build-report-insert-installation-file):
|
|
|
1913 Re-indent.
|
|
|
1914 * build-report.el (build-report-keep): Change docstring,
|
|
|
1915 re-indent.
|
|
|
1916 * build-report.el (build-report-delete): Ditto.
|
|
|
1917 * build-report.el (build-report-installation-data): New.
|
|
|
1918 * build-report.el (build-report-version-file-data): New.
|
|
|
1919
|
|
|
1920 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1921
|
|
|
1922 * byte-optimize.el (byte-optimize-lapcode):
|
|
|
1923 Fix the optimization of using the first 5 elements of the
|
|
|
1924 constants vector for variables.
|
|
|
1925 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
|
1926
|
|
|
1927 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
1928
|
|
|
1929 * *: Spelling mega-patch
|
|
|
1930
|
|
|
1931 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
1932
|
|
|
1933 * easymenu.el: doc fixes.
|
|
|
1934 (easy-menu-do-define): Use backquote.
|
|
444
|
1935 (easy-menu-change):
|
|
|
1936 (easy-menu-add):
|
|
442
|
1937 `when' seems much clearer than `if' here.
|
|
|
1938 (easy-menu-remove):
|
|
444
|
1939 (easy-menu-add-item):
|
|
|
1940 (easy-menu-item-present-p):
|
|
|
1941 (easy-menu-remove-item):
|
|
442
|
1942 Wrap using (when (featurep 'menubar) ...)
|
|
|
1943
|
|
|
1944 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
1945
|
|
|
1946 * bytecomp.el (displaying-byte-compile-warnings):
|
|
|
1947 Revert Ben's change to this function below so that the compile log
|
|
|
1948 is displayed properly for users of the "popper" package.
|
|
|
1949
|
|
|
1950 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
|
1951
|
|
|
1952 * window.el (save-selected-window): Use backquote.
|
|
|
1953
|
|
444
|
1954 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
|
442
|
1955 Renamed from `byte-compile-file-form-defvar'.
|
|
|
1956 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
|
1957 Only cons onto current-load-list in top-level forms.
|
|
|
1958 Else this leaks a cons cell every time a defun is called.
|
|
|
1959 Renamed from `byte-compile-defvar', for clarity.
|
|
|
1960 Warn when docstring of defvar is not a string.
|
|
|
1961 Use consistent error messages.
|
|
|
1962 Better comments.
|
|
|
1963
|
|
|
1964 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
|
1965
|
|
|
1966 * simple.el (set-variable):
|
|
|
1967 Remove unneeded defvar by rearranging order of let* forms.
|
|
|
1968
|
|
|
1969 * mule/mule-ccl.el (ccl-get-next-code):
|
|
444
|
1970 * menubar-items.el (bookmark-menu-filter):
|
|
|
1971 (language-environment-menu-filter):
|
|
|
1972 (tutorials-menu-filter):
|
|
442
|
1973 * toolbar-items.el (toolbar-compile):
|
|
|
1974 * byte-optimize.el (disassemble-offset):
|
|
|
1975 Use (declare (special ...)) instead of `defvar'.
|
|
|
1976
|
|
|
1977 * cl-macs.el (cl-do-proclaim):
|
|
|
1978 Fix (declare (special ...)) warning suppression syntax.
|
|
|
1979
|
|
|
1980 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1981
|
|
|
1982 * info.el (Info-tag-table-marker):
|
|
|
1983 (Info-tag-table-buffer):
|
|
|
1984 (Info-find-file-node):
|
|
|
1985 (Info-read-subfile):
|
|
|
1986 (Info-build-node-completions):
|
|
|
1987 (Info-search):
|
|
|
1988 (Info-mode):
|
|
|
1989 Multiple info buffer support.
|
|
|
1990
|
|
|
1991 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
|
1992
|
|
|
1993 * ldap.el (ldap-decode-entry): New defun
|
|
|
1994 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
|
1995 entries properly
|
|
|
1996
|
|
|
1997 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
|
1998
|
|
|
1999 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
|
2000 Use `eq', not `=', to compare symbols.
|
|
|
2001
|
|
|
2002 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
|
2003
|
|
|
2004 * bytecomp.el (byte-compile-report-error):
|
|
|
2005 * bytecomp.el (displaying-byte-compile-warnings):
|
|
|
2006 if stack-trace-on-error is set, send out a backtrace when
|
|
|
2007 an error is encountered that stops byte compilation. this
|
|
|
2008 should make it much much easier to track down those curious
|
|
|
2009 problems. also undo the kludge of using a separate "*Show*"
|
|
|
2010 buffer for display when there's a temp-buffer-show-function;
|
|
|
2011 we can avoid this by just being a little smarter.
|
|
444
|
2012
|
|
442
|
2013 * dialog-items.el:
|
|
|
2014 * dialog-items.el (search-dialog-regexp): New.
|
|
|
2015 * dialog-items.el (search-dialog-callback):
|
|
|
2016 * dialog-items.el (make-search-dialog):
|
|
|
2017 add a regexp option to the dialog and clean up a bit.
|
|
444
|
2018
|
|
442
|
2019 * dialog.el:
|
|
|
2020 * dialog.el (yes-or-no-p-dialog-box):
|
|
|
2021 * dialog.el (get-dialog-box-response):
|
|
|
2022 * dialog.el (make-dialog-box):
|
|
|
2023 * dialog.el (dialog-box-finish): New.
|
|
|
2024 * dialog.el (dialog-box-cancel): New.
|
|
|
2025 * dialog.el (internal-make-dialog-box-exit): New.
|
|
|
2026 implement [properly!] the :modal property of the new dialog box
|
|
|
2027 interface. this is the first time xemacs has ever had *proper*
|
|
|
2028 modal dialog boxes, giving the standard window-system feedback.
|
|
|
2029 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
|
2030 and makes the dialog box flash three times.)
|
|
444
|
2031
|
|
442
|
2032 * dragdrop.el: header keyword frobbing.
|
|
444
|
2033
|
|
442
|
2034 * dumped-lisp.el (preloaded-file-list):
|
|
|
2035 renamed winnt.el to win32-native.el.
|
|
444
|
2036
|
|
442
|
2037 * faces.el (face-property):
|
|
|
2038 * faces.el (set-face-property):
|
|
|
2039 * faces.el (frob-face-property):
|
|
|
2040 * faces.el (frob-face-font-2):
|
|
|
2041 * faces.el (make-face-bold):
|
|
|
2042 * faces.el (make-face-italic):
|
|
|
2043 * faces.el (make-face-bold-italic):
|
|
|
2044 * faces.el (make-face-unbold):
|
|
|
2045 * faces.el (make-face-unitalic):
|
|
|
2046 * faces.el (make-face-smaller):
|
|
|
2047 * faces.el (make-face-larger):
|
|
|
2048 clean up the implementation of these so that window-system-specific
|
|
|
2049 methods are called only on objects belonging to that window system.
|
|
|
2050 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
|
2051 on font object of device type `stream', which is not good and
|
|
|
2052 explains the subtle errors Adrian was getting when byte-compiling
|
|
|
2053 something that required 'term. (Adrian, now you can use stack-trace-
|
|
|
2054 on-error to find the exact place where things are going wrong instead
|
|
|
2055 of having to laboriously binary-search your way through.)
|
|
444
|
2056
|
|
442
|
2057 * finder.el (finder-known-keywords):
|
|
|
2058 cleaned up -- properly sorted, clarified the meanings of many of
|
|
|
2059 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
|
2060 user, services. the last two try to distinguish between a package
|
|
|
2061 that's used directly by the user, and a package that provides
|
|
|
2062 support services to other packages.
|
|
444
|
2063
|
|
442
|
2064 * font-lock.el (lisp-font-lock-keywords-2):
|
|
|
2065 update list of lisp control structures to include everything,
|
|
|
2066 including new ones i introduced.
|
|
444
|
2067
|
|
442
|
2068 * gutter.el: header keyword frobbing.
|
|
444
|
2069
|
|
442
|
2070 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
|
2071 recent isearch element was not doing so! you got the second-most-
|
|
|
2072 recent instead.
|
|
|
2073
|
|
|
2074 * lisp-mode.el (construct-lisp-mode-menu):
|
|
|
2075 more menubar cleanups.
|
|
|
2076 * lisp-mode.el (with-selected-window):
|
|
|
2077 make it indent properly.
|
|
444
|
2078
|
|
442
|
2079 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
|
2080 rearranged the options menu the most, e.g. splitting up the
|
|
|
2081 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
|
2082 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
|
2083 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
|
2084 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
|
2085 Added stuff to the Cmds menu, e.g. Change Case.
|
|
|
2086
|
|
|
2087 NB please don't complain about these periodic menubar changes.
|
|
|
2088 Anything like this is necessarily incremental in its construction
|
|
|
2089 -- By constant use you gradually become more and more aware of
|
|
|
2090 better and better ways to group menu items. When we eventually
|
|
|
2091 move the options menu to a property sheet, the existing structure
|
|
|
2092 will probably be preserved fairly well.
|
|
444
|
2093
|
|
442
|
2094 * minibuf.el (next-history-element): fix problems with pressing
|
|
|
2095 down arrow in repeat-complex-command.
|
|
|
2096
|
|
|
2097 * modeline.el:
|
|
|
2098 * modeline.el (modeline-3d-p): New.
|
|
|
2099 added custom variable for controlling the 3d modeline. the
|
|
|
2100 corresponding Options item has been present for a long time,
|
|
|
2101 but commented out with "fix me!" comments. it's fixed now.
|
|
444
|
2102
|
|
442
|
2103 * obsolete.el (add-menu):
|
|
|
2104 remove bogus gettexts.
|
|
444
|
2105
|
|
442
|
2106 * process.el (shell-quote-argument):
|
|
|
2107 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
|
2108 For bash under Windows native, see below.
|
|
444
|
2109
|
|
442
|
2110 * simple.el:
|
|
|
2111 * simple.el (display-warning-buffer):
|
|
|
2112 Fixed the handling of warning display to eliminate the annoying
|
|
|
2113 *Show* buffer, like was done for byte-compiler output above.
|
|
444
|
2114
|
|
442
|
2115 * simple.el (debug-print): New.
|
|
|
2116 Simple function for sending debug messages to the console and/or
|
|
|
2117 other debug places.
|
|
|
2118
|
|
|
2119 * subr.el (replace-in-string):
|
|
|
2120 Rewrite this function to avoid N^2 behavior with large strings --
|
|
|
2121 catastrophic with the new Windows selection code! (Apparently the
|
|
|
2122 author of this function didn't realize there was a fun
|
|
|
2123 replace-match that could make his life much easier, because we
|
|
|
2124 duplicated the entire logic. The new version is smaller, easier
|
|
|
2125 to understand, much more robust, and has extended features --
|
|
|
2126 those of replace-match.)
|
|
444
|
2127
|
|
442
|
2128 * window.el:
|
|
|
2129 * window.el (with-selected-window): New.
|
|
|
2130 An obvious complement to the existing `with-selected-frame' and
|
|
|
2131 `with-current-buffer'.
|
|
|
2132
|
|
|
2133 * win32-native.el: Renamed from winnt.el.
|
|
|
2134 Added a great deal of stuff for properly handling process quoting,
|
|
|
2135 somewhat modeled on Kirill's original model (which i later threw
|
|
|
2136 away). We should now finally have correctly working process arg
|
|
|
2137 quoting/dequoting so that the final app gets exactly what we
|
|
|
2138 intended. Because the mechanism is in Lisp, it's easily
|
|
|
2139 extendible. (For those running bash and running the native
|
|
|
2140 version, I tried hard to do what I thought was correct. But more
|
|
|
2141 thought is needed, and ideally the volunteer work of people with
|
|
|
2142 these configurations that they generally run on.)
|
|
444
|
2143
|
|
442
|
2144 * x-font-menu.el (x-font-menu-font-data):
|
|
|
2145 Put in defvar's to fix byte-compiler warnings.
|
|
|
2146
|
|
|
2147 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
2148
|
|
|
2149 * select.el (selection-coercion-alist): Initialise.
|
|
|
2150 * select.el (select-coerce-to-text): New.
|
|
|
2151 * select.el (select-coerce): New.
|
|
|
2152 New functions to perform type and value coercion.
|
|
|
2153
|
|
|
2154 * select.el (select-buffer-killed-default): Keep data if it was
|
|
|
2155 on the clipboard.
|
|
|
2156
|
|
|
2157 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
|
2158
|
|
|
2159 * menubar-items.el (default-menubar): Fix typo.
|
|
|
2160 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
|
2161
|
|
|
2162 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2163
|
|
|
2164 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
|
2165 edge checking code.
|
|
|
2166
|
|
|
2167 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2168
|
|
|
2169 * paths.el (gnus-local-domain): Removed.
|
|
|
2170 (gnus-local-organization): Ditto.
|
|
|
2171 (gnus-startup-file): Ditto.
|
|
|
2172
|
|
|
2173 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2174
|
|
|
2175 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
|
2176
|
|
|
2177 2000-07-31 Andy Piper <andy@xemacs.org>
|
|
444
|
2178
|
|
442
|
2179 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
|
2180
|
|
|
2181 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2182
|
|
|
2183 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
|
2184 browse-url.
|
|
|
2185 * help.el (xemacs-www-page): Ditto.
|
|
|
2186 (xemacs-www-faq): Ditto.
|
|
|
2187 * menubar-items.el (default-menubar): Ditto.
|
|
|
2188
|
|
|
2189 * wid-edit.el (widget-url-link-action): Ditto.
|
|
|
2190 From: Kenichi OKADA <okada@opaopa.org>.
|
|
|
2191
|
|
|
2192 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2193
|
|
|
2194 * finder.el (finder-commentary): Add autoload cookie.
|
|
|
2195
|
|
|
2196 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
2197
|
|
|
2198 * files.el (insert-file-contents-literally): Fix second let
|
|
|
2199 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
|
2200 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
|
2201
|
|
|
2202 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
2203
|
|
|
2204 * files.el (insert-file-contents-literally): Use binary coding
|
|
|
2205 system (from Morioka san).
|
|
|
2206 (insert-file-contents-literally): Make file-name-handler method.
|
|
|
2207
|
|
|
2208 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
|
2209
|
|
|
2210 * cl-macs.el (get-selection): Add defsetf.
|
|
|
2211
|
|
|
2212 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
|
2213
|
|
|
2214 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
|
2215 function x-own-selection with own-selection.
|
|
|
2216 (ow-find): replace obsolete functions x-get-selection and
|
|
|
2217 x-get-clipboard with get-selection and get-clipboard.
|
|
|
2218 (init-post-x-win): replace obsolete function x-disown-selection
|
|
|
2219 with disown-selection.
|
|
|
2220
|
|
|
2221 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
|
2222
|
|
|
2223 * startup.el (load-user-init-file): Only try to load init file if
|
|
|
2224 it exists.
|
|
|
2225
|
|
|
2226 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
|
2227
|
|
|
2228 * dialog-items.el: sync with Ben's patch.
|
|
444
|
2229
|
|
442
|
2230 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
|
2231 comment.
|
|
|
2232 (progress-text-glyph): deleted.
|
|
|
2233 (progress-layout-glyph): make completely minimal.
|
|
|
2234 (progress-gauge-glyph): ditto.
|
|
|
2235 (progress-display-style): fix to handle dynamic instantiator
|
|
|
2236 changes.
|
|
|
2237 (progress-text-instantiator): new.
|
|
|
2238 (progress-layout-instantiator): new.
|
|
|
2239 (progress-gauge-instantiator): new.
|
|
|
2240 (set-progress-display-instantiator): renamed and changed from
|
|
|
2241 set-progress-display-style.
|
|
|
2242 (progress-abort-glyph): use instantiator not glyph.
|
|
|
2243 (append-progress-display): use set-progress-display-instantiator
|
|
|
2244 and set-glyph-image.
|
|
|
2245 (abort-progress-display): ditto.
|
|
|
2246 (raw-append-progress-display): ditto.
|
|
|
2247
|
|
|
2248 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
|
2249
|
|
|
2250 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
|
2251
|
|
|
2252 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
|
2253
|
|
|
2254 * autoload.el:
|
|
|
2255 Fixed comments.
|
|
|
2256
|
|
|
2257 * cmdloop.el:
|
|
|
2258 * cmdloop.el (yes-or-no-p):
|
|
|
2259 * cmdloop.el (y-or-n-p):
|
|
|
2260 Make these functions use should-use-dialog-box-p and not be
|
|
|
2261 overridden in dialog.el.
|
|
|
2262
|
|
|
2263 * cus-dep.el:
|
|
|
2264 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
|
2265 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
|
2266 * cus-dep.el (Custom-make-one-dependency): New.
|
|
|
2267 New entry point for use in Makefiles, to avoid excessive
|
|
|
2268 invocations.
|
|
|
2269
|
|
|
2270 * cus-edit.el (custom-variable-reset-saved):
|
|
|
2271 * cus-edit.el (custom-variable-reset-standard):
|
|
|
2272 * cus-edit.el (custom-save-resets):
|
|
|
2273 Fix bytecompiler warnings.
|
|
|
2274
|
|
|
2275 * dialog.el:
|
|
|
2276 * dialog.el (yes-or-no-p-dialog-box):
|
|
|
2277 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
|
2278 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
|
2279 * dialog.el (get-dialog-box-response):
|
|
|
2280 * dialog.el (message-or-box):
|
|
|
2281 * dialog.el (make-dialog-box):
|
|
|
2282 * dialog.el (popup-dialog-box): New.
|
|
|
2283 Avoid yes-or-no-p bogosities.
|
|
|
2284 Create a general function `make-dialog-box' to encapsulate all
|
|
|
2285 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
|
2286
|
|
|
2287 * dumped-lisp.el (preloaded-file-list):
|
|
|
2288 Add dialog-items. Clean up. Group files by types.
|
|
|
2289
|
|
|
2290 * easymenu.el (easy-menu-add):
|
|
|
2291 * easymenu.el (easy-menu-remove):
|
|
|
2292 Account for accelerators.
|
|
|
2293
|
|
|
2294 * extents.el:
|
|
|
2295 * extents.el (extent-list): New args, like in map-extents.
|
|
|
2296 * extents.el (extent-at-event): New.
|
|
|
2297 * extents.el (extents-at-event): New.
|
|
|
2298
|
|
|
2299 * font-lock.el:
|
|
|
2300 * font-lock.el (font-lock-mode):
|
|
|
2301 * font-lock.el (font-lock-default-fontify-buffer):
|
|
|
2302 * font-lock.el (font-lock-default-unfontify-region):
|
|
|
2303 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
|
2304 * font-lock.el (font-lock-fontify-keywords-region):
|
|
|
2305 Use new progress-feedback names.
|
|
|
2306
|
|
|
2307 * font-lock.el (java-font-lock-identifier-regexp):
|
|
|
2308 * font-lock.el (java-font-lock-class-name-regexp):
|
|
|
2309 Fix bytecompiler warnings.
|
|
|
2310
|
|
|
2311 * gutter-items.el:
|
|
|
2312 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
|
2313 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
|
2314 * gutter-items.el (progress-display-popup-period): Removed.
|
|
|
2315 * gutter-items.el (progress-feedback-popup-period): New.
|
|
|
2316 * gutter-items.el (set-progress-display-style): Removed.
|
|
|
2317 * gutter-items.el (set-progress-feedback-style): New.
|
|
|
2318 * gutter-items.el (progress-display-style): Removed.
|
|
|
2319 * gutter-items.el (progress-feedback-style): New.
|
|
|
2320 * gutter-items.el (progress-stack):
|
|
|
2321 * gutter-items.el (progress-displayed-p): Removed.
|
|
|
2322 * gutter-items.el (progress-feedbacked-p): New.
|
|
|
2323 * gutter-items.el (clear-progress-display): Removed.
|
|
|
2324 * gutter-items.el (clear-progress-feedback): New.
|
|
|
2325 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
|
2326 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
|
2327 * gutter-items.el (remove-progress-display): Removed.
|
|
|
2328 * gutter-items.el (remove-progress-feedback): New.
|
|
|
2329 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
|
2330 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
|
2331 * gutter-items.el (append-progress-display): Removed.
|
|
|
2332 * gutter-items.el (append-progress-feedback): New.
|
|
|
2333 * gutter-items.el (abort-progress-display): Removed.
|
|
|
2334 * gutter-items.el (abort-progress-feedback): New.
|
|
|
2335 * gutter-items.el (raw-append-progress-display): Removed.
|
|
|
2336 * gutter-items.el (raw-append-progress-feedback): New.
|
|
|
2337 * gutter-items.el (display-progress-display): Removed.
|
|
|
2338 * gutter-items.el (display-progress-feedback): New.
|
|
|
2339 * gutter-items.el (current-progress-display): Removed.
|
|
|
2340 * gutter-items.el (current-progress-feedback): New.
|
|
|
2341 * gutter-items.el (current-progress-display-label): Removed.
|
|
|
2342 * gutter-items.el (current-progress-feedback-label): New.
|
|
|
2343 * gutter-items.el (progress-display): Removed.
|
|
|
2344 * gutter-items.el (progress-feedback): New.
|
|
|
2345 Replace "progress-display" with "progress-feedback" globally.
|
|
|
2346
|
|
|
2347 * gutter-items.el (lprogress-display): Removed.
|
|
|
2348 * gutter-items.el (progress-feedback-with-label): New.
|
|
|
2349 Rename lprogress-display ==> progress-feedback-with-label.
|
|
|
2350
|
|
|
2351 * gutter-items.el (search-dialog-direction): Removed.
|
|
|
2352 * gutter-items.el (search-dialog-text): Removed.
|
|
|
2353 * gutter-items.el (search-dialog-callback): Removed.
|
|
|
2354 * gutter-items.el (make-search-dialog): Removed.
|
|
|
2355 Move to dialog-items.el.
|
|
|
2356
|
|
|
2357 * help.el:
|
|
|
2358 * help.el (help-mode-quit):
|
|
|
2359 * help.el (mode-for-help): New.
|
|
|
2360 * help.el (help-sticky-window): New.
|
|
|
2361 * help.el (help-window-config): New.
|
|
|
2362 * help.el (with-displaying-help-buffer):
|
|
|
2363 * help.el (function-at-event): New.
|
|
|
2364 * help.el (help-symbol-regexp): New.
|
|
|
2365 * help.el (help-symbol-run-function-1): New.
|
|
|
2366 * help.el (help-symbol-run-function): New.
|
|
|
2367 * help.el (help-symbol-function-context-menu): New.
|
|
|
2368 * help.el (help-symbol-variable-context-menu): New.
|
|
|
2369 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
|
2370 * help.el (frob-help-extents): New.
|
|
|
2371 * help.el (describe-function-1):
|
|
|
2372 * help.el (variable-at-point):
|
|
|
2373 * help.el (variable-at-event): New.
|
|
|
2374 * help.el (describe-variable):
|
|
444
|
2375 Major overhaul.
|
|
|
2376 - Make functions and variables be mousable.
|
|
|
2377 - Middle button hyperlinks.
|
|
442
|
2378 - New context-menu entries.
|
|
|
2379
|
|
|
2380 * keydefs.el:
|
|
444
|
2381 * keydefs.el (global-map):
|
|
442
|
2382 New key bindings to move lines up and down.
|
|
|
2383
|
|
|
2384 * lisp-mode.el:
|
|
|
2385 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
|
2386 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
|
2387 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
|
2388 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
|
2389 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
|
2390 Make popup and menubar menus be different. Popup menu uses
|
|
|
2391 clicked location and automatically assumes symbol under the mouse
|
|
|
2392 for various commands.
|
|
|
2393
|
|
|
2394 * menubar-items.el:
|
|
|
2395 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
|
2396 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
|
2397
|
|
|
2398 * menubar-items.el (global-popup-menu): Removed.
|
|
|
2399 * menubar-items.el (mode-popup-menu): Removed.
|
|
|
2400 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
|
2401 * menubar-items.el (popup-mode-menu): Removed.
|
|
|
2402 * menubar-items.el (popup-buffer-menu): Removed.
|
|
|
2403 * menubar-items.el (popup-menubar-menu): Removed.
|
|
|
2404 Move to menubar.el.
|
|
444
|
2405
|
|
442
|
2406 * menubar.el:
|
|
|
2407 * menubar.el (global-popup-menu): New.
|
|
|
2408 * menubar.el (mode-popup-menu): New.
|
|
|
2409 * menubar.el (activate-popup-menu-hook): New.
|
|
|
2410 * menubar.el (last-popup-menu-event): New.
|
|
|
2411 * menubar.el (popup-mode-menu): New.
|
|
|
2412 * menubar.el (popup-buffer-menu): New.
|
|
|
2413 * menubar.el (popup-menubar-menu): New.
|
|
|
2414 * menubar.el (menu-call-at-event): New.
|
|
|
2415 Move non-content functions here. Add support for context menu
|
|
|
2416 items on extents.
|
|
|
2417
|
|
444
|
2418 * minibuf.el (minibuffer-history-uniquify):
|
|
442
|
2419 Typo fix.
|
|
|
2420
|
|
444
|
2421 * minibuf.el (read-file-name-1):
|
|
442
|
2422 Call new file dialog box if it exists.
|
|
|
2423
|
|
|
2424 * minibuf.el (mouse-rfn-setup-vars):
|
|
|
2425 Clean up "chop" action.
|
|
|
2426
|
|
|
2427 * mouse.el:
|
|
|
2428 * mouse.el (button2): Now bound to mouse-track.
|
|
|
2429 * mouse.el (click-inside-extent-p):
|
|
|
2430 * mouse.el (point-inside-extent-p):
|
|
|
2431 * mouse.el (point-inside-selection-p):
|
|
|
2432 * mouse.el (mouse-drag-or-yank): Removed.
|
|
|
2433 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
|
2434 * mouse.el (mouse-eval-sexp):
|
|
|
2435 * mouse.el (mouse-track-activate-strokes): New.
|
|
|
2436 * mouse.el (mouse-track-do-activate): New.
|
|
|
2437 * mouse.el (mouse-track):
|
|
|
2438 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
|
2439 * mouse.el (default-mouse-track-cleanup-hook):
|
|
|
2440 * mouse.el (default-mouse-track-drag-hook):
|
|
|
2441 * mouse.el (default-mouse-track-drag-up-hook):
|
|
|
2442 * mouse.el (default-mouse-track-click-hook):
|
|
|
2443 Merge drag-n-drop into mouse-track.
|
|
|
2444 Add general "activate" support to replace specific button2 kludges.
|
|
|
2445 Use "button modifier" support in mouse-track.
|
|
|
2446
|
|
|
2447 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
|
2448
|
|
|
2449 * package-ui.el:
|
|
|
2450 * package-ui.el (pui-menu):
|
|
|
2451 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
|
2452 Fix bytecompiler warnings.
|
|
|
2453 Clean up popup code a bit.
|
|
|
2454
|
|
|
2455 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
|
2456
|
|
|
2457 * simple.el:
|
|
|
2458 * simple.el (transpose-lines):
|
|
|
2459 * simple.el (transpose-line-up): New.
|
|
|
2460 * simple.el (transpose-line-down): New.
|
|
|
2461 * simple.el (transpose-subr):
|
|
|
2462 * simple.el (transpose-subr-1): Removed.
|
|
|
2463 Clean up, add functions to move lines up and down.
|
|
|
2464
|
|
|
2465 * startup.el (mail-host-address):
|
|
|
2466 * startup.el (user-mail-address):
|
|
|
2467 Customize.
|
|
|
2468
|
|
|
2469 * subr.el:
|
|
|
2470 * subr.el (set-symbol-value-in-buffer): New.
|
|
|
2471 * subr.el (error):
|
|
|
2472 * subr.el (check-argument-type):
|
|
|
2473 * subr.el (defined-error-p): New.
|
|
|
2474 Add structured error support.
|
|
|
2475
|
|
|
2476 * toolbar-items.el (toolbar-compile):
|
|
|
2477 Use new make-dialog-box.
|
|
|
2478
|
|
|
2479 * update-elc.el:
|
|
|
2480
|
|
|
2481 * userlock.el (ask-user-about-lock-dbox):
|
|
|
2482 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
|
2483 * userlock.el (ask-user-about-lock):
|
|
|
2484 * userlock.el (ask-user-about-supersession-threat):
|
|
|
2485 Use new make-dialog-box.
|
|
|
2486 Add safety checks; use should use-dialog-box-p.
|
|
|
2487
|
|
|
2488 * window-xemacs.el:
|
|
|
2489 * window-xemacs.el (__buffer-dedicated-frame):
|
|
|
2490 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
|
2491 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
|
2492 Move dedicated-frame stuff into lisp.
|
|
|
2493
|
|
|
2494 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
2495
|
|
|
2496 * printer.el (generic-print-region): Do not require that
|
|
|
2497 `printer-name' be set.
|
|
|
2498 (printer-name): Commentary clarification.
|
|
|
2499
|
|
|
2500 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
|
2501
|
|
|
2502 * XEmacs 21.2.35 is released.
|
|
|
2503
|
|
|
2504 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
2505
|
|
|
2506 * select.el (selection-coercible-types): Initialise.
|
|
|
2507
|
|
|
2508 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
2509
|
|
|
2510 * select.el (own-clipboard): Bug fix.
|
|
|
2511
|
|
|
2512 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
|
2513
|
|
|
2514 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
|
2515 continuing.
|
|
|
2516
|
|
|
2517 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
|
2518
|
|
|
2519 * startup.el (load-init-file): Remove silly call to
|
|
|
2520 `load-user-custom-file`.
|
|
|
2521 (maybe-migrate-user-init-file): Minor fixes.
|
|
|
2522
|
|
|
2523 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2524
|
|
444
|
2525 * apropos.el (apropos-documentation-check-doc-file):
|
|
442
|
2526 `doc' variable should be let-bound, as was presumably intended.
|
|
|
2527
|
|
444
|
2528 * cus-edit.el (custom-variable-reset-saved):
|
|
|
2529 (custom-variable-reset-standard):
|
|
442
|
2530 Remove unused variable comment-widget. Twice.
|
|
|
2531
|
|
444
|
2532 * toolbar.el (toolbar-blank-press-function):
|
|
442
|
2533 Add a real defvar with initial value nil and proper docstring.
|
|
|
2534 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
|
2535
|
|
|
2536 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
|
2537 Add defvar for pending-delete-mode.
|
|
|
2538
|
|
|
2539 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
|
2540
|
|
444
|
2541 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
|
442
|
2542 Use let* since the second form referred to the first.
|
|
|
2543
|
|
|
2544 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
2545
|
|
|
2546 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
|
2547 instead of removed `mswindows-get-clipboard'.
|
|
|
2548
|
|
|
2549
|
|
|
2550 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
2551
|
|
|
2552 * select.el (select-convert-from-text): New.
|
|
|
2553 * select.el (select-convert-from-length): New.
|
|
|
2554 * select.el (select-convert-from-integer): New.
|
|
|
2555 * select.el (select-convert-from-identity): New.
|
|
|
2556 * select.el (select-convert-from-filename): New.
|
|
|
2557 * select.el (selection-converter-in-alist): Use them.
|
|
|
2558 New converter functions for X.
|
|
|
2559
|
|
|
2560 * select.el (get-selection): Removed comment.
|
|
|
2561
|
|
|
2562 * select.el (own-selection): Removed append code - I thought
|
|
|
2563 I'd already done this, but apparently not...
|
|
|
2564
|
|
|
2565 * select.el: Changed comment about TIMESTAMP.
|
|
|
2566
|
|
|
2567 * select.el (select-convert-in): New.
|
|
|
2568 * select.el (select-convert-out): New.
|
|
|
2569 New functions that get used by select.c.
|
|
|
2570
|
|
|
2571 * select.el (select-buffer-killed-default): New.
|
|
|
2572 * select.el (select-buffer-killed-text): New.
|
|
|
2573 * select.el (selection-buffer-killed-alist): New.
|
|
|
2574 New list and functions that get called if a relevant selection
|
|
|
2575 exists and a buffer gets killed.
|
|
|
2576
|
|
|
2577 * select.el (select-convert-to-targets):
|
|
|
2578 * select.el (select-convert-to-identity): Removed.
|
|
|
2579 * select.el (select-convert-from-identity): Removed.
|
|
|
2580 * select.el (select-converter-out-alist):
|
|
|
2581 Removed _EMACS_INTERNAL selection type.
|
|
|
2582
|
|
|
2583 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
|
2584 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
|
2585 Removed this X-specific nonesense. Use the generic support
|
|
|
2586 in select.el instead.
|
|
|
2587
|
|
|
2588 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
|
2589
|
|
444
|
2590 * mule/mule-category.el (defined-category-hashtable):
|
|
442
|
2591 Use make-hash-table instead of make-hashtable
|
|
|
2592
|
|
|
2593 * buff-menu.el: Byte-compiler warning fix.
|
|
|
2594
|
|
444
|
2595 * isearch-mode.el (isearch-highlight-all-cleanup):
|
|
442
|
2596 Remove unused variable `isearch-highlight-all-start'.
|
|
|
2597
|
|
|
2598 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
|
2599
|
|
|
2600 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
|
2601
|
|
444
|
2602 * cus-dep.el (Custom-make-dependencies):
|
|
442
|
2603 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
|
2604
|
|
|
2605 * autoload.el (autoload-package-name): Warning suppression.
|
|
|
2606 Move defvar prior to first use.
|
|
|
2607
|
|
|
2608 * custom.el: Add autoload for custom-declare-face.
|
|
|
2609 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
444
|
2610 * cl.el (cl-hack-byte-compiler):
|
|
442
|
2611 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
|
2612 to work properly.
|
|
|
2613
|
|
|
2614 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
|
2615
|
|
|
2616 * startup.el (load-home-init-file): Added variable.
|
|
|
2617 (maybe-migrate-user-init-file): Added.
|
|
|
2618 (load-user-init-file): Load custom file if different from init
|
|
|
2619 file.
|
|
|
2620
|
|
|
2621 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
|
2622 "startup."
|
|
|
2623
|
|
|
2624 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
|
2625 Moved `custom-file'-related code to cus-file.el.
|
|
|
2626
|
|
|
2627 * cus-file.el: New file.
|
|
|
2628
|
|
|
2629 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
|
2630
|
|
|
2631 * packages.el (packages-find-package-directories): Added support
|
|
|
2632 for external package hierarchies with in-place installations.
|
|
|
2633
|
|
|
2634 * find-paths.el (paths-root-in-place-p): Added.
|
|
|
2635 (paths-find-emacs-directory): Added support for external
|
|
|
2636 directories with in-place installations.
|
|
|
2637 (paths-find-site-directory): Ditto.
|
|
|
2638
|
|
|
2639 * startup.el (find-user-init-file): Also look for
|
|
|
2640 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
|
2641
|
|
|
2642 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
2643
|
|
|
2644 * select.el (own-selection):
|
|
|
2645 * select.el (own-clipboard): Changed `append' parameter to
|
|
|
2646 `how-to-use' parameter.
|
|
|
2647 * select.el (own-selection): Removed icky append code.
|
|
|
2648 * select.el (own-selection, get-selection): Removed extra type
|
|
|
2649 checking.
|
|
|
2650 * select.el (selection-appender-alist):
|
|
|
2651 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
|
2652 * select.el (select-append-to-*): New.
|
|
|
2653 * select.el (select-convert-from-*): New. New functions to append
|
|
|
2654 data and convert data from external type.
|
|
|
2655
|
|
|
2656 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
|
2657
|
|
|
2658 * font-lock.el: Javadoc enhancements.
|
|
|
2659
|
|
|
2660 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
2661
|
|
|
2662 * printer.el (generic-print-region): Compose job name from buffer
|
|
|
2663 name.
|
|
|
2664
|
|
|
2665 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2666
|
|
|
2667 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
|
2668 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
|
2669 to avoid unnecessary progress gauges.
|
|
|
2670
|
|
|
2671 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
|
2672
|
|
|
2673 * custom-load.el (faces):
|
|
|
2674
|
|
|
2675 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
|
2676 dir is a regex.
|
|
|
2677
|
|
|
2678 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
|
2679 coding systems so that jka-compr works.
|
|
|
2680
|
|
|
2681 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
|
2682
|
|
|
2683 * font-lock.el: Undo previous change. Unfortunately, some
|
|
|
2684 files actually use the variables directly in their init code
|
|
|
2685 without quoting them.
|
|
|
2686
|
|
|
2687 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
|
2688
|
|
|
2689 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
|
2690
|
|
|
2691 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
|
2692 only when necessary.
|
|
|
2693
|
|
|
2694 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
|
444
|
2695
|
|
442
|
2696 * cl-macs.el: fix cl-transform-function-property kludge
|
|
|
2697 so that it does not require a random feature.
|
|
|
2698
|
|
|
2699 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
2700
|
|
|
2701 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
|
2702 as in Linux kernel "Rules.make".
|
|
|
2703
|
|
|
2704 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
2705
|
|
|
2706 * build-report.el (build-report): Add autoload cookie.
|
|
|
2707
|
|
|
2708 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
|
2709
|
|
|
2710 * package-ui.el (defgroup pui): Correct a misspelling
|
|
|
2711 (pui-toggle-package-delete): Change `seleted' to `selected'
|
|
444
|
2712
|
|
442
|
2713 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
2714
|
|
444
|
2715 * package-get.el (package-get-update-base):
|
|
442
|
2716 (package-get): Use insert-file-contents-literally always.
|
|
|
2717 (package-get-maybe-save-index):
|
|
|
2718 Force coding system for writing to binary.
|
|
|
2719
|
|
|
2720 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
|
2721
|
|
|
2722 * code-process.el (call-process-region): If there is no coding
|
|
|
2723 system for the process on process-coding-system-alist use the
|
|
|
2724 coding system of the buffer containing the region.
|
|
|
2725
|
|
|
2726 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
2727
|
|
|
2728 * cmdloop.el (command-error):
|
|
|
2729 If debug-on-error and noninteractive, output backtrace.
|
|
|
2730
|
|
|
2731 * files.el (file-relative-name):
|
|
|
2732 Remove MSDOS references.
|
|
|
2733
|
|
|
2734 * simple.el (line-number): New function, due to non-obvious
|
|
|
2735 behavior/usage of count-lines.
|
|
|
2736
|
|
|
2737 * simple.el (count-lines): document non-obvious usage to get
|
|
|
2738 line number.
|
|
|
2739
|
|
|
2740 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
|
2741
|
|
|
2742 * faces.el ((featurep 'xpm)):
|
|
|
2743 * x-faces.el (x-init-face-from-resources):
|
|
|
2744 * x-faces.el (x-init-frame-faces):
|
|
|
2745 * x-misc.el (x-init-specifier-from-resources):
|
|
|
2746 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
|
2747 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
|
2748 * x-mouse.el (x-init-pointer-shape):
|
|
|
2749 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
|
2750 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
|
2751 rather than errors on bogus arguments.
|
|
|
2752
|
|
|
2753 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
|
2754
|
|
|
2755 * compat.el: new file. provides a clean, non-intrusive way to
|
|
|
2756 define compatibility functions.
|
|
|
2757
|
|
|
2758 * process.el (shell-quote-argument): temporary fix for lack
|
|
|
2759 of nt-quote-process-args. #### I need to put back the overall
|
|
|
2760 structure of that mechanism but redo the guts of it using the
|
|
|
2761 extra intelligence in the C code.
|
|
|
2762
|
|
|
2763 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
2764
|
|
|
2765 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
|
2766 `package-get' does in package-get.el, instead of using external
|
|
|
2767 "md5sum" program.
|
|
|
2768
|
|
|
2769 * package-get.el (package-get): Insert package file literally to
|
|
|
2770 make checksum calculation work.
|
|
|
2771
|
|
|
2772 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
2773
|
|
|
2774 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
|
2775 (file-coding-system-alist): Removed reference to
|
|
|
2776 convert-mbox-coding-system.
|
|
|
2777
|
|
|
2778 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
|
2779
|
|
|
2780 * XEmacs 21.2.34 is released.
|
|
|
2781
|
|
|
2782 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
2783
|
|
|
2784 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
|
2785
|
|
|
2786 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
2787
|
|
|
2788 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
|
2789 and fboundp
|
|
|
2790
|
|
|
2791 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
2792
|
|
|
2793 * packages.el: It's ok to use built-in macros, but not lisp
|
|
|
2794 defined ones.
|
|
|
2795
|
|
|
2796 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
|
2797
|
|
|
2798 * font-lock.el:
|
|
|
2799 * font-lock.el (font-lock-message-threshold):
|
|
|
2800 * font-lock.el (font-lock-mode):
|
|
|
2801 * font-lock.el (font-lock-default-fontify-buffer):
|
|
|
2802 * font-lock.el (font-lock-always-fontify-immediately):
|
|
|
2803 * font-lock.el (font-lock-old-extent): Removed.
|
|
|
2804 * font-lock.el (font-lock-old-len): Removed.
|
|
|
2805 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
|
2806 * font-lock.el (font-lock-pending-extent-table): New.
|
|
|
2807 * font-lock.el (font-lock-range-table): New.
|
|
|
2808 * font-lock.el (font-lock-after-change-function):
|
|
|
2809 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
|
2810 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
|
2811 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
|
2812 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
|
2813 Rewrite deferral code to handle any number of changes, merging
|
|
|
2814 them properly. Remove hacked-up code for revert-buffer, now
|
|
|
2815 unnecessary.
|
|
444
|
2816
|
|
442
|
2817 * menubar-items.el (default-menubar):
|
|
|
2818 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
|
2819 unless necessary; doing this turns off font-lock.
|
|
|
2820
|
|
|
2821 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2822
|
|
|
2823 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
|
2824
|
|
|
2825 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2826
|
|
|
2827 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
|
2828 matching to process -*-texinfo-*- -*-.
|
|
|
2829
|
|
|
2830 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
|
2831
|
|
|
2832 * minibuf.el (minibuf-directory-files): new function.
|
|
|
2833 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
|
2834 (read-directory-name-internal): ditto.
|
|
|
2835 (mouse-file-display-completion-list): ditto.
|
|
|
2836 (mouse-directory-display-completion-list): ditto.
|
|
|
2837 (read-file-name-internal): remove "./" from completion list unless
|
|
|
2838 explicitly matched, for consistency.
|
|
|
2839
|
|
|
2840 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
|
2841
|
|
|
2842 * gutter-items.el (gutter-buffers-tab):
|
|
|
2843 * gutter-items.el (add-tab-to-gutter):
|
|
|
2844 * gutter-items.el (update-tab-in-gutter):
|
|
|
2845 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
|
2846 * gutter-items.el (append-progress-display):
|
|
|
2847 * gutter-items.el (abort-progress-display):
|
|
|
2848 * gutter-items.el (raw-append-progress-display):
|
|
|
2849 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
|
2850 to fix problems with multiple windows in a frame.
|
|
444
|
2851
|
|
442
|
2852 * menubar-items.el (tutorials-menu-filter):
|
|
|
2853 Fix typo.
|
|
444
|
2854
|
|
442
|
2855 * startup.el (early-error-handler):
|
|
|
2856 Display message box under windows; otherwise, message will disappear
|
|
|
2857 before it can be viewed.
|
|
444
|
2858
|
|
442
|
2859 * update-elc.el:
|
|
|
2860 Fix bug in NEEDTODUMP processing.
|
|
|
2861
|
|
|
2862 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2863
|
|
|
2864 * startup.el (lock-directory): Removed.
|
|
|
2865 (superlock-file): Ditto.
|
|
|
2866 (startup-set-paths): Remove lockdir.
|
|
|
2867 (startup-setup-paths-warning): Remove lock-directory.
|
|
|
2868
|
|
|
2869 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
|
2870 (paths-find-superlock-file): Ditto.
|
|
|
2871
|
|
|
2872 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
2873
|
|
|
2874 * faces.el (set-face-property):
|
|
|
2875 * faces.el (set-face-font):
|
|
|
2876 * faces.el (set-face-foreground):
|
|
|
2877 * faces.el (set-face-background):
|
|
|
2878 * faces.el (set-face-background-pixmap):
|
|
|
2879 * faces.el (set-face-underline-p):
|
|
|
2880 * faces.el (set-face-strikethru-p):
|
|
|
2881 * faces.el (set-face-highlight-p):
|
|
|
2882 * faces.el (set-face-dim-p):
|
|
|
2883 * faces.el (set-face-blinking-p):
|
|
|
2884 * faces.el (set-face-reverse-p):
|
|
|
2885 doc string changes.
|
|
444
|
2886
|
|
442
|
2887 * glyphs.el:
|
|
|
2888 * glyphs.el (make-image-specifier):
|
|
|
2889 * glyphs.el (glyph-property):
|
|
|
2890 * glyphs.el (set-glyph-image):
|
|
|
2891 * glyphs.el (make-glyph):
|
|
|
2892 * glyphs.el (make-pointer-glyph):
|
|
|
2893 * glyphs.el (make-icon-glyph):
|
|
|
2894 * glyphs.el (widget-image-instance-p): New.
|
|
|
2895 authorship info, lots of doc changes. New predicate, inadvertently
|
|
|
2896 omitted. the general principle with specifier docs is now that
|
|
|
2897 the description of instantiators should go with the make-foo-specifier
|
|
|
2898 fun's doc string, rather than in foo-specifier-p. this follows
|
|
|
2899 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
|
2900 of a place to look. sometimes the make-foo-specifier function needs
|
|
|
2901 to be created in the process.
|
|
444
|
2902
|
|
442
|
2903 * gutter.el:
|
|
|
2904 * gutter.el (make-gutter-specifier): New.
|
|
|
2905 * gutter.el (make-gutter-size-specifier): New.
|
|
|
2906 * gutter.el (make-gutter-visible-specifier): New.
|
|
|
2907 specifier doc updates according to the conventions specified before.
|
|
|
2908
|
|
|
2909 * objects.el:
|
|
|
2910 * objects.el (make-font-specifier):
|
|
|
2911 * objects.el (make-color-specifier):
|
|
|
2912 * objects.el (make-face-boolean-specifier): New.
|
|
|
2913 specifier doc updates according to the conventions specified before.
|
|
|
2914
|
|
|
2915 * specifier.el:
|
|
|
2916 * specifier.el (set-specifier):
|
|
|
2917 * specifier.el (make-integer-specifier): New.
|
|
|
2918 * specifier.el (make-boolean-specifier): New.
|
|
|
2919 * specifier.el (make-natnum-specifier): New.
|
|
|
2920 * specifier.el (make-generic-specifier): New.
|
|
|
2921 * specifier.el (make-display-table-specifier): New.
|
|
|
2922 specifier doc updates according to the conventions specified before.
|
|
|
2923
|
|
|
2924 * toolbar.el:
|
|
|
2925 * toolbar.el (make-toolbar-specifier): New.
|
|
|
2926 specifier doc updates according to the conventions specified before.
|
|
|
2927
|
|
|
2928 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
2929
|
|
|
2930 * process.el (call-process-internal): Revert to previous version
|
|
|
2931 because Mike's change clashed with a change I did not long before.
|
|
|
2932 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
|
2933 Thanks very much Mike for pointing out the bug and submitting a
|
|
|
2934 patch!
|
|
|
2935
|
|
|
2936 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
|
2937
|
|
|
2938 * process.el (call-process-internal): Send the correct input buffer
|
|
|
2939 (call-process-internal): Return the exit status of the process
|
|
|
2940
|
|
|
2941 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
|
2942
|
|
|
2943 * winnt.el:
|
|
|
2944 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
|
2945 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
|
2946 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
|
2947 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
|
2948 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
|
2949 * winnt.el (nt-quote-process-args): Removed.
|
|
|
2950 Remove all stuff for argument quoting. We borrow the code instead
|
|
|
2951 from Emacs 20.6, which is much more careful in its quoting
|
|
|
2952 (e.g. in handling runs of the escape character) and avoids most of
|
|
|
2953 the need for this Lisp mechanism by checking to see whether we're
|
|
|
2954 running a Cygwin or normal program and doing the appropriate
|
|
|
2955 quoting. If we end up needing such a mechanism, we should add
|
|
|
2956 it by extending the variable `mswindows-quote-process-args' so it
|
|
|
2957 can take an alist of regexps.
|
|
|
2958
|
|
|
2959 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
|
2960
|
|
|
2961 * keydefs.el:
|
|
|
2962 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
|
2963 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
|
2964 the window without moving point.
|
|
444
|
2965
|
|
442
|
2966 * simple.el:
|
|
|
2967 * simple.el (scroll-up-one): New.
|
|
|
2968 * simple.el (scroll-down-one): New.
|
|
|
2969 Functions for use with C-M-up/down.
|
|
|
2970
|
|
|
2971 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
|
2972
|
|
|
2973 * XEmacs 21.2.33 is released.
|
|
|
2974
|
|
|
2975 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
|
2976
|
|
444
|
2977 * dialog.el (yes-or-no-p-dialog-box):
|
|
442
|
2978 Fix docstring.
|
|
444
|
2979 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
|
442
|
2980 1. Visit two files in two different frames.
|
|
|
2981 2. do File->Revert Buffer in one of those frames.
|
|
|
2982 3. Dialog box appears.
|
|
|
2983 4. Arrange things so that the mouse passes over the *other*
|
|
|
2984 frame, then to the dialog box, and click on "Yes".
|
|
|
2985 5. The file contents end up in the *wrong* buffer!
|
|
|
2986 Add TODO comment.
|
|
444
|
2987
|
|
442
|
2988 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
2989
|
|
|
2990 * help.el (describe-installation): correct typo introduced
|
|
|
2991 in last patch: boundp -> fboundp.
|
|
|
2992
|
|
|
2993 * etags.el (buffer-tag-table-list):
|
|
|
2994 canonicalize filenames to Unix format so that tag-table-alist
|
|
|
2995 searching works under Windows.
|
|
444
|
2996
|
|
442
|
2997 * autoload.el:
|
|
|
2998 Bowdlerize the supposedly objectionable words
|
|
|
2999 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
|
444
|
3000
|
|
442
|
3001 * gutter-items.el (set-progress-display-style):
|
|
|
3002 * gutter-items.el (search-dialog-callback):
|
|
|
3003 * gutter-items.el (make-search-dialog):
|
|
|
3004 Change to new callback-ex api.
|
|
|
3005
|
|
|
3006 2000-04-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
3007
|
|
|
3008 * help.el: (describe-installation): decode-coding-string is not
|
|
|
3009 defined in a non MULE environment.
|
|
|
3010
|
|
|
3011 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
3012
|
|
|
3013 * gutter-items.el (buffer-list-changed-hook):
|
|
|
3014 use it, not record-buffer-hook.
|
|
|
3015
|
|
|
3016 * subr.el (record-buffer-hook): Removed.
|
|
|
3017
|
|
|
3018 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
|
3019
|
|
|
3020 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
|
3021 use NORECORD option. Andy will not like this, but the existing
|
|
|
3022 gutter behavior is just wrong, as per this comment:
|
|
|
3023
|
|
|
3024 ;; this used to add the norecord flag to both calls below.
|
|
|
3025 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
|
3026 ;; that the current buffer is at the front of the buffers list.
|
|
|
3027 ;; for example, select an item and then do M-C-l
|
|
|
3028 ;; (switch-to-other-buffer). Things get way confused.
|
|
|
3029 ;;
|
|
|
3030 ;; Andy, if you want to maintain the current look, you must
|
|
|
3031 ;; *uncouple* the gutter order and buffers order.
|
|
|
3032
|
|
|
3033 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
|
3034
|
|
|
3035 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
|
3036 xemacs.mak.
|
|
|
3037
|
|
|
3038 * autoload.el (batch-update-one-directory): new function, used in
|
|
|
3039 xemacs.mak.
|
|
|
3040
|
|
|
3041 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
|
3042 loadup during update-elc is much much much faster. also do this
|
|
|
3043 when quick-building.
|
|
|
3044
|
|
|
3045 add commented-out code for profiling loadup.
|
|
444
|
3046
|
|
442
|
3047
|
|
|
3048 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
|
3049 is required in order to build xemacs.
|
|
|
3050
|
|
|
3051 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
|
3052
|
|
|
3053 * loadup.el: don't garbage collect during loadup if quick-build
|
|
|
3054 compile-time option is set.
|
|
|
3055
|
|
|
3056 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
|
3057
|
|
|
3058 * update-elc.el: compute whether any dumped .el or .elc files
|
|
|
3059 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
|
3060 if so.
|
|
444
|
3061
|
|
442
|
3062 * update-elc.el (update-elc-files-to-compile): always change
|
|
|
3063 NOBYTECOMPILE in the src directory rather than current dir,
|
|
|
3064 so it will work under NT.
|
|
|
3065
|
|
|
3066 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
|
3067 the form of this file is identical between Unix and Windows.
|
|
|
3068 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
|
3069 Added comment.
|
|
|
3070 (update-autoloads-from-directory): updated doc string.
|
|
|
3071 updated doc strings in a few other places.
|
|
|
3072
|
|
|
3073 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3074
|
|
|
3075 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
|
3076 byte-recompile-directory.
|
|
|
3077
|
|
|
3078 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3079
|
|
|
3080 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
|
3081 add-one-shot-hook.
|
|
|
3082 * gutter-items.el (clear-progress-display): Adjust number of
|
|
|
3083 arguments.
|
|
|
3084
|
|
|
3085 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3086
|
|
|
3087 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
|
3088
|
|
|
3089 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
|
3090
|
|
|
3091 * printer.el: New file.
|
|
444
|
3092
|
|
442
|
3093 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
|
444
|
3094
|
|
442
|
3095 * help.el (describe-installation): Fix decoding for Windows.
|
|
444
|
3096
|
|
442
|
3097 * menubar-items.el:
|
|
|
3098 * menubar-items.el (default-menubar):
|
|
|
3099 * menubar-items.el (tutorials-menu-filter): New.
|
|
|
3100 * menubar-items.el (popup-menubar-menu):
|
|
|
3101 Add authorship. Redo Help menu and Tutorials filter.
|
|
444
|
3102
|
|
442
|
3103 * menubar.el: Correct comment.
|
|
444
|
3104
|
|
442
|
3105 * modeline.el (modeline-buffer-identification): Correct doc string.
|
|
444
|
3106
|
|
442
|
3107 * simple.el:
|
|
|
3108 * simple.el (printing): Removed.
|
|
|
3109 * simple.el (printer-name): Removed.
|
|
|
3110 * simple.el (generic-print-buffer): Removed.
|
|
|
3111 * simple.el (generic-print-region): Removed.
|
|
|
3112 Move generic print code to printer.el.
|
|
|
3113
|
|
|
3114 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
|
3115
|
|
|
3116 * simple.el (generic-print-region): New.
|
|
|
3117 make this function actually work.
|
|
|
3118 (generic-print-buffer): call generic-print-region.
|
|
|
3119
|
|
|
3120 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
|
3121
|
|
|
3122 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
|
3123 by using the new widget-callback-current-channel.
|
|
|
3124 (search-dialog-callback): ditto.
|
|
|
3125
|
|
|
3126 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
|
3127
|
|
|
3128 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
|
3129 (default-gutter-position-changed-hook): ditto.
|
|
|
3130 (gutter-element-visibility-changed-hook): ditto.
|
|
|
3131 (set-gutter-element): ditto.
|
|
|
3132 (remove-gutter-element): ditto.
|
|
444
|
3133 (set-gutter-element-visible-p): ditto.
|
|
442
|
3134 (gutter-element-visible-p): ditto.
|
|
|
3135 (init-gutter): ditto.
|
|
|
3136
|
|
|
3137 * dialog.el (make-dialog-box): renamed and moved from
|
|
|
3138 gutter-items.el
|
|
|
3139
|
|
|
3140 * gutter-items.el: move various functions elsewhere.
|
|
|
3141
|
|
|
3142 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
3143
|
|
|
3144 * menubar-items.el: Fixed place of parenthesis.
|
|
|
3145
|
|
|
3146 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
|
3147
|
|
|
3148 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
|
3149 without constantly being prompted for the tag.
|
|
|
3150 * simple.el: Added a number of section headings, to clarify the
|
|
|
3151 organization of this file.
|
|
444
|
3152 * simple.el (activate-region):
|
|
|
3153 * simple.el (region-exists-p):
|
|
|
3154 * simple.el (region-active-p):
|
|
442
|
3155 Moved these three function down to the other side of
|
|
|
3156 the case-changing functions, so they join the rest of
|
|
|
3157 the region code.
|
|
|
3158 * simple.el (printing): New.
|
|
|
3159 * simple.el (printer-name): New.
|
|
|
3160 * simple.el (generic-print-buffer): New.
|
|
|
3161 New functions, a very simple prototype for a unified
|
|
|
3162 printing interface.
|
|
444
|
3163
|
|
442
|
3164 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
|
3165 other problems with BUFFER specs.
|
|
444
|
3166
|
|
442
|
3167 * menubar-items.el:
|
|
|
3168 Fixed up File->Print to use new printing functions.
|
|
|
3169 Various corrections and expansions to Grep/Compile menus.
|
|
|
3170 New options for Printing.
|
|
|
3171 New options for SMTP Mail, the way to send mail under
|
|
|
3172 MS Windows. (There's also a package patch to make SMTP
|
|
|
3173 Mail be the default under MSWin.)
|
|
|
3174
|
|
|
3175 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
|
3176
|
|
|
3177 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
|
3178 did not work. Needed to quote mouse-track-rectangle-p.
|
|
|
3179
|
|
|
3180 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3181
|
|
|
3182 * cl-compat.el (keywordp): Removed.
|
|
|
3183
|
|
|
3184 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
|
3185
|
|
|
3186 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
|
3187 (progress-gauge-glyph): use dynamic sizing.
|
|
|
3188 (set-progress-display-style): new function. Set progress glyphs
|
|
|
3189 appropriately depending on the style.
|
|
|
3190 (progress-display-style): new variable. Custom version of
|
|
|
3191 set-progress-display-style.
|
|
|
3192 (progress-abort-glyph): switch to dynamic sizes.
|
|
|
3193 (search-dialog-text): make the edit field active.
|
|
|
3194
|
|
|
3195 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
|
3196
|
|
|
3197 * gutter-items.el (make-search-dialog): need to make the search
|
|
|
3198 dialog visible after creation.
|
|
|
3199
|
|
|
3200 * menubar-items.el (default-menubar): use the search dialog for
|
|
|
3201 searching. Remove some extraneous search menu items.
|
|
|
3202
|
|
|
3203 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
|
3204 well as strings.
|
|
|
3205 (make-gutter-only-dialog-frame): allow the user to create the
|
|
|
3206 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
|
3207 (search-dialog-direction): new variable.
|
|
|
3208 (search-dialog-text): new variable.
|
|
|
3209 (search-dialog-callback): new function. Callback for the search
|
|
|
3210 dialog action.
|
|
|
3211 (make-search-dialog): new function. Create a user-friendly search
|
|
|
3212 dialog.
|
|
|
3213
|
|
|
3214 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3215
|
|
|
3216 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
|
3217 under Windows.
|
|
|
3218
|
|
|
3219 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
|
3220
|
|
|
3221 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
|
3222 progress more accurately.
|
|
|
3223
|
|
|
3224 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
|
3225
|
|
|
3226 * finder.el (finder-compile-keywords): Process readable files only.
|
|
|
3227 Because error in process of .#finder-inf.el when compile xemacs
|
|
|
3228 with --with-clash-detection option.
|
|
|
3229
|
|
|
3230 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
|
3231
|
|
|
3232 * gutter-items.el (append-progress-display): don't delay after a
|
|
|
3233 successful font-lock.
|
|
|
3234 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
|
3235 create gutter-only dialogs.
|
|
|
3236
|
|
|
3237 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
|
3238
|
|
|
3239 * process.el (call-process-internal): Handle a null BUFFER
|
|
|
3240 parameter correctly.
|
|
|
3241
|
|
|
3242 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
|
3243
|
|
|
3244 * gutter-items.el (abort-progress-display): put strings in the
|
|
|
3245 gutter not extents.
|
|
|
3246 (progress-layout-glyph): signal special 'quit callback.
|
|
|
3247 (progress-display-quit-function): deleted.
|
|
|
3248 (progress-display-stop-callback): deleted.
|
|
|
3249 (progress-display-dispatch-command-events): deleted.
|
|
|
3250 (append-progress-display): remove calls to
|
|
|
3251 progress-display-dispatch-command-events.
|
|
|
3252 (raw-append-progress-display): ditto.
|
|
|
3253
|
|
|
3254 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3255
|
|
|
3256 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
|
3257 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
|
3258 an error predicate. Correctly handle PIXMAP being either relative
|
|
|
3259 or absolute file name.
|
|
|
3260
|
|
|
3261 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
|
3262
|
|
|
3263 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
|
3264 (abort-progress-display): ditto. Don't delete the created extent.
|
|
|
3265 (raw-append-progress-display): ditto.
|
|
|
3266 (progress-display-dispatch-non-command-events): new
|
|
|
3267 function. Encapsulates what we want to do when no command input is
|
|
|
3268 required.
|
|
|
3269 (progress-display-dispatch-command-events): likewise, but disable
|
|
|
3270 for now since it causes too many problems.
|
|
|
3271 (append-progress-display): use them.
|
|
|
3272 (raw-append-progress-display): ditto.
|
|
|
3273 (default-gutter-position-changed-hook): set this rather than
|
|
|
3274 default-gutter-position-changed.
|
|
|
3275 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
|
3276 rather than one.
|
|
|
3277 (raw-append-progress-display): trap errors in pending input since
|
|
|
3278 allowing them to signal will hose the gauge well and
|
|
|
3279 truly. Ideally we would like to delay these until we are more able
|
|
|
3280 to cope.
|
|
|
3281 (append-progress-display): ditto.
|
|
|
3282
|
|
|
3283 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
|
444
|
3284
|
|
442
|
3285 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
|
3286 in process.el.
|
|
|
3287
|
|
|
3288 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
3289
|
|
444
|
3290 * mule\mule-cmds.el (set-language-info-alist):
|
|
442
|
3291 Fix to correspond to new menu arrangement.
|
|
|
3292
|
|
|
3293 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
3294
|
|
|
3295 * process.el:
|
|
|
3296 * process.el (call-process-internal): New.
|
|
|
3297 New implementation of call-process. Only enabled under NT, so far.
|
|
|
3298 stderr handling not implemented yet in CVS'd C code.
|
|
|
3299
|
|
|
3300 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
|
3301
|
|
|
3302 * lisp-mode.el:
|
|
|
3303 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
|
3304 * lisp-mode.el (lisp-interaction-mode):
|
|
|
3305 Put back Lisp Interaction menubar for Jan V's sake.
|
|
444
|
3306
|
|
442
|
3307 * simple.el:
|
|
|
3308 * simple.el (mark-ring):
|
|
|
3309 * simple.el (dont-record-current-mark): New.
|
|
|
3310 * simple.el (in-shifted-motion-command): New.
|
|
|
3311 * simple.el (mark-ring-unrecorded-commands): New.
|
|
|
3312 * simple.el (mark-ring-max):
|
|
|
3313 * simple.el (set-mark-command):
|
|
|
3314 * simple.el (push-mark):
|
|
|
3315 * simple.el (handle-pre-motion-command):
|
|
|
3316 Implement scheme for not recording unimportant marks.
|
|
444
|
3317
|
|
442
|
3318 * subr.el:
|
|
|
3319 * subr.el (function-allows-args): New.
|
|
|
3320 New function function-allows-args.
|
|
|
3321
|
|
|
3322 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
|
3323
|
|
|
3324 * XEmacs 21.2.32 is released.
|
|
|
3325
|
|
|
3326 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
|
3327
|
|
|
3328 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
|
3329 selected-window if required to do so.
|
|
|
3330 (buffers-tab-items): ditto.
|
|
|
3331 (add-tab-to-gutter): ditto.
|
|
|
3332 (create-frame-hook): use force-selection.
|
|
|
3333 (default-gutter-position-changed): lambdify.
|
|
|
3334 (update-tab-hook): deleted since it was only used in one place.
|
|
|
3335
|
|
|
3336 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
|
3337
|
|
|
3338 * files.el (find-file-noselect): undo change that shouldn't have
|
|
|
3339 gone in.
|
|
|
3340
|
|
|
3341 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
|
3342
|
|
|
3343 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
|
3344 of selected-window trickery.
|
|
|
3345
|
|
|
3346 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
|
3347 frames tabs.
|
|
|
3348 (progress-display-stop-callback): progress -> progress-display
|
|
|
3349 (progress-display-quit-function): ditto.
|
|
|
3350 (clear-progress-display): ditto.
|
|
|
3351 (remove-progress-display): ditto.
|
|
|
3352 (append-progress-display): ditto.
|
|
|
3353 (abort-progress-display): ditto.
|
|
|
3354 (raw-append-progress-display): ditto.
|
|
|
3355 (display-progress-display): ditto.
|
|
|
3356 (current-progress-display-label): ditto.
|
|
|
3357 (current-progress-display): ditto.
|
|
|
3358 (lprogress-display): ditto and save the buffer
|
|
|
3359 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
|
3360 changed which confuses font-lock.
|
|
|
3361
|
|
|
3362 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
|
3363 errors, not just quit.
|
|
|
3364 (font-lock-mode): progress -> display-progress
|
|
|
3365 (font-lock-default-fontify-buffer): ditto.
|
|
|
3366 (font-lock-fontify-syntactically-region): ditto.
|
|
|
3367 (font-lock-fontify-keywords-region): ditto.
|
|
|
3368
|
|
|
3369 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3370
|
|
|
3371 * cl.el (gensym): Move to here from cl-macs.el.
|
|
|
3372 (gentemp): Ditto.
|
|
|
3373
|
|
|
3374 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
|
3375
|
|
|
3376 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
|
3377 progress management.
|
|
|
3378 (font-lock-default-fontify-buffer): ditto.
|
|
|
3379 (font-lock-fontify-syntactically-region): ditto.
|
|
|
3380 (font-lock-fontify-keywords-region): ditto.
|
|
|
3381 (font-lock-revert-cleanup): fix reverting.
|
|
|
3382 (font-lock-revert-setup): ditto.
|
|
|
3383
|
|
|
3384 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
|
3385 echo area for progress gauges if non-nil.
|
|
|
3386 (clear-progress): remove echo area stuff and defer to
|
|
|
3387 clear-message.
|
|
|
3388 (append-progress): dispatch non-command events after each progress
|
|
|
3389 increment. Remove echo area stuff.
|
|
|
3390 (abort-progress): remove echo area stuff and defer to
|
|
|
3391 display-message.
|
|
|
3392 (raw-append-progress): ditto. Dispatch non-command events after
|
|
|
3393 gutter redisplay.
|
|
|
3394 (display-progress): defer echo area stuff to display-message.
|
|
|
3395
|
|
|
3396 * gutter-items.el (clear-progress):
|
|
|
3397 (abort-progress): indentation changes.
|
|
|
3398 (display-progress): don't clear progress.
|
|
|
3399 (append-progress): compare messages with equal.
|
|
|
3400 (raw-append-progress): use dispatch-non-command-events to flush
|
|
|
3401 widget creation events.
|
|
|
3402
|
|
|
3403 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
|
3404
|
|
|
3405 * abbrev.el:
|
|
|
3406 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
|
3407 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
|
3408 Changes for use with the menubar.
|
|
|
3409
|
|
|
3410 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
|
3411
|
|
|
3412 * alist.el (vassoc): moved here from font-menu.el.
|
|
|
3413
|
|
|
3414 * custom.el (defface): typo fix.
|
|
|
3415
|
|
|
3416 * dialog.el (yes-or-no-p-dialog-box):
|
|
|
3417 * dialog.el (message-box):
|
|
|
3418 * files.el (save-some-buffers-1):
|
|
|
3419 Put accelerators in the button names.
|
|
|
3420
|
|
|
3421 * font-lock.el (font-lock-comment-face):
|
|
|
3422 * font-lock.el (font-lock-keyword-face):
|
|
|
3423 * font-lock.el (font-lock-function-name-face):
|
|
|
3424 Fixed some of the colors under MS Windows because the existing
|
|
|
3425 default colors were hardly different from black and needed to be
|
|
|
3426 made lighter.
|
|
|
3427
|
|
|
3428 * font-menu.el:
|
|
|
3429 * font-menu.el (font-menu-split-long-menu):
|
|
|
3430 * font-menu.el (font-menu-family-constructor):
|
|
|
3431 * font-menu.el (font-menu-size-constructor):
|
|
|
3432 * font-menu.el (font-menu-weight-constructor):
|
|
|
3433 * font-menu.el (font-menu-set-font):
|
|
|
3434 vassoc moved to alist.el.
|
|
|
3435 Accelerators added to all menus.
|
|
|
3436 Unused bound var new-props removed.
|
|
444
|
3437
|
|
442
|
3438 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
|
3439 more consistent order and fixed a number of cases where key
|
|
|
3440 combinations involving up, down, left, right and so on were
|
|
|
3441 defined but the corresponding keypad combinations were not
|
|
444
|
3442 defined.
|
|
442
|
3443
|
|
|
3444 * lisp-mode.el:
|
|
|
3445 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
|
3446 * lisp-mode.el (emacs-lisp-mode):
|
|
|
3447 * lisp-mode.el (lisp-interaction-mode):
|
|
|
3448 * lisp-mode.el (flet):
|
|
|
3449 Added accelerators onto the menus.
|
|
|
3450 Made all the different versions of the let function be indented
|
|
|
3451 the same way.
|
|
|
3452 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
|
3453 to have the menubar and popup menus different.
|
|
|
3454 Cleaned up the menu; added items for find-function &c and some
|
|
|
3455 indenting, and removed debug-on-*.
|
|
|
3456
|
|
|
3457 * list-mode.el (list-mode-hook):
|
|
|
3458 * list-mode.el (list-mode):
|
|
|
3459 * list-mode.el (completion-setup-hook):
|
|
|
3460 * list-mode.el (display-completion-list):
|
|
|
3461 Added support for the :window-height keyword, which is required
|
|
|
3462 because of other changes that I made for the file dialog box. I
|
|
|
3463 also made the hook variables list-mode-hook and
|
|
|
3464 completion-setup-hook and also minibuffer-setup-hook in
|
|
|
3465 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
|
3466
|
|
|
3467 * map-ynp.el (map-y-or-n-p):
|
|
|
3468 Added accelerators to the dialog buttons.
|
|
|
3469
|
|
|
3470 * menubar-items.el (menu-truncate-list):
|
|
|
3471 New internal function.
|
|
|
3472 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
|
3473 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
|
3474 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
|
3475 New exported functions, for use in auto-generating accelerator specs.
|
|
|
3476
|
|
|
3477 * menubar-items.el:
|
|
|
3478 * menubar-items.el (default-menubar):
|
|
|
3479 * menubar-items.el (maybe-add-init-button):
|
|
|
3480 * menubar-items.el (bookmark-menu-filter):
|
|
|
3481 * menubar-items.el (slow-format-buffers-menu-line):
|
|
|
3482 * menubar-items.el (build-buffers-menu-internal):
|
|
|
3483 * menubar-items.el (language-environment-menu-filter):
|
|
|
3484 * menubar-items.el (default-popup-menu):
|
|
|
3485 * menubar-items.el (popup-buffer-menu):
|
|
|
3486 * menubar-items.el (popup-menubar-menu):
|
|
|
3487 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
|
3488 done working on the menubar, and there will be more patches to
|
|
|
3489 come. A basic summary of what I've done:
|
|
|
3490
|
|
|
3491 a) I added accelerators to all of the menu items. For menus that
|
|
|
3492 are auto-generated, such as the buffers menu, the accelerators are
|
|
|
3493 automatically added to the beginning of each line using the
|
|
|
3494 numbers 1 through 9, then zero, and then letters starting with A,
|
|
|
3495 but omitting the letters that are already in use for the fixed
|
|
|
3496 menu items at the top of the buffers menu. To facilitate adding
|
|
|
3497 accelerators of this kind, I created some new functions
|
|
|
3498 (*-accelerator-spec), which are also being used by other filters
|
|
|
3499 that auto generate lists of things such as ftp sites to download
|
|
|
3500 packages. If people really don't like these accelerators
|
|
|
3501 appearing at the beginning of the menu items, a variable can be
|
|
|
3502 added to optionally turn them off, but I think this is rather
|
|
|
3503 pointless because other menu items have accelerators and many or
|
|
|
3504 most of the menu users will use the accelerators if the support is
|
|
|
3505 there.
|
|
|
3506
|
|
|
3507 b) I combined the top level Tools and Apps menus into a single
|
|
|
3508 Tools menu, because the distinction between the two is not
|
|
|
3509 obvious, and the items on the menus are not used often enough that
|
|
444
|
3510 putting some of them onto submenus is a problem.
|
|
442
|
3511
|
|
|
3512 c) I created two new top level menus called View and Cmds because
|
|
|
3513 there were too many items on the File and Edit menus, and I'm going
|
|
|
3514 to be adding more items to these menus. In contrast to the Tools
|
|
|
3515 menu, the items on these menus may be used quite often during an
|
|
|
3516 editing session, and so should be available with fewer
|
|
444
|
3517 keystrokes.
|
|
442
|
3518
|
|
|
3519 d) I added a number of options to the options menu, including one
|
|
|
3520 for controlling whether the alt key can be used to traverse to
|
|
|
3521 menu items using the accelerators, one for controlling behavior of
|
|
|
3522 control-k, one for controlling how the kill and yank functions
|
|
|
3523 interact with the clipboard, a few additional buffers-menu
|
|
|
3524 options, and various other things. I also did a bit of
|
|
|
3525 rearranging, for example, combining the keyboard and mouse options
|
|
|
3526 into a single keyboard and mouse submenu to facilitate the
|
|
444
|
3527 accelerators on that level.
|
|
442
|
3528
|
|
|
3529 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
|
3530 to take two arguments instead of one, the second argument being
|
|
|
3531 the line number for use in creating an accelerator. I added a
|
|
|
3532 hack to support existing functions with one argument (although I
|
|
444
|
3533 doubt that very many of these exist), for backward compatibility.
|
|
442
|
3534
|
|
|
3535 f) I moved the top level mule menu to be a submenu of the edit
|
|
|
3536 menu. I think that most of the items on this menu are fairly
|
|
|
3537 useless and there are certainly not enough frequently used items
|
|
444
|
3538 to justify this being its own top level menu.
|
|
442
|
3539
|
|
|
3540 g) I combined most of the items in big-menubar.el into the main menu.
|
|
|
3541 If people think the main menu is too big, it would be possible to
|
|
|
3542 create different configurations, some smaller.
|
|
|
3543
|
|
|
3544 * menubar.el (check-menu-syntax):
|
|
|
3545 Deleted some syntax checks that were no longer valid, partly
|
|
|
3546 because of changes that were already made a long time ago, and
|
|
|
3547 partly because of a change I made where I allow the name of the
|
|
|
3548 menu item to be an evaluated expression rather than just a string,
|
|
|
3549 similar to all of the other parameters of a menu item.
|
|
|
3550
|
|
|
3551 * minibuf.el:
|
|
|
3552 * minibuf.el (read-file-name-1):
|
|
|
3553 * minibuf.el (mouse-read-file-name-1):
|
|
|
3554 I made a number of changes to improve the appearance
|
|
|
3555 and functioning of the file dialog box. They include:
|
|
|
3556
|
|
|
3557 a) Fixing the problem where closing the dialog box by clicking on
|
|
|
3558 the close button of the window didn't properly exit the
|
|
444
|
3559 minibuffer.
|
|
442
|
3560
|
|
|
3561 b) Fixing the problem that if you typed part of a file name, and
|
|
|
3562 then clicked on a completion with the mouse, the file was not
|
|
444
|
3563 correctly selected.
|
|
442
|
3564
|
|
|
3565 c) Changing the title of the dialog box to reflect the operation
|
|
|
3566 being done in accordance with user interface conventions, rather
|
|
444
|
3567 than the name of the dialog box buffer, which is rather useless.
|
|
442
|
3568
|
|
|
3569 d) Remove the words "possible completions are" which didn't
|
|
444
|
3570 belong.
|
|
442
|
3571
|
|
|
3572 e) Fix things so that the completions scroll off the end of the
|
|
|
3573 completions windows only to the right, rather than both to the
|
|
|
3574 right and down, which is in accordance with Windows user interface
|
|
444
|
3575 conventions.
|
|
442
|
3576
|
|
|
3577 * msw-init.el (init-post-mswindows-win):
|
|
|
3578 Added a binding for meta-F4, which is the standard windows binding
|
|
|
3579 for exiting a program.
|
|
|
3580
|
|
|
3581 * select.el (get-selection-no-error):
|
|
|
3582 * select.el (own-selection):
|
|
|
3583 * select.el (own-clipboard):
|
|
|
3584 Added an optional argument called append to the functions
|
|
|
3585 own-selection and own-clipboard. This adds support for appending
|
|
|
3586 text to the existing selection and allows the function
|
|
|
3587 own-clipboard to be used as the value of the variable
|
|
|
3588 interprogram- cut-function.
|
|
|
3589
|
|
|
3590 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
|
3591
|
|
|
3592 * simple.el (historical-kill-line): New.
|
|
|
3593
|
|
|
3594 * simple.el (kill-line):
|
|
|
3595 * simple.el (interprogram-cut-function):
|
|
|
3596 * simple.el (interprogram-paste-function):
|
|
|
3597 * simple.el (handle-pre-motion-command):
|
|
|
3598 * simple.el (next-line):
|
|
|
3599 * simple.el (previous-line):
|
|
|
3600 a) Expanded the variable kill-whole-line, so that function
|
|
|
3601 kill-line can be set to delete the entire line always, not just
|
|
|
3602 when cursor is at the beginning of the line. This is controlled
|
|
|
3603 by setting the variable kill-whole-line to the symbol 'always.
|
|
|
3604 This behavior, as well as the existing kill-whole-line behavior,
|
|
|
3605 now only take effect when kill-line is called interactively,
|
|
|
3606 although this is a departure from a previous behavior in the case
|
|
|
3607 of setting this variable kill-whole-line to t. It is almost
|
|
|
3608 certainly what has always been intended, and most likely the old
|
|
|
3609 way of doing things introduced bugs. I also created a function
|
|
|
3610 called historical-kill-line, which ignores the kill-whole-line
|
|
|
3611 setting and always gives the historical behavior of only killing
|
|
|
3612 to the end of the line. I bound this function to shift- control-k
|
|
|
3613 so that the kill to end of line behavior is available, even when
|
|
|
3614 kill-whole-line has been set to change control-k into the simple
|
|
|
3615 delete-whole-line behavior. (This can be set using the options
|
|
|
3616 menu.)
|
|
|
3617
|
|
|
3618 b) I changed things so that kill and yank now interact with the
|
|
|
3619 clipboard by default under windows. This was done by changing the
|
|
|
3620 default value of interprogram-cut- function and
|
|
|
3621 interprogram-paste-function. You can get the old behavior by
|
|
|
3622 setting these to nil, and there is an option on the options menu
|
|
|
3623 to do this.
|
|
|
3624
|
|
|
3625 c) I added support for selecting text using shifted motion keys.
|
|
|
3626 This support is on by default and can be controlled by the
|
|
|
3627 variable shifted-motion-keys-select-region. There is also a
|
|
|
3628 variable called unshifted-motion-keys-deselect-region that
|
|
|
3629 controls more specifically how the shifted motion key behavior
|
|
|
3630 works. I did not put an option on the options menu to turn this
|
|
|
3631 off, because I can't imagine why this would be useful.
|
|
|
3632
|
|
|
3633 * simple.el (forward-block-of-lines):
|
|
|
3634 * simple.el (backward-block-of-lines):
|
|
|
3635 * simple.el (block-movement-size):
|
|
|
3636 New.
|
|
|
3637
|
|
|
3638 * simple.el (uncapitalized-title-words):
|
|
|
3639 * simple.el (uncapitalized-title-word-regexp):
|
|
|
3640 * simple.el (capitalize-string-as-title):
|
|
|
3641 * simple.el (capitalize-region-as-title):
|
|
|
3642 New.
|
|
444
|
3643
|
|
442
|
3644
|
|
|
3645 * subr.el (add-hook):
|
|
|
3646 * subr.el (make-local-hook): New.
|
|
|
3647 * subr.el (remove-local-hook): New.
|
|
|
3648 * subr.el (add-one-shot-hook): New.
|
|
|
3649 * subr.el (add-local-one-shot-hook): New.
|
|
|
3650 Added some functions to make using hooks easier.
|
|
|
3651 These include:
|
|
|
3652
|
|
|
3653 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
|
3654 to use local hooks.
|
|
|
3655
|
|
|
3656 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
|
3657 make it possible to add a "one-shot" hook, which is to say a hook
|
|
|
3658 that runs only once, and automatically removes itself after the
|
|
|
3659 first time it has run.
|
|
|
3660
|
|
|
3661 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
|
3662
|
|
|
3663 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
|
3664
|
|
|
3665 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3666
|
|
|
3667 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
|
3668 Moved from menubar-items.el.
|
|
|
3669 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
|
3670
|
|
|
3671 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
3672
|
|
|
3673 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
|
3674 to buffers tab spec.
|
|
|
3675
|
|
|
3676 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3677
|
|
|
3678 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
|
3679
|
|
|
3680 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
|
3681
|
|
|
3682 * startup.el (command-line-1): remove unused variable
|
|
|
3683 `first-file-buffer'.
|
|
|
3684
|
|
|
3685 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3686
|
|
|
3687 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
|
3688 which is also used for Web server log files.
|
|
|
3689
|
|
|
3690 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
3691
|
|
|
3692 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
|
3693
|
|
|
3694 2000-03-02 SL Baur <steve@beopen.com>
|
|
|
3695
|
|
|
3696 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
|
3697 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
|
3698 non-deletion of buffer after execution problem.
|
|
|
3699 (with-output-to-string): Use unique buffer name.
|
|
|
3700
|
|
|
3701 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
3702
|
|
|
3703 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
|
3704 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
|
3705
|
|
|
3706 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
3707
|
|
|
3708 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
|
3709
|
|
|
3710 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
|
3711
|
|
|
3712 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
|
3713 .emacs" button from all menubars.
|
|
|
3714
|
|
|
3715 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
|
3716
|
|
|
3717 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
|
3718 region rectangle replacement (from Jan Vroonhof).
|
|
|
3719 (replace-rectangle): new function.
|
|
|
3720
|
|
|
3721 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
3722
|
|
|
3723 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
|
3724 set-terminal-coding-system and set-keyboard-coding-system.
|
|
|
3725 * coding.el (set-terminal-coding-system): Use
|
|
|
3726 set-console-tty-output-coding-system.
|
|
|
3727 (set-keyboard-coding-system): Use
|
|
|
3728 set-console-tty-input-coding-system.
|
|
|
3729
|
|
|
3730 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3731
|
|
|
3732 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
|
3733
|
|
|
3734 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
|
3735
|
|
|
3736 * gutter-items.el (update-tab-hook): new function to be used for
|
|
|
3737 hooks.
|
|
|
3738 (create-frame-hook): add update-tab-hook.
|
|
|
3739 (record-buffer-hook): ditto.
|
|
|
3740 (default-gutter-position-changed): ditto.
|
|
|
3741 (default-gutter-position): updating the buffers tab is now handled
|
|
|
3742 by a hook.
|
|
|
3743 (default-gutter-position-changed-hook): new variable.
|
|
|
3744 (gutter-element-visibility-changed-hook): ditto.
|
|
|
3745 (set-gutter-element-visible-p): call it.
|
|
|
3746 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
|
3747 as duplicable before using.
|
|
|
3748 (remove-gutter-element): ditto.
|
|
|
3749 (set-gutter-element-visible-p): ditto.
|
|
|
3750 (init-gutter): new function.
|
|
|
3751 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
|
3752 setting specifiers directly.
|
|
|
3753 (clear-progress): ditto.
|
|
|
3754 (abort-progress): ditto.
|
|
|
3755 (gutter-buffers-tab-visible-p): renamed from
|
|
|
3756 default-gutter-visible-p
|
|
|
3757
|
|
|
3758 * specifier.el (modify-specifier-instances): new function from Jan
|
|
|
3759 Vroonhof.
|
|
|
3760
|
|
|
3761 * x-init.el (init-post-x-win): call init-gutter.
|
|
|
3762
|
|
|
3763 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
|
3764
|
|
|
3765 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
|
3766 variables.
|
|
|
3767
|
|
|
3768 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
|
3769
|
|
|
3770 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
|
3771 elements to the specified gutter.
|
|
|
3772 (remove-gutter-element): new function. Remove gutter elements from
|
|
|
3773 the specified gutter.
|
|
|
3774 (set-gutter-element-visible-p): new function. Set gutter element
|
|
|
3775 visibility for the provided gutter-visible specifier.
|
|
|
3776
|
|
|
3777 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
|
3778
|
|
|
3779 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
|
3780 dynamically.
|
|
|
3781
|
|
|
3782 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
|
3783
|
|
|
3784 * gutter-items.el (add-tab-to-gutter):
|
|
|
3785 * package-get.el (package-get-interactive-package-query):
|
|
|
3786 * package-ui.el (pui-directory-exists):
|
|
|
3787 (pui-install-selected-packages):
|
|
|
3788 (pui-list-packages):
|
|
|
3789 Use #'(lambda ...) instead of '(lambda ...).
|
|
|
3790
|
|
|
3791 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
|
3792
|
|
|
3793 * startup.el (load-user-init-file): Check to make sure user
|
|
|
3794 has an init-file before calling load().
|
|
|
3795
|
|
|
3796 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
3797
|
|
|
3798 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
|
3799
|
|
|
3800 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
3801
|
|
|
3802 * XEmacs 21.2.31 is released.
|
|
|
3803
|
|
|
3804 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
|
3805
|
|
|
3806 * loadup.el (really-early-error-handler):
|
|
|
3807 * update-elc.el:
|
|
|
3808 * make-docfile.el:
|
|
|
3809 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
|
3810
|
|
|
3811 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
|
3812
|
|
|
3813 * XEmacs 21.2.30 is released.
|
|
|
3814
|
|
|
3815 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
|
3816
|
|
|
3817 * byte-optimize.el (byte-optimize-plus):
|
|
|
3818 (byte-optimize-minus):
|
|
|
3819 (byte-optimize-multiply):
|
|
|
3820 Optimize (- 0) to 0, not (-)
|
|
|
3821 Optimize (+ 5 3.0) to 8.0
|
|
|
3822 Optimize (* 5 3.0) to 15.0
|
|
|
3823 Improve readability.
|
|
|
3824
|
|
|
3825 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
3826
|
|
|
3827 * modeline.el: (modeline-scrolling-method): change modeline
|
|
|
3828 mswindows cursor appearance according to the value.
|
|
|
3829
|
|
|
3830 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
|
3831 and 'gui-element face colors and 'gui-element face font to Windows
|
|
|
3832 defaults.
|
|
|
3833
|
|
|
3834 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
|
3835
|
|
|
3836 * font-lock.el: Javadoc enhancements
|
|
|
3837
|
|
|
3838 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
3839
|
|
|
3840 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
|
3841 (ldap-verbose): New option
|
|
|
3842 (ldap-search-entries): Renamed from the previous ldap-search
|
|
|
3843 Conditionalize message display on ldap-verbose
|
|
|
3844 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
|
3845 defuns
|
|
|
3846 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
|
3847 ldap-search-basic or ldap-search-entries
|
|
|
3848
|
|
|
3849
|
|
|
3850 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
|
3851 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
|
3852 Jan Vroonhof <jan@xemacs.org>
|
|
|
3853
|
|
|
3854 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
|
3855 When for-effect is true, didn't call `byte-optimize-form'
|
|
|
3856 in and/or subforms without last.
|
|
|
3857
|
|
|
3858 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
3859
|
|
|
3860 * package-get.el (package-get-download-sites): Use correct custom
|
|
|
3861 type.
|
|
|
3862
|
|
|
3863 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
3864
|
|
|
3865 * files.el (write-file): Ask for coding system when compiled with
|
|
|
3866 file-coding.
|
|
|
3867
|
|
|
3868 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
|
3869
|
|
|
3870 * buffer.el (switch-to-buffer): give norecord argument to
|
|
|
3871 set-window-buffer instead of explicitly recording.
|
|
|
3872
|
|
|
3873 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
|
3874 we have to pick a window.
|
|
|
3875
|
|
|
3876 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
3877
|
|
|
3878 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
|
3879 unexist function to help-map.
|
|
|
3880 (describe-coding-system): Don't use already assigend `C'.
|
|
|
3881
|
|
|
3882 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
3883
|
|
|
3884 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
|
3885 work in custom.
|
|
|
3886
|
|
|
3887 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
|
3888
|
|
|
3889 * about.el: Ienaga's e-mail address change.
|
|
|
3890
|
|
|
3891 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
|
3892
|
|
|
3893 * etags.el (find-tag): force new window -- even if buf already
|
|
|
3894 visible -- when other-window is t
|
|
|
3895
|
|
|
3896 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
3897
|
|
|
3898 * XEmacs 21.2.29 is released.
|
|
|
3899
|
|
|
3900 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
3901
|
|
|
3902 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
|
3903 just defalias it.
|
|
|
3904 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
|
3905 byte-compiler level, using define-compiler-macro.
|
|
|
3906
|
|
|
3907 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
3908
|
|
|
3909 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
|
3910
|
|
|
3911 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
3912
|
|
|
3913 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
|
3914 a regular expression that matches against the tagname
|
|
|
3915 part of the tag entry first instead of only looking in
|
|
|
3916 the context area.
|
|
|
3917
|
|
|
3918 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
3919
|
|
|
3920 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
|
3921 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
|
3922
|
|
440
|
3923 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
3924
|
|
|
3925 * XEmacs 21.2.28 is released.
|
|
|
3926
|
|
|
3927 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
3928
|
|
|
3929 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
|
3930 Make arglist match docstring.
|
|
|
3931 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
|
3932 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
|
3933 * byte-optimize.el: remove references to `get*'.
|
|
|
3934
|
|
|
3935 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
3936
|
|
|
3937 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
|
3938
|
|
|
3939 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
|
3940
|
|
|
3941 * byte-optimize.el: Byte-optimize (length "foo")
|
|
|
3942
|
|
|
3943 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
3944
|
|
|
3945 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
|
3946 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
|
3947
|
|
|
3948 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
|
3949
|
|
|
3950 * wid-edit.el (widget-match-inline): An atom never matches a
|
|
442
|
3951 list.
|
|
440
|
3952
|
|
|
3953 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
3954
|
|
|
3955 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
|
3956 'win tag.
|
|
|
3957
|
|
|
3958 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
|
3959
|
|
|
3960 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
|
3961 intelligent about buffer naming when we have duplicates.
|
|
|
3962
|
|
|
3963 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
|
3964
|
|
|
3965 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
|
3966 updated when it becomes visible.
|
|
|
3967
|
|
|
3968 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
3969
|
|
|
3970 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
|
3971 system under MULE and file-coding.
|
|
|
3972
|
|
|
3973 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
3974
|
|
442
|
3975 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
|
3976 (dontusethis-set-value-terminal-coding-system-handler):
|
|
|
3977 (dontusethis-set-value-keyboard-coding-system-handler):
|
|
440
|
3978 Never undefine coding system aliases. Emergency fix for gnus.
|
|
|
3979
|
|
|
3980 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3981
|
|
|
3982 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
|
3983 of hard-coded "/".
|
|
|
3984
|
|
|
3985 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3986
|
|
|
3987 * startup.el (user-init-file-base-list): New variable, replacing
|
|
|
3988 user-init-file-base.
|
|
|
3989 (find-user-init-file): New function.
|
|
|
3990 (command-line-early): Use it.
|
|
|
3991 (load-user-init-file): Ditto.
|
|
|
3992
|
|
|
3993 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
3994
|
|
|
3995 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
|
3996 calling valid-image-instantiator-format-p
|
|
|
3997
|
|
|
3998 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
3999
|
|
|
4000 * isearch-mode.el (isearch-mode): The variable is
|
|
|
4001 isearch-unhidden-extents, not isearch-opened-extents.
|
|
|
4002
|
|
|
4003 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4004
|
|
|
4005 * minibuf.el (next-history-element): Modify error message if a
|
|
|
4006 default value is available.
|
|
|
4007
|
|
|
4008 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
4009
|
|
|
4010 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
|
4011 .elc files in binary - might contain non-Latin1.
|
|
|
4012
|
|
|
4013 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4014
|
|
|
4015 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
|
4016 for windows-nt.
|
|
|
4017
|
|
442
|
4018 * version.el:
|
|
|
4019 * startup.el (user-init-file-base):
|
|
|
4020 * process.el (call-process-region):
|
|
|
4021 * files.el (make-backup-file-name):
|
|
|
4022 (backup-file-name-p):
|
|
|
4023 (file-relative-name):
|
|
|
4024 (abbreviate-file-name):
|
|
|
4025 (set-auto-mode):
|
|
440
|
4026 * code-process.el (call-process-region): Removed unnecessary
|
|
|
4027 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
|
4028 support out of the universe.
|
|
|
4029
|
|
|
4030 * process.el:
|
|
442
|
4031 * code-process.el:
|
|
440
|
4032 * bytecomp.el (byte-compile-file): Removed reference to
|
|
|
4033 buffer-file-type, and commented usage of binary-process-output
|
|
|
4034 NTEmacs variables.
|
|
|
4035
|
|
|
4036 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4037
|
|
|
4038 * help.el (function-arglist): Add case for macro.
|
|
|
4039
|
|
|
4040 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4041
|
|
|
4042 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
|
4043 printers.
|
|
|
4044 (custom-display): Added a menu for printer/display tags.
|
|
|
4045
|
|
|
4046 * frame.el (frame-type):
|
|
|
4047 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
|
4048 removed 'pc -- it is not going to be implemented ever.
|
|
|
4049 (call-device-method): Fixed docstring typo.
|
|
|
4050 Defined specifier tags 'printer and 'display.
|
|
|
4051
|
|
|
4052 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
4053
|
|
|
4054 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
|
4055 last-command-event-time) instead of (consp
|
|
|
4056 'last-command-event-time).
|
|
|
4057
|
|
|
4058 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4059
|
|
|
4060 * msw-glyphs.el: Removed obsolete commentary.
|
|
|
4061
|
|
|
4062 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4063
|
|
|
4064 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
|
4065 better default value.
|
|
|
4066
|
|
|
4067 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4068
|
|
|
4069 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
|
4070 (read-string): Ditto.
|
|
|
4071 (eval-minibuffer): Ditto.
|
|
|
4072 (read-command): Ditto.
|
|
|
4073 (read-function): Ditto.
|
|
|
4074 (read-variable): Ditto.
|
|
|
4075 (read-number): Ditto.
|
|
|
4076 (read-shell-command): Ditto.
|
|
|
4077 (read-number): Record history.
|
|
|
4078
|
|
|
4079 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4080
|
|
|
4081 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
|
4082
|
|
|
4083 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4084
|
|
|
4085 * faces.el (startup-initialize-custom-faces): New function.
|
|
|
4086 Reset all faces created during auto-autoloads loading time
|
|
|
4087 by defface.
|
|
|
4088 * startup.el (command-line): Call it.
|
|
|
4089
|
|
|
4090 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4091
|
|
|
4092 * about.el (about-hackers): Add myself to contributors list.
|
|
|
4093
|
|
|
4094 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4095
|
|
|
4096 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
|
4097 a call to load-user-init-file, as the function managed to lose its
|
|
|
4098 formal parameter a few betas ago.
|
|
|
4099
|
|
438
|
4100 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
4101
|
|
|
4102 * XEmacs 21.2.27 is released.
|
|
|
4103
|
|
|
4104 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
4105
|
|
|
4106 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
|
4107 Make shell-command-to-string the standard function, and
|
|
|
4108 exec-to-string the (deprecated) alias.
|
|
|
4109
|
|
|
4110 * startup.el: typo fix.
|
|
|
4111
|
|
|
4112 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
|
4113
|
|
|
4114 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
|
4115
|
|
|
4116 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4117
|
|
|
4118 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
|
4119 buffers after visible buffers.
|
|
|
4120 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
|
4121
|
|
|
4122 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4123
|
|
|
4124 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
|
4125 followed by whitespace or right parenthesis.
|
|
|
4126
|
|
|
4127 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4128
|
|
|
4129 * info.el (Info-directory-list): Warn against using Customize with
|
|
|
4130 Info-directory-list.
|
|
|
4131
|
|
|
4132 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
4133
|
|
|
4134 * minibuf.el (read-file-name): doc fix.
|
|
|
4135
|
|
|
4136 * autoload.el (update-file-autoloads): doc fix.
|
|
|
4137
|
|
|
4138 * about.el (about-hackers): Change my E-mail address.
|
|
|
4139
|
|
|
4140 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
4141
|
|
|
4142 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
|
4143 read a filename in the standard way.
|
|
|
4144
|
|
|
4145 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
|
4146
|
|
|
4147 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
|
4148 (gutter-buffers-tab-extent): new variable.
|
|
|
4149 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
|
4150 orientation has changed.
|
|
|
4151 (add-tab-to-gutter): cope with different orientations.
|
|
|
4152
|
|
|
4153 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
|
4154
|
|
|
4155 * info.el (Info-following-node-name): backward-skip dots as well
|
|
|
4156 as spaces (dots at the end of a node name aren't part of it).
|
|
|
4157 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
|
4158 some in the node name.
|
|
|
4159 (Info-index): allow dots to be part of a node name.
|
|
|
4160
|
|
|
4161 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
|
4162
|
|
|
4163 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
|
4164 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
|
4165
|
|
|
4166 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4167
|
|
|
4168 * info.el (Info-search): Show default value.
|
|
|
4169
|
|
|
4170 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4171
|
|
|
4172 * info.el (Info-read-node-completion-table): New variable.
|
|
|
4173 (Info-read-node-name-1): New function.
|
|
|
4174 (Info-read-node-name): Use it.
|
|
|
4175 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
|
4176 (Info-menu): Ditto.
|
|
|
4177
|
|
|
4178 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4179
|
|
|
4180 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
|
4181 window configuration.
|
|
|
4182 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
|
4183 (hyper-apropos-read-variable-symbol): Ditto.
|
|
|
4184 (hyper-apropos-read-function-symbol): Ditto.
|
|
|
4185
|
|
|
4186 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4187
|
|
|
4188 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
|
4189 comint-exec-hook to use coding-system-for-read and
|
|
|
4190 coding-system-for-write so that C-x RET c works.
|
|
|
4191
|
|
|
4192 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4193
|
|
|
4194 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
|
4195 (previous-matching-history-element): Increment
|
|
|
4196 minibuffer-max-depth by 1.
|
|
|
4197 (next-matching-history-element): Ditto.
|
|
|
4198
|
|
|
4199 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
|
4200
|
|
|
4201 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
|
4202 tab.
|
|
|
4203 (buffers-tab-face): use it.
|
|
|
4204
|
|
|
4205 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
|
4206
|
|
|
4207 * modeline.el (modeline-scrolling-method): change modeline X
|
|
|
4208 cursor appearance according to the value.
|
|
|
4209
|
|
|
4210 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
|
4211
|
|
|
4212 * about.el (about-hackers): Moved my entry to contributor list.
|
|
|
4213 (xemacs-hackers): Added myself.
|
|
|
4214 (about-maintainer-info): Added description of myself.
|
|
|
4215
|
|
|
4216
|
|
|
4217 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
|
4218
|
|
|
4219 * modeline.el (modeline-scrolling-method): new variable.
|
|
|
4220 (mouse-drag-modeline): add reference to it in the docstring.
|
|
|
4221 (mouse-drag-modeline): handle it.
|
|
|
4222
|
|
|
4223 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
|
4224
|
|
|
4225 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
|
4226 calls.
|
|
|
4227 (remove-buffer-from-gutter-tab): ditto.
|
|
|
4228
|
|
|
4229 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
|
4230
|
|
|
4231 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
|
4232 (custom-face-edit): Fix grammatical error in help message.
|
|
|
4233
|
|
|
4234 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
4235
|
|
|
4236 * movemail.el: Added.
|
|
|
4237
|
|
|
4238 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
|
4239
|
|
|
4240 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
|
4241
|
|
|
4242 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
|
4243 the modeline horizontal scrolling facility.
|
|
|
4244
|
|
436
|
4245 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
|
4246
|
|
|
4247 * XEmacs 21.2.26 is released.
|
|
|
4248
|
|
|
4249 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
|
4250
|
|
|
4251 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
|
4252 does not agree with native widgets which can only be displayed
|
|
|
4253 once per window. The reasons for caching are diminished now that
|
|
|
4254 we don't hog resources when creating buttons.
|
|
|
4255 (widget-push-button-cache) deleted.
|
|
|
4256
|
|
434
|
4257 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
|
4258
|
|
|
4259 * XEmacs 21.2.25 is released.
|
|
|
4260
|
|
|
4261 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4262
|
|
|
4263 * hyper-apropos.el (hyper-apropos): Toggle
|
|
|
4264 hyper-apropos-programming-apropos correctly.
|
|
|
4265 Set REGEXP when user accepts default value.
|
|
|
4266
|
|
|
4267 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4268
|
|
|
4269 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
|
4270 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
|
4271
|
|
|
4272 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4273
|
|
|
4274 * mule/mule-category.el (undefined-category-designator):
|
|
|
4275 Return char instead of character. Search for undefined one.
|
|
|
4276 (describe-category): Use with-displaying-help-buffer.
|
|
|
4277
|
|
|
4278 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
|
4279
|
|
438
|
4280 * byte-optimize.el (byte-optimize-plus):
|
|
434
|
4281 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
|
4282
|
|
|
4283 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
|
4284
|
|
|
4285 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
|
4286
|
|
|
4287 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
|
4288 Remove performance penalty for using (char-before) instead of (char-after).
|
|
|
4289
|
|
|
4290 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4291
|
|
|
4292 * mule/mule-category.el (char-category-list): Return character
|
|
|
4293 instead of integer.
|
|
|
4294
|
|
|
4295 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4296
|
|
|
4297 * minibuf.el (read-buffer): Check default is buffer object.
|
|
|
4298
|
|
|
4299 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
|
4300
|
|
|
4301 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
|
4302 for buttons.
|
|
|
4303
|
|
|
4304 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
|
4305
|
|
|
4306 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
|
4307 Patch by Jeff Miller <jmiller@smart.net>.
|
|
|
4308
|
|
|
4309 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
|
4310
|
|
438
|
4311 * gnuserv.el (gnuserv-process-filter): don't call
|
|
434
|
4312 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
|
4313
|
|
432
|
4314 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
|
4315
|
|
|
4316 * XEmacs 21.2.24 is released.
|
|
|
4317
|
|
|
4318 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
4319
|
|
|
4320 * about.el (about-hackers): Update my email address.
|
|
|
4321
|
|
430
|
4322 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
|
4323
|
|
|
4324 * XEmacs 21.2.23 is released.
|
|
|
4325
|
|
|
4326 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
|
4327
|
|
|
4328 * package-get.el (package-get-download-sites): Removed several
|
|
|
4329 defunct download sites, added many new ones, and corrected a few
|
|
|
4330 incorrect directory-on-site entries. Added physical locations to
|
|
|
4331 site-description.
|
|
|
4332
|
|
|
4333 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
4334
|
|
|
4335 * finder.el (finder-commentary): add DOC string and fix
|
|
|
4336 interactive spec
|
|
|
4337
|
|
|
4338 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4339
|
|
|
4340 * help.el (describe-function): Don't forget to intern the string
|
|
|
4341 completing-read returns.
|
|
|
4342 (describe-variable): Ditto.
|
|
|
4343
|
|
434
|
4344 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
|
430
|
4345
|
|
|
4346 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
|
4347 `hyper-apropos-help-mode' here to find symbol to customize
|
|
|
4348 irregardless of cursor position and simplify
|
|
|
4349 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
|
4350 `hyper-apropos-popup-menu'.
|
|
|
4351
|
|
|
4352 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4353
|
|
|
4354 * apropos.el (apropos-mode-map): Add return to call
|
|
|
4355 apropos-follow.
|
|
|
4356 (apropos-print): Call apropos-mode to have better
|
|
|
4357 command reference. Put keymap text-poperty to
|
|
|
4358 symbole name.
|
|
|
4359
|
|
|
4360 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
|
4361
|
|
|
4362 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
|
4363 the extents at point.
|
|
|
4364
|
|
|
4365 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
|
4366
|
|
|
4367 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
|
4368 save-match-data
|
|
|
4369
|
|
|
4370 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4371
|
|
|
4372 * help.el (describe-function): Use the DEFAULT argument to
|
|
|
4373 completing-read.
|
|
|
4374 (describe-variable): Ditto.
|
|
|
4375
|
|
|
4376 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4377
|
|
|
4378 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
|
4379 DEFAULT to have better mini-buffer history support.
|
|
|
4380 (completing-read): Pass default to read-from-minibuffer.
|
|
|
4381 (read-buffer): Pass default to completing-read.
|
|
|
4382
|
|
|
4383 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4384
|
|
|
4385 * font-lock.el (font-lock-doc-string-face): Document the
|
|
|
4386 `font-lock-lisp-like' property.
|
|
|
4387
|
|
|
4388 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4389
|
|
|
4390 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
|
4391
|
|
|
4392 * font-lock.el (font-lock-lisp-like): New function.
|
|
|
4393 (font-lock-fontify-syntactically-region): Use it.
|
|
|
4394
|
|
428
|
4395 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
4396
|
|
|
4397 * XEmacs 21.2.22 is released
|
|
|
4398
|
|
|
4399 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
|
4400
|
|
|
4401 * XEmacs 21.2.21 is released.
|
|
|
4402
|
|
|
4403 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4404
|
|
|
4405 * minibuf.el (read-coding-system): Accept symbol and
|
|
|
4406 coding-system object as a default-coding-system.
|
|
|
4407
|
|
|
4408 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4409
|
|
|
4410 * minibuf.el (read-coding-system): Accept symbol as
|
|
|
4411 a default-coding-system.
|
|
|
4412
|
|
|
4413 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4414
|
|
|
4415 * apropos.el (apropos-documentation): Use insert instead
|
|
|
4416 of princ.
|
|
|
4417
|
|
|
4418 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
|
4419
|
|
|
4420 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
|
4421 for the linux console.
|
|
|
4422
|
|
|
4423 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
|
4424 stuff to work when you are not on a window system, since the GPM
|
|
|
4425 mouse support now allows pasting from outside of XEmacs.
|
|
|
4426
|
|
|
4427 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
4428
|
|
|
4429 * XEmacs 21.2.20 is released
|
|
|
4430
|
|
|
4431 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4432
|
|
|
4433 * setup-paths.el (paths-default-info-directories): Add
|
|
|
4434 /usr/share/info and /usr/local/share/info.
|
|
|
4435
|
|
|
4436 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4437
|
|
|
4438 * about.el: Updated Vladimir Ivanovic's info.
|
|
|
4439
|
|
|
4440 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
4441
|
|
|
4442 * auto-show.el (auto-show-truncationp): Remove.
|
|
|
4443
|
|
|
4444 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
|
4445
|
|
|
4446 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
4447
|
|
|
4448 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
|
4449 with tab if column is multiple of tab-width
|
|
|
4450 From dhn@qedinc.com
|
|
|
4451
|
|
|
4452 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
4453
|
|
|
4454 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
|
4455 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
|
4456
|
|
|
4457 * package-get.el (package-get-package-provider): Be verbose when
|
|
|
4458 interactive. Patch from Robert Pluim
|
|
|
4459
|
|
|
4460 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
|
4461
|
|
|
4462 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
|
4463 info file suffixes.
|
|
|
4464
|
|
|
4465 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
|
4466
|
|
|
4467 * process.el (open-network-stream): Add a new optional parameter
|
|
|
4468 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
|
4469 in docstring for udp programming.
|
|
|
4470
|
|
|
4471 * code-process.el (open-network-stream): Add a new optional
|
|
|
4472 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
|
4473 explanation in docstring for udp programming.
|
|
|
4474
|
|
|
4475 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
|
4476
|
|
|
4477 * gui.el (make-gui-button): be more precise about how we call
|
|
|
4478 callbacks.
|
|
|
4479
|
|
|
4480 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
|
4481 of native gui-button.
|
|
|
4482
|
|
|
4483 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
4484
|
|
|
4485 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
|
4486
|
|
|
4487 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
|
4488
|
|
|
4489 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
|
4490 abort status.
|
|
|
4491 (append-progress): dispatch-event rather than sit-for.
|
|
|
4492 (abort-progress): new function. Show the abort glyph with an
|
|
|
4493 appropriate message.
|
|
|
4494 (raw-append-progress): dispatch-event rather than sit-for.
|
|
|
4495 (display-progress): cope with aborts.
|
|
|
4496
|
|
|
4497 * gui.el (make-gui-button): Use native widgets for buttons
|
|
|
4498 unconditionally.
|
|
|
4499 (insert-gui-button): ditto.
|
|
|
4500 (gui-button-p): ditto.
|
|
|
4501
|
|
|
4502 * xbm-button.el: remove from core.
|
|
|
4503
|
|
|
4504 * xpm-button.el: remove from core.
|
|
|
4505
|
|
|
4506 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
|
4507
|
|
|
4508 * faces.el (init-device-faces): Don't initialize the random faces
|
|
|
4509 on the stream device.
|
|
|
4510
|
|
|
4511 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
|
4512
|
|
438
|
4513 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
|
428
|
4514
|
|
434
|
4515 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
4516
|
|
|
4517 * package-get.el (package-get-download-menu): Make menu really
|
|
|
4518 toggle download sites.
|
|
|
4519 (package-get-download-sites): Add autoload cookie.
|
|
|
4520
|
|
|
4521 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
4522
|
|
|
4523 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
|
4524
|
|
|
4525 1999-09-29 Werner Fink <werner@suse.de>
|
|
|
4526
|
|
|
4527 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
|
4528 parameter for environment.
|
|
|
4529
|
|
|
4530 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
|
4531
|
|
438
|
4532 * modeline.el (modeline-format):
|
|
|
4533 Only purecopy the strings. Else
|
|
428
|
4534 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
|
4535 barfs.
|
|
|
4536
|
|
|
4537 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
|
4538
|
|
|
4539 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
|
4540 user setting comint-completion-addsuffix and
|
|
|
4541 comint-process-echoes.
|
|
|
4542
|
|
|
4543 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
|
4544
|
|
|
4545 * gutter-items.el (update-tab-in-gutter): use
|
|
|
4546 last-nonminibuf-window instead of selected-window.
|
|
|
4547
|
|
|
4548 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
|
4549
|
|
|
4550 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
|
4551 display on.
|
|
|
4552
|
|
|
4553 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
|
4554 some documentation.
|
|
|
4555
|
|
|
4556 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
|
4557
|
|
|
4558 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
|
4559 gutter is visible.
|
|
|
4560 (remove-buffer-from-gutter-tab): ditto.
|
|
|
4561
|
|
|
4562 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4563
|
|
|
4564 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
|
4565 processing.
|
|
|
4566
|
|
|
4567 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4568
|
|
|
4569 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
|
4570 highlighting extents a high priority.
|
|
|
4571 (isearch-make-extent): Give the main highlighting extent an even
|
|
|
4572 higher priority.
|
|
|
4573
|
|
|
4574 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
4575
|
|
|
4576 * packages.el (packages-compute-package-locations): Fix typo from
|
|
|
4577 -u rationalization.
|
|
|
4578
|
|
|
4579 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
4580
|
|
|
4581 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
|
4582 `configure-doc-directory.'
|
|
|
4583
|
|
|
4584 * find-paths.el (paths-find-architecture-directory): Give
|
|
|
4585 precendence `default' argument (which typically comes from
|
|
|
4586 configure).
|
|
|
4587
|
|
|
4588 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
4589
|
|
|
4590 * startup.el (command-line-early): Added options -user-init-file
|
|
|
4591 and -user-init-directory.
|
|
|
4592
|
|
|
4593 * files.el (user-init-file): Default to NIL so we can recognize
|
|
|
4594 when it's set.
|
|
|
4595
|
|
|
4596 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
4597
|
|
438
|
4598 * obsolete.el (init-file-user):
|
|
|
4599 * startup.el:
|
|
|
4600 * packages.el (packages-compute-package-locations):
|
|
|
4601 * package-get.el (package-get-user-index-filename):
|
|
|
4602 * menubar-items.el (maybe-add-init-button):
|
|
|
4603 * info.el (Info-annotations-path):
|
|
|
4604 * dump-paths.el:
|
|
428
|
4605 Change `user-init-directory' to be an absolute path.
|
|
|
4606 Use `user-init-directory' where appropriate.
|
|
|
4607 Zap `init-file-user' and its uses.
|
|
|
4608
|
|
|
4609 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4610
|
|
|
4611 * subr.el (copy-symbol): New function.
|
|
|
4612
|
|
|
4613 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4614
|
|
|
4615 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
|
4616 extents in the proper buffer.
|
|
|
4617 (isearch-pre-command-hook): Set this-command to the correct value
|
|
|
4618 in case the buffer has changed and old overriding-local-map was
|
|
|
4619 used.
|
|
|
4620 (isearch-restore-extent): Use remprop instead of setting the
|
|
|
4621 property to nil.
|
|
|
4622
|
|
|
4623 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4624
|
|
|
4625 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
|
4626 before the delay.
|
|
|
4627 (execute-extended-command): Make the message gettext-friendly.
|
|
|
4628
|
|
|
4629 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
|
4630
|
|
|
4631 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
|
4632 progress-glyph.
|
|
|
4633 (progress-text-glyph): new variable.
|
|
|
4634 (progress-layout-glyph): use layouts and text glyphs.
|
|
|
4635 (progress-area-buffer): removed.
|
|
|
4636 (progress-text-and-extent): new variable.
|
|
|
4637 (progress-displayed-p): dynamically create gutter area buffer.
|
|
|
4638 (clear-progress): ditto.
|
|
|
4639 (raw-append-progress): ditto.
|
|
|
4640 (append-progress): use new glyph names.
|
|
|
4641 (raw-append-progress): only create the extent when needed. set
|
|
|
4642 properties more optimally.
|
|
|
4643 (progress): remove args.
|
|
|
4644
|
|
|
4645 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4646
|
|
|
4647 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
|
4648 mapcar where the return value is unused.
|
|
|
4649 (isearch-restore-invisible-extents): Ditto.
|
|
|
4650 (isearch-highlight-all-cleanup): Ditto.
|
|
|
4651 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
|
4652 (isearch-highlight-all-update): Don't start over if the search
|
|
|
4653 string has changed and more input is pending.
|
|
|
4654
|
|
|
4655 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4656
|
|
|
4657 * packages.el (packages-find-package-data-path): Ditto.
|
|
|
4658
|
|
|
4659 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
|
4660
|
|
|
4661 * subr.el (mapc-internal): Don't make obsolete.
|
|
|
4662
|
|
|
4663 * cl-extra.el (mapc): Resurrect.
|
|
|
4664
|
|
|
4665 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4666
|
|
438
|
4667 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
|
428
|
4668 alias.
|
|
|
4669
|
|
|
4670 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
|
4671 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
|
4672 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
|
4673 x-get-clipboard.
|
|
|
4674 (isearch-yank-selection): Fix docstring.
|
|
|
4675
|
|
|
4676 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
|
4677
|
|
|
4678 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
|
4679
|
|
|
4680 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4681
|
|
|
4682 * cl-macs.el (extent-start-position): Fix setf method.
|
|
|
4683 (extent-end-position): Ditto.
|
|
|
4684
|
|
|
4685 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4686
|
|
|
4687 * isearch-mode.el: End merge with FSF 20.4.
|
|
|
4688
|
|
|
4689 * isearch-mode.el (search-invisible): New variable.
|
|
|
4690 (isearch-hide-immediately): Ditto.
|
|
|
4691 (isearch-unhidden-extents): Ditto.
|
|
|
4692 (isearch-range-invisible): New function.
|
|
|
4693 (isearch-unhide-extent): Ditto.
|
|
|
4694 (isearch-restore-invisible-extents): Ditto.
|
|
|
4695 (isearch-restore-extent): Ditto.
|
|
|
4696
|
|
|
4697 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
|
4698 implementation.
|
|
|
4699 (isearch-ring-retreat-edit): Ditto.
|
|
|
4700 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
|
4701 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
|
4702 NO-RECURSIVE-EDIT.
|
|
|
4703 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
|
4704 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
|
4705 NO-RECURSIVE-EDIT.
|
|
|
4706 (isearch-mode): Return isearch-success.
|
|
|
4707 (isearch-update): Use unread-command-events instead of
|
|
|
4708 unread-command-event.
|
|
|
4709 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
|
4710 states.
|
|
|
4711 (isearch-*-char): Use FSF implementation.
|
|
|
4712 (isearch-whitespace-chars): Use the more robust FSF's
|
|
|
4713 implementation.
|
|
|
4714 (isearch-within-brackets): New variable.
|
|
|
4715 (isearch-mode): Initialize it.
|
|
|
4716 (isearch-edit-string): Bind it.
|
|
|
4717 (isearch-search-and-update): Set it.
|
|
|
4718 (isearch-push-state): Push it.
|
|
|
4719 (isearch-top-state): Pop it.
|
|
|
4720 (isearch-search): Set it.
|
|
|
4721 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
|
4722 handle M-SPC gracefully.
|
|
|
4723 (isearch-message-prefix): New argument ELLIPSIS.
|
|
|
4724 (isearch-message-suffix): Ditto.
|
|
|
4725 (isearch-message): Use the ELLIPSIS argument when calling
|
|
|
4726 isearch-message-prefix and isearch-message-suffix.
|
|
|
4727 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
|
4728 "overwrapped" search, FWIW.
|
|
|
4729
|
|
|
4730 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4731
|
|
|
4732 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
|
4733 search ring instead of search-last-string and search-last-regexp.
|
|
|
4734 (search-highlight): Renamed from isearch-highlight.
|
|
|
4735 (isearch-exit): Use the new name.
|
|
|
4736 (isearch-highlight): Ditto.
|
|
|
4737 (isearch-dehighlight): Ditto.
|
|
|
4738 (isearch-update-ring): New function.
|
|
|
4739 (isearch-done): Call it.
|
|
|
4740 (isearch-done): New argument EDIT.
|
|
438
|
4741 (isearch-repeat): If search string is empty, look up at the car of
|
|
428
|
4742 the search ring; ignore the yank pointer.
|
|
|
4743 (isearch-abort): Call isearch-done with NOPUSH.
|
|
|
4744 (isearch-cancel): New function.
|
|
|
4745 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
|
4746
|
|
|
4747 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
|
4748
|
|
|
4749 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
|
4750
|
|
|
4751 * x-select.el (x-get-clipboard): obsolete.
|
|
|
4752 (x-yank-clipboard-selection): obsolete
|
|
|
4753
|
|
|
4754 * select.el (disown-selection): need to be careful to disown the
|
|
|
4755 clipboard if we set it via selection.
|
|
|
4756 (get-clipboard): move from x-select.el
|
|
|
4757 (yank-clipboard-selection): ditto.
|
|
|
4758
|
|
|
4759 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4760
|
|
|
4761 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
|
4762 isearch-highlight-all-matches to nil.
|
|
|
4763 (isearch-fixed-case): New variable.
|
|
|
4764 (isearch-mode): Initialize it.
|
|
|
4765 (isearch-edit-string): Save it.
|
|
|
4766 (isearch-toggle-case-fold): Set it.
|
|
|
4767 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
|
4768 need to check isearch-fixed-case.
|
|
|
4769 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
|
4770 before the pause.
|
|
438
|
4771 (isearch-edit-string):
|
|
428
|
4772
|
|
|
4773 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4774
|
|
|
4775 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
|
4776 before reading the event so that the prompt is displayed properly.
|
|
|
4777 (isearch-message): Use isearch-nonincremental when calling
|
|
|
4778 isearch-message-prefix.
|
|
|
4779 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
|
4780 M-p and M-n respectively.
|
|
|
4781 (isearch-done): New arg NOPUSH.
|
|
|
4782 (isearch-edit-string): Use it.
|
|
|
4783 (isearch-edit-string): Don't bind isearch-string.
|
|
|
4784 (isearch-ring-adjust): Edit string, *then* push state.
|
|
|
4785
|
|
|
4786 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4787
|
|
|
4788 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
|
4789 different than default.
|
|
|
4790
|
|
|
4791 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4792
|
|
|
4793 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
|
4794 save-excursion.
|
|
|
4795 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
|
4796 (isearch-update): Call isearch-dehighlight without arguments.
|
|
|
4797 (isearch-done): Ditto.
|
|
|
4798
|
|
|
4799 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
|
4800 upper-case letters, allow the folding to be reenabled.
|
|
|
4801 Previously, once disabled, the folding would remain that way until
|
|
|
4802 the end of isearch.
|
|
|
4803 (isearch-top-state): Call isearch-fix-case.
|
|
|
4804
|
|
|
4805 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
|
4806 save-excursion.
|
|
|
4807 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
|
4808
|
|
|
4809 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
|
4810
|
|
|
4811 * xpm-button.el:
|
|
|
4812 xbm-button.el: Need to exist in core because gui.el depends on
|
|
|
4813 them.
|
|
|
4814
|
|
|
4815 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
|
4816
|
|
|
4817 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
|
4818 (buffers-tab-default-buffer-line-length): new specifier for
|
|
|
4819 maximum viewable characters.
|
|
|
4820 (progress-stack): new variable for implementing widget-based
|
|
|
4821 progress messages.
|
|
|
4822 (progress-area-buffer): ditto.
|
|
|
4823 (progress-glyph-height): ditto.
|
|
|
4824 (progress-stop-callback): ditto.
|
|
|
4825 (progress-quit-function): new function.
|
|
|
4826 (progress-glyph): new variable.
|
|
|
4827 (progress-layout-glyph): ditto.
|
|
|
4828 (progress-displayed-p): new function, see message-displayed-p for
|
|
|
4829 details.
|
|
|
4830 (clear-progress): ditto.
|
|
|
4831 (remove-progress): ditto.
|
|
|
4832 (append-progress): ditto.
|
|
|
4833 (raw-append-progress): ditto.
|
|
|
4834 (display-progress): ditto.
|
|
|
4835 (current-progress): ditto.
|
|
|
4836 (current-progress-label): ditto.
|
|
|
4837 (progress): ditto.
|
|
|
4838 (lprogress): ditto.
|
|
|
4839
|
|
|
4840
|
|
|
4841 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4842
|
|
|
4843 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
|
4844
|
|
|
4845 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
|
4846 `isearch-yank-selection'.
|
|
|
4847 (isearch-mode-map): Use it.
|
|
|
4848 (isearch-yank-selection): Use `get-selection' instead of
|
|
|
4849 `get-x-selection'.
|
|
|
4850
|
|
|
4851 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4852
|
|
|
4853 * faces.el (isearch-secondary): Create face here.
|
|
|
4854
|
|
438
|
4855 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
|
428
|
4856 timers.
|
|
|
4857
|
|
|
4858 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4859
|
|
|
4860 * subr.el (buffer-string): More robust backward compatibility
|
|
|
4861 check, courtesy William Perry.
|
|
|
4862
|
|
|
4863 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4864
|
|
|
4865 * replace.el (perform-replace): Stop the search after the search
|
|
|
4866 limit has been reached.
|
|
|
4867
|
|
|
4868 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
|
4869
|
|
|
4870 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
|
4871 here if we don't have one.
|
|
|
4872
|
|
|
4873 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
4874
|
|
|
4875 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
|
4876 efficient UTF8 support
|
|
|
4877 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
|
4878 being defined
|
|
|
4879 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
|
4880 being defined
|
|
|
4881
|
|
442
|
4882 1999-08-23 Didier Verna <didier@xemacs.org>
|
|
428
|
4883
|
|
|
4884 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
|
4885 Some doc strings improvements, and add a star to the `interactive'
|
|
|
4886 calls.
|
|
|
4887
|
|
|
4888 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
|
4889
|
|
|
4890 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
|
4891 keywords and regexpes for javadoc syntax 1.2.
|
|
|
4892
|
|
|
4893 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
|
4894
|
|
|
4895 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
|
4896 format-buffers-tab-line.
|
|
|
4897 (buffers-tab-max-buffer-line-length): new variable.
|
|
|
4898 (format-buffers-tab-line): new function. truncate names if over
|
|
|
4899 buffers-tab-max-buffer-line-length.
|
|
|
4900
|
|
|
4901 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
|
4902
|
|
|
4903 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
|
4904
|
|
|
4905 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
|
4906
|
|
|
4907 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
|
4908 brute-force approach to deleting the last buffer.
|
|
|
4909 (buffers-tab-grouping-regexp): new customizable variable.
|
|
|
4910 (select-buffers-tab-buffers-by-mode): use it.
|
|
|
4911
|
|
|
4912 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
|
4913
|
|
|
4914 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
|
4915 deletion problem.
|
|
|
4916
|
|
442
|
4917 1999-07-30 Didier Verna <didier@xemacs.org>
|
|
428
|
4918
|
|
|
4919 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
|
4920 of princ to output symbols.
|
|
|
4921 (custom-save-face-internal): ditto.
|
|
|
4922 (custom-save-resets): ditto.
|
|
|
4923
|
|
442
|
4924 1999-08-09 Didier Verna <didier@xemacs.org>
|
|
428
|
4925
|
|
|
4926 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
|
4927 `regexp-quote' to protect the major mode name for use as a regular
|
|
|
4928 expression (c++ needs this for instance).
|
|
|
4929
|
|
|
4930 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
|
4931
|
|
|
4932 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
|
4933 cope with similar mode names.
|
|
|
4934
|
|
|
4935 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
|
4936 function.
|
|
|
4937 (select-buffers-tab-buffers-by-mode): new function.
|
|
|
4938 (buffers-tab-items): use it if set to only display buffers in the
|
|
|
4939 tab in the current buffer's group..
|
|
|
4940 (update-tab-in-gutter): use new api.
|
|
|
4941 (remove-buffer-from-gutter-tab): ditto.
|
|
|
4942
|
|
|
4943 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
|
4944 default to 6.
|
|
|
4945 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
|
4946 (add-tab-to-gutter): set face as default.
|
|
|
4947
|
|
|
4948 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
|
4949
|
|
|
4950 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
|
4951 with the target, not replace it.
|
|
|
4952
|
|
|
4953 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
|
4954
|
|
|
4955 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
|
4956 buffer-items.
|
|
|
4957 (update-tab-in-gutter): use it.
|
|
|
4958
|
|
|
4959 * gutter-items.el (record-buffer-hook): set.
|
|
|
4960
|
|
|
4961 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
|
4962 change.
|
|
|
4963 (switch-to-buffer-hook) deleted.
|
|
|
4964
|
|
|
4965 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
|
4966
|
|
|
4967 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
|
4968 as an argument to create-frame-hook.
|
|
|
4969
|
|
|
4970 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
4971
|
|
|
4972 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
|
4973 instead of timer emulation.
|
|
|
4974
|
|
|
4975 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
|
4976
|
|
|
4977 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
|
4978 Emacs isearch enhancements.
|
|
|
4979
|
|
|
4980 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
|
4981
|
|
|
4982 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
|
4983 all devices that support tab controls.
|
|
|
4984 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
|
4985 value for kill-buffer-hook.
|
|
|
4986
|
|
|
4987 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
|
4988
|
|
|
4989 * auto-show.el (auto-show-truncationp): changed to match
|
|
|
4990 `window_translation_on'
|
|
|
4991
|
|
|
4992 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
4993
|
|
|
4994 * XEmacs 21.2.19 is released
|
|
|
4995
|
|
|
4996 1999-07-28 SL Baur <steve@miho>
|
|
|
4997
|
|
|
4998 * code-files.el (insert-file-contents): Fix docstring.
|
|
|
4999 revert previous change.
|
|
|
5000
|
|
|
5001 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
5002
|
|
|
5003 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
|
5004 contain word-across-newline plus one character so that filling
|
|
|
5005 Japanese and Chinese works as desired.
|
|
|
5006 * simple.el (do-auto-fill): Ditto.
|
|
|
5007
|
|
|
5008 1999-07-26 SL Baur <steve@miho>
|
|
|
5009
|
|
|
5010 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
|
5011 method.
|
|
|
5012 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5013
|
|
|
5014 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5015
|
|
|
5016 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
|
5017 able to use cl-macs macro in early lisp.
|
|
|
5018
|
|
|
5019 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
|
5020
|
|
|
5021 * custom.el:
|
|
|
5022 * cus-face.el:
|
|
|
5023 * cus-edit.el:
|
|
|
5024 Massive custom Theme API changes.
|
|
|
5025
|
|
|
5026 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5027
|
|
|
5028 * code-files.el (insert-file-contents): Regard
|
|
|
5029 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
|
5030
|
|
|
5031 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5032
|
|
|
5033 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
|
5034 bootstrapping problem with C locale.
|
|
|
5035
|
|
|
5036 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
|
5037
|
|
|
5038 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
|
5039 gutter-items in a less than functional XEmacs.
|
|
|
5040 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
|
5041
|
|
|
5042 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
|
5043
|
|
|
5044 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
|
5045 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
|
5046 t.
|
|
|
5047
|
|
|
5048 1999-07-22 SL Baur <steve@miho>
|
|
|
5049
|
|
|
5050 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
|
5051
|
|
|
5052 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
5053
|
|
|
5054 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
|
5055 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
|
5056 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
|
5057 modular enough to use as an efficient scripting tool.)
|
|
|
5058
|
|
|
5059 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5060
|
|
|
5061 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
|
5062 coding-category `utf-8' and `ucs-4' if they are available.
|
|
|
5063
|
|
|
5064 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5065
|
|
|
5066 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
|
5067 (prefer-coding-system): Fix DOC-string.
|
|
|
5068
|
|
|
5069 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
|
5070 DOC-string too.
|
|
|
5071
|
|
|
5072 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
|
5073 Mule.
|
|
|
5074 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
|
5075
|
|
|
5076 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5077
|
|
|
5078 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
|
5079 instead of `list-coding-system'.
|
|
|
5080
|
|
|
5081 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5082
|
|
|
5083 * menubar-items.el (default-menubar): `select-input-method' was
|
|
|
5084 renamed to `set-input-method'.
|
|
|
5085
|
|
|
5086 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
|
5087 "Set Language Environment" menu.
|
|
|
5088
|
|
|
5089 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
|
5090 "Describe Language Support" menu.
|
|
|
5091
|
|
|
5092 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5093
|
|
|
5094 * mule/chinese.el ("Chinese-GB"): Rename
|
|
|
5095 `chinese-gb-environment-setup-function' to
|
|
|
5096 `setup-chinese-gb-environment-internal'.
|
|
|
5097
|
|
|
5098 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5099
|
|
|
5100 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
|
5101 `copy-coding-system'.
|
|
|
5102
|
|
|
5103 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5104
|
|
|
5105 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
|
5106 Treat duplicated coding-categories.
|
|
|
5107
|
|
|
5108 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5109
|
|
|
5110 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
|
5111 `copy-coding-system'.
|
|
|
5112
|
|
|
5113 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5114
|
|
|
5115 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
|
5116 coding-system `viscii'.
|
|
|
5117
|
|
|
5118 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5119
|
|
|
5120 * mule/cyrillic.el:
|
|
|
5121 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
|
5122 (cyrillic-alternativnyj-decode-table): New variable.
|
|
|
5123 (cyrillic-alternativnyj-encode-table): New variable.
|
|
|
5124 - Specify `iso-8-1' as a category of coding-system
|
|
|
5125 `alternativnyj'.
|
|
|
5126 - Abolish general Cyrillic environment.
|
|
|
5127
|
|
|
5128 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5129
|
|
|
5130 * mule/chinese.el:
|
|
|
5131 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
|
5132 - Register `chinese-gb-environment-setup-function' as a
|
|
|
5133 `setup-function' of "Chinese-GB" environment.
|
|
|
5134
|
|
|
5135 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5136
|
|
|
5137 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
|
5138 optional argument `parents'.
|
|
|
5139
|
|
|
5140 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
|
5141 property for Thai-XTIS.
|
|
|
5142
|
|
|
5143 * mule/mule-help.el (help-with-tutorial): Use property
|
|
|
5144 `tutorial-coding-system' of language-info as a coding-system to
|
|
|
5145 read tutorial file.
|
|
|
5146
|
|
|
5147 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5148
|
|
|
5149 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
|
5150 `exit-function'.
|
|
|
5151
|
|
|
5152 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
|
5153 `set-coding-category-system' to set up coding-system for
|
|
|
5154 coding-category.
|
|
|
5155
|
|
|
5156 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
|
5157 `set-coding-category-system' to set up coding-system for
|
|
|
5158 coding-category.
|
|
|
5159
|
|
|
5160 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5161
|
|
|
5162 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
|
5163 Thai-XTIS environment.
|
|
|
5164
|
|
|
5165 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
|
5166 `find-coding-system' instead of `coding-system-p'.
|
|
|
5167
|
|
|
5168 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5169
|
|
|
5170 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
|
5171 Modify eol-type for XEmacs.
|
|
|
5172
|
|
|
5173 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
|
5174
|
|
|
5175 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
|
5176 function.
|
|
|
5177 (prefer-coding-system): Don't call
|
|
|
5178 `update-coding-systems-internal'; use function
|
|
|
5179 `coding-category-list' instead of variable `coding-category-list';
|
|
|
5180 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
|
5181 modify `eol-type' for XEmacs.
|
|
|
5182
|
|
|
5183 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
|
5184 `charset-columns'.
|
|
|
5185 (char-width): Likewise.
|
|
|
5186
|
|
|
5187 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5188
|
|
|
5189 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
|
5190 `tis-620'.
|
|
|
5191
|
|
|
5192 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
|
5193 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
|
5194 call `update-coding-systems-internal'.
|
|
|
5195
|
|
|
5196 * mule/mule-misc.el (coding-system-get): New function.
|
|
|
5197 (coding-system-put): New function.
|
|
|
5198 (coding-system-category): New function.
|
|
|
5199
|
|
|
5200 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5201
|
|
|
5202 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
|
5203 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
|
5204 to avoid conflict with leim/quail/thai-xtis.
|
|
|
5205
|
|
|
5206 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
|
5207 to thai-xtis-chars.el.
|
|
|
5208
|
|
|
5209 * mule/thai-xtis-chars.el: New file (split from
|
|
|
5210 mule/thai-xtis.el).
|
|
|
5211
|
|
|
5212 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5213
|
|
|
5214 * mule/thai-xtis.el:
|
|
|
5215 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
|
5216 - Add syntax entries.
|
|
|
5217 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
|
5218 `tis-620'.
|
|
|
5219
|
|
|
5220 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
|
5221
|
|
|
5222 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
|
5223 rewritten to use write-multibyte-character.
|
|
|
5224
|
|
|
5225 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5226
|
|
|
5227 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
|
5228 of `iso-2022-7'.
|
|
|
5229 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
|
5230 ported yet.
|
|
|
5231 (read-input-method-name): Treat optional argument `default'.
|
|
|
5232
|
|
|
5233 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5234
|
|
|
5235 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
|
5236 all.
|
|
|
5237 (set-language-info-alist): Set up menus here.
|
|
|
5238
|
|
|
5239 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5240
|
|
|
5241 * minibuf.el (completing-read): Add new optional argument
|
|
|
5242 `default'.
|
|
|
5243 (read-coding-system): Add new optional argument
|
|
|
5244 `default-coding-system'.
|
|
|
5245
|
|
|
5246 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
|
5247
|
|
|
5248 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
|
5249 (viet-viscii-...->viet-vscii...).
|
|
|
5250
|
|
|
5251 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
|
5252
|
|
|
5253 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
|
5254 and menus.
|
|
|
5255
|
|
|
5256 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
|
5257
|
|
|
5258 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
|
5259 property.
|
|
|
5260
|
|
|
5261 1999-03-30 Dave Love <fx@gnu.org>
|
|
|
5262
|
|
|
5263 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
|
5264
|
|
|
5265 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
|
5266
|
|
|
5267 * mule/european.el (setup-slovenian-environment): New function.
|
|
|
5268 ("Slovenian"): New language environment.
|
|
|
5269
|
|
|
5270 1999-01-27 Dave Love <fx@gnu.org>
|
|
|
5271
|
|
|
5272 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
|
5273 :type (choices) and appropriate :get.
|
|
|
5274
|
|
|
5275 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
|
5276
|
|
|
5277 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
|
5278 input-method-alist.
|
|
|
5279
|
|
|
5280 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
|
5281
|
|
|
5282 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
|
5283 set-coding-priority, so that the internal array of priorities is
|
|
|
5284 also updated.
|
|
|
5285
|
|
|
5286 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
|
5287
|
|
|
5288 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
|
5289 requires specific EOL conversion type, make the default coding
|
|
|
5290 systems use that.
|
|
|
5291
|
|
|
5292 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
|
5293
|
|
|
5294 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
|
5295 eol-type to set-language-environment-coding-systems.
|
|
|
5296 (set-default-coding-systems): Copy the eol-type property for the
|
|
|
5297 new default values of {buffer-file,process}-coding-system from the
|
|
|
5298 old defaults.
|
|
|
5299 (set-language-environment-coding-systems): Accept an optional
|
|
|
5300 argument EOL-TYPE, and set the eol-type property of the default
|
|
|
5301 coding systems accordingly.
|
|
|
5302
|
|
|
5303 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
|
5304
|
|
|
5305 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
|
5306 use generate-new-buffer instead of get-buffer-create.
|
|
|
5307
|
|
|
5308 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
5309
|
|
|
5310 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
|
5311
|
|
|
5312 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
|
5313
|
|
|
5314 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
|
5315
|
|
|
5316 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
5317
|
|
|
5318 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
|
5319 Add apropos-inhibit property.
|
|
|
5320 (describe-specified-language-support): Likewise.
|
|
|
5321
|
|
|
5322 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
|
5323
|
|
|
5324 * mule/mule-cmds.el: Doc fixes.
|
|
|
5325
|
|
|
5326 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
|
5327
|
|
|
5328 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
|
5329 modified.
|
|
|
5330
|
|
|
5331 1998-09-01 Dave Love <fx@gnu.org>
|
|
|
5332
|
|
|
5333 * mule/mule-cmds.el (current-language-environment): Fix
|
|
|
5334 setter function.
|
|
|
5335
|
|
|
5336 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
|
5337
|
|
|
5338 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
|
5339 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
|
5340 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
|
5341 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
|
5342 files using interpreted code.
|
|
|
5343
|
|
|
5344 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
|
5345
|
|
|
5346 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
|
5347 ("Latin-2"): Likewise.
|
|
|
5348
|
|
|
5349 1998-08-18 Per Starback <starback@update.uu.se>
|
|
|
5350
|
|
|
5351 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
|
5352
|
|
|
5353 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
|
5354
|
|
|
5355 * mule/european.el: Give proper value of `input-method' key to all
|
|
|
5356 lang. env.
|
|
|
5357
|
|
|
5358 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
|
5359 the arg INPUT-METHOD is nil correctly.
|
|
|
5360 (read-multilingual-string): Activate the specified input method
|
|
|
5361 before calling read-string. Afterward, activate the original
|
|
|
5362 input method.
|
|
|
5363
|
|
|
5364 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
|
5365
|
|
|
5366 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
|
5367 (set-language-info-alist): Fix typo in doc-string.
|
|
|
5368
|
|
|
5369 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
|
5370
|
|
|
5371 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
|
5372
|
|
|
5373 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
|
5374 (reset-language-environment): New function for the job that
|
|
|
5375 setup-english-environment used to do.
|
|
|
5376 (set-language-environment): Do more setups according to the info
|
|
|
5377 in language-info-alist.
|
|
|
5378 (read-language-name): Handle the case that the arg KEY is nil.
|
|
|
5379 (describe-language-environment): Handle input-method property.
|
|
|
5380
|
|
|
5381 * mule/: All files under this directory, which related with
|
|
|
5382 specific languages (such as mule/european.el, mule/greek.el,
|
|
|
5383 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
|
5384 (setup-XXX-environment): Just call set-language-environment. If
|
|
|
5385 they used to do some other jobs than what done by
|
|
|
5386 set-language-environment, those jobs are done in
|
|
|
5387 setup-XXX-environment-internal now.
|
|
|
5388 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
|
5389 the value to setup-XXX-environment-internal. Add properties
|
|
|
5390 input-method and features.
|
|
|
5391
|
|
|
5392 * mule/english.el (setup-english-environment): Just call
|
|
|
5393 reset-language-environment.
|
|
|
5394
|
|
|
5395 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
|
5396
|
|
|
5397 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
5398
|
|
|
5399 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
|
5400 (input-method-use-echo-area): Doc fixes.
|
|
|
5401
|
|
|
5402 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
|
5403
|
|
|
5404 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
|
5405 variable.
|
|
|
5406 (input-method-use-echo-area): New variable.
|
|
|
5407
|
|
|
5408 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
|
5409
|
|
|
5410 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
|
5411
|
|
|
5412 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
|
5413
|
|
|
5414 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
|
5415 (inactivate-input-method): Likewise.
|
|
|
5416
|
|
|
5417 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
|
5418
|
|
|
5419 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
|
5420 input method in the current buffer, but just bind
|
|
|
5421 current-input-method.
|
|
|
5422
|
|
|
5423 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
|
5424
|
|
|
5425 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
|
5426
|
|
|
5427 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
|
5428 coding-system.
|
|
|
5429
|
|
|
5430 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
|
5431
|
|
|
5432 * mule/greek.el: Add coding-priority.
|
|
|
5433
|
|
|
5434 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
5435
|
|
|
5436 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
|
5437 LANG-ENV.
|
|
|
5438
|
|
|
5439 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
5440
|
|
|
5441 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
|
5442 (setup-specified-language-environment): Doc fix.
|
|
|
5443
|
|
|
5444 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
5445
|
|
|
5446 * mule/mule-cmds.el: Several doc fixes.
|
|
|
5447 (get-language-info, set-language-info): Rename argument.
|
|
|
5448 (set-language-info-alist): Likewise.
|
|
|
5449 (register-input-method): Rename argument.
|
|
|
5450 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
|
5451
|
|
|
5452 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
|
5453
|
|
|
5454 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
|
5455 default value while reading an input method.
|
|
|
5456
|
|
|
5457 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
|
5458
|
|
|
5459 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
|
5460 Use buffer-file-coding-system as default.
|
|
|
5461
|
|
|
5462 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
|
5463
|
|
|
5464 * mule/korean.el ("Korean"): Doc fix.
|
|
|
5465
|
|
|
5466 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
|
5467
|
|
|
5468 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
|
5469 languge environment at the head.
|
|
|
5470
|
|
|
5471 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
|
5472
|
|
|
5473 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
|
5474 for Japanese environment.
|
|
|
5475
|
|
|
5476 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
|
5477
|
|
|
5478 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
|
5479 (current-language-environment): Use defcustom.
|
|
|
5480 (default-input-method): Specify :type.
|
|
|
5481
|
|
|
5482 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
|
5483
|
|
|
5484 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
|
5485 modified.
|
|
|
5486 (prefer-coding-system): Doc-string modified.
|
|
|
5487
|
|
|
5488 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
5489
|
|
|
5490 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
|
5491 describes `coding-priority' KEY.
|
|
|
5492 (set-language-environment-coding-systems): New function.
|
|
|
5493 (select-safe-coding-system): New function.
|
|
|
5494 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
|
5495 (set-language-info-alist): New optionla arg PARENTS. Call
|
|
442
|
5496 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
|
428
|
5497 (set-language-environment-coding-systems): New function.
|
|
|
5498
|
|
|
5499 * mule/chinese.el: Remove setting up of
|
|
|
5500 describe-chinese-environment-map and
|
|
|
5501 setup-chinese-environment-map. Exclude them in args of calls to
|
|
|
5502 set-language-info-alist. Register coding-priority key in
|
|
|
5503 language-info-alist.
|
|
|
5504
|
|
|
5505 * mule/cyrillic.el: Remove setting up of
|
|
|
5506 describe-cyrillic-environment-map and
|
|
|
5507 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
|
5508 set-language-info-alist. Register coding-priority key in
|
|
|
5509 language-info-alist.
|
|
|
5510
|
|
|
5511 * mule/english.el: Register coding-priority key in
|
|
|
5512 language-info-alist.
|
|
|
5513
|
|
|
5514 * mule/ethiopic.el: Register coding-priority key in
|
|
|
5515 language-info-alist.
|
|
|
5516
|
|
|
5517 * mule/european.el: Remove setting up of
|
|
|
5518 describe-european-environment-map and
|
|
|
5519 setup-european-environment-map. Exclude them in args of calls to
|
|
|
5520 set-language-info-alist. Register coding-priority key in
|
|
|
5521 language-info-alist. Add "German" language env.
|
|
|
5522 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
|
5523 (setup-german-environment): New function.
|
|
|
5524
|
|
|
5525 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
|
5526 change default input method to "greek-postfix".
|
|
|
5527
|
|
|
5528 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
|
5529 coding-priority key in
|
|
|
5530
|
|
|
5531 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
|
5532
|
|
|
5533 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
|
5534 (input-method-inactivate-hook): Doc fix.
|
|
|
5535
|
|
|
5536 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
|
5537
|
|
|
5538 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
|
5539 select-input-method.
|
|
|
5540
|
|
|
5541 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
|
5542
|
|
|
5543 * mule/mule-cmds.el (set-language-environment): Run
|
|
|
5544 exit-language-environment-hook before calling `exit-function'
|
|
|
5545 which is specified for the language environment.
|
|
|
5546
|
|
|
5547 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
|
5548
|
|
|
5549 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
|
5550 modified.
|
|
|
5551 (prefer-coding-system): Likewise.
|
|
|
5552 (describe-language-environment): Print aliases of each coding
|
|
|
5553 system.
|
|
|
5554 (set-language-environment-hook): New variable.
|
|
|
5555 (exit-language-environment-hook): New variable.
|
|
|
5556 (set-language-environment): Call these hooks. Before setting a
|
|
|
5557 new language environment, exit from the
|
|
|
5558 current-language-environment if necessary.
|
|
|
5559 (input-method-verbose-flag): The value can be nil, t,
|
|
|
5560 complex-only, or default.
|
|
|
5561 (input-method-highlight-flag): Doc-string augmented.
|
|
|
5562 (activate-input-method): Check if we can run the registered
|
|
|
5563 function to activate an input method.
|
|
|
5564
|
|
|
5565 * mule/korean.el: Set exit-function for language environment
|
|
|
5566 "Korean" to exit-korean-environment.
|
|
|
5567 (setup-korean-environment): Moved to korea-util.el.
|
|
|
5568
|
|
|
5569 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
5570
|
|
|
5571 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
|
5572 current-input-method prior to default-input-method. Don't bind
|
|
|
5573 current-input-method by `let', instead, activate the specified
|
|
|
5574 input method in the current buffer temporarily.
|
|
|
5575
|
|
|
5576 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
|
5577
|
|
|
5578 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
|
5579
|
|
|
5580 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
5581
|
|
|
5582 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
|
5583 decode-hz-region.
|
|
|
5584 (pre-write-encode-hz): Do not change the value of
|
|
|
5585 last-coding-system.
|
|
|
5586
|
|
|
5587 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
|
5588
|
|
|
5589 * mule/mule-ccl.el: Doc fixes.
|
|
|
5590
|
|
|
5591 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
|
5592
|
|
|
5593 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
|
5594 (check-ccl-program): New macro.
|
|
|
5595
|
|
|
5596 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
5597
|
|
|
5598 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
|
5599 (ccl-command-table): Add read-multibyte-character and
|
|
|
5600 write-multibyte-character.
|
|
|
5601 (ccl-code-table): Add ex-cmd.
|
|
|
5602 (ccl-extended-code-table): New variable.
|
|
|
5603 (ccl-embed-extended-command): New function.
|
|
|
5604 (ccl-compile-read-multibyte-character,
|
|
|
5605 ccl-compile-write-multibyte-character) New functions.
|
|
|
5606 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
|
5607 ccl-dump-write-multibyte-character): New functions.
|
|
|
5608
|
|
|
5609 1999-07-22 SL Baur <steve@miho>
|
|
|
5610
|
|
|
5611 * config.el (config-value-file): config.values is installed into
|
|
|
5612 doc-directory.
|
|
|
5613 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
|
5614
|
|
442
|
5615 1999-07-19 Didier Verna <didier@xemacs.org>
|
|
428
|
5616
|
|
|
5617 * rect.el: all functions rewritten, except when noted. Below is a
|
|
|
5618 list of interface changes.
|
|
|
5619 (apply-on-rectangle): new function. Obsoletes
|
|
|
5620 `operate-on-rectangle'. All functions that used to call this
|
|
|
5621 function now call the new one.
|
|
|
5622 (kill-rectangle): added optional prefix arg to fill lines.
|
|
|
5623 (delete-rectangle): ditto.
|
|
|
5624 (delete-extract-rectangle): ditto.
|
|
|
5625 (open-rectangle): ditto.
|
|
|
5626 (clear-rectangle): ditto.
|
|
|
5627 (delete-rectangle-line): added third arg FILL.
|
|
|
5628 (delete-extract-rectangle-line): ditto.
|
|
|
5629 (open-rectangle-line): ditto.
|
|
|
5630 (clear-rectangle-line): ditto.
|
|
|
5631
|
|
|
5632 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
|
5633
|
|
|
5634 * menubar-items.el (default-menubar): add gutter options.
|
|
|
5635
|
|
|
5636 * gutter-items.el: new file.
|
|
|
5637 (gutter): new group for custom.
|
|
|
5638 (gutter-visible-p): new variable.
|
|
|
5639 (default-gutter-position): ditto.
|
|
|
5640 (buffers-tab): new group for the buffers tab.
|
|
|
5641 (gutter-buffers-tab): widget to put in the gutter.
|
|
|
5642 (buffers-tab-max-size): max number of tabs.
|
|
|
5643 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
|
5644 tab is pressed.
|
|
|
5645 (buffers-tab-omit-function): filter buffers with this function.
|
|
|
5646 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
|
5647 inclusion in tabs.
|
|
|
5648 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
|
5649 the record.
|
|
|
5650 (build-buffers-tab-internal): build a list of tab items.
|
|
|
5651 (buffers-tab-items): ditto.
|
|
|
5652 (add-tab-to-gutter): put a tab in the gutter area.
|
|
|
5653 (update-tab-in-gutter): reset the buffers in the tab.
|
|
|
5654
|
|
|
5655 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
|
5656
|
|
|
5657 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
|
5658 (switch-to-buffer-hooks): new hook.
|
|
|
5659
|
|
|
5660 * toolbar.el (default-toolbar-position): fix typo.
|
|
|
5661
|
|
|
5662 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
|
5663
|
|
|
5664 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
|
5665
|
|
442
|
5666 1999-07-15 Didier Verna <didier@xemacs.org>
|
|
428
|
5667
|
|
|
5668 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
|
5669 prompt for a comment string.
|
|
|
5670 (customize-set-value): optional prefix makes this function handle
|
|
|
5671 variable comments.
|
|
|
5672 (customize-set-variable): ditto.
|
|
|
5673 (customize-save-variable): ditto.
|
|
|
5674 (customize-customized): handle custom comments.
|
|
|
5675 (customize-save-customized): ditto.
|
|
|
5676 (custom-variable-state-set): ditto.
|
|
|
5677 (custom-face-state-set): ditto.
|
|
|
5678 (customize-saved): ditto.
|
|
|
5679 (custom-variable-set): ditto.
|
|
|
5680 (custom-face-set): ditto.
|
|
|
5681 (custom-variable-save): ditto.
|
|
|
5682 (custom-face-save): ditto.
|
|
|
5683 (custom-variable-reset-saved): ditto.
|
|
|
5684 (custom-face-reset-saved): ditto.
|
|
|
5685 (custom-variable-reset-standard): ditto.
|
|
|
5686 (custom-face-reset-standard): ditto.
|
|
|
5687 (custom-comment-face): new face.
|
|
|
5688 (custom-comment-tag-face): ditto.
|
|
|
5689 (custom-comment): new widget.
|
|
|
5690 (custom-comment-create): new function.
|
|
|
5691 (custom-comment-delete): ditto.
|
|
|
5692 (custom-comment-value-set): ditto.
|
|
|
5693 (custom-comment-show): ditto.
|
|
|
5694 (custom-comment-invisible-p): ditto.
|
|
|
5695 (custom-variable-value-create): create a comment field widget.
|
|
|
5696 (custom-face-value-create): ditto.
|
|
|
5697 (custom-variable-menu): new entry for adding a custom comment.
|
|
|
5698 (custom-face-menu): ditto.
|
|
|
5699 (custom-save-variables): possibly save custom comments.
|
|
|
5700 (custom-save-faces): ditto.
|
|
|
5701
|
|
|
5702 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
|
5703 custom comment as fourth argument.
|
|
|
5704
|
|
|
5705 * custom.el (custom-set-variables): the arguments can now have a
|
|
|
5706 custom comment as fifth element.
|
|
|
5707
|
|
|
5708 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
5709
|
|
|
5710 * XEmacs 21.2.18 is released
|
|
|
5711
|
|
|
5712 1999-07-13 SL Baur <steve@miho>
|
|
|
5713
|
|
|
5714 * lib-complete.el (read-library-name): Revert previous change.
|
|
|
5715 (read-library): Ditto.
|
|
|
5716
|
|
|
5717 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
5718
|
|
|
5719 * packages.el (packages-package-list): Capitalize docstring.
|
|
|
5720
|
|
|
5721 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
|
5722 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
|
5723 which returns a freshly consed list. #'append would create yet
|
|
|
5724 another fresh list, using Fmake_list in concat.
|
|
|
5725
|
|
|
5726 * packages.el (package-provide): Use setq with remassq like it
|
|
|
5727 says in its docstring.
|
|
|
5728
|
|
|
5729 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
|
5730
|
|
|
5731 * lib-complete.el (progn-with-message): Fix typo.
|
|
|
5732
|
|
|
5733 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
|
5734
|
|
|
5735 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
|
5736 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
5737
|
|
|
5738 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
5739
|
|
|
5740 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
|
5741
|
|
|
5742 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
|
5743
|
|
|
5744 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
|
5745 keys if already bound
|
|
|
5746
|
|
|
5747 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
|
5748
|
|
|
5749 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
|
5750
|
|
|
5751 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
|
5752
|
|
|
5753 * lib-complete.el (find-library):
|
|
|
5754 (find-library-other-window):
|
|
|
5755 (find-library-other-frame): Completely rewrote
|
|
|
5756 so that these functions actually work when called non-interactively.
|
|
|
5757 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
|
5758
|
|
|
5759 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
|
5760
|
|
|
5761 * simple.el (indent-new-comment-line): Locally bound
|
|
|
5762 `block-comment-start' to `comstart' or else when this is called
|
|
|
5763 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
|
5764 `block-comment-start' value, ignoring any existing spacing after a
|
|
|
5765 comment prefix in the previous line and producing ugly comments.
|
|
|
5766
|
|
|
5767 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
|
5768
|
|
|
5769 * list-mode.el (mouse-choose-completion):
|
|
|
5770 (choose-completion):
|
|
|
5771 (completion-switch-to-minibuffer): Added.
|
|
|
5772 ([Tab]): [Tab] previously switched to the minibuffer
|
|
|
5773 but since [space] does that and since most applications in the
|
|
|
5774 world use [Tab] to select the next item in a list, do that in the
|
|
|
5775 *Completions* buffer too. This will cause the least confusion
|
|
|
5776 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
|
5777 06/23/1999.
|
|
|
5778
|
|
|
5779 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
|
5780
|
|
|
5781 * help.el (help-buffer-name): Added support for a null value
|
|
|
5782 of `help-buffer-prefix-string' since some buffers require no
|
|
|
5783 prefix.
|
|
|
5784
|
|
|
5785 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
|
5786
|
|
|
5787 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
|
5788 in the completion-list-mode-map to bury the completions buffer
|
|
|
5789 even when the minibuffer is no longer active.
|
|
|
5790
|
|
|
5791 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
|
5792
|
|
|
5793 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
|
5794 the text cursor disappear within list buffers, especially when
|
|
|
5795 moving from window to window, so leave it visible.
|
|
|
5796
|
|
|
5797 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
|
5798
|
|
|
5799 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
|
5800 report menu item (which may not be possible in this XEmacs).
|
|
|
5801 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
|
5802
|
|
|
5803 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
|
5804
|
|
|
5805 * subr.el (with-current-buffer): DOC string fix.
|
|
|
5806 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
|
5807
|
|
|
5808 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
|
5809
|
|
|
5810 * cus-face.el (custom-face-italic): insert missing args
|
|
|
5811
|
|
|
5812 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
5813
|
|
|
5814 * packages.el (package-locations): Changed default early package
|
|
|
5815 hierarchies to ~/.xemacs/mule-packages and
|
|
|
5816 ~/.xemacs/xemacs-packages.
|
|
|
5817
|
|
|
5818 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
|
5819
|
|
|
5820 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
|
5821
|
|
|
5822 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
5823
|
|
|
5824 * packages.el (package-locations): Changed default early package
|
|
|
5825 hierarchy to ~/.xemacs/packages.
|
|
|
5826 (package-locations): Removed `packages' as a possible name for a
|
|
|
5827 late package hierarchy.
|
|
|
5828
|
|
|
5829 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5830
|
|
|
5831 * mule/mule-category.el (word-combining-categories): Set up new
|
|
|
5832 variable.
|
|
|
5833 (word-separating-categories): Likewise.
|
|
|
5834
|
|
|
5835 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
5836
|
|
|
5837 * XEmacs 21.2.17 is released
|
|
|
5838
|
|
|
5839 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
|
5840
|
|
|
5841 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
|
5842 of font size.
|
|
|
5843
|
|
|
5844 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5845
|
|
|
5846 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
|
5847 is 1.
|
|
|
5848
|
|
|
5849 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5850
|
|
|
5851 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
|
5852 8859-5 instead of ISO 8859-1.
|
|
|
5853
|
|
|
5854 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
|
5855
|
|
|
5856 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
|
5857 (viet-viscii-encode-table): Ditto.
|
|
|
5858
|
|
|
5859 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
|
5860 Make obsolete definition of char-octet.
|
|
|
5861
|
|
|
5862 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
|
5863
|
|
|
5864 * subr.el: Move no-Mule make-char ...
|
|
|
5865 * help-nomule.el (make-char): To here.
|
|
|
5866 (string-width): Make Mule compatibility alias.
|
|
|
5867
|
|
|
5868 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
|
5869
|
|
|
5870 * select.el (get-selection-no-error): really make there be no-error.
|
|
|
5871 (get-selection): revert to original.
|
|
|
5872
|
|
|
5873 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
|
5874
|
|
|
5875 * select.el (selection-sets-clipboard): renamed.
|
|
|
5876 (own-selection): use it.
|
|
|
5877
|
|
|
5878 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
5879
|
|
|
5880 * XEmacs 21.2.16 is released
|
|
|
5881
|
|
|
5882 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5883
|
|
|
5884 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
|
5885 missing characters to avoid crash.
|
|
|
5886
|
|
|
5887 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5888
|
|
|
5889 * coding.el (set-terminal-coding-system): Only set the console
|
|
|
5890 coding system on the selected console if it is a tty.
|
|
|
5891
|
|
|
5892 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5893
|
|
|
5894 * cus-face.el:
|
|
|
5895 * cus-edit.el:
|
|
|
5896 * faces.el:
|
|
|
5897 (custom):
|
|
|
5898 (face-spec-set):
|
|
|
5899 * faces.el (frob-face-property):
|
|
|
5900 * font-menu.el (font-menu-set-font):
|
|
|
5901 Actually apply changes from 1999-03-17
|
|
|
5902
|
|
|
5903 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
|
5904
|
|
|
5905 * select.el (get-selection): abstract out non error-signalling
|
|
|
5906 part.
|
|
|
5907 (get-selection-no-error): get-selection without signalling an
|
|
|
5908 error.
|
|
|
5909 (selection-is-clipboard-p): new variable. controls whether the
|
|
|
5910 selection sets the clipboard.
|
|
|
5911 (own-selection): use it.
|
|
|
5912
|
|
|
5913 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
|
5914 primary selection and cutbuffer.
|
|
|
5915
|
|
|
5916 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
|
5917
|
|
|
5918 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
|
5919 selection functions.
|
|
|
5920
|
|
|
5921 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5922
|
|
|
5923 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
|
5924 default value.
|
|
|
5925 (load): Use `raw-text' instead of `no-conversion'.
|
|
|
5926 (insert-file-contents): Likewise.
|
|
|
5927
|
|
|
5928 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
|
5929 of `no-conversion'.
|
|
|
5930
|
|
|
5931 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
5932
|
|
|
5933 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
|
5934
|
|
|
5935 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
5936
|
|
|
5937 * subr.el (make-char): Define it if Mule is not around.
|
|
|
5938
|
|
|
5939 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
|
5940
|
|
|
5941 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
|
5942
|
|
|
5943 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
|
5944 obsolete alias.
|
|
|
5945 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
|
5946
|
|
|
5947 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
5948
|
|
|
5949 * XEmacs 21.2.15 is released
|
|
|
5950
|
|
|
5951 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
|
5952
|
|
|
5953 * subr.el (split-string): Avoid infinite looping
|
|
|
5954
|
|
|
5955 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
5956
|
|
|
5957 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
|
5958 (ldap-default-attribute-decoder): New variable
|
|
|
5959 (ldap-coding-system): New variable
|
|
|
5960 (ldap-attribute-syntax-encoders): New variable
|
|
|
5961 (ldap-attribute-syntax-decoders): New variable
|
|
|
5962 (ldap-attribute-syntaxes-alist): New variable
|
|
|
5963 (ldap-encode-boolean): New function
|
|
|
5964 (ldap-decode-boolean): New function
|
|
|
5965 (ldap-encode-country-string): New function
|
|
|
5966 (ldap-decode-string): New function
|
|
|
5967 (ldap-decode-address): New function
|
|
|
5968 (ldap-encode-address): New function
|
|
|
5969 (ldap-decode-attribute): New function
|
|
|
5970 (ldap-search): Use some of these
|
|
|
5971
|
|
|
5972 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
|
5973
|
|
|
5974 * version.el (emacs-version): Make the patch level/beta come
|
|
|
5975 before the XEmacs qualifier so that it gets into (funcall
|
|
|
5976 emacs-version) and thus in the bug reports.
|
|
|
5977 (emacs-version>=): Support patch levels.
|
|
|
5978
|
|
|
5979 1999-06-03 SL Baur <steve@xemacs.org>
|
|
|
5980
|
|
|
5981 * version.el: implement x.y.z version number
|
|
|
5982 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5983
|
|
|
5984 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
|
5985
|
|
|
5986 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
|
5987
|
|
|
5988 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
|
5989
|
|
|
5990 * startup.el: Document -private and break out non-standard X options.
|
|
|
5991
|
|
|
5992 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
5993
|
|
|
5994 * mule/mule-charset.el (charset-after): New function.
|
|
|
5995 (charset-direction): Synch with Mule, update docstring.
|
|
|
5996 (get-charset-property): New function.
|
|
|
5997 (put-charset-property): New function.
|
|
|
5998 (charset-plist): New function.
|
|
|
5999
|
|
|
6000 * mule/mule-charset.el (compose-region):
|
|
|
6001 (decompose-region): remove; these functions (which don't work
|
|
|
6002 since we don't do composite characters) have been moved to
|
|
|
6003 mule-util.el.
|
|
|
6004 (toplevel): follow coding standards
|
|
|
6005
|
|
|
6006 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
6007
|
|
|
6008 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
|
6009 exist any more.
|
|
|
6010
|
|
|
6011 * code-files.el: Fix commentary to follow coding standards. Move
|
|
|
6012 the single line left in mule-files.el to here.
|
|
|
6013
|
|
|
6014 * mule/mule-files.el: delete.
|
|
|
6015
|
|
|
6016 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
6017
|
|
|
6018 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
|
6019 old emacs 19 interface.
|
|
|
6020
|
|
|
6021 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
|
6022
|
|
|
6023 * x-font-menu.el (x-font-menu-load-font):
|
|
|
6024 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
|
6025
|
|
|
6026 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
|
6027
|
|
|
6028 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
|
6029 group.
|
|
|
6030 (font-menu-this-frame-only-p): ditto.
|
|
|
6031 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
|
6032 <vroonhof@math.ethz.ch>
|
|
|
6033 (font-menu-submenu-name-format): ditto.
|
|
|
6034 (font-menu-split-long-menu): ditto, for use by the family
|
|
|
6035 constructor.
|
|
|
6036 (font-menu-family-constructor): use it.
|
|
|
6037
|
|
|
6038 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
|
6039
|
|
|
6040 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
|
6041 for use by the font menu.
|
|
|
6042
|
|
|
6043 * msw-font-menu.el: new file implementing mswindows specific
|
|
|
6044 font-menu behaviour.
|
|
|
6045 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
|
6046 (mswindows-font-menu-junk-families): ditto.
|
|
|
6047 (hack-font-truename): ditto.
|
|
|
6048 (mswindows-font-regexp-ascii): ditto.
|
|
|
6049 (mswindows-reset-device-font-menus): ditto.
|
|
|
6050 (mswindows-font-menu-font-data): ditto.
|
|
|
6051 (mswindows-font-menu-load-font): ditto.
|
|
|
6052
|
|
|
6053 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
|
6054 (x-font-menu-font-data): ditto.
|
|
|
6055 (x-font-menu-load-font): ditto.
|
|
|
6056
|
|
|
6057 * font-menu.el: new file implementing generic font menu behaviour.
|
|
|
6058 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
|
6059 made device independent.
|
|
|
6060 (font-menu-this-frame-only-p): ditto.
|
|
|
6061 (font-menu-preferred-resolution): ditto.
|
|
|
6062 (font-menu-size-scaling): new variable used to determine whether
|
|
|
6063 sizes are in points or tenths of a point.
|
|
|
6064 (vassoc): moved from x-font-menu.el.
|
|
|
6065 (device-fonts-cache): ditto.
|
|
|
6066 (device-fonts-cache): ditto.
|
|
|
6067 (flush-device-fonts-cache): ditto.
|
|
|
6068 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
|
6069 device independent. Most functionality deferred to
|
|
|
6070 device-dependent versions.
|
|
|
6071 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
|
6072 made device independent.
|
|
|
6073 (font-menu-size-constructor): ditto.
|
|
|
6074 (font-menu-weight-constructor): ditto.
|
|
|
6075 (font-menu-set-font): ditto.
|
|
|
6076 (font-menu-change-face): ditto.
|
|
|
6077 (font-menu-load-font): new device method.
|
|
|
6078 (font-menu-font-data): ditto.
|
|
|
6079
|
|
|
6080 * x-font-menu.el: The above functions deleted.
|
|
|
6081
|
|
|
6082 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
|
6083
|
|
|
6084 * update-elc.el:
|
|
|
6085 * make-docfile.el:
|
|
|
6086 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
|
6087
|
|
|
6088 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
|
6089
|
|
|
6090 * x-select.el (x-select-convert-to-text):
|
|
|
6091 (x-selected-text-type):
|
|
|
6092 (x-get-selection):
|
|
|
6093 (xselect-convert-to-string):
|
|
|
6094 (xselect-convert-to-compound-text):
|
|
|
6095 (xselect-convert-to-length):
|
|
|
6096 (xselect-convert-to-targets):
|
|
|
6097 (xselect-convert-to-delete):
|
|
|
6098 (xselect-convert-to-filename):
|
|
|
6099 (xselect-convert-to-charpos):
|
|
|
6100 (xselect-convert-to-lineno):
|
|
|
6101 (xselect-convert-to-colno):
|
|
|
6102 (xselect-convert-to-sourceloc):
|
|
|
6103 (xselect-convert-to-os):
|
|
|
6104 (xselect-convert-to-host):
|
|
|
6105 (xselect-convert-to-user):
|
|
|
6106 (xselect-convert-to-class):
|
|
|
6107 (xselect-convert-to-name):
|
|
|
6108 (xselect-convert-to-integer):
|
|
|
6109 (xselect-convert-to-atom):
|
|
|
6110 (xselect-convert-to-identity): functions renamed from x-* and
|
|
|
6111 moved to select.el.
|
|
|
6112 (x-get-secondary-selection): use rename get-selection.
|
|
|
6113 (x-get-clipboard): ditto.
|
|
|
6114 (x-own-selection): moved to select.el.
|
|
|
6115 (x-valid-simple-selection-p): ditto.
|
|
|
6116 (x-dehilight-selection): ditto.
|
|
|
6117 (x-own-clipboard): ditto.
|
|
|
6118 (x-disown-selection): ditto.
|
|
|
6119
|
|
|
6120 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
|
6121 (x-insert-selection): ditto.
|
|
|
6122 (x-set-point-and-move-selection): use renamed function.
|
|
|
6123
|
|
|
6124 * select.el (selected-text-type): moved and renamed from
|
|
|
6125 x-select.el.
|
|
|
6126 (selection-owner-p): moved to C.
|
|
|
6127 (selection-exists-p): ditto.
|
|
|
6128 (get-cutbuffer): new device method.
|
|
|
6129 (get-selection): generalised and moved from x-select.el.
|
|
|
6130 (own-selection): moved x-own-selection functionality into here.
|
|
|
6131 (dehilight-selection): renamed and moved from x-select.el.
|
|
|
6132 (own-clipboard): functionality moved from x-select.el using new
|
|
|
6133 generic C builtins.
|
|
|
6134 (disown-clipboard): ditto.
|
|
|
6135 (select-convert-to-text):
|
|
|
6136 (select-convert-to-string):
|
|
|
6137 (select-convert-to-compound-text):
|
|
|
6138 (select-convert-to-length):
|
|
|
6139 (select-convert-to-targets):
|
|
|
6140 (select-convert-to-delete):
|
|
|
6141 (select-convert-to-filename):
|
|
|
6142 (select-convert-to-charpos):
|
|
|
6143 (select-convert-to-lineno):
|
|
|
6144 (select-convert-to-colno):
|
|
|
6145 (select-convert-to-sourceloc):
|
|
|
6146 (select-convert-to-os):
|
|
|
6147 (select-convert-to-host):
|
|
|
6148 (select-convert-to-user):
|
|
|
6149 (select-convert-to-class):
|
|
|
6150 (select-convert-to-name):
|
|
|
6151 (select-convert-to-integer):
|
|
|
6152 (select-convert-to-atom):
|
|
|
6153 (select-convert-to-identity): new functions renamed from x-* and
|
|
|
6154 moved from x-select.el.
|
|
|
6155
|
|
|
6156 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
|
6157 into here and use as the default window-system mouse yank.
|
|
|
6158 (insert-selection): generalised and moved from x-mouse.el.
|
|
|
6159 (own-clipboard): moved to C.
|
|
|
6160
|
|
|
6161 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
|
6162 (mswindows-own-selection): generalised and moved to select.el.
|
|
|
6163 (mswindows-disown-selection): generalised and moved to C.
|
|
|
6164 (mswindows-selection-owner-p): ditto.
|
|
|
6165
|
|
|
6166 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6167
|
|
|
6168 * XEmacs 21.2.14 is released
|
|
|
6169
|
|
|
6170 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
6171
|
|
|
6172 * about.el: update contact info for jason and slb.
|
|
|
6173
|
|
|
6174 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
6175
|
|
|
6176 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
|
6177 support from Emacs/Mule romanian.el.
|
|
|
6178
|
|
|
6179 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6180
|
|
|
6181 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
|
6182
|
|
|
6183 * cus-edit.el: idem ditto.
|
|
|
6184
|
|
|
6185 * faces.el: Added suport for adding device tags to various functions.
|
|
|
6186 (custom): New device tag.
|
|
|
6187 (face-spec-set): Call reset face with tags argument. No longer do
|
|
|
6188 x-init-global-faces hack.
|
|
|
6189
|
|
|
6190 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
|
6191 frob-face-property-1 over.
|
|
|
6192
|
|
|
6193 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
|
6194 properties to custom.
|
|
|
6195
|
|
|
6196 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
6197
|
|
|
6198 * mule/european.el (setup-czech-environment): Add czech support.
|
|
|
6199 From David Sauer <davids@orfinet.cz>
|
|
|
6200
|
|
|
6201 1999-03-15 SL Baur <steve@xemacs.org>
|
|
|
6202
|
|
|
6203 * check-features.el: Turn hard errors into warnings.
|
|
|
6204
|
|
|
6205 1999-03-21 SL Baur <steve@xemacs.org>
|
|
|
6206
|
|
|
6207 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
|
6208 xemacs-beta, default to t.
|
|
|
6209
|
|
|
6210 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6211
|
|
|
6212 * loadup.el: Define Installation-string before loading anything.
|
|
|
6213
|
|
|
6214 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
6215
|
|
|
6216 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
|
6217 From Anders Stenman <stenman@isy.liu.se>
|
|
|
6218
|
|
|
6219 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6220
|
|
|
6221 * wid-edit.el (widget-glyph-find): Ditto.
|
|
|
6222
|
|
|
6223 * packages.el (locate-library): Ditto.
|
|
|
6224
|
|
|
6225 * loadup.el (really-early-error-handler): Ditto.
|
|
|
6226
|
|
|
6227 * lib-complete.el (read-library): Ditto.
|
|
|
6228
|
|
|
6229 * faces.el (set-face-stipple): Ditto.
|
|
|
6230
|
|
|
6231 * code-files.el (load): Use new calling style of locate-file.
|
|
|
6232
|
|
|
6233 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6234
|
|
|
6235 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
|
6236 dead.
|
|
|
6237
|
|
|
6238 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6239
|
|
|
6240 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
|
6241 Installation.el.
|
|
|
6242
|
|
|
6243 * loadup.el (Installation-string): Define it here.
|
|
|
6244
|
|
|
6245 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6246
|
|
|
6247 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
|
6248 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
|
6249 the dumping process won't find it.
|
|
|
6250
|
|
434
|
6251 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
6252
|
|
|
6253 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
|
6254 subr so that we can use `replace-in-string' in Installation.el to
|
|
|
6255 get rid of C-m chars under the native Windows build.
|
|
|
6256
|
|
|
6257 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
|
6258
|
|
|
6259 * make-docfile.el: canonicalize file and directory names.
|
|
|
6260
|
|
|
6261 * device.el (call-device-method): new function for calling device
|
|
|
6262 specific methods.
|
|
|
6263 (define-device-method): new function for defining device methods.
|
|
|
6264 (define-device-method*): ditto.
|
|
|
6265
|
|
|
6266 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6267
|
|
|
6268 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
|
6269
|
|
|
6270 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
6271
|
|
|
6272 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
|
6273 (cyrillic-koi8-r-encode-table): Likewise.
|
|
|
6274 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
|
6275 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
|
6276
|
|
|
6277 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
|
6278 from vietnamese.el].
|
|
|
6279
|
|
|
6280 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
|
6281 mule/mule-misc.el.
|
|
|
6282
|
|
|
6283 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
6284
|
|
|
6285 * mule/thai-xtis.el:
|
|
|
6286 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
|
6287 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
|
6288
|
|
|
6289 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
6290
|
|
|
6291 * mule/ethiopic.el: fixed.
|
|
|
6292
|
|
|
6293 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
6294
|
|
|
6295 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
|
6296
|
|
|
6297 * mule/thai-xtis.el: New file.
|
|
|
6298
|
|
|
6299 * mule/vietnamese.el: New file.
|
|
|
6300
|
|
|
6301 * mule/ethiopic.el: New file.
|
|
|
6302
|
|
|
6303 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6304
|
|
|
6305 * bytecomp.el (byte-compile-close-variables): Leave
|
|
|
6306 debug-issue-ebola-notices alone.
|
|
|
6307
|
|
|
6308 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
6309
|
|
|
6310 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
|
6311 at the top of the buffer since it is the most important thing to
|
|
|
6312 customize
|
|
|
6313 (ldap-get-host-parameter): New defun
|
|
|
6314 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
|
6315 distinguished names of entries
|
|
|
6316
|
|
|
6317 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
|
6318
|
|
|
6319 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
|
6320
|
|
|
6321 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
|
6322
|
|
|
6323 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
|
6324
|
|
|
6325 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6326
|
|
|
6327 * format.el (format-alist): Disable image stuff.
|
|
|
6328
|
|
|
6329 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6330
|
|
|
6331 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
|
6332 suffixes rather than the other way around.
|
|
|
6333 (widget-image-conversion): Renamed to
|
|
|
6334 `widget-image-file-name-suffixes'.
|
|
|
6335
|
|
|
6336 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
|
6337
|
|
|
6338 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
|
6339 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
|
6340 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
|
6341 (charset-iso-final-char): Rename from charset-final.
|
|
|
6342 (charset-width): Rename from charset-columns.
|
|
|
6343 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
|
6344
|
|
|
6345 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
|
6346 mule-charset.el
|
|
|
6347
|
|
|
6348 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
|
6349
|
|
|
6350 * x-faces.el (x-make-font-bold-italic): honor
|
|
|
6351 *try-oblique-before-italic-fonts*
|
|
|
6352
|
|
|
6353 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6354
|
|
|
6355 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
|
6356
|
|
|
6357 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6358
|
|
|
6359 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
|
6360 name.
|
|
|
6361
|
|
|
6362 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
|
6363
|
|
|
6364 * cl-extra.el (equalp): Would bug out for lists.
|
|
|
6365
|
|
|
6366 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
|
6367
|
|
|
6368 * about.el (about-hackers): Change cgw's email address
|
|
|
6369
|
|
|
6370 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6371
|
|
|
6372 * XEmacs 21.2.13 is released
|
|
|
6373
|
|
|
6374 1999-03-12 SL Baur <steve@xemacs.org>
|
|
|
6375
|
|
|
6376 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
|
6377 behavior.
|
|
|
6378
|
|
442
|
6379 1999-01-18 Didier Verna <didier@xemacs.org>
|
|
428
|
6380
|
|
|
6381 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
|
6382 multiple elements in the splash buffer body.
|
|
|
6383
|
|
|
6384 * startup.el (splash-frame-timeout): new constant: interval
|
|
|
6385 between splash buffer elements.
|
|
|
6386 (command-line-1): handle splash buffer with multiple elements (use
|
|
|
6387 a timeout).
|
|
|
6388 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
|
6389 Rewrote a cleaner and more readable version. This can now be array,
|
|
|
6390 in which case each element is displayed in turn in the splash buffer.
|
|
|
6391 (splash-frame-static-body): new constant. Persistent information
|
|
|
6392 across all splash buffer elements (preserves the possibility to give
|
|
|
6393 it in different languages.
|
|
|
6394 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
|
6395 to circulate through all splash frame elements and display them in
|
|
|
6396 sequence.
|
|
|
6397 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
|
6398 the case of multiple elements in the splash buffer body. Now
|
|
|
6399 returns a timeout id if multiple elements to display, or nil.
|
|
|
6400
|
|
|
6401 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6402
|
|
|
6403 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
|
6404 so they can be overridden by x-init-face-from-resources.
|
|
|
6405 Additionally specify the font name also with an x tag.
|
|
|
6406
|
|
|
6407 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
|
6408
|
|
|
6409 * package-get.el (package-get-base): autoload.
|
|
|
6410
|
|
|
6411 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
|
6412 custom menu to only be activated when package-base is available.
|
|
|
6413
|
|
|
6414 * package-get.el (package-get-custom): don't load
|
|
|
6415 package-get-custom as it is auto-generated. Fix group definition.
|
|
|
6416
|
|
442
|
6417 1999-03-05 Didier Verna <didier@xemacs.org>
|
|
428
|
6418
|
|
|
6419 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
|
6420 instead of `symbol-name' (Thanks Kyle).
|
|
|
6421
|
|
|
6422 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
|
6423 princ to write symbols.
|
|
|
6424
|
|
|
6425 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6426
|
|
|
6427 * XEmacs 21.2.12 is released
|
|
|
6428
|
|
|
6429 1999-03-05 SL Baur <steve@xemacs.org>
|
|
|
6430
|
|
|
6431 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
|
6432 From Neal Becker <nbecker@fred.net>
|
|
|
6433
|
|
|
6434 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
|
6435
|
|
|
6436 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
|
6437 calls to font-lock during buffer reversion.
|
|
|
6438
|
|
442
|
6439 1999-02-12 Didier Verna <didier@xemacs.org>
|
|
428
|
6440
|
|
|
6441 * info.el (Info-build-node-completions): unconditionally widen the
|
|
|
6442 tag table buffer.
|
|
|
6443
|
|
|
6444 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
|
6445
|
|
|
6446 * x-faces.el (x-init-face-from-resources):
|
|
|
6447 Only set fonts in the 'x locale.
|
|
|
6448
|
|
434
|
6449 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
6450
|
|
|
6451 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
|
6452 `package-admin-delete-binary-package' returning nil since it's
|
|
|
6453 normal. Reindent function.
|
|
|
6454 (pui-add-required-packages): Handle case where packages selected
|
|
|
6455 for installation have never been installed.
|
|
|
6456
|
|
|
6457 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
|
6458
|
|
|
6459 * menubar-items.el (default-menubar):
|
|
|
6460 Implement the ``Mule->Set coding system of process'' menu item.
|
|
|
6461
|
|
|
6462 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
|
6463
|
|
|
6464 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
|
6465 files
|
|
|
6466 - Change some `if's to `when's
|
|
|
6467
|
|
|
6468 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6469
|
|
|
6470 * XEmacs 21.2.11 is released
|
|
|
6471
|
|
|
6472 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6473
|
|
|
6474 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
|
6475 against window close (Fix Bug #460).
|
|
|
6476 (ask-user-about-lock-dbox): Idem.
|
|
|
6477
|
|
|
6478 1999-02-25 SL Baur <steve@xemacs.org>
|
|
|
6479
|
|
|
6480 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
|
6481 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
|
6482
|
|
|
6483 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
|
6484
|
|
|
6485 * about.el (xemacs-hackers): change andy's email address.
|
|
|
6486 (about-url-alist): change andy's web page address.
|
|
|
6487 (about-xemacs): add piper.
|
|
|
6488
|
|
|
6489 1999-02-16 SL Baur <steve@xemacs.org>
|
|
|
6490
|
|
|
6491 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
|
6492 of mule-base into lisp/mule.
|
|
|
6493
|
|
|
6494 1999-02-16 SL Baur <steve@xemacs.org>
|
|
|
6495
|
|
|
6496 * mule/arabic.el:
|
|
|
6497 mule/canna-leim.el:
|
|
|
6498 mule/chinese.el:
|
|
|
6499 mule/cyrillic.el:
|
|
|
6500 mule/english.el:
|
|
|
6501 mule/european.el:
|
|
|
6502 mule/greek.el:
|
|
|
6503 mule/hebrew.el:
|
|
|
6504 mule/japanese.el:
|
|
|
6505 mule/kinsoku.el:
|
|
|
6506 mule/korean.el:
|
|
|
6507 mule/misc-lang.el:
|
|
|
6508 mule/mule-category.el:
|
|
|
6509 mule/mule-ccl.el:
|
|
|
6510 mule/mule-charset.el:
|
|
|
6511 mule/mule-cmds.el:
|
|
|
6512 mule/mule-coding.el:
|
|
|
6513 mule/mule-files.el:
|
|
|
6514 mule/mule-help.el:
|
|
|
6515 mule/mule-init.el:
|
|
|
6516 mule/mule-misc.el:
|
|
|
6517 mule/mule-tty-init.el:
|
|
|
6518 mule/mule-x-init.el:
|
|
|
6519 mule/viet-chars.el: Remerge from mule-base.
|
|
|
6520
|
|
|
6521 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
|
6522 of mule-base into lisp/mule.
|
|
|
6523
|
|
434
|
6524 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
6525
|
|
|
6526 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
|
6527 of hard-wired "-c" (for WindowsNT).
|
|
|
6528
|
|
|
6529 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
|
6530
|
|
|
6531 * menubar-items.el (default-menubar): Remove obsolete
|
|
|
6532 "Gopher" item
|
|
|
6533
|
|
|
6534 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6535
|
|
|
6536 * package-admin.el (package-admin-get-install-dir): First fall
|
|
|
6537 back to the location of xemacs-base for non-mule packages.
|
|
|
6538
|
|
|
6539 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
|
6540
|
|
|
6541 * paths.el:
|
|
|
6542 - improved automounter tmp directory support.
|
|
|
6543 - support 4 (!) empirically discovered automounter conventions
|
|
|
6544
|
|
|
6545 1999-02-12 SL Baur <steve@xemacs.org>
|
|
|
6546
|
|
|
6547 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
|
6548
|
|
|
6549 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6550
|
|
|
6551 * XEmacs 21.2.10 is released
|
|
|
6552
|
|
|
6553 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6554
|
|
|
6555 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
|
6556 a local file name in the search entry.
|
|
|
6557
|
|
|
6558 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6559
|
|
|
6560 * XEmacs 21.2.9 is released
|
|
|
6561
|
|
442
|
6562 1999-01-19 Didier Verna <didier@xemacs.org>
|
|
428
|
6563
|
|
|
6564 * replace.el (replace-search-function): new variable containing a
|
|
|
6565 function to perform a search-forward.
|
|
|
6566 (replace-re-search-function): new variable containing a function
|
|
|
6567 to perform a re-search-forward.
|
|
|
6568 (perform-replace): use them.
|
|
|
6569
|
|
442
|
6570 1999-01-25 Didier Verna <didier@xemacs.org>
|
|
428
|
6571
|
|
|
6572 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
|
6573 (cut-copy-clear-internal): ditto.
|
|
|
6574
|
|
|
6575 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
|
6576
|
|
|
6577 * about.el (about-url-alist): Update my entry.
|
|
|
6578 (xemacs-hackers): Ditto.
|
|
|
6579
|
|
434
|
6580 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
6581
|
|
|
6582 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
|
6583 * minibuf.el (minibuffer-completion-table): ditto.
|
|
|
6584 * cl-macs.el (return-from): ditto.
|
|
|
6585
|
|
442
|
6586 1999-01-04 Didier Verna <didier@xemacs.org>
|
|
428
|
6587
|
|
|
6588 * replace.el (delete-non-matching-lines): temporarily disable
|
|
|
6589 case-folding when called interactively with a regexp containing
|
|
|
6590 uppercase characters.
|
|
|
6591 (delete-matching-lines): ditto.
|
|
|
6592 (count-matches): ditto.
|
|
|
6593 (list-matching-lines): ditto.
|
|
|
6594
|
|
|
6595 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
|
6596
|
|
|
6597 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
|
6598 abort if current window is split horizontally, not if others are
|
|
|
6599 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
|
6600 some comments (it's still complex).
|
|
|
6601
|
|
|
6602 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
|
6603
|
|
|
6604 * package-get.el: changed address for doc.ic.ac.uk to
|
|
|
6605 sunsite.doc.ic.ac.uk
|
|
|
6606
|
|
|
6607 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
6608
|
|
|
6609 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
|
6610 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
|
6611
|
|
|
6612 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
|
6613
|
|
|
6614 * dump-paths.el: Calculate module-directory and set
|
|
|
6615 module-load-path to the load path for modules.
|
|
|
6616
|
|
|
6617 * loadup.el: Get bootstrap value of module-load-path from the
|
|
|
6618 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
|
6619 - Display the module load path if we're debugging paths.
|
|
|
6620
|
|
|
6621 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
|
6622 - Added function paths-find-module-directory.
|
|
|
6623 - Added function paths-construct-module-load-path. Uses new
|
|
|
6624 environment variable EMACSMODULEPATH.
|
|
|
6625
|
|
|
6626 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
|
6627
|
|
|
6628 * font.el (font-default-object-for-device):
|
|
|
6629 Oops! This `or' can't be replaced by `unless'.
|
|
|
6630 Fixed inability to run w3, among other things.
|
|
|
6631
|
|
|
6632 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
|
6633
|
|
|
6634 * package-admin.el: Change initialization of
|
|
|
6635 package-admin-install-function dependent on system type.
|
|
|
6636 Change package-admin-install-function-mswindows to use
|
|
|
6637 "minitar".
|
|
|
6638
|
|
|
6639 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6640
|
|
|
6641 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
|
6642 in the minibuffer.
|
|
|
6643
|
|
|
6644 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
|
6645
|
|
|
6646 * XEmacs 21.2.8 is released.
|
|
|
6647
|
|
|
6648 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
|
6649
|
|
|
6650 * XEmacs 21.2.7 is released.
|
|
|
6651
|
|
|
6652 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6653
|
|
|
6654 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
|
6655
|
|
|
6656 * package-get.el (package-get-download-menu): Use
|
|
|
6657 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
|
6658
|
|
|
6659 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
|
6660 (pui-help-string): idem.
|
|
|
6661 (list-packages-mode): New major mode.
|
|
|
6662 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
|
6663 (pui-install-selected-packages): Add suport for removing packages.
|
|
|
6664 (pui-toggle-package-delete-key): New function.
|
|
|
6665 (pui-popup-context-sensitive): New kludge.
|
|
|
6666 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
|
6667 (package-ui-add-site): New function.
|
|
|
6668
|
|
442
|
6669 1998-12-01 Didier Verna <didier@xemacs.org>
|
|
428
|
6670
|
|
|
6671 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
|
6672
|
|
|
6673 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
6674
|
|
|
6675 * ldap.el: Custom-ized
|
|
|
6676 (toplevel): Do not provide `ldap' which is provided by C level
|
|
|
6677 LDAP code
|
|
|
6678 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
|
6679
|
|
|
6680 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6681
|
|
|
6682 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
|
6683
|
|
|
6684 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
|
6685
|
|
|
6686 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
|
6687 (sound-extension-list): name changed from sound-ext-list.
|
|
|
6688 (load-default-sounds): use new names.
|
|
|
6689 (load-sound-file): use new names.
|
|
|
6690
|
|
|
6691 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
|
6692
|
|
|
6693 * XEmacs 21.2.6 is released
|
|
|
6694
|
|
|
6695 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6696
|
|
|
6697 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
|
6698 errors.
|
|
|
6699
|
|
|
6700 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6701
|
|
|
6702 * wid-edit.el (widget-echo-this-extent): Set
|
|
|
6703 help-echo-owns-message to t.
|
|
|
6704
|
|
|
6705 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
|
6706
|
|
|
6707 * package-get.el (package-get-download-menu): use toggles for
|
|
|
6708 each site in the download site menu.
|
|
|
6709
|
|
|
6710 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6711
|
|
|
6712 * package-get.el (package-get): If we cannot find a package
|
|
|
6713 because package-get-remote is not set, give a more helpful
|
|
|
6714 error message.
|
|
|
6715
|
|
|
6716 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
|
6717
|
|
|
6718 * package-get.el (package-get-remote-filename): use an EFS path
|
|
|
6719 with user anonymous if no user is specified.
|
|
|
6720
|
|
|
6721 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6722
|
|
|
6723 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
|
6724 calling reset-face on the default face.
|
|
|
6725
|
|
|
6726 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6727
|
|
|
6728 * package-admin.el (package-admin-default-install-function):
|
|
|
6729 Behave as advertised. Make sure the pkg-dir is proper for
|
|
|
6730 default-directory.
|
|
|
6731 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
|
6732 proper for default-directory.
|
|
|
6733 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
|
6734 is proper for default-directory.
|
|
|
6735
|
|
|
6736 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6737
|
|
|
6738 * XEmacs 21.2.5 is released
|
|
|
6739
|
|
|
6740 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
|
6741
|
|
|
6742 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
|
6743 bytecompile time.
|
|
|
6744
|
|
|
6745 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
|
6746
|
|
|
6747 * x-win-xfree86.el:
|
|
|
6748 * x-win-sun.el (x-win-init-sun):
|
|
|
6749 * x-win-sun.el:
|
|
|
6750 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
|
6751 * x-iso8859-1.el:
|
|
|
6752 * x-init.el (init-post-x-win):
|
|
|
6753 * x-init.el (init-pre-x-win):
|
|
|
6754 * x-init.el (x-initialize-compose):
|
|
|
6755 * x-init.el:
|
|
|
6756 * x-compose.el:
|
|
|
6757 * winnt.el:
|
|
|
6758 * widget.el:
|
|
|
6759 * wid-edit.el (widget-glyph-click):
|
|
|
6760 * wid-edit.el (widget-glyph-find):
|
|
|
6761 * wid-edit.el (widget-type):
|
|
|
6762 * view-less.el (view-buffer-other-window):
|
|
|
6763 * very-early-lisp.el:
|
|
|
6764 * version.el:
|
|
|
6765 * toolbar.el:
|
|
|
6766 * toolbar-items.el:
|
|
|
6767 * term/sun.el (suntool-map):
|
|
|
6768 * term/sun-mouse.el:
|
|
|
6769 * term/internal.el:
|
|
|
6770 * syntax.el (modify-syntax-entry):
|
|
|
6771 * symbol-syntax.el:
|
|
|
6772 * subr.el:
|
|
|
6773 * startup.el (lock-directory):
|
|
|
6774 * simple.el (set-comment-column):
|
|
|
6775 * simple.el (backward-delete-char-untabify):
|
|
|
6776 * shadow.el (find-emacs-lisp-shadows):
|
|
|
6777 * shadow.el:
|
|
|
6778 * setup-paths.el (paths-construct-info-path):
|
|
|
6779 * select.el (cut-copy-clear-internal):
|
|
|
6780 * process.el (call-process-region):
|
|
|
6781 * process.el (start-process-shell-command):
|
|
|
6782 * process.el:
|
|
|
6783 * paths.el (rmail-spool-directory):
|
|
|
6784 * paragraphs.el (use-hard-newlines):
|
|
|
6785 * package-get.el (package-get-dependencies):
|
|
|
6786 * package-admin.el (package-admin-delete-binary-package):
|
|
|
6787 * obsolete.el (truncate-string):
|
|
|
6788 * obsolete.el (store-substring):
|
|
|
6789 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
|
6790 * mouse.el (mouse-yank-at-point):
|
|
|
6791 * modeline.el:
|
|
|
6792 * modeline.el (mouse-drag-modeline):
|
|
|
6793 * minibuf.el (read-directory-name-internal):
|
|
|
6794 * minibuf.el (read-file-name-internal):
|
|
|
6795 * minibuf.el (read-file-name-internal-1):
|
|
|
6796 * minibuf.el (read-file-name-2):
|
|
|
6797 * minibuf.el (exact-minibuffer-completion-p):
|
|
|
6798 * minibuf.el (read-from-minibuffer):
|
|
|
6799 * minibuf.el:
|
|
|
6800 * menubar.el (check-menu-syntax):
|
|
|
6801 * map-ynp.el (map-y-or-n-p):
|
|
|
6802 * make-docfile.el (docfile-out-of-date):
|
|
|
6803 * loadup.el ((member "run-temacs" command-line-args)):
|
|
|
6804 * loadup.el ((member "no-site-file" command-line-args)):
|
|
|
6805 * loadup.el (really-early-error-handler):
|
|
|
6806 * loadup.el:
|
|
|
6807 * loadhist.el:
|
|
|
6808 * loaddefs.el:
|
|
|
6809 * lisp-mnt.el (lm-verify):
|
|
|
6810 * lib-complete.el (lib-complete:cache-completions):
|
|
|
6811 * lib-complete.el (library-all-completions):
|
|
|
6812 * itimer.el (itimer-run-expired-timers):
|
|
|
6813 * info.el (Info-mode):
|
|
|
6814 * info.el (Info-insert-file-contents):
|
|
|
6815 * info.el (Info-rebuild-dir):
|
|
|
6816 * info.el (Info-build-dir-anew):
|
|
|
6817 * info.el (Info-parse-dir-entries):
|
|
|
6818 * info.el (Info-dir-outdated-p):
|
|
|
6819 * info.el (Info-insert-dir):
|
|
|
6820 * info.el (info-xref):
|
|
|
6821 * info.el:
|
|
|
6822 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
|
6823 * hyper-apropos.el (hyper-describe-face):
|
|
|
6824 * hyper-apropos.el (hyper-apropos-mode):
|
|
|
6825 * hyper-apropos.el:
|
|
|
6826 * help.el (list-processes):
|
|
|
6827 * help.el:
|
|
|
6828 * gnuserv.el:
|
|
|
6829 * font.el (mswindows-font-create-name):
|
|
|
6830 * font.el (font-default-font-for-device):
|
|
|
6831 * font.el (x-font-create-object):
|
|
|
6832 * font.el (font-registry):
|
|
|
6833 * font.el:
|
|
|
6834 * font-lock.el (font-lock-keywords):
|
|
|
6835 * font-lock.el:
|
|
|
6836 * finder.el (finder-compile-keywords):
|
|
|
6837 * find-paths.el (paths-find-recursive-path):
|
|
|
6838 * fill.el (set-justification-center):
|
|
|
6839 * fill.el (fill-region-as-paragraph):
|
|
|
6840 * files.el (insert-directory):
|
|
|
6841 * files.el (wildcard-to-regexp):
|
|
|
6842 * files.el (recover-file):
|
|
|
6843 * files.el (basic-save-buffer):
|
|
|
6844 * files.el (delete-auto-save-file-if-necessary):
|
|
|
6845 * files.el (file-relative-name):
|
|
|
6846 * files.el (backup-extract-version):
|
|
|
6847 * files.el (backup-buffer):
|
|
|
6848 * files.el (set-visited-file-name):
|
|
|
6849 * files.el (set-auto-mode):
|
|
|
6850 * files.el (interpreter-mode-alist):
|
|
|
6851 * files.el:
|
|
|
6852 * files.el (find-file-noselect):
|
|
|
6853 * files.el (abbreviate-file-name):
|
|
|
6854 * files.el (parse-colon-path):
|
|
|
6855 * files.el (directory-abbrev-alist):
|
|
|
6856 * etags.el (visit-tags-table-buffer):
|
|
|
6857 * easymenu.el (easy-menu-define):
|
|
|
6858 * dragdrop.el (experimental-dragdrop-drag):
|
|
|
6859 * dragdrop.el (dragdrop-drop-do-functions):
|
|
|
6860 * dragdrop.el (dragdrop-drop-at-point):
|
|
|
6861 * disass.el (disassemble-1):
|
|
|
6862 * disass.el (disassemble-internal):
|
|
|
6863 * disass.el (disassemble):
|
|
|
6864 * disass.el:
|
|
|
6865 * derived.el (derived-mode-init-mode-variables):
|
|
|
6866 * derived.el (define-derived-mode):
|
|
|
6867 * custom.el (defgroup):
|
|
|
6868 * cus-edit.el (custom-quote):
|
|
|
6869 * config.el:
|
|
|
6870 * code-process.el (open-network-stream):
|
|
|
6871 * code-process.el (start-process):
|
|
|
6872 * code-process.el (call-process-region):
|
|
|
6873 * code-process.el (call-process):
|
|
|
6874 * code-process.el:
|
|
|
6875 * code-files.el (insert-file-contents):
|
|
|
6876 * code-files.el:
|
|
|
6877 * code-files.el (buffer-file-coding-system-for-read):
|
|
|
6878 * cmdloop.el (yes-or-no-p-minibuf):
|
|
|
6879 * cl.el:
|
|
|
6880 * cl-macs.el:
|
|
|
6881 * cl-extra.el:
|
|
|
6882 * callers-of-rpt.el (make-caller-report):
|
|
|
6883 * callers-of-rpt.el:
|
|
|
6884 * bytecomp.el (batch-byte-recompile-directory):
|
|
|
6885 * bytecomp.el (batch-byte-compile-1):
|
|
|
6886 * bytecomp.el (batch-byte-compile):
|
|
|
6887 * bytecomp.el (display-call-tree):
|
|
|
6888 * bytecomp.el (byte-compile-insert):
|
|
|
6889 * bytecomp.el (byte-compile-two-args-19->20):
|
|
|
6890 * bytecomp.el (byte-compile-variable-ref):
|
|
|
6891 * bytecomp.el (byte-compile-form):
|
|
|
6892 * bytecomp.el (byte-compile-top-level-body):
|
|
|
6893 * bytecomp.el (byte-compile-out-toplevel):
|
|
|
6894 * bytecomp.el (byte-compile-byte-code-maker):
|
|
|
6895 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
|
6896 * bytecomp.el (byte-compile-file-form):
|
|
|
6897 * bytecomp.el (byte-compile-keep-pending):
|
|
|
6898 * bytecomp.el (byte-compile-insert-header):
|
|
|
6899 * bytecomp.el (byte-compile-from-buffer):
|
|
|
6900 * bytecomp.el (byte-compile-file):
|
|
|
6901 * bytecomp.el (byte-recompile-file):
|
|
|
6902 * bytecomp.el (byte-compile-close-variables):
|
|
|
6903 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
|
6904 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
|
6905 * bytecomp.el (byte-compiler-legal-options):
|
|
|
6906 * bytecomp.el (byte-compile-lapcode):
|
|
|
6907 * bytecomp.el (byte-optimize-log):
|
|
|
6908 * bytecomp.el ((fboundp 'defsubst)):
|
|
|
6909 * bytecomp.el:
|
|
|
6910 * bytecomp-runtime.el:
|
|
|
6911 * byte-optimize.el (byte-optimize-apply):
|
|
|
6912 * byte-optimize.el (car):
|
|
|
6913 * byte-optimize.el (byte-optimize-form):
|
|
|
6914 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
|
6915 * byte-optimize.el:
|
|
|
6916 * build-report.el (build-report-insert-installation-file):
|
|
|
6917 * build-report.el (build-report):
|
|
|
6918 * auto-show.el:
|
|
|
6919 * apropos.el (apropos-documentation):
|
|
|
6920 - mega patch
|
|
|
6921 - clean up byte-compile warnings
|
|
|
6922 - remove unused variables
|
|
|
6923 - Use common lisp style hashtable functions
|
|
|
6924 - byte compiler cleanup
|
|
|
6925 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
|
6926 - remove old backquote syntax usage
|
|
|
6927 - move some cl functionality into C for speed.
|
|
|
6928 - remove last remaining VMS support
|
|
|
6929 - spelling fixes
|
|
|
6930 - implement last, butlast, nbutlast, copy-list in C.
|
|
|
6931 - new macro ignore-file-errors, similar to ignore-errors
|
|
|
6932 (ignore-file-errors (delete-file "foo"))
|
|
|
6933 - get frequent garbage collection during loadup.el by tweaking
|
|
|
6934 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
|
6935 - default delete-key-deletes-forward to `t'.
|
|
|
6936
|
|
|
6937 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
|
6938
|
|
|
6939 * XEmacs 21.2-beta4 is released.
|
|
|
6940
|
|
|
6941 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6942
|
|
|
6943 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
|
6944 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
|
6945 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
|
6946
|
|
|
6947 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
|
6948 (add-menu-button): Add 'in-menu' argument.
|
|
|
6949 (add-menu-item-1): Add in-menu support to helper function.
|
|
|
6950
|
|
|
6951 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
6952
|
|
|
6953 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
|
6954
|
|
|
6955 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6956
|
|
|
6957 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
|
6958 of Dec 4, 1997.
|
|
|
6959
|
|
|
6960 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6961
|
|
|
6962 * process.el (shell-command-on-region): Report if the command
|
|
|
6963 succeeded or failed.
|
|
|
6964
|
|
|
6965 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6966
|
|
|
6967 * subr.el (buffer-substring-no-properties): Comment out.
|
|
|
6968
|
|
434
|
6969 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
6970
|
|
|
6971 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
|
6972 into font instances first, like `x-frob-font-size' does.
|
|
|
6973 (mswindows-find-larger-font): ditto
|
|
|
6974
|
|
|
6975 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
|
6976
|
|
|
6977 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
|
6978 to `package-get'.
|
|
|
6979
|
|
|
6980 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6981
|
|
|
6982 * package-get.el (host-name): New widget type.
|
|
|
6983 (package-get-remote): Better customization using new type.
|
|
|
6984 (package-get-download-sites): idem dito.
|
|
|
6985
|
|
|
6986 (package-get-custom): Do not use package-get-all untill we have
|
|
|
6987 runtime dependencies.
|
|
|
6988
|
|
|
6989 (package-get-remove-copy): Default to 't' we no longer need this
|
|
|
6990 kludge as we do not currently use depenencies.
|
|
|
6991
|
|
|
6992 (package-get-was-current): New variable.
|
|
|
6993 (package-get-require-base): New 'force-current' argument.
|
|
|
6994 (package-get-update-base): idem
|
|
|
6995 (package-get-package-provider): idem
|
|
|
6996 (package-get-locate-index-file): New 'no-remote' argument.
|
|
|
6997 (package-get-locate-file): idem.
|
|
|
6998
|
|
|
6999 (package-get-maybe-save-index): New function.
|
|
|
7000 (package-get-update-base): Use it.
|
|
|
7001
|
|
|
7002 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
|
7003
|
|
|
7004 * package-get.el (package-get-remote): default to nil; by default,
|
|
|
7005 don't go out to the net via EFS. They must select a download site.
|
|
|
7006 (package-get-download-sites): new variable.
|
|
|
7007 (package-get-download-menu): new function.
|
|
|
7008 (package-get-locate-index-file): new function.
|
|
|
7009 (package-get-update-base): use it.
|
|
|
7010
|
|
|
7011 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
|
7012 and "Add Download Site" menus under Options | Manage Packages.
|
|
|
7013
|
|
|
7014 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
|
7015
|
|
|
7016 * package-get.el (package-get): bugfix code checking installed version
|
|
|
7017 for case where package is not currently installed.
|
|
|
7018 (package-get-require-signed-base-updates): new variable.
|
|
|
7019 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
|
7020 deemed not a goot thing. Use the variable
|
|
|
7021 package-get-allow-unsigned-base-updates instead.
|
|
|
7022
|
|
|
7023 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
|
7024
|
|
|
7025 * package-get.el (package-get): Don't install an older version than
|
|
|
7026 we already have unless explicitly told to. Issue a warning.
|
|
|
7027
|
|
|
7028 * package-ui.el (pui-add-required-packages): when adding
|
|
|
7029 dependencies, don't add packages that are up to date.
|
|
|
7030 (pui-package-symbol-char): Don't consider a package out of date
|
|
|
7031 if you have a newer version installed than the latest version in
|
|
|
7032 package-get-base.
|
|
|
7033
|
|
|
7034 * package-get.el (package-get-base-filename): document that it may
|
|
|
7035 be a path relative to package-get-remote; new default value.
|
|
|
7036 (package-get-locate-file): new function.
|
|
|
7037 (package-get-update-base): use it to expand package-get-base-filename.
|
|
|
7038 (package-get-save-base): new function to save the package-get database
|
|
|
7039 to file.
|
|
|
7040 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
|
7041 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
|
7042 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
|
7043 (package-get-file-installed-p): removed; no longer needed.
|
|
|
7044 (package-get-create-custom): ditto.
|
|
|
7045 (toplevel): remove code to build and load package-get-custom.el
|
|
|
7046 (package-get-custom-add-entry): new function.
|
|
|
7047
|
|
|
7048 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7049
|
|
|
7050 * wid-edit.el (widget-button-click): Don't switch window.
|
|
|
7051
|
|
|
7052 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7053
|
|
|
7054 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
|
7055
|
|
|
7056 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
|
7057
|
|
|
7058 * etags.el (find-tag-default): Run find-tag-hook using
|
|
|
7059 run-hooks rather than funcall
|
|
|
7060
|
|
|
7061 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7062
|
|
|
7063 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
|
7064 and the current local map as the parents to isearch-mode-map.
|
|
|
7065
|
|
|
7066 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
|
7067
|
|
|
7068 * XEmacs 21.2-beta3 is released.
|
|
|
7069
|
|
|
7070 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
|
7071
|
|
|
7072 * package-get.el (package-get-update-base): use
|
|
|
7073 insert-file-contents-internal, not insert-file-contents-literally.
|
|
|
7074
|
|
|
7075 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7076
|
|
|
7077 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
|
7078 dump time.
|
|
|
7079
|
|
|
7080 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
|
7081
|
|
|
7082 * package-get.el (package-get-update-base-entry): new function.
|
|
|
7083 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
|
7084 cleanup, and use package-get-update-base-from-buffer.
|
|
|
7085 (package-get-update-base-from-buffer): new function.
|
|
|
7086 (package-get-update-base-entries): new; helper for above.
|
|
|
7087 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
|
7088
|
|
|
7089 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
|
7090
|
|
|
7091 * files.el (set-auto-mode): Don't play games loading package-get
|
|
|
7092 database; package-get-package-provider will handle it all.
|
|
|
7093
|
|
|
7094 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
|
7095
|
|
|
7096 * package-get.el (package-get-base-filename): new variable.
|
|
|
7097 (package-get-require-base): new function.
|
|
|
7098 (package-get-pgp-signed-begin-line): new variable.
|
|
|
7099 (package-get-pgp-signature-begin-line): ditto.
|
|
|
7100 (package-get-pgp-signature-end-line): ditto.
|
|
|
7101 (package-get-load-base): new function.
|
|
|
7102 (package-get-interactive-package-query):
|
|
|
7103 (package-get-update-all):
|
|
|
7104 (package-get-dependencies):
|
|
|
7105 (package-get-package-provider):
|
|
|
7106 (package-get-custom): use package-get-require-base.
|
|
|
7107 [package-get-custom loading]: disable for now.
|
|
|
7108
|
|
|
7109 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
|
7110
|
|
|
7111 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7112
|
|
|
7113 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
|
7114
|
|
|
7115 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7116
|
|
|
7117 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
|
7118 to with Customize. Move all the package stuff to a new Item in Options.
|
|
|
7119
|
|
|
7120 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
|
7121
|
|
|
7122 * package-get.el (package-get): Use new
|
|
|
7123 package-admin-get-install-dir.
|
|
|
7124
|
|
|
7125 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
|
7126 Conserve package location and put mule packages where mule-base is.
|
|
|
7127
|
|
|
7128 * package-get.el : Customized
|
|
|
7129
|
|
|
7130 * package-ui.el (pui): Customized
|
|
|
7131 (pui-package-install-dest-dir): New variable.
|
|
|
7132 (pui-install-selected-packages): Use it
|
|
|
7133
|
|
|
7134 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
|
7135
|
|
|
7136 * package-get.el (package-get-interactive-package-query): Move
|
|
|
7137 dependency on package-get-base to run-time.
|
|
|
7138 (package-get-update-all): Ditto.
|
|
|
7139 (package-get-dependencies): Ditto.
|
|
|
7140 (package-get-package-provider): Ditto.
|
|
|
7141 (package-get-custom): Ditto.
|
|
|
7142
|
|
|
7143 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
|
7144
|
|
|
7145 * events.el: Remove 'ascii-character property from 'backspace
|
|
|
7146 and 'delete symbols
|
|
|
7147
|
|
|
7148 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
|
7149
|
|
|
7150 * package-get-base.el: removed.
|
|
|
7151
|
|
442
|
7152 1998-09-23 Didier Verna <didier@xemacs.org>
|
|
428
|
7153
|
|
|
7154 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
|
7155 (no-upper-case-p): new function.
|
|
|
7156 (with-search-caps-disable-folding): new macro.
|
|
|
7157 (with-interactive-search-caps-disable-folding): new macro.
|
|
|
7158 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
|
7159 the character is uppercase.
|
|
|
7160 (zap-up-to-char): ditto.
|
|
|
7161
|
|
|
7162 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
|
7163
|
|
|
7164 * isearch-mode.el (isearch-fix-case): ditto.
|
|
|
7165 make obsolete `with-caps-disable-folding' and
|
|
|
7166 `isearch-no-upper-case-p'.
|
|
|
7167
|
|
|
7168 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
|
7169 (tags-search): ditto.
|
|
|
7170 (tags-query-replace): ditto.
|
|
|
7171
|
|
|
7172 * info.el (Info-search): ditto.
|
|
|
7173
|
|
|
7174 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7175
|
|
|
7176 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
|
7177
|
|
|
7178 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
|
7179
|
|
|
7180 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
|
7181 check for "." and ".." before symlink check. expand files and
|
|
|
7182 directories with respect to DIRECTORY, not default-directory.
|
|
|
7183
|
|
|
7184 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
|
7185
|
|
|
7186 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
|
7187
|
|
|
7188 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
|
7189
|
|
|
7190 * package-ui.el (pui-add-required-packages): new function, select
|
|
|
7191 dependent packages.
|
|
|
7192 (pui-display-keymap): bind it.
|
|
|
7193 (pui-help-string): document it.
|
|
|
7194 (pui-install-selected-packages): package-get-all -> package-get.
|
|
|
7195
|
|
|
7196 * package-get.el (package-get-dependencies): new function.
|
|
|
7197
|
|
|
7198 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7199
|
|
|
7200 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
|
7201 regexps.
|
|
|
7202
|
|
|
7203 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7204
|
|
|
7205 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
|
7206 function.
|
|
|
7207 (default-mouse-track-normalize-point): Use it.
|
|
|
7208
|
|
|
7209 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7210
|
|
|
7211 * package-admin.el (package-admin-delete-binary-package):
|
|
|
7212 General cleanup. Remove unnessary use of progn and
|
|
|
7213 save-excursion.
|
|
|
7214 (package-admin-delete-binary-package): Do NOT mess with file
|
|
|
7215 modes. That is evil.
|
|
|
7216 (package-admin-delete-binary-package): Wrap all deleting in
|
|
|
7217 condition-case. The data in MANIFEST is untrustworthy.
|
|
|
7218 (package-admin-delete-binary-package): Let the OS worry about non
|
|
|
7219 empty directories.
|
|
|
7220
|
|
|
7221 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
|
7222
|
|
|
7223 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
|
7224 processing.
|
|
|
7225 (lm-report-bug): Fix mail address to send bug reports to.
|
|
|
7226
|
|
|
7227 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
|
7228
|
|
|
7229 * XEmacs 21.2-beta2 is released.
|
|
|
7230
|
|
|
7231 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7232
|
|
|
7233 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
|
7234
|
|
|
7235 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
7236
|
|
|
7237 * info.el (Info-mode): Document page turning by double clicks in
|
|
|
7238 docstring so `M-x describe-mode' will display it.
|
|
|
7239
|
|
|
7240 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
7241
|
|
|
7242 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
|
7243 widths to calculate a border region where double clicking does
|
|
|
7244 page turning, and return `nil' by default so other hooks, such as
|
|
|
7245 region highlighting, will be run.
|
|
|
7246
|
|
|
7247 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
|
7248
|
|
|
7249 * sound.el (default-sound-directory-list): Initialize with all the
|
|
|
7250 "sounds" directories in `data-directory-list'. It used to just be
|
|
|
7251 the first one.
|
|
|
7252
|
|
|
7253 * packages.el (locate-data-directory-list): Created. This gives
|
|
|
7254 the list of matching directories, unlike `locate-data-directory',
|
|
|
7255 which just gives the first one.
|
|
|
7256
|
|
|
7257 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7258
|
|
|
7259 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
|
7260 make a binding in the local keymap until help-char handling is
|
|
|
7261 improved.
|
|
|
7262
|
|
|
7263 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
|
7264 binding.
|
|
|
7265 (help-print-help-form): New helper function.
|
|
|
7266
|
|
|
7267 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7268
|
|
|
7269 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
|
7270 move extent to another buffer; no need to create a new extent.
|
|
|
7271 (isearch-fix-case): New function.
|
|
|
7272 (isearch-search-and-update): Use it.
|
|
|
7273
|
|
|
7274 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7275
|
|
|
7276 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
|
7277 the keymap, not minor-mode-map-alist.
|
|
|
7278 (isearch-done): Restore overriding-local-map.
|
|
|
7279
|
|
|
7280 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
|
7281
|
|
|
7282 * bytecomp.el (byte-compile-buffer-substring):
|
|
|
7283 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
|
7284 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
|
7285 - new code not only works, but is more readable, too.
|
|
|
7286
|
|
|
7287 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7288
|
|
|
7289 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
|
7290 specify a default font at this late stage. Do try to force
|
|
|
7291 creation of the default face font so that if it fails we get
|
|
|
7292 an error now instead of a crash at frame creation.
|
|
|
7293
|
|
|
7294 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
|
7295 mswindows-make-font-unitalic: Canonical default weight
|
|
|
7296 changed from "Normal" to "Regular".
|
|
|
7297
|
|
|
7298 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
|
7299 not being passed into call to mswindows-find-smaller-font.
|
|
|
7300
|
|
|
7301 1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
7302
|
|
|
7303 * package-get.el (package-get-remote): Fix the path where to find
|
|
|
7304 the packages on xemacs.org.
|
|
|
7305
|
|
|
7306 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7307
|
|
|
7308 * about.el (about-maintainer-info): Update Ben's entry.
|
|
|
7309
|
|
|
7310 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
|
7311
|
|
|
7312 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
|
7313 - `member' was being called on lists of length 2000!
|
|
|
7314 - Replace with hashtables.
|
|
|
7315 - Replace hand-coded loops with (dolist)
|
|
|
7316 - Fix comment typo
|
|
|
7317
|
|
|
7318 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
7319
|
|
|
7320 * packages.el: Added new function, `package-delete-name', to
|
|
|
7321 delete existing packages from the installed package database
|
|
|
7322 (`packages-package-list'). Also added the "pkginfo" directory
|
|
|
7323 to `packages-special-base-regexp', so that the pkginfo directory
|
|
|
7324 would not get added to `late-packages'.
|
|
|
7325
|
|
|
7326 * package-admin.el: Added ability to delete an installed package
|
|
|
7327 (added low-level function, `package-admin-delete-package').
|
|
|
7328 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
|
7329 delete the package. When installing a package, will also
|
|
|
7330 create a MANIFEST.* file if one is not provided by the
|
|
|
7331 package. If the MANIFEST.* doesn't exist when deleting a
|
|
|
7332 package, the functions will fall back to attempting to delete
|
|
|
7333 any package-specific lisp directory.
|
|
|
7334
|
|
|
7335 * package-get.el: Moved some functions to package-admin.el.
|
|
|
7336 Added interactive function `package-get-delete-package', for
|
|
|
7337 use by users for deleting a package.
|
|
|
7338
|
|
442
|
7339 Also modified to not require the presence of efs.
|
|
428
|
7340
|
|
|
7341 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7342
|
|
|
7343 * files.el (find-file-noselect): Handle all signals, kill the
|
|
|
7344 buffer and resignal.
|
|
|
7345
|
|
|
7346 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
|
7347
|
|
|
7348 * cl-macs.el (glyph-image): Add setf method.
|
|
|
7349
|
|
|
7350 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
7351
|
|
|
7352 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
|
7353 .tar.gz files first, in preference over .tgz files.
|
|
|
7354
|
|
|
7355 * package-ui.el: Fix display of package version numbers.
|
|
|
7356
|
|
|
7357 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7358
|
|
|
7359 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
|
7360 argument.
|
|
|
7361
|
|
|
7362 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
7363
|
|
|
7364 * list-mode.el: `display-completion-list': added new/optional
|
|
|
7365 keyword `:completion-string', which allows the programmer to
|
|
|
7366 change the "Possible completions are:" prompt.
|
|
|
7367
|
|
|
7368 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
|
7369 visual package browser/installer:
|
|
|
7370
|
|
|
7371 Options->Customize->List Packages
|
|
|
7372
|
|
|
7373 * package-admin.el: Added hooks for installing under both Unix
|
|
|
7374 and MS Windows. Does additional error checking. No longer
|
|
|
7375 calls "add-big-package.sh" to install packages under Unix; now
|
|
|
7376 calls gunzip & tar directly.
|
|
|
7377
|
|
|
7378 * package-get.el: Added ability to install packages from files
|
|
|
7379 on a local disk/CDROM. Now deletes any existing package lisp
|
|
|
7380 directory. Does completion on available packages when
|
|
|
7381 querying for package names. Will also search for .tgz files
|
|
|
7382 in addition for .tar.gz files. Tries to reload
|
|
|
7383 auto-autoloads, as a convenience when loading new packages,
|
|
|
7384 and also tries to add any new package paths to `load-path'.
|
|
|
7385 Changed all occurences of `concat' to use `expand-file-name'.
|
|
|
7386
|
|
|
7387 * package-ui.el: New file which implements the main visual
|
|
|
7388 package browser/installer, which is started via a menu pick or
|
|
|
7389 M-x pui-list packages.
|
|
|
7390
|
|
|
7391 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7392
|
|
|
7393 * startup.el (load-init-file): spelling fix.
|
|
|
7394
|
|
|
7395 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
7396
|
|
|
7397 * startup.el (normal-top-level): Load auto-autoload files
|
|
|
7398 covariantly with their precedence.
|
|
|
7399
|
|
|
7400 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7401
|
|
|
7402 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
|
7403 option, there is currently no custom equivalent.. Customize-faces
|
|
|
7404 is "Edit faces".
|
|
|
7405
|
|
|
7406 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
|
7407 default face.
|
|
|
7408
|
|
|
7409 * faces.el (face-spec-update-all-matching): New function.
|
|
|
7410
|
|
|
7411 * cus-face.el (custom-set-face-update-spec): New function.
|
|
|
7412 Interface to customize faces from elisp.
|
|
|
7413
|
|
|
7414 (custom-face-value-create): Show the customized settings if set
|
|
|
7415 but not saved.
|
|
|
7416
|
|
|
7417 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7418
|
|
|
7419 (custom-face-value-create): Show the customized settings if set
|
|
|
7420 but not saved.
|
|
|
7421
|
|
|
7422 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7423
|
|
|
7424 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
|
7425 query-replace-regexp.
|
|
|
7426
|
|
|
7427 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
|
7428
|
|
|
7429 * minibuf.el (read-file-name-internal-1): use
|
|
|
7430 user-name-completion-1 instead of user-name-completion.
|
|
|
7431
|
|
|
7432 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
7433
|
|
|
7434 * loadup.el:
|
|
|
7435 * make-docfile.el:
|
|
|
7436 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
|
7437 global variable) no more.
|
|
|
7438
|
|
|
7439 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
|
7440 (now defunct as a global variable) a parameter.
|
|
|
7441
|
|
|
7442 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
|
7443
|
|
|
7444 * about.el (about-hackers): new email
|
|
|
7445
|
|
|
7446 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
|
7447
|
|
|
7448 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
|
7449
|
|
442
|
7450 1998-07-17 Didier Verna <didier@xemacs.org>
|
|
428
|
7451
|
|
|
7452 * faces.el (set-face-property):
|
|
|
7453 (set-face-dim-p):
|
|
|
7454 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
|
7455 tty-specific.
|
|
|
7456 (face-equal): the dim property is now a common one.
|
|
|
7457
|
|
|
7458 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
|
7459 Renamed the `stipple' attribute to `background-pixmap'.
|
|
|
7460 (custom-face-background-pixmap): make custom-face-stipple an
|
|
|
7461 obsolete alias for this.
|
|
|
7462
|
|
|
7463 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
7464
|
|
|
7465 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
|
7466 used.
|
|
|
7467
|
|
|
7468 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
|
7469
|
|
|
7470 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
7471
|
|
|
7472 * packages.el (packages-data-path-depth): Added and used.
|
|
|
7473
|
|
|
7474 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
|
7475
|
|
|
7476 * about.el:
|
|
|
7477 - Change .xpm to .png, delete "zcat" section.
|
|
|
7478 - cosmetic fix in the 'marcpa' entry.
|
|
|
7479
|
|
|
7480 * etc/photos
|
|
|
7481 - convert all .xpm.Z to .png
|
|
|
7482 - rename mrb to martin
|
|
|
7483 - rename mcook-m to mcookm
|
|
|
7484
|
|
|
7485 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
|
7486
|
|
|
7487 * x-init.el (x-initialize-compose): Add support for
|
|
|
7488 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
|
7489
|
|
|
7490 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
|
7491
|
|
|
7492 * setup-paths.el (paths-construct-exec-path): Made the
|
|
|
7493 last-packages really be last.
|
|
|
7494 (paths-construct-data-directory-list): Ditto.
|
|
|
7495
|
|
|
7496 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
|
7497
|
|
|
7498 * startup.el(startup-splash-frame-body):
|
|
|
7499 Update Copyright notice in splash screen
|
|
|
7500
|
|
|
7501 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
|
7502
|
|
|
7503 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
|
7504
|
|
|
7505 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7506
|
|
|
7507 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
|
7508 aginst destroyed extents
|
|
|
7509
|
|
|
7510 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
|
7511
|
|
|
7512 * package-get.el (package-get): add `install-dir' argument.
|
|
|
7513
|
|
|
7514 1998-07-20 John Jones <jj@asu.edu>
|
|
|
7515
|
|
|
7516 * package-get.el: calls to package-get-update-all will only
|
|
|
7517 update packages which are already installed.
|
|
|
7518
|
|
|
7519 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
|
7520
|
|
|
7521 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
|
7522 writable.
|
|
|
7523
|
|
|
7524 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
|
7525
|
|
|
7526 * about.el (about-hackers): Correct my email.
|
|
|
7527
|
|
|
7528 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
|
7529
|
|
|
7530 * about.el (about-hackers): new email-address.
|
|
|
7531
|
|
|
7532 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
|
7533
|
|
|
7534 * minibuf.el (read-number): Don't let `input-error' condition
|
|
|
7535 escape.
|
|
|
7536
|
|
|
7537 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
|
7538
|
|
|
7539 * about.el (about-hackers): use my `email-for-life' address.
|
|
|
7540
|
|
|
7541 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
|
7542
|
|
|
7543 * XEmacs 21.2-beta1 is released.
|
|
|
7544
|
|
|
7545 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
7546
|
|
|
7547 * ldap.el (ldap-search): Doc string change
|
|
|
7548
|
|
|
7549 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
|
7550
|
|
|
7551 * menubar-items.el (default-menubar): Removed references to
|
|
|
7552 `data-directory', and use `locate-data-file' instead, and made
|
|
|
7553 then greyed out if they don't exist.
|
|
|
7554
|
|
|
7555 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
7556
|
|
|
7557 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
|
7558 since the latter does not accept integer args anymore
|
|
|
7559
|
|
|
7560 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
|
7561
|
|
|
7562 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
|
7563 macros replaced.
|
|
|
7564
|
|
|
7565 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
|
7566
|
|
|
7567 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
|
7568 * update-elc.el: Ditto.
|
|
|
7569 * loadup.el (really-early-error-handler): Ditto.
|
|
|
7570
|
|
|
7571 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
|
7572 very-early-lisp.el.
|
|
|
7573
|
|
|
7574 * very-early-lisp.el: New file.
|
|
|
7575
|
|
|
7576 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
|
7577
|
|
|
7578 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
|
7579
|
|
|
7580 * obsolete.el (eval-current-buffer): Make compatible.
|
|
|
7581 (byte-code-function-p): Ditto.
|
|
|
7582 (send-string): Removed.
|
|
|
7583 (send-region): Removed.
|
|
|
7584 (screen-scrollbar-width): Removed.
|
|
|
7585 (set-screen-scrollbar-width): Removed.
|
|
|
7586 (set-screen-left-margin-width): Removed.
|
|
|
7587 (set-screen-right-margin-width): Removed.
|
|
|
7588 (screen-left-margin-width): Removed.
|
|
|
7589 (screen-right-margin-width): Removed.
|
|
|
7590 (set-buffer-left-margin-width): Removed.
|
|
|
7591 (set-buffer-right-margin-width): Removed.
|
|
|
7592 (buffer-left-margin-width): Removed.
|
|
|
7593 (buffer-right-margin-width): Removed.
|
|
|
7594 (x-set-frame-icon-pixmap): Removed.
|
|
|
7595 (x-set-screen-icon-pixmap): Removed.
|
|
|
7596 (pixel-name): Removed.
|
|
|
7597 (make-pixmap): Removed.
|
|
|
7598 (make-cursor): Removed.
|
|
|
7599 (pixmap-width): Removed.
|
|
|
7600 (pixmap-contributes-to-line-height-p): Removed.
|
|
|
7601 (set-pixmap-contributes-to-line-height): Removed.
|
|
|
7602
|
|
|
7603 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
|
7604
|
|
|
7605 * obsolete.el (popup-menu-up-p): removed.
|
|
|
7606 (read-no-blanks-input): Removed.
|
|
|
7607 (wholenump): Removed.
|
|
|
7608 (ring-mod): Removed (what was ring-mod?).
|
|
|
7609 (current-time-seconds): Removed.
|
|
|
7610 (run-special-hook-with-args): Removed.
|
|
|
7611 (dot): Removed.
|
|
|
7612 (dot-marker): Removed.
|
|
|
7613 (dot-min): Removed.
|
|
|
7614 (dot-max): Removed.
|
|
|
7615 (window-dot): Removed.
|
|
|
7616 (set-window-dot): Removed.
|
|
|
7617
|
|
|
7618 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
|
7619 `dot-min'.
|
|
|
7620
|
|
|
7621 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
|
7622
|
|
|
7623 * code-files.el (insert-file-contents): Rename
|
|
|
7624 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
|
7625 (write-region): Ditto.
|
|
|
7626
|
|
|
7627 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
|
7628
|
|
|
7629 * about.el: Fix typos, update release date.
|
|
|
7630
|
|
|
7631 * Symbols that have been obsolete for at least 3 years removed.
|
|
|
7632
|
|
|
7633 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
|
7634 screen- functions.
|
|
|
7635 (toplevel): remove setf methods for screen functions.
|
|
|
7636 * cl-macs.el (extent-data): defsetf removed.
|
|
|
7637 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
|
7638 many places to remove.
|
|
|
7639 (comment-indent-hook): Ditto.
|
|
|
7640 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
|
7641 (buffer-dedicated-screen): Ditto.
|
|
|
7642 (deiconify-screen): Ditto.
|
|
|
7643 (delete-screen): Ditto.
|
|
|
7644 (event-screen): Ditto.
|
|
|
7645 (find-file-other-screen): Ditto.
|
|
|
7646 (find-file-read-only-other-screen): Ditto.
|
|
|
7647 (live-screen-p): Ditto.
|
|
|
7648 (screen-height): Ditto.
|
|
|
7649 (screen-iconified-p): Ditto.
|
|
|
7650 (screen-list): Ditto.
|
|
|
7651 (screen-live-p): Ditto.
|
|
|
7652 (screen-name): Ditto.
|
|
|
7653 (screen-parameters): Ditto.
|
|
|
7654 (screen-pixel-height): Ditto.
|
|
|
7655 (screen-pixel-width): Ditto.
|
|
|
7656 (screen-root-window): Ditto.
|
|
|
7657 (screen-selected-window): Ditto.
|
|
|
7658 (screen-totally-visible-p): Ditto.
|
|
|
7659 (screen-visible-p): Ditto.
|
|
|
7660 (screen-width): Ditto.
|
|
|
7661 (screenp): Ditto.
|
|
|
7662 (get-screen-for-buffer): Ditto.
|
|
|
7663 (get-screen-for-buffer-noselect): Ditto.
|
|
|
7664 (get-other-screen): Ditto.
|
|
|
7665 (iconify-screen): Ditto.
|
|
|
7666 (lower-screen): Ditto.
|
|
|
7667 (mail-other-screen): Ditto.
|
|
|
7668 (make-screen): Ditto.
|
|
|
7669 (make-screen-invisible): Ditto.
|
|
|
7670 (make-screen-visible): Ditto.
|
|
|
7671 (modify-screen-parameters): Ditto.
|
|
|
7672 (new-screen): Ditto.
|
|
|
7673 (next-screen): Ditto.
|
|
|
7674 (next-multiscreen-window): Ditto.
|
|
|
7675 (other-screen): Ditto.
|
|
|
7676 (previous-screen): Ditto.
|
|
|
7677 (previous-multiscreen-window): Ditto.
|
|
|
7678 (raise-screen): Ditto.
|
|
|
7679 (redraw-screen): Ditto.
|
|
|
7680 (select-screen): Ditto.
|
|
|
7681 (selected-screen): Ditto.
|
|
|
7682 (set-buffer-dedicated-screen): Ditto.
|
|
|
7683 (set-screen-height): Ditto.
|
|
|
7684 (set-screen-position): Ditto.
|
|
|
7685 (set-screen-size): Ditto.
|
|
|
7686 (set-screen-width): Ditto.
|
|
|
7687 (show-temp-buffer-in-current-screen): Ditto.
|
|
|
7688 (switch-to-buffer-other-screen): Ditto.
|
|
|
7689 (visible-screen-list): Ditto.
|
|
|
7690 (window-screen): Ditto.
|
|
|
7691 (x-set-screen-pointer): Ditto.
|
|
|
7692 (x-set-frame-pointer): Ditto.
|
|
|
7693 (screen-title-format): Ditto.
|
|
|
7694 (screen-icon-title-format): Ditto.
|
|
|
7695 (terminal-screen): Ditto.
|
|
|
7696 (delete-screen-hook): Ditto.
|
|
|
7697 (create-screen-hook): Ditto.
|
|
|
7698 (mouse-enter-screen-hook): Ditto.
|
|
|
7699 (mouse-leave-screen-hook): Ditto.
|
|
|
7700 (map-screen-hook): Ditto.
|
|
|
7701 (unmap-screen-hook): Ditto.
|
|
|
7702 (default-screen-alist): Ditto.
|
|
|
7703 (default-screen-name): Ditto.
|
|
|
7704 (x-screen-defaults): Ditto.
|
|
|
7705 (x-create-screen): Ditto.
|
|
|
7706 * obsolete.el: meta-flag removed.
|
|
|
7707 baud-rate removed.
|
|
|
7708 sleep-for-millisecs removed.
|
|
|
7709 extent-data removed.
|
|
|
7710 set-extent-data removed.
|
|
|
7711 set-extent-attribute removed.
|
|
|
7712 extent-glyph removed.
|
|
|
7713 extent-layout removed.
|
|
|
7714 set-extent-layout removed.
|
|
|
7715 list-faces-display removed.
|
|
|
7716 list-faces removed.
|
|
|
7717 trim-versions-without-asking removed.
|
|
|
7718 after-write-file-hooks removed.
|
|
|
7719 truename removed.
|
|
|
7720 auto-fill-hook removed.
|
|
|
7721 blink-paren-hook removed.
|
|
|
7722 select-screen-hook, deselect-screen-hook removed.
|
|
|
7723 auto-raise-screen, auto-lower-screen removed.
|
|
|
7724
|
|
|
7725 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
|
7726
|
|
|
7727 * XEmacs 21.0-pre5 is released.
|
|
|
7728
|
|
|
7729 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
|
7730
|
|
|
7731 * about.el (about-hackers): Credits update.
|
|
|
7732
|
|
|
7733 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7734
|
|
|
7735 * register.el (insert-register): Don't activate the region.
|
|
|
7736
|
|
|
7737 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
|
7738
|
|
|
7739 * select.el: Restore x-* symbols for backwards compatibility:
|
|
|
7740 x-copy-primary-selection, x-kill-primary-selection,
|
|
|
7741 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
|
7742 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
|
7743
|
|
|
7744 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
|
7745
|
|
|
7746 * XEmacs 21.0-pre4 is released.
|
|
|
7747
|
|
|
7748 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7749
|
|
|
7750 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
|
7751 reporting bugs.
|
|
|
7752 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
|
7753 `expand-file-name' rather than `concat'.
|
|
|
7754
|
|
|
7755 * help.el (print-messages): New function.
|
|
|
7756
|
|
|
7757 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
7758
|
|
|
7759 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
|
7760
|
|
|
7761 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7762
|
|
|
7763 * about.el: Tweaked my entry in about-hackers.
|
|
|
7764
|
|
|
7765 * find-paths.el (paths-emacs-root-p):
|
|
|
7766 Relaxed emacs-root checking of an in-place installation to
|
|
442
|
7767 also accommodate the flat layout used on MS Windows.
|
|
428
|
7768
|
|
|
7769 1998-06-29 John Jones <jj@asu.edu>
|
|
|
7770
|
|
|
7771 * package-get.el: calls to package-get-update-all will only
|
|
|
7772 update packages which are already installed.
|
|
|
7773
|
|
|
7774 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
|
7775
|
|
|
7776 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
|
7777 are handled by the gui-element face fallbacks now.
|
|
|
7778
|
|
|
7779 * x-faces.el: default gui-element face to "background" as well as
|
|
|
7780 the default face.
|
|
|
7781
|
|
|
7782 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
|
7783 and default face settings since these are set as fallbacks now in
|
|
|
7784 the appropriate domain.
|
|
|
7785
|
|
|
7786 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
|
7787
|
|
|
7788 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
|
7789 corresponding to `page-delim' goes first and the hack in
|
|
|
7790 `forward-paragraph' will work.
|
|
|
7791 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
|
7792
|
|
|
7793 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
7794
|
|
|
7795 * subr.el (remove-hook): When checking the hook value
|
|
|
7796 with functionp, don't apply car to it.
|
|
|
7797
|
|
|
7798 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7799
|
|
|
7800 * package-get.el (package-get-remote-filename):
|
|
|
7801 Don't use file-name-as-directory because the local directory
|
|
|
7802 separator conventions might not be the same as ftp's.
|
|
|
7803
|
|
|
7804 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
7805
|
|
|
7806 * ldap.el (ldap-host-parameters-alist): New name of
|
|
|
7807 `ldap-host-parameters-plist'
|
|
|
7808
|
|
434
|
7809 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
7810
|
|
|
7811 * package-get.el: Using (require 'package-get-base), now that it
|
|
|
7812 provides itself. Consequently removed all instances of (load
|
|
|
7813 "package-get-base.el").
|
|
|
7814
|
|
|
7815 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
7816
|
|
|
7817 * subr.el (remove-hook): Don't treat the hook value as a
|
|
|
7818 list unless it is both consp and not functionp.
|
|
|
7819
|
|
|
7820 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
|
7821
|
|
|
7822 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
|
7823 * auto-show.el: Ditto.
|
|
|
7824 * bytecomp.el: Ditto.
|
|
|
7825 * faces.el: Ditto.
|
|
|
7826 * x-scrollbar.el: Ditto.
|
|
|
7827 * x-misc.el: Ditto.
|
|
|
7828 * tty-init.el: Ditto.
|
|
|
7829 * toolbar-items.el: Ditto.
|
|
|
7830 * symbol-syntax.el: Ditto.
|
|
|
7831 * specifier.el: Ditto.
|
|
|
7832 * objects.el: Ditto.
|
|
|
7833 * hyper-apropos.el: Ditto.
|
|
|
7834 * glyphs.el: Ditto.
|
|
|
7835
|
|
|
7836 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7837
|
|
|
7838 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
|
7839 vertical-divider-always-visible-p.
|
|
|
7840 (default-mouse-motion-handler): Ditto.
|
|
|
7841
|
|
|
7842 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7843
|
|
|
7844 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
|
7845 global value.
|
|
|
7846
|
|
|
7847 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
|
7848
|
|
|
7849 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
|
7850
|
|
|
7851 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7852
|
|
|
7853 * font.el: Split font-family-mappings into X and
|
|
|
7854 mswindows-specific versions.
|
|
|
7855 mswindows-font-create-[object|name]: Treat supplied size
|
|
|
7856 as a pointsize. Added underline and strikethru handling.
|
|
|
7857
|
|
|
7858 * msw-faces.el: changed default mswindows charset to western.
|
|
|
7859
|
|
|
7860 * msw-glyphs.el: removed space in border-glyph font string that
|
|
|
7861 was inserted to get round bugs in the mswindows C font code.
|
|
|
7862
|
|
|
7863 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
|
7864
|
|
|
7865 * about.el (about-hackers): Credits update.
|
|
|
7866
|
|
|
7867 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
|
7868 TUTORIAL.
|
|
|
7869
|
|
|
7870 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
|
7871 to ISO-8859-2.
|
|
|
7872
|
|
|
7873 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7874
|
|
|
7875 * font.el: Split font-family-mappings into X and
|
|
|
7876 mswindows-specific versions.
|
|
|
7877 mswindows-font-create-[object|name]: Treat supplied size
|
|
|
7878 as a pointsize. Added underline and strikethru handling.
|
|
|
7879
|
|
|
7880 * msw-faces.el: changed default mswindows charset to western.
|
|
|
7881
|
|
|
7882 * msw-glyphs.el: removed space in border-glyph font string that
|
|
|
7883 was inserted to get round bugs in the mswindows C font code.
|
|
|
7884
|
|
|
7885 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7886
|
|
|
7887 * minibuf.el: make read-color-completion-table call
|
|
|
7888 (mswindows-color-list for mswindows devices.
|
|
|
7889
|
|
|
7890 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
|
7891
|
|
|
7892 * lisp/font-lock.el
|
|
|
7893 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
|
7894 Let declaration items contain non-word symbol characters.
|
|
|
7895
|
|
434
|
7896 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
7897
|
|
|
7898 * package-get.el (package-get-package-provider): Added autoload
|
|
|
7899 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
|
7900 it. Fixed some (interactive ...) with multiple argument specs
|
|
|
7901 again. Cosmetic indentation changes.
|
|
|
7902
|
|
|
7903 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
|
7904
|
|
|
7905 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
|
7906 that you want to use later.
|
|
|
7907
|
|
|
7908 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
|
7909
|
|
|
7910 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
|
7911 to x-kill-primary-selection with kill-primary-selection
|
|
|
7912
|
|
|
7913 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
|
7914
|
|
|
7915 * simple.el (what-cursor-position): Make cursor position reported
|
|
|
7916 use value of column-number-start-at-one
|
|
|
7917
|
|
|
7918 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
|
7919
|
|
|
7920 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
|
7921
|
|
|
7922 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
|
7923
|
|
|
7924 * startup.el (startup-splash-frame): Remove
|
|
|
7925 `xemacs-startup-logo-function'.
|
|
|
7926
|
|
|
7927 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
|
7928
|
|
|
7929 * about.el (about-hackers): Update credits list.
|
|
|
7930
|
|
|
7931 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
|
7932
|
|
|
7933 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
|
7934 extensions to be found by load-sound-file
|
|
|
7935
|
|
|
7936 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
7937
|
|
|
7938 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
|
7939 (Info-auto-generate-directory): New variable
|
|
|
7940 (Info-save-auto-generated-dir): New variable
|
|
|
7941 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
|
7942 (Info-build-dir-anew): Second parameter removed. Use
|
|
|
7943 `Info-save-auto-generated-dir'
|
|
|
7944 (Info-rebuild-dir): Ditto
|
|
|
7945
|
|
|
7946 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
|
7947
|
|
|
7948 * list-mode.el (next-list-mode-item): Would not recognize
|
|
|
7949 border between directly neighbored items.
|
|
|
7950
|
|
|
7951 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
|
7952
|
|
|
7953 * package-get.el: add autoloads for some functions.
|
|
|
7954
|
|
|
7955 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7956
|
|
|
7957 * specifier.el (let-specifier): Tiny docfixes.
|
|
|
7958
|
|
|
7959 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
|
7960
|
|
|
7961 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
|
7962
|
|
|
7963 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
|
7964
|
|
|
7965 * wid-edit.el (widget-specify-secret): New function.
|
|
|
7966 (widget-after-change): Use it.
|
|
|
7967 (widget-specify-field): Use it.
|
|
|
7968
|
|
|
7969 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7970
|
|
|
7971 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
|
7972 `doit'; reuse result of `window-pixel-edges'.
|
|
|
7973
|
|
|
7974 * modeline.el (drag-modeline-event-lag): Rename to
|
|
|
7975 drag-divider-event-lag.
|
|
|
7976
|
|
|
7977 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7978
|
|
|
7979 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
|
7980 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
|
7981 arguments.
|
|
|
7982
|
|
|
7983 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7984
|
|
|
7985 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
|
7986 `completion-ignore-case' in completions buffer under Windows.
|
|
|
7987
|
|
|
7988 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
7989
|
|
|
7990 * about.el (about-maintainer-glyph): Fix support for not
|
|
|
7991 compressed images.
|
|
|
7992
|
|
|
7993 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
7994
|
|
|
7995 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
|
7996
|
|
|
7997 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
|
7998 `cancel-mode-internal' function is fetched.
|
|
|
7999
|
|
|
8000 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8001
|
|
|
8002 * files.el (save-some-buffers-1): Fixed return value.
|
|
|
8003
|
|
|
8004 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
|
8005
|
|
|
8006 * dragdrop.el: added experimental
|
|
|
8007
|
|
|
8008 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
|
8009
|
|
|
8010 * startup.el (after-init-hook, init-file-user,
|
|
|
8011 user-init-directory, load-user-init-file): Purge references
|
|
|
8012 to "~/.xemacs/init.el" from docstrings.
|
|
|
8013
|
|
|
8014 (load-user-init-file) Use paths-construct-path to construct
|
|
|
8015 paths to user init files. Go directly to ~/.emacs, do not
|
|
|
8016 search ~/.xemacs/, do not load `default-custom-file'.
|
|
|
8017
|
|
|
8018 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8019
|
|
|
8020 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
|
8021 general *sh.
|
|
|
8022 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
|
8023
|
|
|
8024 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
|
8025
|
|
|
8026 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
|
8027 menu.
|
|
|
8028
|
|
|
8029 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
|
8030
|
|
|
8031 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
|
8032 in xpm-color-symbols instead of default.
|
|
|
8033
|
|
|
8034 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
|
8035
|
|
|
8036 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
|
8037
|
|
|
8038 * startup.el (xemacs-startup-logo-function): New variable.
|
|
|
8039 (startup-splash-frame): Use it.
|
|
|
8040
|
|
|
8041 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8042
|
|
|
8043 * files.el (save-some-buffers): Would wait 1 second.
|
|
|
8044 (save-some-buffers-1): Delete other windows here instead of in
|
|
|
8045 `save-some-buffers'.
|
|
|
8046 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
|
8047
|
|
442
|
8048 1998-06-02 Didier Verna <didier@xemacs.org>
|
|
428
|
8049
|
|
|
8050 * cus-face.el (custom-face-attributes): generalized the use of
|
|
|
8051 toggle buttons for boolean attributes.
|
|
|
8052 Re-ordered the items a bit.
|
|
|
8053
|
|
|
8054 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
|
8055
|
|
|
8056 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
|
8057 to find the sounds directory.
|
|
|
8058
|
|
|
8059 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
8060
|
|
|
8061 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
|
8062 otherwise. load-default sounds without extensions.
|
|
|
8063
|
|
|
8064 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
8065
|
|
|
8066 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
|
8067 if send-pr is not bound.
|
|
|
8068
|
|
|
8069 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
|
8070
|
|
|
8071 * files.el: grok idl files in auto-mode-alist.
|
|
|
8072 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
|
8073
|
|
|
8074 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
|
8075 calling `upcase'.
|
|
|
8076
|
|
|
8077 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
|
8078
|
|
|
8079 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
|
8080
|
|
|
8081 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8082
|
|
|
8083 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
|
8084 instead of XEmacs one when dumping InfoDock.
|
|
|
8085
|
|
|
8086 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8087
|
|
|
8088 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
|
8089 for `modeline-visible-p'
|
|
|
8090
|
|
|
8091 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
|
8092
|
|
|
8093 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
8094
|
|
|
8095 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
|
8096 since it's not used anymore. doc string fixes.
|
|
|
8097
|
|
|
8098 * package-get.el (package-get-file-installed-p): new function. use
|
|
|
8099 instead of file-installed-p which is in an external package.
|
|
|
8100
|
|
|
8101 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
|
8102
|
|
|
8103 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
|
8104 favor of select-window/switch-to-buffer
|
|
|
8105
|
|
|
8106 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
8107
|
|
|
8108 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
|
8109
|
|
|
8110 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
|
8111
|
|
|
8112 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
|
8113 (offix-start-drag-region) moved to dragdrop.el
|
|
|
8114 (offix-start-drag) moved to dragdrop.el
|
|
|
8115 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
|
8116 (offix-start-drag-region) moved from frame.el
|
|
|
8117 (offix-start-drag) moved from frame.el
|
|
|
8118 (cde-start-drag-region) cde drag regions
|
|
|
8119 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
|
8120
|
|
|
8121 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
|
8122
|
|
|
8123 * dragdrop.el: created dragdrop-drag prototypes
|
|
|
8124 (cde-start-drag-region) fixed typo
|
|
|
8125
|
|
|
8126 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
|
8127
|
|
|
8128 * simple.el (after-init-hook): Remove reader macro.
|
|
|
8129
|
|
|
8130 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
|
8131 macros. Update DOC string.
|
|
|
8132
|
|
|
8133 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8134
|
|
|
8135 * mouse.el (drag-window-divider): Ditto.
|
|
|
8136
|
|
|
8137 * modeline.el (mouse-drag-modeline): Use it.
|
|
|
8138
|
|
|
8139 * lisp-mode.el (let-specifier): Specify indentation.
|
|
|
8140
|
|
|
8141 * specifier.el (let-specifier): Renamed from
|
|
|
8142 `with-specifier-instance'.
|
|
|
8143
|
|
|
8144 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
|
8145
|
|
|
8146 * x-faces.el:
|
|
|
8147 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
|
8148 to faces. Predicate x-get-resource on the presence of x.
|
|
|
8149
|
|
442
|
8150 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
|
428
|
8151 faces as specfier defaults.
|
|
|
8152
|
|
|
8153 * package-get.el: don't use package-admin-add-single-file-package.
|
|
|
8154
|
|
|
8155 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8156
|
|
|
8157 * toolbar-items.el: Fixup tooltips.
|
|
|
8158 (toolbar-gnus): Don't use obsolete variable
|
|
|
8159 toolbar-news-frame-properties.
|
|
|
8160 (toolbar-news-reader): Default to `gnus' instead of
|
|
|
8161 `not-configured'.
|
|
|
8162
|
|
|
8163 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
|
8164 Windows.
|
|
|
8165
|
|
|
8166 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
|
8167
|
|
|
8168 * package-get.el: rename -installedp -> -installed-p.
|
|
|
8169
|
|
|
8170 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8171
|
|
|
8172 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
|
8173 attributes, and assinged it to continuation, truncation and
|
|
|
8174 hscroll glyphs.
|
|
|
8175
|
|
|
8176 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
|
8177 and made continuation, truncation and hscroll glyphs arrow
|
|
|
8178 characters out of that font.
|
|
|
8179
|
|
|
8180 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8181
|
|
|
8182 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
|
8183 directory-sep-char being \.
|
|
|
8184 (minibuffer-electric-tilde): Ditto.
|
|
|
8185 (read-file-name-map): Ditto.
|
|
|
8186
|
|
|
8187 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8188
|
|
|
8189 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
|
8190 on X devices.
|
|
|
8191 (default-mouse-track-deal-with-down-event): Avoid
|
|
|
8192 `x-disown-selection'; use `disown-selection' instead.
|
|
|
8193
|
|
|
8194 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
|
8195
|
|
|
8196 * select.el:
|
|
|
8197 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
|
8198 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
|
8199 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
|
8200 (x-copy-primary-selection).
|
|
|
8201 (own-clipboard): new function.
|
|
|
8202
|
|
|
8203 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
|
8204 functions in select.el. remove old ones.
|
|
|
8205 (mswindows-own-clipboard): new function.
|
|
|
8206
|
|
|
8207 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
|
8208
|
|
|
8209 * gnuserv.el: allow connections from mswindows type devices.
|
|
|
8210
|
|
|
8211 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
|
8212
|
|
|
8213 * msw-glyphs.el: change image type used from cursor to resource.
|
|
|
8214
|
|
|
8215 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8216
|
|
|
8217 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
|
8218 for {top,bottom}-{left,right} values in addition to
|
|
|
8219 {top,bottom}_{left,right}.
|
|
|
8220 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
|
8221
|
|
|
8222 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8223
|
|
|
8224 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
|
8225
|
|
|
8226 * specifier.el (with-specifier-instance): Added docstring.
|
|
|
8227
|
|
|
8228 * mouse.el (drag-window-divider): Ditto.
|
|
|
8229
|
|
|
8230 * modeline.el (mouse-drag-modeline): Use it.
|
|
|
8231
|
|
|
8232 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
|
8233 level.
|
|
|
8234
|
|
|
8235 * specifier.el (with-specifier-instance): New macro.
|
|
|
8236
|
|
|
8237 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
|
8238
|
|
|
8239 * package-get.el (package-get-create-custom): new function to
|
|
|
8240 auto-generate package-get-custom.el from package-get-base.el.
|
|
|
8241 * (package-get-ever-installedp): new function.
|
|
|
8242 * (package-get-custom): new function to get all packages specified
|
|
|
8243 by customize.
|
|
|
8244
|
|
|
8245 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8246
|
|
|
8247 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
|
8248
|
|
|
8249 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
|
8250
|
|
|
8251 * cl-extra.el: Reverse previous float change.
|
|
|
8252
|
|
|
8253 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
|
8254
|
|
|
8255 * x-faces.el:
|
|
|
8256 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
|
8257 required by w3 under mswindows as well X.
|
|
|
8258
|
|
|
8259 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8260
|
|
|
8261 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
|
8262 clause, one more overlookef fsfism.
|
|
|
8263 (nt-quote-args-functions-alist): End sentences with double space.
|
|
|
8264
|
|
|
8265 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8266
|
|
|
8267 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
|
8268 recaching default-toolbar specifier.
|
|
|
8269 (pop-window-configuration): Ditto.
|
|
|
8270 (unpop-window-configuration): Ditto.
|
|
|
8271
|
|
|
8272 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8273
|
|
|
8274 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
|
8275
|
|
|
8276 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8277
|
|
|
8278 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
|
8279 (nt-quote-args-prefix-quote): Added function.
|
|
|
8280 (nt-quote-args-backslash-quote): Added function.
|
|
|
8281 (nt-quote-args-double-quote): Added function.
|
|
|
8282 (nt-quote-args-functions-alist): New variable.
|
|
|
8283 (nt-quote-process-args): Added function. This is the main quoting
|
|
|
8284 work horse called from process-nt.c
|
|
|
8285
|
|
|
8286 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8287
|
|
|
8288 * winnt.el: Removed duplicate definitions for backspace,
|
|
|
8289 delete, M-backspace and C-M-backspace.
|
|
|
8290 (file-name-buffer-file-type-alist): Removed this variable.
|
|
|
8291 (find-buffer-file-type): Removed function.
|
|
|
8292 (find-file-binary): Removed function.
|
|
|
8293 (find-file-text): Removed function.
|
|
|
8294 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
|
8295 (save-to-unix-hook): Removed function.
|
|
|
8296 (revert-from-unix-hook): Removed function.
|
|
|
8297 (using-unix-filesystems): Removed function.
|
|
|
8298 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
|
8299 warning.
|
|
|
8300 (x-set-selection): Removed function.
|
|
|
8301 (x-get-selection): Removed function.
|
|
|
8302 Removed commented FSFisms.
|
|
|
8303 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
|
8304 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
|
8305 comint-process-echoes setting to t.
|
|
|
8306
|
|
|
8307 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
8308
|
|
|
8309 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
|
8310 and used following the interface change of
|
|
|
8311 `paths-find-recursive-path'.
|
|
|
8312
|
|
|
8313 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
|
8314 regexp instead of a list of base names.
|
|
|
8315 (paths-version-control-filename-regexp):
|
|
|
8316 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
|
8317 Introduced and used following the interface change of
|
|
|
8318 `paths-find-recursive-path'.
|
|
|
8319
|
|
|
8320 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8321
|
|
|
8322 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
|
8323 on X devices, rather than on all non-TTY devices.
|
|
|
8324
|
|
|
8325 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8326
|
|
|
8327 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
|
8328
|
|
|
8329 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
|
8330
|
|
434
|
8331 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
8332
|
|
|
8333 * itimer.el (activate-itimer): Fixed usage of integers
|
|
|
8334 as argument to `concat'.
|
|
|
8335
|
|
|
8336 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
|
8337
|
|
|
8338 * itimer.el (start-itimer): replace the use of `concat' with
|
|
|
8339 `format'
|
|
|
8340
|
|
|
8341 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
|
8342
|
|
|
8343 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
|
8344 From Bob Weiner <weiner@altrasoft.com>
|
|
|
8345
|
|
|
8346 * loadhist.el (symbol-file): Supply prompt string when used
|
|
|
8347 interactively.
|
|
|
8348 From Bob Weiner <weiner@altrasoft.com>
|
|
|
8349
|
|
|
8350 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8351
|
|
|
8352 * loadup.el (really-early-error-handler): Ditto.
|
|
|
8353
|
|
|
8354 * update-elc.el: Ditto.
|
|
|
8355
|
|
|
8356 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
|
8357
|
|
|
8358 * make-docfile.el: Ditto.
|
|
|
8359
|
|
|
8360 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
|
8361 instead of decode-path.
|
|
|
8362
|
|
|
8363 * files.el (parse-colon-path): Update docstring reference.
|
|
|
8364
|
|
|
8365 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8366
|
|
|
8367 * msw-init.el:
|
|
|
8368 * x-init.el:
|
|
|
8369 Bind cut'n'paste keys to non window-system specific functions.
|
|
|
8370
|
|
|
8371 * msw-select.el: New function mswindows-clear-clipboard.
|
|
|
8372 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
|
8373 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
|
8374
|
|
|
8375 * select.el: on mswindows devices delete-primary-selection
|
|
|
8376 calls mswindows-clear-clipboard.
|
|
|
8377
|
|
|
8378 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8379
|
|
|
8380 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
|
8381
|
|
|
8382 * cmdloop.el (read-char): Don't inhibit quit.
|
|
|
8383 (read-char-exclusive): Ditto.
|
|
|
8384 (read-char): Signal quit if quit-char was pressed.
|
|
|
8385 (read-char-exclusive): Ditto.
|
|
|
8386 (read-quoted-char): Return a character, not integer.
|
|
|
8387
|
|
|
8388 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
|
8389 selection code.
|
|
|
8390 (default-popup-menu): Fix code.
|
|
|
8391
|
|
|
8392 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
|
8393
|
|
|
8394 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
|
8395
|
|
|
8396 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
|
8397
|
|
|
8398 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
|
8399
|
|
|
8400 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8401
|
|
|
8402 * device.el (device-pixel-width):
|
|
|
8403 (device-pixel-height):
|
|
|
8404 (device-mm-width):
|
|
|
8405 (device-mm-height):
|
|
|
8406 (device-bitplanes):
|
|
|
8407 (device-color-cells): Swapped parameters to device-system-metric
|
|
|
8408 according to the interface change.
|
|
|
8409
|
|
|
8410 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8411
|
|
|
8412 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
|
8413 function event-over-vertical-divider-p.
|
|
|
8414 Do not set E-W arrow cursor over the divider if
|
|
|
8415 vertical-divider-draggable-p is nil in the window.
|
|
|
8416 ([top-level]): Use new name for the variable
|
|
|
8417 vertical-divider-map.
|
|
|
8418 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
|
8419 Variable name typo fixes.
|
|
|
8420
|
|
|
8421 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8422
|
|
|
8423 * keymap.el (kbd): Define here; handle string constants and
|
|
|
8424 others...
|
|
|
8425
|
|
|
8426 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
|
8427
|
|
|
8428 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
|
8429 in Emacs 18.
|
|
|
8430
|
|
442
|
8431 1998-05-13 Didier Verna <didier@xemacs.org>
|
|
428
|
8432
|
|
|
8433 * mouse.el (drag-window-divider): give the vertical divider a
|
|
|
8434 pressed look when dragging it.
|
|
|
8435
|
|
|
8436 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
|
8437
|
|
|
8438 * faces.el: predicate some more face operations on x or mswindows
|
|
|
8439 not just x.
|
|
|
8440
|
|
|
8441 * modeline.el: enable modeline coloring for mswindows.
|
|
|
8442
|
|
|
8443 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
8444
|
|
|
8445 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
|
8446 FSF Emacs.
|
|
|
8447 (next-history-element): Used `minibuffer-default'.
|
|
|
8448
|
|
|
8449 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
|
8450
|
|
|
8451 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
|
8452 arguments still look a bit strange
|
|
|
8453 (dragdrop-compare-mods) created
|
|
|
8454 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
|
8455 modifiers
|
|
|
8456
|
|
|
8457 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8458
|
|
|
8459 * setup-paths.el (paths-default-info-directories): Replace
|
|
|
8460 path-separator with directory-sep-char.
|
|
|
8461
|
|
|
8462 * files.el (path-separator): Don't define it here.
|
|
|
8463
|
|
|
8464 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8465
|
|
|
8466 * update-elc.el: Ditto.
|
|
|
8467
|
|
|
8468 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
|
8469
|
|
|
8470 * make-docfile.el: Ditto.
|
|
|
8471
|
|
|
8472 * loadup.el (really-early-error-handler): Ditto.
|
|
|
8473
|
|
|
8474 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
|
8475 instead of decode-path-internal.
|
|
|
8476
|
|
|
8477 * files.el (parse-colon-path): Update docstring.
|
|
|
8478
|
|
|
8479 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8480
|
|
|
8481 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
|
8482
|
|
|
8483 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
|
8484 get-buffer-window-list.
|
|
|
8485
|
|
|
8486 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8487
|
|
|
8488 * disass.el: Fix maintainer keyword.
|
|
|
8489
|
|
|
8490 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
|
8491 (byte-compile-buffer): Ditto.
|
|
|
8492
|
|
|
8493 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
|
8494 value is returned, not the name.
|
|
|
8495 (lisp-imenu-generic-expression): Enable it.
|
|
|
8496 (lisp-mode-variables): Ditto.
|
|
|
8497 (lisp-indent-offset): Change defconst to defvar.
|
|
|
8498 (lisp-indent-function): Ditto.
|
|
|
8499 (lisp-body-indent): Ditto.
|
|
|
8500
|
|
|
8501 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8502
|
|
|
8503 * modeline.el: Use zap-last-kbd-macro-event.
|
|
|
8504
|
|
|
8505 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
|
8506 nil, don't attempt to do anything with messages.
|
|
|
8507 (eval-last-sexp): Use `letf' for clarity.
|
|
|
8508
|
|
|
8509 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8510
|
|
|
8511 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
|
8512
|
|
|
8513 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
|
8514
|
|
|
8515 * buff-menu.el:
|
|
|
8516 * lisp-mode.el:
|
|
|
8517 * obsolete.el:
|
|
|
8518 Change empty docstrings into no doc strings at all.
|
|
|
8519 Fix bogus FSF-format docstrings.
|
|
|
8520 * etags.el: Fix docstring.
|
|
|
8521
|
|
|
8522 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8523
|
|
|
8524 * package-get.el (package-get): Use internal md5
|
|
|
8525
|
|
|
8526 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
|
8527
|
|
|
8528 * about.el (about-xemacs): Correct abuse of concat.
|
|
|
8529
|
|
|
8530 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
|
8531
|
|
|
8532 * info.el (Info-mode): Use easymenu.
|
|
|
8533
|
|
|
8534 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8535
|
|
|
8536 * apropos.el (apropos): Don't use concat with integers.
|
|
|
8537
|
|
|
8538 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
|
8539 was seen gracefully.
|
|
|
8540
|
|
|
8541 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
|
8542 defun.
|
|
|
8543 (apropos-describe-plist): Ditto.
|
|
|
8544
|
|
|
8545 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
|
8546 (describe-key): Use it as defun.
|
|
|
8547 (describe-mode): Ditto.
|
|
|
8548 (describe-bindings): Ditto.
|
|
|
8549 (describe-prefix-bindings): Ditto.
|
|
|
8550 (describe-installation): Ditto.
|
|
|
8551 (view-lossage): Ditto.
|
|
|
8552 (describe-function): Ditto.
|
|
|
8553 (describe-variable): Ditto.
|
|
|
8554 (describe-syntax): Ditto.
|
|
|
8555
|
|
|
8556 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
|
8557
|
|
|
8558 * dragdrop.el: changed order of require/provide
|
|
|
8559 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
|
8560 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
|
8561 (dragdrop-function-widget) this one needs more work...
|
|
|
8562
|
|
|
8563 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
|
8564
|
|
|
8565 * about.el: another small change in my entry
|
|
|
8566 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
|
8567 plus customizations
|
|
|
8568 changed interface to handler functions. now called with event
|
|
|
8569 and object
|
|
|
8570
|
|
|
8571 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8572
|
|
|
8573 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
|
8574 E-W arrow pointer displayed over draggable dividers.
|
|
|
8575
|
|
|
8576 * mouse.el (default-mouse-motion-handler): Show it when
|
|
|
8577 appropriate.
|
|
|
8578 (drag-window-divider): Added.
|
|
|
8579 ([top-level]): Initialized window-divider-map with a keymap
|
|
|
8580 binding the above function to left button down event.
|
|
|
8581
|
|
|
8582 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
|
8583 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
|
8584 E-W double arrow.
|
|
|
8585
|
|
|
8586 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
|
8587
|
|
|
8588 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
|
8589
|
|
|
8590 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8591
|
|
|
8592 * simple.el (count-words-buffer): Don't query for buffer.
|
|
|
8593 (count-lines-buffer): Ditto.
|
|
|
8594
|
|
|
8595 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8596
|
|
|
8597 * help.el (where-is): add optional insert argument.
|
|
|
8598
|
|
|
8599 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8600
|
|
|
8601 * help.el (describe-key-briefly): New argument INSERT.
|
|
|
8602
|
|
|
8603 * simple.el (eval-expression): New optional argument; synch with
|
|
|
8604 FSF 20.3.
|
|
|
8605
|
|
|
8606 * keydefs.el (global-map): Add new register bindings.
|
|
|
8607
|
|
|
8608 * register.el: Synched with FSF 20.3.
|
|
|
8609
|
|
|
8610 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8611
|
|
|
8612 * window-xemacs.el (recenter): all arguments are optional.
|
|
|
8613
|
|
|
8614 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8615
|
|
|
8616 * device.el: (device-pixel-width): Reflected name/parameters
|
|
|
8617 change to device-system-metric.
|
|
|
8618 (device-pixel-height): Ditto.
|
|
|
8619 (device-mm-width): Ditto.
|
|
|
8620 (device-mm-height): Ditto.
|
|
|
8621 (device-bitplanes): Ditto.
|
|
|
8622 (device-color-cells): Ditto.
|
|
|
8623
|
|
|
8624 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8625
|
|
|
8626 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
|
8627
|
|
|
8628 * cl.el (most-positive-fixnum): Document.
|
|
|
8629 (most-negative-fixnum): Ditto.
|
|
|
8630
|
|
|
8631 * cus-dep.el: Updated comment.
|
|
|
8632
|
|
|
8633 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
|
8634 constant.
|
|
|
8635
|
|
|
8636 * cus-load.el (custom-put): Removed.
|
|
|
8637
|
|
|
8638 * files.el (after-find-file): Just resignal quit instead of
|
|
|
8639 signaling "canceled".
|
|
|
8640
|
|
|
8641 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8642
|
|
|
8643 * frame.el (other-frame): Use `focus-frame' instead of
|
|
|
8644 select-frame kludges.
|
|
|
8645
|
|
|
8646 * lisp-mode.el: Update lisp-indent-function for
|
|
|
8647 save-selected-frame and with-selected-frame.
|
|
|
8648
|
|
|
8649 * frame.el (save-selected-frame): New macro.
|
|
|
8650 (with-selected-frame): Ditto.
|
|
|
8651 (other-frame): Use `set-frame-focus'.
|
|
|
8652
|
|
|
8653 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
|
8654
|
|
|
8655 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
|
8656 (dragdrop-drop-url-default) default handler for URL drops created
|
|
|
8657 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
|
8658 (dragdrop-drop-functions) default custom for handling drops created
|
|
|
8659 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
|
8660
|
|
|
8661 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8662
|
|
|
8663 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
|
8664
|
|
|
8665 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
|
8666
|
|
|
8667 * about.el: changed some text in my entry
|
|
|
8668 * dragdrop.el: added customs
|
|
|
8669
|
|
|
8670 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
|
8671
|
|
|
8672 * mouse.el: killed global drop key bindings
|
|
|
8673 (mouse-offix-drop) removed
|
|
|
8674 * dragdrop.el: created
|
|
|
8675 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
|
8676
|
|
|
8677 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8678
|
|
|
8679 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
|
8680 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
|
8681
|
|
|
8682 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
|
8683 obsolete comment.
|
|
|
8684
|
|
|
8685 * scrollbar.el (scrollbars-visible-p): Use new
|
|
|
8686 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
|
8687
|
|
|
8688 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8689
|
|
|
8690 * device.el (device-pixel-height):
|
|
|
8691 (device-pixel-width):
|
|
|
8692 (device-mm-width):
|
|
|
8693 (device-mm-height):
|
|
|
8694 (device-bitplanes):
|
|
|
8695 (device-color-cells): Moved these 6 functions from device.c; they
|
|
|
8696 all use single (device-system-metrics) call.
|
|
|
8697
|
|
|
8698 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
|
8699
|
|
|
8700 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
|
8701 were renamed.
|
|
|
8702
|
|
|
8703 * menubar-items.el:
|
|
|
8704 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
|
8705 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8706
|
|
|
8707 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
|
8708 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
|
8709
|
|
|
8710 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
|
8711
|
|
|
8712 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
|
8713 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
|
8714
|
|
|
8715 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
|
8716
|
|
|
8717 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
|
8718
|
|
|
8719 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
|
8720
|
|
|
8721 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
|
8722
|
|
|
8723 * startup.el (startup-splash-frame): Change ID logo name.
|
|
|
8724
|
|
|
8725 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8726
|
|
|
8727 * files.el (after-find-file): If the user presses C-g on
|
|
|
8728 directory-creation prompt, kill the buffer.
|
|
|
8729
|
|
|
8730 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
|
8731
|
|
|
8732 * simple.el (count-words-region): Reverse previous change.
|
|
|
8733
|
|
|
8734 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8735
|
|
|
8736 * replace.el (query-replace): Just call perform-replace.
|
|
|
8737 (query-replace-regexp): Ditto.
|
|
|
8738 (perform-replace): Move region handling here.
|
|
|
8739 (perform-replace): Use the new arg to match-data.
|
|
|
8740
|
|
|
8741 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
8742
|
|
|
8743 * x-init.el: Install X specific display table that
|
|
|
8744 displays char 0240 as a space to avoid whatever it is
|
|
|
8745 that screws up display of that character code.
|
|
|
8746
|
|
|
8747 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8748
|
|
|
8749 * help.el (function-arglist): If no arguments are documented for a
|
|
|
8750 subr, print nothing rather than incorrect output.
|
|
|
8751
|
|
|
8752 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
|
8753
|
|
|
8754 * cmdloop.el (command-error): Update bail-out error message to use
|
|
|
8755 `emacs-program-name'.
|
|
|
8756
|
|
|
8757 * lib-complete.el: Remove reader macro cruft.
|
|
|
8758
|
|
|
8759 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
|
8760 cruft.
|
|
|
8761
|
|
|
8762 * simple.el (count-words-region): Drop interactive-p check on the
|
|
|
8763 message.
|
|
|
8764
|
|
|
8765 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8766
|
|
|
8767 * font.el
|
|
|
8768 * msw-faces.el
|
|
|
8769 Correct spelling of mswindows-font-canonicalize-name.
|
|
|
8770
|
|
|
8771 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
8772
|
|
|
8773 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
|
8774 `ldap-host-parameters-plist'
|
|
|
8775 (ldap-search): Adapt to previous change
|
|
|
8776
|
|
|
8777 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
|
8778
|
|
|
8779 * about.el (about-hackers): Update Bob Weiner bio.
|
|
|
8780 (about-maintainer-info): Ditto.
|
|
|
8781
|
|
|
8782 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8783
|
|
|
8784 * simple.el (display-warning-minimum-level): Docfix.
|
|
|
8785
|
|
|
8786 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
|
8787
|
|
|
8788 * widget.el (:default-get): New keyword.
|
|
|
8789 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
|
8790 (group, widget-group-default-get): Define it.
|
|
|
8791 (menu-choice, widget-choice-default-get): Define it.
|
|
|
8792 (widget-default-get): New function.
|
|
|
8793 (widget-choice-action): Call it.
|
|
|
8794 (widget-editable-list-entry-create): Call it.
|
|
|
8795
|
|
|
8796 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8797
|
|
|
8798 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
|
8799 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
|
8800 lookup through `byte-boolean-vars'.
|
|
|
8801
|
|
|
8802 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
8803
|
|
|
8804 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
|
8805 resource-provided values into ghost specs for scrollbar-height and
|
|
|
8806 scrollbar-width.
|
|
|
8807
|
|
|
8808 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8809
|
|
|
8810 * byte-optimize.el: Don't attempt to optimize /=.
|
|
|
8811
|
|
|
8812 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
|
8813 (byte-compile-/=): Ditto.
|
|
|
8814
|
|
|
8815 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
|
8816
|
|
|
8817 * apropos.el: Use `with-displaying-help-buffer'.
|
|
|
8818 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
|
8819 Use `with-displaying-help-buffer'.
|
|
|
8820 (apropos-follow): Do not give special treatment to buffer cursor
|
|
|
8821 was in prior to a mouse click.
|
|
|
8822 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
|
8823 (apropos-print-doc): Set correct buffer for setting text
|
|
|
8824 properties.
|
|
|
8825
|
|
|
8826 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
|
8827
|
|
|
8828 * help.el (help-buffer-prefix-string): New variable.
|
|
|
8829 (help-buffer-name): Use it.
|
|
|
8830
|
|
|
8831 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
|
8832 mode menu.
|
|
|
8833
|
|
|
8834 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
|
8835
|
|
|
8836 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
|
8837
|
|
|
8838 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8839
|
|
|
8840 * files.el (find-file-noselect): Update docstring.
|
|
|
8841 (find-file-noselect): Signal an error if found an unreadable file.
|
|
|
8842 (file-chase-links): Save the match data.
|
|
|
8843 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
|
8844 (interpreter-mode-alist): Change defconst to defvar.
|
|
|
8845 (inhibit-first-line-modes-regexps): Ditto.
|
|
|
8846 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
|
8847 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
|
8848 (change-major-mode-with-file-name): New user-option.
|
|
|
8849 (set-visited-file-name): Synched with FSF.
|
|
|
8850 (file-name-extension): New function, from FSF 20.3.
|
|
|
8851 (file-relative-name): Synched with FSF.
|
|
|
8852 (save-some-buffers): Support the C-r feature.
|
|
|
8853 (recover-session): Synched with FSF.
|
|
|
8854 (kill-some-buffers): Ditto.
|
|
|
8855 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
|
8856
|
|
|
8857 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
|
8858
|
|
|
8859 * files.el (insert-file): Undo previous change and reenable use of
|
|
|
8860 format.el.
|
|
|
8861
|
|
|
8862 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8863
|
|
|
8864 * window-xemacs.el (recenter): Define.
|
|
|
8865
|
|
|
8866 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
8867
|
|
|
8868 * font.el (mswindows-font-create-name)
|
|
|
8869 (mswindows-font-create-object): new functions for mswindows type
|
|
|
8870 fonts.
|
|
|
8871
|
|
|
8872 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
|
8873 strings are parsed as well as font objects.
|
|
|
8874
|
|
|
8875 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8876
|
|
|
8877 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
|
8878 kbd-macro being recorded.
|
|
|
8879 (add-minor-mode): Simplify docstring.
|
|
|
8880 (modeline-minor-mode-menu): Remove stuff.
|
|
|
8881
|
|
|
8882 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
8883
|
|
|
8884 * code-process.el (call-process): dynamically decide process
|
|
|
8885 coding type.
|
|
|
8886
|
|
|
8887 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
|
8888
|
|
|
8889 * modeline.el: Add line-number-mode, column-number-mode to
|
|
|
8890 the modeline minor-mode menu. Button2 on the line number does
|
|
|
8891 goto-line.
|
|
|
8892
|
|
|
8893 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
8894
|
|
|
8895 * mouse.el: move x-selection-owner-p type things to
|
|
|
8896 selection-owner-p.
|
|
|
8897
|
|
|
8898 * msw-init.el: copy zmacs stuff from x-init.el
|
|
|
8899
|
|
|
8900 * msw-select.el (mswindows-own-selection)
|
|
|
8901 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
|
8902 functions. Very simple minded implementation of selectio
|
|
|
8903 ownership.
|
|
|
8904
|
|
|
8905 * select.el (own-selection) (disown-selection)
|
|
|
8906 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
|
8907 (valid-simple-selection-p): functions moved from x-select.el for
|
|
|
8908 generalized selection.
|
|
|
8909
|
|
|
8910 * x-select.el: see select.el changes.
|
|
|
8911
|
|
|
8912 * x-toolbar.el: use new selection functions.
|
|
|
8913
|
|
|
8914 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
8915
|
|
|
8916 * packages.el (packages-find-package-directories): Fixed bug that
|
|
|
8917 would pick up multiple site-package directories.
|
|
|
8918 (package-locations): Added "xemacs-packages" as a late package
|
|
|
8919 location.
|
|
|
8920
|
|
|
8921 * find-paths.el: Now uses `emacs-program-name' and
|
|
|
8922 `emacs-program-version'.
|
|
|
8923 Additions to enforce version-specific directories in
|
|
|
8924 `paths-find-version-directory'.
|
|
|
8925
|
|
|
8926 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
|
8927
|
|
|
8928 * default.el: Removed.
|
|
|
8929 * site-start.el: Removed.
|
|
|
8930
|
|
442
|
8931 1998-04-29 Didier Verna <didier@xemacs.org>
|
|
428
|
8932
|
|
|
8933 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
|
8934 to nil.
|
|
|
8935
|
|
|
8936 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
|
8937
|
|
|
8938 * find-paths.el (paths-program-name): Rename.
|
|
|
8939 (paths-emacs-root-p): Ditto.
|
|
|
8940 (paths-find-site-directory): Ditto.
|
|
|
8941
|
|
|
8942 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
|
8943
|
|
|
8944 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
|
8945 `emacs-lisp-byte-compile-and-load'.
|
|
|
8946
|
|
|
8947 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
8948
|
|
|
8949 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
|
8950 `ldap-open'
|
|
|
8951
|
|
|
8952 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
|
8953
|
|
|
8954 * select.el (kill-primary-selection) (selection-owner-p)
|
|
|
8955 (copy-primary-selection) (yank-clipboard-selection)
|
|
|
8956 (selection-exists-p) (delete-primary-selection): new file and
|
|
|
8957 functions that do the right thing for the selected device.
|
|
|
8958
|
|
|
8959 * x-menubar.el: use generalised selection functions.
|
|
|
8960
|
|
|
8961 * dumped-lisp.el: dump select.el.
|
|
|
8962
|
|
|
8963 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
|
8964
|
|
|
8965 * find-paths.el (paths-progname): New variable.
|
|
|
8966 (paths-emacs-root-p): Use it.
|
|
|
8967 (paths-find-site-directory): Ditto.
|
|
|
8968
|
|
|
8969 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
|
8970
|
|
|
8971 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
|
8972 `infodock' if InfoDock.
|
|
|
8973
|
|
|
8974 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
|
8975
|
|
|
8976 * find-paths.el (construct-emacs-version): Simplify, include
|
|
|
8977 program name in the return value.
|
|
|
8978 * (paths-find-version-directory): Use it.
|
|
|
8979
|
|
|
8980 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
8981
|
|
|
8982 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
|
8983 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
|
8984 name for files with no @direntry
|
|
|
8985 (Info-batch-rebuild-dir): New function
|
|
|
8986 (Info-suffixed-file): Check for regular files instead of simple
|
|
|
8987 file existence (could catch directories before)
|
|
|
8988
|
|
|
8989 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
8990
|
|
|
8991 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
|
8992 temacs doesn't have.
|
|
|
8993
|
|
|
8994 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
|
8995 into root searching.
|
|
|
8996
|
|
|
8997 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
|
8998
|
|
|
8999 * subr.el: Remove definition of `not'.
|
|
|
9000
|
|
|
9001 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
9002
|
|
|
9003 * msw-glyphs.el: enable graphics support.
|
|
|
9004
|
|
442
|
9005 1998-04-23 Didier Verna <didier@xemacs.org>
|
|
428
|
9006
|
|
|
9007 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
|
9008 option.
|
|
|
9009
|
|
|
9010 * misc doc string updates related to the options menu.
|
|
|
9011
|
|
|
9012 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
|
9013
|
|
|
9014 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
|
9015
|
|
|
9016 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9017
|
|
|
9018 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
|
9019 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
|
9020 gets us one step further towards making --no-autoloads work.
|
|
|
9021
|
|
|
9022 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
|
9023 lisp-directory is non-nil.
|
|
|
9024
|
|
|
9025 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
|
9026 against nil lisp-directory.
|
|
|
9027
|
|
|
9028 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
|
9029 to the list of variables that cause a warning when nil.
|
|
|
9030
|
|
|
9031 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
|
9032 no toolbar icon directory.
|
|
|
9033
|
|
|
9034 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9035
|
|
|
9036 * help.el (view-lossage): Recognize it.
|
|
|
9037
|
|
|
9038 * simple.el (log-message): Mark multiline messages.
|
|
|
9039
|
|
|
9040 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
|
9041
|
|
|
9042 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
|
9043
|
|
|
9044 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
|
9045
|
|
|
9046 * package-get.el (package-get-all): add `\n' separator to
|
|
|
9047 interactive specification so that both variables are read
|
|
|
9048
|
|
442
|
9049 1998-04-22 Didier Verna <didier@xemacs.org>
|
|
428
|
9050
|
|
|
9051 * x-menubar.el: ported the options menu to Custom.
|
|
|
9052 Moved the "read only" toggle button to the buffers menu.
|
|
|
9053 Corrected some missing ;;;###autoload or defcustom.
|
|
|
9054
|
|
|
9055 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
|
9056 the scrollbar-visible specifier for options menu handling.
|
|
|
9057
|
|
|
9058 * toolbar.el (toolbar-visible-p)
|
|
|
9059 (toolbar-captioned-p)
|
|
|
9060 (default-toolbar-position): defcustom wrappers around
|
|
|
9061 the toolbar specifiers for options menu handling.
|
|
|
9062
|
|
|
9063 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
|
9064 defcustom it for options menu handling.
|
|
|
9065
|
|
440
|
9066 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
|
428
|
9067 font-lock-mode for options menu handling.
|
|
|
9068
|
|
|
9069 * cus-start.el: added Custom properties to overwrite-mode for
|
|
|
9070 options menu handling.
|
|
|
9071
|
|
|
9072 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
9073
|
|
|
9074 * about.el: shameless self-promotion.
|
|
|
9075
|
|
|
9076 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9077
|
|
|
9078 * simple.el (raw-append-message): Slightly optimize.
|
|
|
9079 (remove-message): Use `push' for clarity.
|
|
|
9080 (append-message): Ditto.
|
|
|
9081 (display-warning): Dito.
|
|
|
9082 (raw-append-message): Send the message to the appropriate device.
|
|
|
9083
|
|
|
9084 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
|
9085
|
|
|
9086 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
|
9087 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
|
9088
|
|
|
9089 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9090
|
|
|
9091 * setup-paths.el: Changed `directory-sep-char' to
|
|
|
9092 `path-separator', following a change in GNU Emacs.
|
|
|
9093
|
|
|
9094 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9095
|
|
|
9096 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
|
9097 (Info-build-dir-anew): Add a final newline.
|
|
|
9098 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
|
9099 is `always'
|
|
|
9100 (Info-rebuild-dir): Ditto
|
|
|
9101
|
|
|
9102 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
|
9103
|
|
|
9104 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
|
9105
|
|
|
9106 * simple.el (count-words-buffer): Retain zmacs region.
|
|
|
9107 (count-words-region): Ditto.
|
|
|
9108 * simple.el: (what-line): Expanded line counts.
|
|
|
9109 (count-lines): New parameter to conditionalize whether collapsed
|
|
|
9110 lines get counted.
|
|
|
9111 From Bob Weiner <weiner@altrasoft.com>
|
|
|
9112
|
|
|
9113 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
|
9114
|
|
|
9115 * packages.el (package-locations): infodock-packages must override
|
|
|
9116 mule-packages and packages.
|
|
|
9117
|
|
|
9118 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
|
9119
|
|
|
9120 * wid-edit.el:
|
|
|
9121 remove rude messages from widget-activation-widget-mapper
|
|
|
9122 and widget-activation-glyph-mapper
|
|
|
9123
|
|
|
9124 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
9125
|
|
|
9126 * toolbar.el: Remove (featurep 'x) test from
|
|
|
9127 toolbar-make-button-list
|
|
|
9128
|
|
|
9129 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9130
|
|
|
9131 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
|
9132 only if in the same frame.
|
|
|
9133
|
|
|
9134 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9135
|
|
|
9136 * packages.el (package-locations): Added site-packages hierarchy.
|
|
|
9137
|
|
|
9138 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
|
9139 used.
|
|
|
9140
|
|
|
9141 * packages.el, setup-paths.el: Set various path searching depths
|
|
|
9142 to 1.
|
|
|
9143
|
|
|
9144 * packages.el (packages-hierarchy-depth):
|
|
|
9145 (packages-load-path-depth): Introduced and used.
|
|
|
9146
|
|
|
9147 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
|
9148
|
|
|
9149 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
|
9150 parameter.
|
|
|
9151
|
|
|
9152 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9153
|
|
|
9154 * setup-paths.el (paths-construct-info-path): Removed
|
|
|
9155 dependency on behavior of (file-name-as-directory "").
|
|
|
9156
|
|
|
9157 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9158
|
|
|
9159 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
|
9160 lisp objects
|
|
|
9161
|
|
|
9162 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9163
|
|
|
9164 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
|
9165
|
|
|
9166 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
|
9167
|
|
|
9168 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
|
9169 properties for an extent based on the :help-echo widget
|
|
|
9170 property, since help-echo and balloon-help cause an EXTENT to
|
|
|
9171 get passed in, where :help-echo functions are expecting a WIDGET
|
|
|
9172
|
|
|
9173 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9174
|
|
|
9175 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
|
9176 mswindows-init-scrollbar-metrics when appropriate.
|
|
|
9177
|
|
|
9178 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
9179
|
|
|
9180 * dumped-lisp.el: dump x-toolbar for window system
|
|
|
9181
|
|
|
9182 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
|
9183 have support and xpm.
|
|
|
9184
|
|
|
9185 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
|
9186
|
|
|
9187 * files.el (toggle-read-only): Fix docstring.
|
|
442
|
9188 From Didier Verna <didier@xemacs.org>
|
|
428
|
9189
|
|
|
9190 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9191
|
|
|
9192 * startup.el (normal-top-level): Load autoload-file-name without
|
|
|
9193 specifying an extension---some people only auto-autoload.el.gz.
|
|
|
9194
|
|
|
9195 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9196
|
|
|
9197 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
|
9198 nil.
|
|
|
9199
|
|
|
9200 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9201
|
|
|
9202 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
|
9203 This shouldn't cause any of the originally anticipated problems as
|
|
|
9204 the current paths architecture will not define the various
|
|
|
9205 configure-xxx variables if they're not specified on the configure
|
|
|
9206 command line.
|
|
|
9207
|
|
|
9208 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
|
9209 mentionings of "/" as a path separator.
|
|
|
9210 Used paths-construct-path throughout.
|
|
|
9211
|
|
|
9212 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
|
9213 from directory components.
|
|
|
9214
|
|
|
9215 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
|
9216 instead of decode-path-internal.
|
|
|
9217
|
|
|
9218 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
|
9219 and associates.
|
|
|
9220 (paths-decode-directory-path) Created.
|
|
|
9221
|
|
|
9222 * setup-paths.el: Changed configure-exec-path to
|
|
|
9223 configure-exec-directory.
|
|
|
9224
|
|
|
9225 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9226
|
|
|
9227 * packages.el (packages-find-packages): Fixed decoding of
|
|
|
9228 EMACSPACKAGEPATH.
|
|
|
9229
|
|
|
9230 * startup.el: -no-packages -> -no-early-packages.
|
|
|
9231
|
|
|
9232 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
|
9233 files.
|
|
|
9234
|
|
|
9235 * startup.el (normal-top-level): Fixed loading of core
|
|
|
9236 auto-autoload.
|
|
|
9237
|
|
|
9238 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
|
9239
|
|
|
9240 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
|
9241 for site-directory and lisp-directory variables.
|
|
|
9242
|
|
|
9243 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
|
9244 inhibit-package-autoloads and fixed handling of it.
|
|
|
9245
|
|
|
9246 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
|
9247 handling of former inhibit-package-init, now
|
|
|
9248 inhibit-early-packages, to make -vanilla etc. work.
|
|
|
9249
|
|
|
9250 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9251
|
|
|
9252 * code-process.el (start-process): Fallback to 'undecided instead
|
|
|
9253 of 'binary for process input coding stream.
|
|
|
9254
|
|
|
9255 * process.el (start-process): Docstring fix.
|
|
|
9256
|
|
|
9257 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9258
|
|
|
9259 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
|
9260 in Info-dir-file-attributes
|
|
|
9261 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
|
9262 (Info-rebuild-dir): Ditto.
|
|
|
9263
|
|
|
9264 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9265
|
|
|
9266 * obsolete.el: Added obsoleteness declarations for
|
|
|
9267 `site-directory' and `Info-default-directory-list'.
|
|
|
9268
|
|
|
9269 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9270
|
|
|
9271 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
|
9272 executable at the end of the symlink chain for determining the
|
|
|
9273 Emacs root.
|
|
|
9274
|
|
|
9275 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9276
|
|
|
9277 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
|
9278 to cater to gone default in configure.
|
|
|
9279
|
|
|
9280 * find-paths.el (paths-uniq-append): Added.
|
|
|
9281
|
|
|
9282 * packages.el: Rewritten package path construction once again.
|
|
|
9283
|
|
|
9284 * dump-paths.el, startup.el: Removed package-path as a global
|
|
|
9285 variable.
|
|
|
9286
|
|
|
9287 * package-admin.el (package-admin-add-single-file-package):
|
|
|
9288 (package-admin-add-binary-package): Changed package-path to
|
|
|
9289 late-packages.
|
|
|
9290
|
|
|
9291 * packages.el (packages-split-path): Split path at "/" rather than
|
|
|
9292 nil according to change in emacs.c.
|
|
|
9293
|
|
|
9294 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9295
|
|
|
9296 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
|
9297 order so that directories come out right.
|
|
|
9298 (paths-find-lock-directory): Fixed bug: It used to think
|
|
|
9299 configure-lock-directory is a path.
|
|
|
9300
|
|
|
9301 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
|
9302
|
|
|
9303 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
|
9304 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
|
9305 eases the use of toolbar-add/kill-item functions.
|
|
|
9306
|
|
|
9307 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9308
|
|
|
9309 * code-files.el (file-coding-system-alist): Commented out
|
|
|
9310 loaddefs.el magical treatment.
|
|
|
9311
|
|
|
9312 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9313
|
|
|
9314 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
|
9315 `conservative' and made it the default
|
|
|
9316 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
|
9317 strings, and multi-section dir files. Issue warning when dir
|
|
|
9318 is rebuilt as temporary
|
|
|
9319 (Info-build-dir-anew): Issue warning when dir is built as
|
|
|
9320 temporary
|
|
|
9321
|
|
|
9322 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9323
|
|
|
9324 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
|
9325 standard keys left, right, C-b and C-f.
|
|
|
9326
|
|
|
9327 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
9328
|
|
|
9329 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
|
9330
|
|
|
9331 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
|
9332
|
|
|
9333 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
|
9334
|
|
|
9335 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
|
9336
|
|
|
9337 * package-get-base.el: Updated.
|
|
|
9338
|
|
|
9339 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9340
|
|
|
9341 * isearch-mode.el (isearch-just-started): New variable.
|
|
|
9342 (isearch-mode): Set it.
|
|
|
9343 (isearch-repeat): Advance one character forward only if the search
|
|
|
9344 was successful, and was not just started.
|
|
|
9345 (isearch-repeat): Clear isearch-just-started.
|
|
|
9346
|
|
|
9347 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
|
9348
|
|
|
9349 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
|
9350 if running -batch.
|
|
|
9351
|
|
|
9352 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9353
|
|
|
9354 * subr.el (listify-key-sequence): Removed.
|
|
|
9355
|
|
|
9356 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9357
|
|
|
9358 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
|
9359 (byte-compile-output-file-form): Use it.
|
|
|
9360 (byte-compile-output-docform): Ditto.
|
|
|
9361 (byte-compile-compiled-obj-to-list): Ditto.
|
|
|
9362
|
|
|
9363 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
9364
|
|
|
9365 * msw-glyphs.el: set frame icon if xpm support.
|
|
|
9366
|
|
|
9367 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9368
|
|
|
9369 * help.el: Code that pretty prints variable values
|
|
|
9370 removed.
|
|
|
9371
|
|
|
9372 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
|
9373
|
|
|
9374 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
|
9375 directory.
|
|
|
9376 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9377
|
|
|
9378 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9379
|
|
|
9380 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
|
9381 its default value set to nil.
|
|
|
9382
|
|
|
9383 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
|
9384
|
|
|
9385 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
|
9386
|
|
|
9387 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9388
|
|
|
9389 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
|
9390 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
|
9391 does not exist or is older than some info files in directory
|
|
|
9392
|
|
|
9393 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9394
|
|
|
9395 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
|
9396 for last packages, mainly for using a 20.4 package base.
|
|
|
9397
|
|
|
9398 * packages.el (late-packages): Typo fix. It was called
|
|
|
9399 early-packages.
|
|
|
9400
|
|
|
9401 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
|
9402 relative symlinks correctly.
|
|
|
9403 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
|
9404 configuration-time root.
|
|
|
9405
|
|
|
9406 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
|
9407 find its roots.
|
|
|
9408
|
|
|
9409 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
|
9410
|
|
|
9411 * faces.el: Fix docstrings.
|
|
|
9412 * glyphs.el: Fix docstrings.
|
|
|
9413 * mouse.el: Fix docstrings.
|
|
|
9414
|
|
|
9415 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
|
9416
|
|
|
9417 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
|
9418
|
|
|
9419 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
|
9420 macros using backquote to make them infinitely more readable.
|
|
|
9421
|
|
|
9422 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
|
9423
|
|
|
9424 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
|
9425 InfoDock support until we can clean this up.
|
|
|
9426
|
|
|
9427 * help.el (describe-bindings-1): Return the value of the bindings
|
|
|
9428 help buffer created.
|
|
|
9429 (describe-bindings): Ditto.
|
|
|
9430
|
|
|
9431 * simple.el (set-variable): Restore previous behavior of not
|
|
|
9432 bombing if the variable to set is not boundp.
|
|
|
9433
|
|
|
9434 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9435
|
|
|
9436 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
|
9437 non-local files to be loaded off the package-lisp variable.
|
|
|
9438
|
|
|
9439 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9440
|
|
|
9441 * x-faces.el: Global X resources should override
|
|
|
9442 specs for all device classes (color, grayscale, mono);
|
|
|
9443 code currently doesn't override any of them. Fixed by
|
|
|
9444 calling remove-specifier with '(x default) as the tag
|
|
|
9445 set and allowing inexact matches.
|
|
|
9446
|
|
|
9447 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9448
|
|
442
|
9449 * faces.el: Separated face initializations based on
|
|
428
|
9450 device classes into device type specific (tag set,
|
|
|
9451 instantiator) pairs.
|
|
|
9452
|
|
|
9453 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9454
|
|
|
9455 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
|
9456 choice.
|
|
|
9457 (widget-choice-value-create): Respect it.
|
|
|
9458 From Richard Stallman <rms@gnu.org>
|
|
|
9459
|
|
|
9460 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9461
|
|
|
9462 * setup-paths.el (paths-construct-info-path): Always append
|
|
|
9463 existing directories from configure-time info path.
|
|
|
9464
|
|
|
9465 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
|
9466 Info-directory-list.
|
|
|
9467
|
|
|
9468 * info.el: Removed Info-default-directory-list which was broken by
|
|
|
9469 design.
|
|
|
9470 Removed bogus initialization of Info-directory-list---startup.el
|
|
|
9471 can do a much better job.
|
|
|
9472 Added autoload of Info-directory-list.
|
|
|
9473
|
|
|
9474 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
|
9475 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
|
9476 be exclusive; now it's merely given precedence, just like in the
|
|
|
9477 old days.
|
|
|
9478
|
|
|
9479 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9480
|
|
|
9481 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
|
9482 finding; it used to default too early.
|
|
|
9483
|
|
|
9484 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
|
9485
|
|
|
9486 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
|
9487 for paths that weren't split.
|
|
|
9488
|
|
|
9489 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
|
9490
|
|
|
9491 * finder.el (finder-compile-keywords): trap on errors.
|
|
|
9492
|
|
|
9493 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9494
|
|
|
9495 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
|
9496 fourth argument of t so that only the specs exactly
|
|
|
9497 matching the tag lists are removed.
|
|
|
9498
|
|
|
9499 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
|
9500
|
|
|
9501 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
|
9502
|
|
|
9503 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
|
9504
|
|
|
9505 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
|
9506 specified, use it for generating the completions.
|
|
|
9507
|
|
|
9508 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9509
|
|
|
9510 * update-elc.el: Now respects inhibit-package-init and
|
|
|
9511 inhibit-site-lisp.
|
|
|
9512 Now does path construction with loadup-paths.
|
|
|
9513
|
|
|
9514 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
|
9515 inhibit-package-init and inhibit-site-lisp.
|
|
|
9516
|
|
|
9517 * packages.el (packages-find-package-path): Extended package path
|
|
|
9518 by version-specific hierarchies.
|
|
|
9519 (packages-find-packages): Now respects inhibit flag and
|
|
|
9520 inhibit-site-lisp.
|
|
|
9521 Moved path setup to loadup-paths.
|
|
|
9522
|
|
|
9523 * make-docfile.el: Now respects inhibit-package-init and
|
|
|
9524 inhibit-site-lisp.
|
|
|
9525 Now does path construction with loadup-paths.
|
|
|
9526
|
|
|
9527 * loadup.el: Now respects inhibit-package-init and
|
|
|
9528 inhibit-site-lisp.
|
|
|
9529
|
|
|
9530 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
|
9531
|
|
|
9532 * loadup-paths.el: New file: setup load-path to encompass
|
|
|
9533 packages.
|
|
|
9534
|
|
|
9535 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
|
9536
|
|
|
9537 * auto-show.el: load-gc renamed to pureload.
|
|
|
9538 * site-load.el: Ditto.
|
|
|
9539 * packages.el (toplevel): Ditto.
|
|
|
9540 * loadup.el (really-early-error-handler): Ditto.
|
|
|
9541 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
|
9542 * cus-face.el (custom-declare-face): Ditto.
|
|
|
9543
|
|
|
9544 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9545
|
|
|
9546 * <Today>: The Big Path Searching Overhaul.
|
|
|
9547
|
|
|
9548 * find-paths.el: New file: find and assemble paths in the
|
|
|
9549 installation hierarchy.
|
|
|
9550
|
|
|
9551 * setup-paths.el: New file: global layout of paths and directories
|
|
|
9552 within the XEmacs hierarchy.
|
|
|
9553
|
|
|
9554 * packages.el: Replaced everything related to path searching and
|
|
|
9555 startup by code in terms of find-paths.
|
|
|
9556
|
|
|
9557 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
|
9558 the new path searching engine.
|
|
|
9559
|
|
|
9560 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
|
9561 and setup-paths.
|
|
|
9562
|
|
|
9563 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
|
9564
|
|
|
9565 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
|
9566 setup-paths.el.
|
|
|
9567
|
|
|
9568 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9569
|
|
|
9570 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
|
9571 compiles identically in any configuration.
|
|
|
9572 Removed irrelevant commentary.
|
|
|
9573
|
|
|
9574 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9575
|
|
|
9576 * simple.el (set-variable): Allow setting specifiers.
|
|
|
9577
|
|
|
9578 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
|
9579
|
|
|
9580 * lisp.el (forward-sexp): Revert previous change.
|
|
|
9581
|
|
|
9582 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
|
9583
|
|
|
9584 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
|
9585 `delete-device' to delete the stream console to match the usage in
|
|
|
9586 Fkill_emacs.
|
|
|
9587
|
|
|
9588 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
|
9589
|
|
|
9590 * files.el (cdpath-previous): New variable.
|
|
|
9591 (cd): Use it.
|
|
|
9592 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
|
9593
|
|
|
9594 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9595
|
|
|
9596 * keydefs.el: Changed keybindings of forward-char,
|
|
|
9597 backward, scroll-up and scroll-down to point to their
|
|
|
9598 -command counterparts.
|
|
|
9599
|
|
|
9600 * simple.el: New functions: forwarc-char-command,
|
|
|
9601 backwrad-char-command, scroll-up-command,
|
|
|
9602 scroll-down-command which work liek their counterparts
|
|
|
9603 except that they honor the variable
|
|
|
9604 signal-error-on-buffer-boundary.
|
|
|
9605
|
|
|
9606 Definition of signal-error-on-buffer-boundary received
|
|
|
9607 from src/cmds.c.
|
|
|
9608
|
|
|
9609 defvar declaration added for word-across-newline to avoid
|
|
|
9610 byte-compiler warning about the free variable reference.
|
|
|
9611
|
|
|
9612 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9613
|
|
|
9614 * winnt.el: Removed "%t" from the beginning of
|
|
|
9615 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
|
9616
|
|
|
9617 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
|
9618
|
|
|
9619 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
|
9620 of `when' with `if'.
|
|
|
9621
|
|
|
9622 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9623
|
|
|
9624 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
|
9625 mswindows. Must be reworked along with glyphs.el, or
|
|
|
9626 merged into it, after there is images support.
|
|
|
9627
|
|
|
9628 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
|
9629 'mswindows.
|
|
|
9630
|
|
|
9631 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
|
9632
|
|
|
9633 * faces.el: fix for text cursor initialization.
|
|
|
9634 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9635 From Andy Piper <andyp@parallax.co.uk>
|
|
|
9636
|
|
|
9637 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
|
9638
|
|
|
9639 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
|
9640 if there is an existing package that handles it and warn the user
|
|
|
9641 about that mode.
|
|
|
9642
|
|
|
9643 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
9644
|
|
|
9645 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
|
9646 Installation" menu item when Installation-string is not bound.
|
|
|
9647
|
|
|
9648 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
|
9649
|
|
|
9650 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
|
9651 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
|
9652
|
|
|
9653 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9654
|
|
|
9655 * msw-faces.el:
|
|
|
9656 * faces.el: Fix face initialization.
|
|
|
9657
|
|
|
9658 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
|
9659
|
|
|
9660 * files.el (backup-enable-predicate): fix breakage introduced
|
|
|
9661 by TMPDIR patch.
|
|
|
9662
|
|
|
9663 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9664
|
|
|
9665 * x-faces.el (x-init-face-from-resources): The
|
|
|
9666 TTY face property retrieval functions don't return
|
|
|
9667 specifiers, so use face-property instead.
|
|
|
9668
|
|
|
9669 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
|
9670
|
|
|
9671 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
|
9672
|
|
|
9673 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9674
|
|
|
9675 * x-menubar.el: Expanded documentation for
|
|
|
9676 option-save-faces. Changed Options -> Browse Faces
|
|
|
9677 menu entry to invoke customize-face.
|
|
|
9678
|
|
|
9679 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9680
|
|
|
9681 * faces.el: Most face initialization moved out of
|
|
|
9682 init-other-random-faces to the top level so that the
|
|
|
9683 initialization happens before Xemacs is dumped. Much
|
|
|
9684 of the fascist "face-differs-from-default-p or FROB!"
|
|
|
9685 code has been retired in favor of letting the user do
|
|
|
9686 what they want to do. Face initialization code changed
|
|
|
9687 to use `default' specifier tag so that the settings can
|
|
|
9688 be overridden later if the user wishes it.
|
|
|
9689
|
|
|
9690 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
|
9691
|
|
|
9692 * about.el (about-hackers): Update contributors list.
|
|
|
9693
|
|
|
9694 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9695
|
|
|
9696 * specifier.el: Define new specifier tag `default'.
|
|
|
9697
|
|
|
9698 * modeline.el: Initialize faces using `default' tag.
|
|
|
9699
|
|
|
9700 * x-faces.el (x-init-face-from-resources): Remove
|
|
|
9701 specifier specs containing the `default' tag before
|
|
|
9702 adding new specs.
|
|
|
9703
|
|
|
9704 1998-03-02 John Jones <jj@asu.edu>
|
|
|
9705
|
|
|
9706 * package-get.el (package-get-all): fixed arguments on call to
|
|
|
9707 package-admin-add-single-file-package.
|
|
|
9708 * package-get.el (package-get-installedp): fixed to match
|
|
|
9709 advertised behavior.
|
|
|
9710 * package-get.el: added function package-get-update-all which
|
|
|
9711 installs newest versions of all the current packages (if they are
|
|
|
9712 not already installed).
|
|
|
9713
|
|
|
9714 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
9715
|
|
|
9716 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
|
9717 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
|
9718 still nil, as happens for example when finding a compressed
|
|
|
9719 file with "jka-compr".
|
|
|
9720
|
|
|
9721 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
9722
|
|
|
9723 * faces.el: in make-face-* type functions do the operation for all
|
|
|
9724 window systems, not just the first one found.
|
|
|
9725
|
|
|
9726 * font.el: call mswindows-list-fonts for mswindows.
|
|
|
9727
|
|
|
9728 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
|
9729
|
|
|
9730 * code-process.el (call-process-region):
|
|
|
9731 * process.el (call-process-region):
|
|
|
9732 * package-get.el (package-get-dir):
|
|
|
9733 * files.el (backup-enable-predicate):
|
|
|
9734 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
|
9735 Use temp-directory in place of `/tmp'.
|
|
|
9736
|
|
|
9737 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
9738
|
|
|
9739 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
|
9740
|
|
|
9741 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
|
9742 Emacs.
|
|
|
9743
|
|
|
9744 * files.el (insert-directory): Modified to use special
|
|
|
9745 dired-in-C enhancements if present.
|
|
|
9746
|
|
|
9747 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
9748
|
|
|
9749 * code-files.el: make default coding no-conversion.
|
|
|
9750
|
|
|
9751 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
|
9752
|
|
|
9753 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
|
9754 the load-path.
|
|
|
9755
|
|
|
9756 * update-elc.el: Strip directory when testing for files not to
|
|
|
9757 bytecompile.
|
|
|
9758
|
|
|
9759 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
9760
|
|
|
9761 * lisp-mode.el: Use recommended form for menus.
|
|
|
9762
|
|
|
9763 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
|
9764
|
|
|
9765 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
|
9766 entry.
|
|
|
9767
|
|
|
9768 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9769
|
|
|
9770 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
|
9771 (get-frame-for-buffer-noselect): Always return frames
|
|
|
9772 in the not-this-window-p cond clause.
|
|
|
9773
|
|
|
9774 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
|
9775
|
|
|
9776 * help.el (describe-installation): New function.
|
|
|
9777
|
|
|
9778 * x-menubar.el (default-menubar): Add describe-installation to
|
|
|
9779 Help menu.
|
|
|
9780
|
|
|
9781 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
|
9782 should not be bytecompiled.
|
|
|
9783
|
|
|
9784 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
|
9785 XEmacs.
|
|
|
9786
|
|
|
9787 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
|
9788 entry.
|
|
|
9789
|
|
|
9790 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
|
9791 coding.
|
|
|
9792 From Andy Piper <andyp@parallax.co.uk>
|
|
|
9793
|
|
|
9794 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9795
|
|
|
9796 * ldap.el: Do not require ldap-internal at compile time.
|
|
|
9797
|
|
|
9798 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
9799
|
|
|
9800 * code-files.el: new file. a virtual copy of mule-files.el
|
|
|
9801 but without charset
|
|
|
9802 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
|
9803 changing the eol type for the current buffer.
|
|
|
9804
|
|
|
9805 * code-process.el: new file. a copy of
|
|
|
9806 mule-process.el. mule-process.el will disappear when things have
|
|
|
9807 settled.
|
|
|
9808
|
|
|
9809 * coding.el: new file. a virtual copy of mule-files.el but
|
|
|
9810 without charset dependencies. (coding-system-base) new function
|
|
|
9811 for getting the parent coding system of a coding system with eol
|
|
|
9812 type set.
|
|
|
9813
|
|
|
9814 * dumped-lisp.el: add above files for the non-mule case.
|
|
|
9815
|
|
|
9816 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9817
|
|
|
9818 * window-xemacs.el (display-buffer): If no explicit
|
|
|
9819 frame is specified, search for a window that displays
|
|
|
9820 the buffer on the currently selected frame, before
|
|
|
9821 searching other frames.
|
|
|
9822
|
|
|
9823 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9824
|
|
|
9825 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
|
9826 is non-nil, use window on the selected frame if it is not
|
|
|
9827 also the selected window. When defaulting, search for
|
|
|
9828 windows on the currently selected fgrame before searching
|
|
|
9829 other frames.
|
|
|
9830
|
|
442
|
9831 1998-02-25 Didier Verna <didier@xemacs.org>
|
|
428
|
9832
|
|
|
9833 * modeline.el (modeline-swap-buffers): originally named
|
|
|
9834 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
|
9835 decided in `mouse-drag-modeline'.
|
|
|
9836 (mouse-drag-modeline): A button release event is considered a
|
|
|
9837 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
|
9838 stay unchanged.
|
|
|
9839
|
|
|
9840 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
|
9841
|
|
|
9842 * x-menubar.el: Put redo on the menubar.
|
|
|
9843 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
9844
|
|
|
9845 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
|
9846
|
|
|
9847 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
|
9848 temp-buffer-show-function is set, use it to display current set of
|
|
|
9849 warnings in the "*Compile-Log-Show*" buffer.
|
|
|
9850
|
|
|
9851 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
|
9852 is set, use it to display current set of warnings in the
|
|
|
9853 "*Warnings-Show*" buffer.
|
|
|
9854
|
|
|
9855 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
9856
|
|
|
9857 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
|
9858 Common Lisp.
|
|
|
9859
|
|
|
9860 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
9861
|
|
|
9862 * menubar.el: Allow button descriptors at least 2 long.
|
|
|
9863
|
|
|
9864 * x-menubar.el (default-menubar): Use recommended forms.
|
|
|
9865 (file-menu-filter): Remove.
|
|
|
9866 (edit-menu-filter): Remove.
|
|
|
9867
|
|
|
9868 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
|
9869
|
|
|
9870 * about.el (about-hackers): Updated.
|
|
|
9871
|
|
|
9872 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
|
9873
|
|
|
9874 * help.el (help-max-help-buffers): new variable
|
|
|
9875 (help-register-and-maybe-prune-excess): new function
|
|
|
9876 (help-buffer-name): use help-max-help-buffers.
|
|
|
9877 (with-displaying-help-buffer): use
|
|
|
9878 help-register-and-maybe-prune-excess.
|
|
|
9879
|
|
|
9880 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
|
9881 one line, let it.
|
|
|
9882
|
|
|
9883 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
|
9884
|
|
|
9885 * (with-displaying-help-buffer): there is no need to kill the buffer
|
|
442
|
9886 if it exists, because with-output-to-temp-buffer will clear it.
|
|
428
|
9887 further, killing the buffer violates the rule that
|
|
|
9888 temp-buffer-show-function, if set, has the full responsibility of
|
|
|
9889 showing the temp buffer. killing the buffer fucks with the window
|
|
|
9890 configuration, hosing temp-buffer-show-function.
|
|
|
9891
|
|
|
9892
|
|
442
|
9893 1998-02-23 Didier Verna <didier@xemacs.org>
|
|
428
|
9894
|
|
|
9895 * modeline.el (mouse-drag-modeline):
|
|
|
9896 - Always scroll the modeline that was originally clicked on.
|
|
|
9897 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
|
9898 as horizontal reference for modeline dragging. This allows us to
|
|
|
9899 keep on dragging the modeline even if the motion event occurs in
|
|
|
9900 another window.
|
|
|
9901
|
|
442
|
9902 1998-02-23 Didier Verna <didier@xemacs.org>
|
|
428
|
9903
|
|
|
9904 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
|
9905 glyph on the modeline to indicate that dragging the mouse has an
|
|
|
9906 effect both horizontally and vertically.
|
|
|
9907
|
|
|
9908 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
|
9909
|
|
|
9910 * about.el (about-xemacs): Get rid of redundant visible version
|
|
|
9911 number.
|
|
|
9912
|
|
|
9913 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
|
9914
|
|
|
9915 * about.el (about-hackers): Update credits.
|
|
|
9916
|
|
|
9917 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
|
9918
|
|
|
9919 * prim/register.el (view-register): Show register type file-query.
|
|
|
9920
|
|
|
9921 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9922
|
|
|
9923 * mode-motion.el (mode-motion-highlight-internal):
|
|
|
9924 save-excursion inside save-window-exucrsion form to
|
|
|
9925 hide buffer point changes from save-window-excursion.
|
|
|
9926 Prevents display flickering when the mouse pointer
|
|
|
9927 moves.
|
|
|
9928
|
|
442
|
9929 1998-02-17 Didier Verna <didier@xemacs.org>
|
|
428
|
9930
|
|
|
9931 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
|
9932 function to handle correctly the case of a toolbar one side of the
|
|
|
9933 window: scrolling will not necessarily happen.
|
|
|
9934
|
|
|
9935 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9936
|
|
|
9937 * files.el (after-find-file): Restore missing argument
|
|
|
9938 to format that provides filename for "... consider M-x
|
|
|
9939 recover-file" message. Also call `message' with "%s"
|
|
|
9940 as the first arg instead of an arbitrary string.
|
|
|
9941
|
|
|
9942 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
|
9943
|
|
|
9944 * about.el (about-hackers): Various additions.
|
|
|
9945
|
|
|
9946 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
|
9947
|
|
|
9948 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
|
9949 line out when copying on-the-same line autoloads.
|
|
|
9950
|
|
|
9951 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
|
9952 is installed.
|
|
|
9953
|
|
|
9954 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
|
9955
|
|
|
9956 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
|
9957 * x11/x-win-sun.el (x-win-init-sun):
|
|
|
9958 * x11/x-init.el (x-initialize-compose):
|
|
|
9959 * prim/simple.el:
|
|
|
9960 (backward-or-forward-kill-sexp):
|
|
|
9961 (backward-or-forward-kill-sentence):
|
|
|
9962 (backward-or-forward-kill-word):
|
|
|
9963 (backward-or-forward-delete-char):
|
|
|
9964 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
|
9965 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
|
9966 x-keysym-on-keyboard-p to detect backspace.
|
|
|
9967 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
|
9968 Clean up symbols used with dead keys, checking Linux and solaris
|
|
|
9969 keysyms.
|
|
|
9970 Simplify x-win-*.el using above methods.
|
|
|
9971 Change documentation for x-keysym-*-p functions.
|
|
|
9972
|
|
|
9973 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
|
9974
|
|
|
9975 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
|
9976 Vinnie Shelton.
|
|
|
9977 From Vinnie Shelton <acs@acm.org>
|
|
|
9978
|
|
|
9979 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9980
|
|
|
9981 * simple.el (count-words-region): Ditto.
|
|
|
9982
|
|
|
9983 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9984
|
|
|
9985 * simple.el (count-words-buffer): Document. Don't print anything
|
|
|
9986 if non-interactive.
|
|
|
9987
|
|
|
9988 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
|
9989
|
|
|
9990 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
|
9991 multiple files in InfoDock.
|
|
|
9992
|
|
|
9993 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
|
9994
|
|
|
9995 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
|
9996 from version.el in InfoDock.
|
|
|
9997
|
|
|
9998 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
|
9999 specially.
|
|
|
10000
|
|
|
10001 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
10002
|
|
|
10003 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
|
10004 variable name in docstring.
|
|
|
10005
|
|
|
10006 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
|
10007
|
|
|
10008 * menubar.h: Include "gui.h".
|
|
|
10009
|
|
|
10010 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
|
10011
|
|
|
10012 * site-load.el: Fix documentation.
|
|
|
10013
|
|
|
10014 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
|
10015
|
|
|
10016 * package-get-base.el (package-get-base): Updated.
|
|
|
10017
|
|
|
10018 * keymap.el: PC-ize.
|
|
|
10019
|
|
|
10020 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
10021
|
|
|
10022 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
|
10023 from' on a fresh line.
|
|
|
10024
|
|
|
10025 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10026
|
|
|
10027 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
|
10028 object.
|
|
|
10029
|
|
|
10030 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
|
10031
|
|
|
10032 * undo-stack.el: PC-ize.
|
|
|
10033
|
|
|
10034 * cmdloop.el: PC-ize.
|
|
|
10035
|
|
|
10036 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
|
10037
|
|
|
10038 * bytecomp-runtime.el: PC-ize.
|
|
|
10039
|
|
|
10040 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
|
10041
|
|
|
10042 * cus-dep.el: Spelling fix.
|
|
|
10043
|
|
|
10044 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
|
10045 entries follow).
|
|
|
10046
|
|
|
10047 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
|
10048
|
|
|
10049 * text-mode.el (text-mode-hook-identify): New function,
|
|
|
10050 put on text-mode-hook. Set text-mode-variant here.
|
|
|
10051 (text-mode): Don't set it here.
|
|
|
10052
|
|
|
10053 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
|
10054
|
|
|
10055 * text-mode.el (text-mode-hook): New defvar.
|
|
|
10056 (text-mode-variant): New variable.
|
|
|
10057 (text-mode): Set that variable locally.
|
|
|
10058 (toggle-text-mode-auto-fill): New command.
|
|
|
10059
|
|
|
10060 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
|
10061
|
|
|
10062 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
|
10063
|
|
|
10064 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
|
10065
|
|
|
10066 * text-mode.el (paragraph-indent-text-mode):
|
|
|
10067 Renamed from spaced-text-mode.
|
|
|
10068 (text-mode-map): Bind TAB to indent-relative.
|
|
|
10069 (indented-text-mode-map): Variable deleted.
|
|
|
10070 (indented-text-mode): Now an alias for text-mode.
|
|
|
10071
|
|
|
10072 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
|
10073
|
|
|
10074 * loadup.el: test-atoms debugging stuffs removed.
|
|
|
10075
|
|
442
|
10076 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
|
428
|
10077
|
|
|
10078 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
|
10079
|
|
|
10080 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
|
10081
|
|
|
10082 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
|
10083 (describe-distribution): Ditto.
|
|
|
10084 (describe-copying): Ditto.
|
|
|
10085 (describe-project): Ditto.
|
|
|
10086 (view-emacs-news): Ditto.
|
|
|
10087
|
|
|
10088 * help-nomule.el (help-with-tutorial): Made it use
|
|
|
10089 `locate-data-file' to find tutorial.
|
|
|
10090
|
|
|
10091 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
|
10092
|
|
|
10093 * about.el: Corrected my email address.
|
|
|
10094
|
|
|
10095 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
|
10096 'mouse-offix-drop'.
|
|
|
10097
|
|
|
10098 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
|
10099
|
|
|
10100 * loadup.el (running-xemacs): Spelling fix.
|
|
|
10101
|
|
|
10102 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
|
10103
|
|
|
10104 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
|
10105 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
|
10106
|
|
|
10107 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
|
10108
|
|
|
10109 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
|
10110
|
|
|
10111 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
|
10112
|
|
|
10113 * package-info.el (pi-last-mod-date): New function.
|
|
|
10114 (pi-author-version): New function.
|
|
|
10115 (batch-update-package-info): Use them.
|
|
|
10116
|
|
|
10117 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
|
10118
|
|
|
10119 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
|
10120 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
|
10121 with `get-frame-for-buffer-default-to-current'.
|
|
|
10122
|
|
|
10123 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10124
|
|
|
10125 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
|
10126 (byte-compile-output-docform): Ditto.
|
|
|
10127 (byte-compile-compiled-obj-to-list): Ditto.
|
|
|
10128
|
|
|
10129 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
10130
|
|
|
10131 * startup.el (command-line-1): Removed code that ran
|
|
|
10132 buffer-menu.
|
|
|
10133
|
|
|
10134 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10135
|
|
|
10136 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
|
10137
|
|
|
10138 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10139
|
|
|
10140 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
|
10141 `device-on-window-system-p' instead of explicitly checking for X,
|
|
|
10142 so that the same logic works for MS Windows.
|
|
|
10143 (suspend-or-iconify-emacs): Ditto.
|
|
|
10144
|
|
|
10145 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10146
|
|
|
10147 * about.el (about-maintainer-info): Andy Piper is back.
|
|
|
10148 (xemacs-hackers): Updated Andy Piper's email address.
|
|
|
10149 (about-hackers): Added Jonathan Harris.
|
|
|
10150 (about-hackers): Updated Tibor Polgar's email address.
|
|
|
10151
|
|
|
10152 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
|
10153
|
|
|
10154 * about.el: Add xemacs.org email manager.
|
|
|
10155
|
|
|
10156 * package-get-base.el (package-get-base): Updated with most recent
|
|
|
10157 package updates.
|
|
|
10158
|
|
|
10159 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10160
|
|
|
10161 * help.el (function-arglist): Use `indirect-function' instead of
|
|
|
10162 `symbol-function' so that aliases are treated correctly.
|
|
|
10163
|
|
|
10164 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10165
|
|
|
10166 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
|
10167 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
|
10168 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
|
10169 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
|
10170 (describe-key): Use `princ' "%s" to print object.
|
|
|
10171 (describe-function-1): Use `princ' "%s" to print object.
|
|
|
10172 Commented out alias lines removed.
|
|
|
10173 (help-pretty-print-limit): New variable to control pretty-printing
|
|
|
10174 of variable values.
|
|
|
10175 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
|
10176 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
|
10177 list of length less than `help-pretty-print-limit'.
|
|
|
10178 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
|
10179
|
|
|
10180 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
|
10181
|
|
|
10182 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
|
10183 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
|
10184
|
|
|
10185 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
10186
|
|
|
10187 * info.el (Info-default-directory-list): Made the documentation
|
|
|
10188 more explanitory.
|
|
|
10189
|
|
|
10190 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
10191
|
|
|
10192 * lisp/packages.el:
|
|
|
10193 * lisp/package-admin.el:
|
|
|
10194 * lisp/build-report.el:
|
|
|
10195 Fix typos.
|
|
|
10196
|
|
|
10197 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
|
10198
|
|
|
10199 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
|
10200 warnings in Java buffers without final newline and editing the
|
|
|
10201 last line.
|
|
|
10202
|
|
|
10203 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
|
10204
|
|
|
10205 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
|
10206 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
|
10207 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
|
10208
|
|
|
10209 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
|
10210 From Oliver Graf <ograf@fga.de>
|
|
|
10211
|
|
|
10212 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
|
10213
|
|
|
10214 * loadup.el (load-gc): rewrite as defun.
|
|
|
10215 Print something sensical if a required dump-time file isn't found.
|
|
|
10216
|
|
|
10217 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
|
10218
|
|
|
10219 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
|
10220 bug strikes a menudescriptor.
|
|
|
10221
|
|
|
10222 * package-get-base.el (package-get-base): Updated.
|
|
|
10223
|
|
|
10224 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
|
10225 from the Makefile.
|
|
|
10226
|
|
|
10227 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10228
|
|
|
10229 * files.el (save-some-buffers): Don't play games with deleting
|
|
|
10230 other windows if we are in the minibuffer window.
|
|
|
10231
|
|
|
10232 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
10233
|
|
|
10234 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
|
10235 (add-minor-mode): Document :active property to TOGGLE.
|
|
|
10236
|
|
|
10237 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
10238
|
|
|
10239 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
|
10240 `:included' predicate in the `toggle-sym' plist.
|
|
|
10241 (add-minor-mode): Document the :included property, format
|
|
|
10242 docstring some more.
|
|
|
10243 (modeline-minor-mode-menu): Documentation string added.
|
|
|
10244
|
|
|
10245 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
10246
|
|
|
10247 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
|
10248 labels from the symbol-names by thwacking off the overly redundant
|
|
|
10249 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
|
10250 resultant strings. Also shortened the menu's title by eliminating
|
|
|
10251 the redundant buffer name.
|
|
|
10252 (add-minor-mode): Beautified the docstring, added mention of the
|
|
|
10253 `:menu-tag' property of TOGGLE.
|
|
|
10254 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
|
10255 `toggle-sym' to beatify the mode-life menus.
|
|
|
10256 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
|
10257 `auto-fill-function'.
|
|
|
10258
|
|
442
|
10259 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
428
|
10260
|
|
|
10261 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
|
10262 menus to :style 'toggle.
|
|
|
10263
|
|
|
10264 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
|
10265
|
|
|
10266 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
|
10267
|
|
|
10268 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
|
10269
|
|
|
10270 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
|
10271 only recognize first hyperlink.
|
|
|
10272 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
|
10273 `hyper-apropos-insert-face'.
|
|
|
10274 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
|
10275
|
|
|
10276 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
|
10277
|
|
|
10278 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
|
10279 mail.
|
|
|
10280 (toolbar-mail-reader): Add support for `send'.
|
|
|
10281 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
|
10282
|
|
442
|
10283 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
428
|
10284
|
|
|
10285 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
|
10286 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
|
10287 will function properly.
|
|
|
10288
|
|
|
10289 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
|
10290
|
|
|
10291 * simple.el: make the backwards delete function called by
|
|
|
10292 `backward-or-forward-delete-char' user configurable.
|
|
|
10293
|
|
|
10294 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
10295
|
|
|
10296 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
|
10297 compiled function got loaded from.
|
|
|
10298
|
|
|
10299 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
|
10300
|
|
|
10301 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
|
10302
|
|
|
10303 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
|
10304
|
|
|
10305 * startup.el (load-init-file): Load autoloads earlier.
|
|
|
10306 (startup-splash-frame): Handle InfoDock logo.
|
|
|
10307
|
|
|
10308 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
|
10309 InfoDock.
|
|
|
10310 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
|
10311
|
|
|
10312 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
|
10313 doesn't have this function.
|
|
|
10314
|
|
|
10315 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
|
10316
|
|
|
10317 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
|
10318
|
|
|
10319 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
|
10320 version of version.el.
|
|
|
10321 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
|
10322
|
|
|
10323 * x-menubar.el (default-menubar): Guard reference to
|
|
|
10324 `gnuserv-frame'.
|
|
|
10325 (default-menubar): Guard references to `font-lock-mode'.
|
|
|
10326 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
|
10327 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
|
10328
|
|
|
10329 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
|
10330
|
|
|
10331 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
|
10332 loading auto-autoloads files.
|
|
|
10333
|
|
|
10334 * loaddefs.el: Disable dumping autoloads.
|
|
|
10335
|
|
|
10336 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
|
10337
|
|
|
10338 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
|
10339
|
|
|
10340 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
|
10341
|
|
|
10342 * finder.el (finder-by-keyword): Autoload.
|
|
|
10343
|
|
|
10344 * help.el: Conditionalize hyperbole setup.
|
|
|
10345
|
|
|
10346 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
|
10347
|
|
|
10348 * packages.el (package-require): Update to reflect new data format.
|
|
|
10349
|
|
442
|
10350 1998-01-02 Didier Verna <didier@xemacs.org>
|
|
428
|
10351
|
|
|
10352 * x-menubar.el (default-menubar): make the tutorials available
|
|
|
10353 through the menubar. (Plus some compilation warnings cleanup).
|
|
|
10354
|
|
|
10355 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
|
10356
|
|
|
10357 * check-features.el: New file. Perform sanity check after build.
|
|
|
10358
|
|
|
10359 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
|
10360 files to tooltalk package.
|
|
|
10361 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
|
10362 package.
|
|
|
10363
|
|
|
10364 * package-admin.el (package-admin-xemacs): Use better default for
|
|
|
10365 location of XEmacs binary.
|
|
|
10366
|
|
|
10367 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
10368
|
|
|
10369 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
|
10370 tag with sexp and add value tag with value `t'.
|
|
|
10371
|
|
|
10372 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
|
10373
|
|
|
10374 * package-get.el: Changes to work with real data.
|
|
|
10375 From Pete Ware <ware@cis.ohio-state.edu>
|
|
|
10376
|
|
|
10377 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
|
10378 being.
|
|
|
10379
|
|
|
10380 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
|
10381 of possibly out-of-date packges.elc.
|
|
|
10382 * make-docfile.el ("packages.el"): Ditto.
|
|
|
10383
|
|
|
10384 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
|
10385
|
|
|
10386 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
|
10387 the main tarball shadowing anything past it.
|
|
|
10388
|
|
|
10389 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
|
10390
|
|
|
10391 * packages.el (package-provide): Delete a previous provide.
|
|
|
10392
|
|
|
10393 * package-info.el: New file.
|
|
|
10394
|
|
|
10395 * package-get.el: New file.
|
|
|
10396 From Pete Ware <ware@cis.ohio-state.edu>
|
|
|
10397 (package-get): Fix md5 computation to work with Mule.
|
|
|
10398
|
|
|
10399 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10400
|
|
|
10401 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
|
10402
|
|
|
10403 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
|
10404
|
|
|
10405 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
|
10406
|
|
|
10407 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
|
10408 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10409
|
|
|
10410 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
|
10411
|
|
|
10412 * startup.el (load-init-file): Reload new or changed autoloads
|
|
|
10413 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
|
10414
|
|
|
10415 * packages.el (packages-new-autoloads): New function.
|
|
|
10416 (packages-reload-autoloads): New function.
|
|
|
10417 (packages-reload-dumped-lisp): New (stub) function.
|
|
|
10418
|
|
|
10419 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
|
10420
|
|
|
10421 * loadhist.el (file-provides): Extend to handle variant
|
|
|
10422 extensions.
|
|
|
10423
|
|
|
10424 * replace.el (query-replace): Fix typo.
|
|
|
10425
|
|
|
10426 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
|
10427
|
|
|
10428 * make-docfile.el: list-autoloads-path has been renamed.
|
|
|
10429 * update-elc.el: list-autoloads has been renamed.
|
|
|
10430
|
|
|
10431 * packages.el (packages-list-autoloads): Renamed.
|
|
|
10432 (packages-list-autoloads-path): Ditto.
|
|
|
10433
|
|
|
10434 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
|
10435
|
|
|
10436 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
|
10437 for an error in an auto-autoload.el file.
|
|
|
10438
|
|
|
10439 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
|
10440
|
|
|
10441 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
|
10442 tag with const.
|
|
|
10443 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
10444
|
|
|
10445 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
|
10446
|
|
|
10447 * loadhist.el (unload-feature): Remove autoload.
|
|
|
10448
|
|
|
10449 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
|
10450
|
|
|
10451 * loadhist.el: Unpackaged.
|
|
|
10452
|
|
|
10453 * help.el (describe-symbol-find-file): Rename
|
|
|
10454 `describe-function-find-file' and make old name obsolete.
|
|
|
10455 (describe-function-1): Use it.
|
|
|
10456 (describe-function-1): Guard reference to
|
|
|
10457 `compiled-function-annotation'.
|
|
|
10458
|
|
|
10459 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10460
|
|
|
10461 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
|
10462 argument.
|
|
|
10463 (help-mode-quit): New optional arg to control whether it kills or
|
|
|
10464 buries. Tidied up.
|
|
|
10465 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
|
10466 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
|
10467 (help-pretty-print-value): Rename back from
|
|
|
10468 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
|
10469 use it, otherwise use dumped `cl-prettyprint'.
|
|
|
10470 (describe-variable): Use `help-pretty-print-value' again.
|
|
|
10471 (find-func): Removed reference to "find-func" at end.
|
|
|
10472
|
|
|
10473 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10474
|
|
|
10475 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
|
10476 GUI XEmacs. Rename? x-menubar is rather window system
|
|
|
10477 independant, except for a couple of items.
|
|
|
10478
|
|
|
10479 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
|
10480
|
|
|
10481 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
|
10482 entries as they will no longer be distributed with XEmacs.
|
|
|
10483
|
|
|
10484 * format.el (format-alist): Fix image/tiff regexps.
|
|
|
10485 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
|
10486
|
|
|
10487 * help.el (help-maybe-pretty-print-value): Rename.
|
|
|
10488 (describe-variable): Use it.
|
|
|
10489 (describe-variable): Add trailing linefeed.
|
|
|
10490
|
|
|
10491 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10492
|
|
|
10493 * help.el (describe-function-1): Don't output anything for
|
|
|
10494 arglist of autoload functions.
|
|
|
10495
|
|
|
10496 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10497
|
|
|
10498 * help.el (describe-function-1): Don't output anything for
|
|
|
10499 arglist of autoload functions.
|
|
|
10500
|
|
|
10501 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10502
|
|
|
10503 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
|
10504 `describe-function-at-point', `describe-variable-at-point',
|
|
|
10505 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
|
10506 `help-prev-section'.
|
|
|
10507 (help-next-section): New function.
|
|
|
10508 (help-prev-section): New function.
|
|
|
10509 (help-mode-quit): Changed to kill the help buffer.
|
|
|
10510 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
|
10511 correctly.
|
|
|
10512 (help-buffer-name): New function to generate the name of help
|
|
|
10513 buffers.
|
|
|
10514 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
|
10515 argument giving the name of the help buffer.
|
|
|
10516 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
|
10517 (describe-mode): Ditto.
|
|
|
10518 (describe-bindings): Ditto.
|
|
|
10519 (describe-prefix-bindings): Ditto.
|
|
|
10520 (view-lossage): Ditto.
|
|
|
10521 (with-syntax-table): New macro.
|
|
|
10522 (function-called-at-point): Use `ignore-errors' and
|
|
|
10523 `with-syntax-table'.
|
|
|
10524 (function-at-point): Ditto.
|
|
|
10525 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
|
10526 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
|
10527 function's arglist as string.
|
|
|
10528 (function-documentation): Extracted from `describe-function-1'.
|
|
|
10529 Returns function's docstring.
|
|
|
10530 (describe-function-1): Remove all the "stream" garbage, including
|
|
|
10531 the stream argument. Use `function-arglist' and
|
|
|
10532 `function-documentation'.
|
|
|
10533 (describe-function-arglist): Just use `function-arglist'.
|
|
|
10534 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
|
10535 (help-pretty-print-value): New function to help with
|
|
|
10536 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
|
10537 `pp-internal'.
|
|
|
10538 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
|
10539 Formatting improved. Display file where variable is defined, if
|
|
|
10540 known. Use `help-pretty-print-value'.
|
|
|
10541 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
|
10542 (list-processes): Remove "stream" garbage.
|
|
|
10543
|
|
|
10544 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
|
10545
|
|
|
10546 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
|
10547 call a dumped routine instead.
|
|
|
10548
|
|
|
10549 * x-win-xfree86.el: Wrap file in defun.
|
|
|
10550 * x-win-sun.el: Ditto.
|
|
|
10551
|
|
|
10552 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
|
10553
|
|
|
10554 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
|
10555 advises functions and does other evil things.
|
|
|
10556
|
|
|
10557 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
|
10558
|
|
|
10559 * format.el (format-alist): Add `image/tiff'.
|
|
|
10560 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
|
10561
|
|
|
10562 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
|
10563
|
|
|
10564 * about.el (about-hackers): More names added.
|
|
|
10565
|
|
|
10566 * make-docfile.el: Remove superfluous package path search.
|
|
|
10567
|
|
|
10568 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
|
10569
|
|
|
10570 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
|
10571
|
|
|
10572 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
|
10573 ignored shadows.
|
|
|
10574
|
|
|
10575 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
|
10576
|
|
|
10577 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
|
10578 get trailing slashes when added to the load-path.
|
|
|
10579
|
|
|
10580 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
|
10581 are.
|
|
|
10582
|
|
|
10583 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
10584
|
|
|
10585 * x-faces.el: Added support for foregroundToolBarColor
|
|
|
10586 to xpm-color-symbols.
|
|
|
10587
|
|
|
10588 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10589
|
|
|
10590 * etags.el (tags-remove-duplicates): Removed.
|
|
|
10591 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
|
10592
|
|
|
10593 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
|
10594 correctly.
|
|
|
10595 (get*): Defalias to `get'.
|
|
|
10596
|
|
|
10597 * cl.el (eql): Compare integers with `eq'.
|
|
|
10598 (cl-map-extents): Check for `map-extents' first.
|
|
|
10599
|
|
442
|
10600 1997-12-17 Didier Verna <didier@xemacs.org>
|
|
428
|
10601
|
|
|
10602 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
|
10603 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
|
10604
|
|
|
10605 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
|
10606
|
|
|
10607 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10608
|
|
|
10609 * widget.el (define-widget): Check the arguments.
|
|
|
10610
|
|
|
10611 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
|
10612 (custom-variable-value-create): Use `signal' to signal error.
|
|
|
10613 (custom-variable-reset-saved): Ditto.
|
|
|
10614 (custom-variable-reset-standard): Ditto.
|
|
|
10615 (custom-face-reset-saved): Ditto.
|
|
|
10616
|
|
|
10617 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
|
10618 (widget-default-format-handler): Ditto.
|
|
|
10619 (widget-checklist-add-item): Ditto.
|
|
|
10620 (widget-radio-add-item): Ditto.
|
|
|
10621 (widget-editable-list-entry-create): Ditto.
|
|
|
10622 (widget-sexp-prompt-value): Ditto.
|
|
|
10623
|
|
|
10624 * custom.el (custom-declare-variable): Signal errors better.
|
|
|
10625 (custom-handle-keyword): Ditto.
|
|
|
10626 (custom-declare-group): Ditto.
|
|
|
10627
|
|
|
10628 * window-xemacs.el (windows): Ditto.
|
|
|
10629
|
|
|
10630 * menubar.el (menu): Ditto.
|
|
|
10631
|
|
|
10632 * keydefs.el (keyboard): Ditto.
|
|
|
10633
|
|
|
10634 * minibuf.el (minibuffer): Ditto.
|
|
|
10635
|
|
|
10636 * process.el (execute): Ditto.
|
|
|
10637
|
|
|
10638 * fill.el (fill): Ditto.
|
|
|
10639
|
|
|
10640 * modeline.el (modeline): Ditto.
|
|
|
10641
|
|
|
10642 * help.el (help): Ditto.
|
|
|
10643
|
|
|
10644 * faces.el (faces): Ditto.
|
|
|
10645
|
|
|
10646 * files.el (files): Ditto.
|
|
|
10647
|
|
|
10648 * x-init.el (x): Ditto.
|
|
|
10649
|
|
|
10650 * lisp-mode.el (lisp): Ditto.
|
|
|
10651
|
|
|
10652 * process.el (processes): Ditto.
|
|
|
10653
|
|
|
10654 * mouse.el (mouse): Ditto.
|
|
|
10655
|
|
|
10656 * abbrev.el (abbrev): Moved from cus-edit.
|
|
|
10657
|
|
|
10658 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
|
10659 as variable declaration.
|
|
|
10660
|
|
|
10661 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10662
|
|
|
10663 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
|
10664 (find-menu-item): Cosmetic changes.
|
|
|
10665
|
|
|
10666 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
|
10667
|
|
|
10668 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
|
10669
|
|
|
10670 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
|
10671
|
|
|
10672 * startup.el (set-default-load-path): Only search package-path
|
|
|
10673 when not running temacs.
|
|
|
10674
|
|
|
10675 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
|
10676 files.
|
|
|
10677
|
|
|
10678 * loadup.el: Correct commentary. Reformatting.
|
|
|
10679 (really-early-error-handler): Use absolute path to the
|
|
|
10680 first dumped-lisp.el file.
|
|
|
10681 (really-early-error-handler): Print full path name of
|
|
|
10682 each dumped lisp file (inherited from InfoDock).
|
|
|
10683
|
|
|
10684 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
|
10685 dumped-lisp.el files.
|
|
|
10686
|
|
|
10687 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
|
10688 package-path is searched.
|
|
|
10689 * update-elc.el: Ditto.
|
|
|
10690
|
|
|
10691 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
|
10692 `condition-case' for indentation.
|
|
|
10693
|
|
|
10694 * about.el (about-xemacs): Update release date.
|
|
|
10695
|
|
|
10696 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10697
|
|
|
10698 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
|
10699 anywhere but at the last clause.
|
|
|
10700 (ecase): Disallow `t' and `otherwise'.
|
|
|
10701
|
|
|
10702 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
10703
|
|
|
10704 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
|
10705 from stuff moved out of `custom-buffer-create-internal'.
|
|
|
10706 (custom-novice): New variable. Default t.
|
|
|
10707 (custom-display-global-buttons): Ditto. Default `top'.
|
|
|
10708 (custom-buffer-create-internal): Only display help if
|
|
|
10709 `custom-novice' is non-nil. Display global buttons according to
|
|
|
10710 `custom-display-global-buttons'.
|
|
|
10711
|
|
|
10712 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10713
|
|
|
10714 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
|
10715 (find-menu-item): Cosmetic changes.
|
|
|
10716
|
|
|
10717 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10718
|
|
|
10719 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
|
10720 look.
|
|
|
10721
|
|
|
10722 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
10723
|
|
|
10724 * format.el (format-deannotate-region): Bug fix.
|
|
|
10725 Deannotating a region containing unknown tags would fail
|
|
|
10726 (causing decoding of text/enriched to fail at user level)
|
|
|
10727
|
|
|
10728 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
10729
|
|
|
10730 * minibuf.el (read-directory-name): Support sixth
|
|
|
10731 arg, HISTORY, as already documented.
|
|
|
10732
|
|
|
10733 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10734
|
|
|
10735 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
|
10736 to `ecase'.
|
|
|
10737
|
|
|
10738 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
|
10739
|
|
|
10740 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
|
10741 skk-activate.
|
|
|
10742
|
|
|
10743 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
|
10744
|
|
|
10745 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|