558
|
1 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
2
|
|
3 * behavior-defs.el:
|
|
4 * behavior-defs.el (scroll-in-place):
|
|
5 * behavior-defs.el ('scroll-in-place): New.
|
|
6 * behavior-defs.el (mouse-avoidance):
|
|
7 * behavior-defs.el (jka-compr):
|
|
8 * behavior-defs.el ('jka-compr): New.
|
|
9 * behavior-defs.el ('efs): New.
|
|
10 * behavior-defs.el (efs):
|
|
11 * behavior-defs.el (resize-minibuffer):
|
|
12 * behavior-defs.el (func-menu):
|
|
13 * behavior-defs.el (mwheel):
|
|
14 * behavior-defs.el (recent-files):
|
|
15 * behavior-defs.el (filladapt):
|
|
16 Add scroll-in-place, jka-compr, efs, fix up some things.
|
|
17
|
555
|
18 2001-03-19 Karl M. Hegbloom <karlheg@microsharp.com>
|
|
19
|
|
20 * cus-edit.el (custom-display): Support the GTK Window System also.
|
|
21
|
550
|
22 2001-05-21 Martin Buchholz <martin@xemacs.org>
|
|
23
|
|
24 * byte-optimize.el (=): `=' is not a binary predicate!
|
|
25 Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
|
|
26 Use byte-optimize-predicate, not byte-optimize-binary-predicate,
|
|
27
|
549
|
28 2001-05-20 Martin Buchholz <martin@xemacs.org>
|
|
29
|
|
30 * bytecomp.el (byte-compile-arithcompare):
|
|
31 Only optimize (= x) ==> t if byte-compile-delete-errors is nil.
|
|
32
|
548
|
33 2001-05-20 Adrian Aichner <adrian@xemacs.org>
|
|
34
|
|
35 * buff-menu.el (Buffer-menu-mode): Properly make
|
|
36 `mouse-track-click-hook' local.
|
|
37 * info.el (Info-mode): Ditto.
|
|
38
|
546
|
39 2001-05-19 Ben Wing <ben@xemacs.org>
|
|
40
|
|
41 * autoload.el (batch-force-update-one-directory):
|
|
42 Oops, off by one argument.
|
|
43
|
|
44 * mouse.el:
|
|
45 * mouse.el (Mouse-track-gensym): New.
|
|
46 * mouse.el (mouse-track-run-hook):
|
|
47 * mouse.el (mouse-track):
|
|
48 * mouse.el (mouse-track-default):
|
|
49 * mouse.el (mouse-track-insert):
|
|
50 * mouse.el (mouse-track-insert-selected-region): Removed.
|
|
51 * mouse.el (mouse-track-insert-drag-up-hook): Removed.
|
|
52 * mouse.el (mouse-track-insert-click-hook): Removed.
|
|
53 Add an argument to mouse-track so that hooks can be overridden.
|
|
54 (let-binding doesn't work when the hooks have been made local.)
|
|
55 modify mouse-track-run-hook accordingly, and fix mouse-track-default
|
|
56 and mouse-track-insert to use the new functionality.
|
|
57
|
|
58 * printer.el (generic-print-region):
|
|
59 Oops, off by one paren.
|
|
60
|
538
|
61 2001-05-13 Adrian Aichner <adrian@xemacs.org>
|
|
62
|
|
63 * buff-menu.el (Buffer-menu-mode): `mouse-track-click-hook' was
|
|
64 made buffer-local incorrectly (make-local-variable instead of
|
|
65 make-local-hook). Furthermore this hook must not be local so that
|
|
66 it can keep track of buffers and windows.
|
|
67
|
536
|
68 2001-05-13 Mike Alexander <mta@arbortext.com>
|
|
69
|
|
70 * dragdrop.el (experimental-dragdrop-drop-url-default): If event
|
|
71 has no window, use one from the frame in the event
|
|
72
|
533
|
73 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
74
|
|
75 * .cvsignore: auto-autoloads/custom-load need to be added now that they're not in cvs.
|
|
76
|
531
|
77 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
78
|
|
79 * find-paths.el (paths-find-recursive-path):
|
|
80 fix error with null EXCLUDE-REGEXP.
|
|
81
|
|
82 * font-lock.el (font-lock-mode):
|
|
83 fix problem reported by hrvoje with buffers starting with a space.
|
|
84
|
|
85 * lib-complete.el:
|
|
86 * lib-complete.el (find-library-source-path): New.
|
|
87 * lib-complete.el (find-library):
|
|
88 add a variable to control where `find-library' looks, analogous to `find-function-source-path'.
|
|
89
|
528
|
90 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
91
|
|
92 * mule\mule-coding.el:
|
|
93 * mule\mule-coding.el (coding-system-charset): New.
|
|
94 Move this function into Lisp to avoid doc warnings.
|
|
95
|
|
96 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
97
|
|
98 * autoload.el:
|
|
99 * autoload.el (update-autoloads-from-directory):
|
|
100 * autoload.el (fixup-autoload-buffer):
|
|
101 * autoload.el (batch-update-autoloads): Removed.
|
|
102 * autoload.el (update-autoload-files): New.
|
|
103 * autoload.el (batch-force-update-one-directory): New.
|
|
104 * packages.el (packages-useful-lisp):
|
|
105 * startup.el:
|
|
106 * startup.el (normal-top-level):
|
|
107 * startup.el (startup-load-autoloads): New.
|
|
108 * update-elc-2.el (batch-update-elc-2):
|
|
109 * update-elc.el:
|
|
110 * update-elc.el (need-to-rebuild-autoloads): New.
|
|
111 * update-elc.el (need-to-rebuild-mule-autoloads): New.
|
|
112 * update-elc.el (need-to-recompile-autoloads): New.
|
|
113 * update-elc.el (need-to-recompile-mule-autoloads): New.
|
|
114 * update-elc.el (update-elc-chop-extension): New.
|
|
115 Rewrite much of the bootstrapping process to be more robust,
|
|
116 and in particular to rebuild the auto-autoloads and custom-loads
|
|
117 files no matter what state (including missing) they're currently
|
|
118 in.
|
|
119
|
526
|
120 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
121
|
|
122 * files.el (find-file-noselect):
|
|
123 * files.el (recover-session-finish):
|
|
124 fix byte-compilation warnings.
|
|
125
|
523
|
126 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
127
|
|
128 * font.el (bold): New.
|
|
129 * font.el (italic): New.
|
|
130 * font.el (oblique): New.
|
|
131 * font.el (dim): New.
|
|
132 * font.el (underline): New.
|
|
133 * font.el (overline): New.
|
|
134 * font.el (linethrough): New.
|
|
135 * font.el (strikethru): New.
|
|
136 * font.el (reverse): New.
|
|
137 * font.el (blink): New.
|
|
138 * font.el (smallcaps): New.
|
|
139 * font.el (bigcaps): New.
|
|
140 * font.el (dropcaps): New.
|
|
141 * gtk-widget-accessors.el (import-widget-accessors):
|
|
142 * widgets-gtk.el (gtk-widget-instantiate-internal):
|
|
143 * x-font-menu.el (x-font-menu-font-data): New.
|
|
144 * x-font-menu.el (x-font-menu-load-font):
|
|
145 fix byte-compilation warnings.
|
|
146
|
522
|
147 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
148
|
|
149 * XEmacs 21.5.1 "anise" is released.
|
|
150
|
510
|
151 2001-05-06 Ben Wing <ben@xemacs.org>
|
|
152
|
|
153 * dialog.el (make-dialog-box):
|
|
154 * menubar-items.el (default-menubar):
|
|
155 * printer.el (generic-print-buffer):
|
|
156 * printer.el (generic-print-region):
|
|
157 implement printing the selection when it's selected.
|
|
158
|
|
159 unrelated:
|
|
160
|
|
161 * minibuf.el (input-error):
|
|
162 * subr.el (error):
|
|
163 a couple of error cleanups.
|
|
164
|
|
165 * update-elc.el ((preloaded-file-list site-load-packages need-to-dump dumped-exe)):
|
|
166 * update-elc.el (update-elc-files-to-compile):
|
|
167 if bytecomp or byte-optimize need recompiling, then load
|
|
168 the .el version of them first, recompile them, and reload
|
|
169 the .elc versions to recompile everything else (so we won't
|
|
170 be waiting until the cows come home).
|
|
171
|
509
|
172 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
173
|
|
174 * subr.el (error):
|
|
175 Add missing errors to the doc string.
|
|
176
|
506
|
177 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
178
|
|
179 * dialog.el (make-dialog-box): fix doc string.
|
|
180 * menubar-items.el (default-menubar): Add Page Setup for Windows,
|
|
181 take out Pretty Print.
|
|
182 * printer.el:
|
|
183 * printer.el (printer-current-device): New.
|
|
184 * printer.el (Printer-get-device): New.
|
|
185 * printer.el (Printer-clear-device): New.
|
|
186 * printer.el (generic-page-setup): New.
|
|
187 * printer.el (generic-print-buffer):
|
|
188 * printer.el (generic-print-region):
|
|
189 Implement Page Setup. Handle errors properly.
|
|
190
|
|
191 unrelated:
|
|
192
|
|
193 * gtk-init.el: Fix the warning properly.
|
|
194
|
|
195
|
503
|
196 2001-05-04 Ben Wing <ben@xemacs.org>
|
|
197
|
|
198 * printer.el (generic-print-buffer):
|
|
199 * printer.el (generic-print-region):
|
|
200 Enable dialog boxes. Apply workaround recommended by Kirill.
|
|
201
|
|
202 * simple.el (kill-whole-line):
|
|
203 * simple.el (kill-line-1):
|
|
204 * simple.el (kill-entire-line):
|
|
205 * simple.el (kill-line):
|
|
206 * simple.el (backward-kill-line):
|
|
207 Take out interactive dependence of kill-whole-line.
|
|
208
|
502
|
209 2001-04-22 Ben Wing <ben@xemacs.org>
|
|
210
|
|
211 ----------------------- byte-comp warning fixes -----------------
|
|
212
|
|
213 * bytecomp-runtime.el:
|
|
214 * bytecomp-runtime.el (with-boundp): New.
|
|
215 * bytecomp-runtime.el (if-boundp): New.
|
|
216 * bytecomp-runtime.el (declare-boundp): New.
|
|
217 * bytecomp-runtime.el (globally-declare-boundp): New.
|
|
218 * bytecomp-runtime.el (byte-compile-with-fboundp): New.
|
|
219 * bytecomp-runtime.el ('with-fboundp-1): New.
|
|
220 * bytecomp-runtime.el (with-fboundp): New.
|
|
221 * bytecomp-runtime.el (if-fboundp): New.
|
|
222 * bytecomp-runtime.el (declare-fboundp): New.
|
|
223 * bytecomp-runtime.el (globally-declare-fboundp): New.
|
|
224 * bytecomp-runtime.el (byte-compile-with-byte-compiler-warnings-suppressed): New.
|
|
225 * bytecomp-runtime.el ('with-byte-compiler-warnings-suppressed-1): New.
|
|
226 * bytecomp-runtime.el (with-byte-compiler-warnings-suppressed): New.
|
|
227 * bytecomp-runtime.el (with-obsolete-variable): New.
|
|
228 * bytecomp-runtime.el (with-obsolete-function): New.
|
|
229 New functions for cleanly eliminating byte-compiler warnings.
|
|
230 Their definitions require no changes at all in bytecomp.el,
|
|
231 meaning that any package that wants to use them and be compatible
|
|
232 with older versions of XEmacs need only copy the code and rename
|
|
233 the functions (i.e. prefix them with the package name).
|
|
234
|
|
235 * apropos.el (apropos-symbol-face):
|
|
236 * apropos.el (apropos-keybinding-face):
|
|
237 * apropos.el (apropos-label-face):
|
|
238 * apropos.el (apropos-property-face):
|
|
239 * cl-extra.el (cl-map-overlays):
|
|
240 * coding.el:
|
|
241 * coding.el (set-keyboard-coding-system):
|
|
242 * coding.el (set-terminal-coding-system):
|
|
243 * console.el (resume-pid-console):
|
|
244 * dialog-gtk.el:
|
|
245 * dialog-gtk.el (popup-builtin-open-dialog):
|
|
246 * dialog-gtk.el (popup-builtin-color-dialog):
|
|
247 * dragdrop.el (experimental-dragdrop-drop-mime-default):
|
|
248 * dragdrop.el (gtk-start-drag):
|
|
249 * dragdrop.el (gtk-start-drag-region):
|
|
250 * faces.el (init-face-from-resources):
|
|
251 * faces.el (init-device-faces):
|
|
252 * faces.el (init-frame-faces):
|
|
253 * faces.el (init-global-faces):
|
|
254 * faces.el (set-face-stipple):
|
|
255 * files.el (set-visited-file-name):
|
|
256 * files.el (basic-save-buffer):
|
|
257 * files.el (save-some-buffers-1):
|
|
258 * files.el (file-remote-p):
|
|
259 * fill.el (fill-move-forward-to-break-point):
|
|
260 * fill.el (find-space-insertable-point):
|
|
261 * font-lock.el:
|
|
262 * frame.el (suspend-or-iconify-emacs):
|
|
263 * frame.el (suspend-emacs-or-iconify-frame):
|
|
264 * gdk.el:
|
|
265 * generic-widgets.el:
|
|
266 * generic-widgets.el (build-ui::radio-group):
|
|
267 * generic-widgets.el (build-ui::button):
|
|
268 * glade.el:
|
|
269 * gnome-widgets.el:
|
|
270 * gnome.el:
|
|
271 * gtk-extra.el:
|
|
272 * gtk-faces.el (gtk-choose-font):
|
|
273 * gtk-file-dialog.el:
|
|
274 * gtk-file-dialog.el (gtk-file-dialog-fill-file-list):
|
|
275 * gtk-file-dialog.el (gtk-file-dialog-fill-directory-list):
|
|
276 * gtk-file-dialog.el (gtk-file-dialog-new):
|
|
277 * gtk-font-menu.el:
|
|
278 * gtk-font-menu.el (gtk-reset-device-font-menus):
|
|
279 * gtk-init.el:
|
|
280 * gtk-init.el (gtk-initialize-compose):
|
|
281 * gtk-package.el:
|
|
282 * gtk-password-dialog.el:
|
|
283 * gtk-widget-accessors.el:
|
|
284 * gtk-widgets.el:
|
|
285 * gtk.el:
|
|
286 * isearch-mode.el (isearch-help-or-delete-char):
|
|
287 * ldap.el:
|
|
288 * lib-complete.el (read-library-internal):
|
|
289 * lib-complete.el (read-library):
|
|
290 * lib-complete.el (read-library-name):
|
|
291 * lisp-mnt.el (lm-report-bug):
|
|
292 * minibuf.el (minibuffer-smart-mouse-tracker):
|
|
293 * minibuf.el (minibuffer-smart-select-kludge-filename):
|
|
294 * minibuf.el (read-file-name-internal-1):
|
|
295 * minibuf.el (read-color-completion-table):
|
|
296 * modeline.el (modeline-toggle-read-only):
|
|
297 * mouse.el (mouse-consolidated-yank):
|
|
298 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
299 * msw-font-menu.el (mswindows-reset-device-font-menus):
|
|
300 * multicast.el (open-multicast-group):
|
|
301 * mwheel.el:
|
|
302 * package-get.el (package-get-update-base-from-buffer):
|
|
303 * scrollbar.el (init-scrollbar-from-resources):
|
|
304 * symbols.el:
|
|
305 * syntax.el (describe-syntax-table):
|
|
306 * toolbar.el (init-toolbar-from-resources):
|
|
307 * toolbar-items.el (toolbar):
|
|
308 * toolbar-items.el (toolbar-paste):
|
|
309 * tty-init.el (init-pre-tty-win):
|
|
310 * tty-init.el (init-post-tty-win):
|
|
311 * wid-browse.el (widget-browse-sexp):
|
|
312 * widgets-gtk.el:
|
|
313 * x-faces.el:
|
|
314 * x-font-menu.el:
|
|
315 * x-font-menu.el (x-font-menu-font-data):
|
|
316 * x-init.el:
|
|
317 * x-misc.el:
|
|
318 * x-mouse.el:
|
|
319 * x-scrollbar.el:
|
|
320 * x-select.el:
|
|
321 * x-win-sun.el:
|
|
322 * x-win-xfree86.el:
|
|
323 Eliminate byte-compiler warnings using the new functions in
|
|
324 bytecomp-runtime.el.
|
|
325
|
|
326 * coding.el (coding-system-get): New.
|
|
327 * coding.el (coding-system-put): New.
|
|
328 * coding.el (coding-system-category): New.
|
|
329 * mule\mule-misc.el (coding-system-get): Removed.
|
|
330 * mule\mule-misc.el (coding-system-put): Removed.
|
|
331 * mule\mule-misc.el (coding-system-category): Removed.
|
|
332 Move these functions, since they're not Mule-specific and
|
|
333 are used in prefer-coding-system.
|
|
334
|
|
335 * font.el:
|
|
336 * font.el (cl):
|
|
337 * font.el (set-font-family):
|
|
338 * font.el (set-font-weight):
|
|
339 * font.el (set-font-style):
|
|
340 * font.el (set-font-size):
|
|
341 * font.el (set-font-registry):
|
|
342 * font.el (set-font-encoding):
|
|
343 * font.el (font-family):
|
|
344 * font.el (font-weight):
|
|
345 * font.el (font-style):
|
|
346 * font.el (font-size):
|
|
347 * font.el (font-registry):
|
|
348 * font.el (font-encoding):
|
|
349 * font.el (set-font-style-by-keywords):
|
|
350 * font.el (font-properties-from-style):
|
|
351 * font.el (font-combine-fonts-internal):
|
|
352 * font.el (font-x-font-regexp):
|
|
353 * font.el (x-font-create-object):
|
|
354 * font.el (x-font-create-name):
|
|
355 * font.el (ns-font-create-name):
|
|
356 * font.el (mswindows-font-create-name):
|
|
357 * font.el (font-update-device-fonts):
|
|
358 * font.el (font-update-one-face):
|
|
359 * font.el (font-rgb-color-p):
|
|
360 * font.el (font-rgb-color-red):
|
|
361 * font.el (font-tty-compute-color-delta):
|
|
362 * font.el (font-normalize-color):
|
|
363 This file was incredibly ugly. Clean it up. Avoid using defsubst
|
|
364 for any exported functions, to avoid possible compatibility
|
|
365 problems if we later change the internal interface. (It happened
|
|
366 before, with face accessors, between 19.8 and 19.9). Fix tons
|
|
367 of warnings.
|
|
368
|
|
369 * gpm.el:
|
|
370 * gpm.el (gpm-is-supported-p): New.
|
|
371 * gpm.el (gpm-delete-device-hook):
|
|
372 Clean up (new function gpm-is-supported-p eliminates duplicate
|
|
373 code in gpm-create/delete-device-hook) and eliminate warnings.
|
|
374
|
|
375 ---------- make byte-recompile-directory work in the ---------
|
|
376 core `lisp' dir, even in the absence of
|
|
377 a Mule XEmacs (i.e. make it skip the Mule
|
|
378 files rather than trying to compile them).
|
|
379 now you should be able to do `touch *.el'
|
|
380 in the `lisp' dir, then
|
|
381 M-x byte-recompile-directory, and get no
|
|
382 warnings.
|
|
383
|
|
384 * bytecomp.el:
|
|
385 * bytecomp.el (byte-recompile-ignore-uncompilable-mule-files): New.
|
|
386 * bytecomp.el (byte-compile-inbuffer):
|
|
387 * bytecomp.el (byte-compile-inbuffer)): New.
|
|
388 * bytecomp.el (byte-compile-outbuffer)): New.
|
|
389 * bytecomp.el (byte-compile-warn):
|
|
390 * bytecomp.el (byte-recompile-directory):
|
|
391 * bytecomp.el (byte-recompile-file):
|
|
392 Avoid trying to compile Mule files in byte-recompile-directory
|
|
393 when we're not in a Mule XEmacs, since we're highly likely to get
|
|
394 syntax errors.
|
|
395
|
|
396 * mule\arabic.el:
|
|
397 * mule\canna-leim.el:
|
|
398 * mule\english.el:
|
|
399 * mule\greek.el:
|
|
400 * mule\kinsoku.el:
|
|
401 * mule\latin.el:
|
|
402 * mule\misc-lang.el:
|
|
403 * mule\mule-category.el:
|
|
404 * mule\mule-ccl.el:
|
|
405 * mule\mule-charset.el:
|
|
406 * mule\mule-cmds.el:
|
|
407 * mule\mule-coding.el:
|
|
408 * mule\mule-help.el:
|
|
409 * mule\mule-init.el:
|
|
410 * mule\mule-misc.el:
|
|
411 * mule\mule-tty-init.el:
|
|
412 * mule\mule-x-init.el:
|
|
413 * mule\thai-xtis-chars.el:
|
|
414 * mule\viet-chars.el:
|
|
415 Add a coding-system cookie to all Mule files so that
|
|
416 byte-recompile-directory ignores them.
|
|
417
|
|
418 * code-files.el (load):
|
|
419 * code-files.el (find-coding-system-magic-cookie): Removed.
|
|
420 * files.el:
|
|
421 * files.el (find-coding-system-magic-cookie-in-file): New.
|
|
422 Magic cookie function moved to files.el from code-files.el (for
|
|
423 use by bytecomp even in a non-coding-system XEmacs), and changed
|
|
424 names and semantics for use by bytecomp. NOTE: IMO this is an
|
|
425 internal function that we can change as we like (and there is
|
|
426 absolutely no code anywhere else using the function).
|
|
427
|
|
428 ---------------- GUI improvements: menus, help -------------------
|
|
429
|
|
430 * help.el:
|
|
431 * help.el (help-map): Removed.
|
|
432 * help.el (help-for-help):
|
|
433 * help.el (Help-princ-face):
|
|
434 * help.el (Help-prin1-face):
|
|
435 * help.el (describe-function-1):
|
|
436 * help.el (describe-variable):
|
|
437 Rearrange order of keymap declarations to be alphabetical.
|
|
438 Improve help on help to include all bindings, and group by
|
|
439 category. Add bindings for new Info commands. Remove
|
|
440 warnings. Use command-hyper-apropos in place of command-apropos.
|
|
441
|
|
442 * hyper-apropos.el:
|
|
443 * hyper-apropos.el (hyper-apropos-programming-apropos):
|
|
444 * hyper-apropos.el (command-hyper-apropos): New.
|
|
445 Add a function to do the equivalent of command-apropos.
|
|
446
|
|
447 * help-macro.el (make-help-screen):
|
|
448 Evals its help-text argument so you can put expressions there.
|
|
449 Used now by help-for-help.
|
|
450
|
|
451 * info.el:
|
|
452 * info.el (Info-search):
|
|
453 * info.el (Info-search-next): New.
|
|
454 * info.el (Info-index): Removed.
|
|
455 * info.el (Info-find-index-alternatives): New.
|
|
456 * info.el (Info-read-search-text-regexp): New.
|
|
457 * info.el (Info-search-text-in-lispref): New.
|
|
458 * info.el (Info-search-text-in-xemacs): New.
|
|
459 * info.el (Info-search-index-in-lispref): New.
|
|
460 * info.el (Info-search-index-in-xemacs-and-lispref): New.
|
|
461 * info.el (Info-mode-map):
|
|
462 Add binding to continue text searches. Expand index searches to
|
|
463 work over multiple info documents. Add commands to search
|
|
464 text/index in User and Lispref.
|
|
465
|
|
466 * lisp-mode.el (construct-lisp-mode-menu):
|
|
467 Add new entry, "Uncomment Region" (parallels "Comment Out Region").
|
|
468
|
|
469 * menubar-items.el (default-menubar):
|
|
470 * menubar-items.el (default-popup-menu):
|
|
471 Redo Help menu; add bindings for new Info commands to search the
|
|
472 index or text of the User and Lispref manuals. Add command for
|
|
473 mark-paragraph, activate-region. Make Edit->R accelerator be
|
|
474 rectangle, not register (more commonly used), and put rectangle
|
|
475 first. Fix the Edit Init File entry to never load the .elc file.
|
|
476 Simplify the default-popup-menu. Add Cmds->Tabs menu.
|
|
477
|
|
478 * menubar.el (popup-buffer-menu): Doc fix.
|
|
479 * menubar.el ((boundp 'menu-accelerator-map)):
|
|
480 Use kp-left not kp_left, etc.
|
|
481
|
|
482 ---------------- Miscellaneous bug fixes/cleanup -------------------
|
|
483
|
|
484 * bytecomp-runtime.el (byte-compiler-options):
|
|
485 Correct doc string.
|
|
486
|
|
487 * easymenu.el (easy-menu-do-define): fix extra quote.
|
|
488
|
|
489 * fill.el (fill-paragraph-or-region):
|
|
490 Rewrite to be more correct -- use call-interactively so that
|
|
491 we always get exactly the same behavior as if the functions
|
|
492 were called directly.
|
|
493
|
|
494 * font-lock.el (font-lock-fontify-pending-extents):
|
|
495 * gutter-items.el (clear-progress-feedback):
|
|
496 * gutter-items.el (abort-progress-feedback):
|
|
497 * gutter-items.el (raw-append-progress-feedback):
|
|
498 * simple.el (clear-message):
|
|
499 * simple.el (raw-append-message):
|
|
500 No need to fiddle with zmacs-region-stays, now that bogus
|
|
501 clearing of it (2001-04-28 src/ChangeLog) is removed.
|
|
502
|
|
503 * dialog.el (make-dialog-box):
|
|
504 Put dialog titles back in -- this time correctly. Fix various
|
|
505 other problems with leaks and such.
|
|
506
|
|
507 * keymap.el (key-sequence-list-description):
|
|
508 Clean up fun to always correctly canonicalize.
|
|
509
|
|
510 * simple.el:
|
|
511 * simple.el (delete-forward-p):
|
|
512 * simple.el (comment-padding): New.
|
|
513 * simple.el (comment-region):
|
|
514 * simple.el (do-auto-fill):
|
|
515 * simple.el (indent-new-comment-line):
|
|
516 Clean up Kinsoku comments, synch comment-region with FSF 20.7.
|
|
517
|
|
518 * simple.el (region-exists-p):
|
|
519 * simple.el (region-active-p):
|
|
520 Add comment about which one is correct to use in menu specs.
|
|
521
|
|
522 * sound.el (load-sound-file):
|
|
523 Minor code clean up.
|
|
524
|
|
525 * startup.el:
|
|
526 * startup.el (command-line-early):
|
|
527 * startup.el (initial-scratch-message):
|
|
528 Comment changes. Add info about sample.init.el to splash screen.
|
|
529 Improve initial-scratch-message and clarify purpose of Scratch
|
|
530 buffer. Fix byte-compile warning.
|
|
531
|
|
532 ------------------------ Added features -------------------------
|
|
533
|
|
534 * etags.el:
|
|
535 * etags.el (tags-check-parent-directories-for-tag-files): New.
|
|
536 * etags.el (buffer-tag-table-list):
|
|
537 Add new variable to control whether etags checks all parent
|
|
538 directories for tag files. (On by default.)
|
|
539
|
|
540 * hash-table.el: New file, useful utility functions.
|
|
541 * dumped-lisp.el (preloaded-file-list): Dump hash-table.el.
|
|
542
|
501
|
543 2001-05-03 Adrian Aichner <adrian@xemacs.org>
|
|
544
|
|
545 * build-report.el: Remove CVS keywords since this file has been in
|
|
546 core lisp for a while now.
|
|
547 * build-report.el (build-report-make-output-files): Fix typo.
|
|
548
|
491
|
549 2001-04-30 Ben Wing <ben@xemacs.org>
|
|
550
|
|
551 * printer.el:
|
|
552 * printer.el (printer-page-header):
|
|
553 * printer.el (Print-context): New.
|
|
554 * printer.el (printer-page-footer):
|
|
555 * printer.el (generate-header-element): New.
|
|
556 * printer.el (generate-header-line): New.
|
|
557 * printer.el (print-context-property):
|
|
558 * printer.el (generic-print-buffer):
|
|
559 * printer.el (generic-print-region):
|
|
560 Implement headers and footers. Implement calling Print dialog box
|
|
561 (#### but it doesn't quite work yet).
|
|
562
|
487
|
563 2001-04-28 Ben Wing <ben@xemacs.org>
|
|
564
|
|
565 * about.el (xemacs-hackers):
|
|
566 * about.el (about-url-alist):
|
|
567 * about.el (about-personal-info):
|
|
568 * about.el (about-hacker-contribution):
|
|
569 More contributions.
|
|
570
|
|
571 * simple.el (handle-post-motion-command):
|
|
572 Fix spurious setting of zmacs-region-stays to t after a non-shift
|
|
573 motion command.
|
|
574
|
|
575 * etags.el (find-tag-internal):
|
|
576 Sync up with FSF 20.7, to fix bugs handling some etags line formats.
|
|
577
|
|
578 * gtk-init.el (init-post-gtk-win):
|
|
579 * msw-init.el (init-post-mswindows-win):
|
|
580 * x-init.el:
|
|
581 * x-init.el (x-activate-region-as-selection): Removed.
|
|
582 * x-init.el (init-post-x-win):
|
|
583 * keydefs.el (global-map):
|
|
584 * simple.el:
|
|
585 * startup.el (command-line):
|
|
586 * toolbar-items.el:
|
|
587 * toolbar-items.el (init-x-toolbar-list): Removed.
|
|
588 * toolbar-items.el (init-toolbar-list): New.
|
|
589 * toolbar-items.el (init-x-toolbar): Removed.
|
|
590 * toolbar-items.el (init-toolbar): New.
|
|
591 * toolbar-items.el (x-init-toolbar-from-resources): Removed.
|
|
592 * toolbar.el:
|
|
593 Move non-window-system specific code that was duplicated in
|
|
594 all window systems into the generic code.
|
|
595
|
|
596 * gutter.el:
|
|
597 * gutter.el (init-gutter): Removed. (unused)
|
|
598
|
|
599 * mouse.el:
|
|
600 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
601 * mouse.el (mouse-track-activate-rectangular-selection): New.
|
|
602 * select.el:
|
|
603 * select.el (disown-selection):
|
|
604 * select.el (activate-region-as-selection):
|
|
605 * select.el (primary-selection-extent):
|
|
606 * select.el (valid-simple-selection-p):
|
|
607 Clean up the rectangle code w.r.t. selections. You'll now get
|
|
608 the right text copied into the primary selection (but not the
|
|
609 clipboard yet, unfortunately -- that really requires defining
|
|
610 our own rectangle type).
|
|
611
|
484
|
612 2001-04-25 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
613
|
|
614 * faces.el (make-face-bold):
|
|
615 * faces.el (make-face-italic):
|
|
616 * faces.el (make-face-bold-italic):
|
|
617 * faces.el (make-face-unbold):
|
|
618 * faces.el (make-face-unitalic):
|
|
619 * faces.el (make-face-smaller):
|
|
620 * faces.el (make-face-larger):
|
|
621 Call frob-face-property each for mswindows and msprinter.
|
|
622
|
483
|
623 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
624
|
|
625 * about.el (about-finish-buffer): Make sure the last change works
|
|
626 even if EVENT is nil.
|
|
627
|
482
|
628 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
629
|
|
630 * about.el (about-mailto-link): Use compose-mail for sending mail.
|
|
631 (about-finish-buffer): Kill/bury the buffer where the user
|
|
632 clicked, not the one that happens to be the current buffer at the
|
|
633 time.
|
|
634
|
481
|
635 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
636
|
|
637 * about.el (about-personal-info): Update my bio.
|
|
638 (about-hacker-contribution): Ditto.
|
|
639
|
480
|
640 2001-04-23 Didier Verna <didier@xemacs.org>
|
|
641
|
|
642 * cus-edit.el (custom-variable-pre-save): New.
|
|
643 * cus-edit.el (custom-variable-post-save): New.
|
|
644 * cus-edit.el (custom-variable-save): use them.
|
|
645 * cus-edit.el (custom-face-pre-save): New.
|
|
646 * cus-edit.el (custom-face-post-save): New.
|
|
647 * cus-edit.el (custom-face-save): use them.
|
|
648 * cus-edit.el (custom-group-pre-save): New.
|
|
649 * cus-edit.el (custom-group-post-save): New.
|
|
650 * cus-edit.el (custom-group-save): use them.
|
|
651 * cus-edit.el (Custom-save): use the pre/post functions above,
|
|
652 call `custom-save-all' only once.
|
|
653 * cus-edit.el (custom-variable-pre-reset-standard): New.
|
|
654 * cus-edit.el (custom-variable-post-reset-standard): New.
|
|
655 * cus-edit.el (custom-variable-reset-standard): use them.
|
|
656 * cus-edit.el (custom-face-pre-reset-standard): New.
|
|
657 * cus-edit.el (custom-face-post-reset-standard): New.
|
|
658 * cus-edit.el (custom-face-reset-standard): use them.
|
|
659 * cus-edit.el (custom-group-pre-reset-standard): New.
|
|
660 * cus-edit.el (custom-group-post-reset-standard): New.
|
|
661 * cus-edit.el (Custom-reset-standard): use them.
|
|
662 * cus-edit.el (custom-face-reset-saved): use the pre/post
|
|
663 functions above, call `custom-save-all' only once.
|
|
664
|
479
|
665 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
666
|
|
667 * about.el:
|
|
668 * about.el (about-headline-face): New.
|
|
669 * about.el (about-link-face): New.
|
|
670 * about.el (about-current-release-maintainers): New.
|
|
671 * about.el (about-other-current-hackers): New.
|
|
672 * about.el (about-once-and-future-hackers): New.
|
|
673 * about.el (about-lookup-url): New.
|
|
674 * about.el (about-get-buffer):
|
|
675 * about.el (about-mailto-link): New.
|
|
676 * about.el (about-finish-buffer):
|
|
677 * about.el (about-xemacs):
|
|
678 * about.el (about-features): Removed.
|
|
679 * about.el (about-advantages): New.
|
|
680 * about.el (about-maintainer-info): Removed.
|
|
681 * about.el (about-personal-info): New.
|
|
682 * about.el (about-hacker-contribution): New.
|
|
683 * about.el (about-maintainer):
|
|
684 * about.el (about-show-linked-info):
|
|
685 * about.el (about-hackers):
|
|
686 Major revamping. Rewriting of most of the text, improve the
|
|
687 link handling, separate info on contributors into personal
|
|
688 and contribution info, add new contributors, update personal
|
|
689 info, etc. etc.
|
480
|
690
|
479
|
691 * menubar-items.el (default-menubar):
|
|
692 Help menubar entry for News now says more accurately
|
|
693 "What's New in XEmacs".
|
480
|
694
|
479
|
695 * mouse.el:
|
|
696 * mouse.el (mouse-track-cleanup-hook):
|
|
697 * mouse.el (mouse-track):
|
|
698 Don't set-buffer to a dead buffer when calling mouse-track
|
|
699 cleanup hooks.
|
|
700
|
476
|
701 2001-04-18 Didier Verna <didier@xemacs.org>
|
|
702
|
|
703 * cus-edit.el (Custom-reset-standard): reset to standard settings
|
|
704 not only when the buffer's :custom-state is 'modified, but also
|
|
705 when it is 'set or 'saved.
|
|
706
|
472
|
707 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
708
|
|
709 * XEmacs 21.5.0 "alfalfa" is released.
|
|
710
|
470
|
711 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
712
|
|
713 * startup.el (load-user-init-file): define `custom-file' before
|
|
714 loading the user's init file.
|
|
715
|
464
|
716 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
717
|
|
718 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
719 we get them working.
|
|
720
|
|
721 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
722
|
|
723 * help.el:
|
|
724 * help.el (Help-princ-face):
|
|
725 * help.el (Help-prin1-face):
|
|
726 * help.el (frob-help-extents):
|
|
727 * help.el (describe-function-1):
|
|
728 * help.el (describe-variable):
|
|
729 Avoid using font-lock faces, which may not be defined.
|
|
730 Instead, use hyper-apropos faces, and make sure they're
|
|
731 defined as necessary by using `require'. (It's not so safe
|
|
732 to do this for font-lock.) In any case, we will eventually
|
|
733 be merging this functionality into hyper-apropos.
|
|
734
|
|
735 * loaddefs.el (completion-ignored-extensions):
|
|
736 Fix documentation.
|
470
|
737
|
464
|
738 * menubar-items.el (menu-truncate-list): Removed.
|
|
739 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
740 * menubar-items.el (default-menubar):
|
|
741 Fix errors if grep or compile command is too long. Rename helper
|
|
742 function to be less visible.
|
|
743
|
|
744 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
745
|
|
746 * byte-optimize.el (byte-optimize-minus):
|
|
747 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
748
|
|
749 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
750
|
|
751 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
752 Mule is available.
|
|
753
|
|
754 * mule/latin.el: New file.
|
|
755
|
|
756 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
757
|
|
758 * auto-save.el:
|
|
759 * auto-save.el (auto-save-directory):
|
|
760 * auto-save.el (make-auto-save-file-name):
|
|
761 * auto-save.el (auto-save-file-name-p): New.
|
|
762
|
|
763 Merge in improvements from other definition of
|
|
764 make-auto-save-file-name in files.el.
|
470
|
765
|
464
|
766 * auto-save.el (auto-save-original-name):
|
|
767 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
768 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
769 * auto-save.el (auto-save-slashify-name): Removed.
|
|
770 * auto-save.el (auto-save-reserved-chars): New.
|
|
771 * auto-save.el (auto-save-escape-name): New.
|
|
772 * auto-save.el (auto-save-unhex): New.
|
|
773 * auto-save.el (auto-save-unescape-name): New.
|
|
774
|
|
775 Change algorithm for encoding filenames in auto-save names to be
|
|
776 entirely safe with all filesystems and all possible characters in
|
|
777 a filename, and 100% reversible. (Essentially, uses
|
|
778 quoted-printable as the encoding.)
|
470
|
779
|
464
|
780 * auto-save.el (recover-all-files):
|
|
781
|
|
782 Use insert-directory rather than calling ls directly -- fixes
|
|
783 things under Windows.
|
|
784
|
|
785 * files.el:
|
|
786 * files.el (convert-standard-filename): Substitute FSF's
|
|
787 definition for this (we had nothing here before).
|
470
|
788
|
464
|
789 * files.el (backup-buffer): Warning fix.
|
470
|
790
|
464
|
791 * files.el (make-backup-file-name):
|
|
792 * files.el (find-backup-file-name):
|
|
793 Fix error in calling sequence to auto-save-file-name-p.
|
470
|
794
|
464
|
795 * files.el (recover-file):
|
|
796 Use insert-directory rather than calling ls directly -- fixes
|
|
797 things under Windows.
|
|
798
|
|
799 * files.el (make-auto-save-file-name): Removed.
|
|
800 * files.el (auto-save-file-name-p): Removed.
|
|
801 auto-save is always dumped so no sense in having a definition
|
|
802 that will always be overwritten with another.
|
470
|
803
|
464
|
804 * files.el (insert-directory):
|
|
805 * win32-native.el:
|
|
806 * win32-native.el (debug-mswindows-process-command-lines):
|
|
807 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
808 * win32-native.el (make-auto-save-file-name): Removed.
|
|
809
|
|
810
|
462
|
811 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
812
|
|
813 * XEmacs 21.2.46 "Urania" is released.
|
|
814
|
|
815 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
816
|
|
817 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
818 sample.init.el and adjust accelerators.
|
|
819
|
|
820 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
821
|
|
822 * build-report.el (build-report): Improve docstring.
|
|
823
|
|
824 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
825
|
|
826 * ChangeLog: Log GTK merge.
|
|
827
|
|
828 * gutter-items.el:
|
|
829 * mwheel.el:
|
|
830 * sound.el:
|
|
831 * startup.el:
|
|
832 Revert gratuitous whitespace changes.
|
|
833
|
|
834 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
835
|
|
836 * help.el:
|
|
837 * help.el (key-or-menu-binding):
|
|
838 * help.el (Help-find-file): New.
|
|
839 * help.el (describe-beta):
|
|
840 * help.el (describe-copying):
|
|
841 * help.el (describe-project):
|
|
842 * help.el (view-emacs-news):
|
|
843 * help.el (view-sample-init-el): New.
|
|
844 * help.el (Help-princ-face): New.
|
|
845 * help.el (Help-prin1-face): New.
|
|
846 * help.el (help-symbol-function-context-menu):
|
|
847 * help.el (help-symbol-variable-context-menu):
|
|
848 * help.el (help-symbol-function-and-variable-context-menu):
|
|
849 * help.el (frob-help-extents):
|
|
850 * help.el (describe-function-1):
|
|
851 * help.el (describe-variable):
|
|
852
|
|
853 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
854 View files in view-mode rather than Fundamental.
|
|
855 Remove separators from context menus -- now handled in generic code.
|
|
856 Add `Find Tag' to context menu.
|
470
|
857
|
462
|
858 * menubar.el (popup-mode-menu):
|
|
859
|
|
860 Rewrite code that outputs the popup menu to (a) put more specific
|
|
861 entries first, (b) be more robust, (c) output the proper context
|
|
862 menu separators automatically (the context menu functionality is
|
|
863 new and currently used only by Help).
|
|
864
|
|
865 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
866
|
|
867 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
868 this function when converting from the 21.1 GTK branch. Now
|
|
869 supports file, password, question, and color built-in dialogs.
|
|
870
|
|
871 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
872
|
|
873 * keydefs.el:
|
|
874 * keydefs.el (global-map):
|
|
875 Add commented-out change of M-k (for 21.5).
|
470
|
876
|
462
|
877 * menubar-items.el (default-menubar):
|
|
878 Fix items to control kill-line behavior; add items for
|
|
879 shifted motion.
|
470
|
880
|
462
|
881 * simple.el:
|
|
882 * simple.el (kill-whole-line):
|
|
883 * simple.el (historical-kill-line): Removed.
|
|
884 * simple.el (kill-line): Removed.
|
|
885 * simple.el (kill-entire-line): New.
|
|
886 * simple.el (kill-line-1): New.
|
|
887 * simple.el (backward-kill-line):
|
|
888 Undo kill-whole-line == always changes. Add new function
|
|
889 kill-entire-line to unconditionally delete the current line.
|
|
890 Add comments describing the lamentable state of affairs of
|
|
891 the kill-line functions and variables.
|
|
892
|
|
893 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
894
|
|
895 * simple.el:
|
|
896 * simple.el (beginning-of-buffer):
|
|
897 * simple.el (end-of-buffer):
|
|
898 * simple.el (mark-ring-unrecorded-commands):
|
|
899 * simple.el (signal-error-on-buffer-boundary):
|
|
900 * simple.el (shifted-motion-keys-select-region):
|
|
901 * simple.el (unshifted-motion-keys-deselect-region):
|
|
902 * simple.el (motion-keys-for-shifted-motion): New.
|
|
903 * simple.el (handle-pre-motion-command):
|
|
904 * simple.el (handle-post-motion-command):
|
|
905 * simple.el (forward-char-command):
|
|
906 * simple.el (backward-char-command):
|
|
907 * simple.el (scroll-up-command):
|
|
908 * simple.el (scroll-down-command):
|
|
909 * simple.el (next-line):
|
|
910 * simple.el (previous-line):
|
|
911 * simple.el (backward-block-of-lines):
|
|
912 * simple.el (forward-block-of-lines):
|
|
913 * simple.el (backward-word):
|
|
914 * simple.el (mark-word):
|
|
915
|
|
916 Augment documentation of the most common motion commands to make
|
|
917 note of the shifted-motion support. Improve the support to (a)
|
|
918 properly document how it works and why it's done in the fashion it
|
|
919 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
920
|
|
921 Correct error in the customize specification of
|
|
922 mark-ring-unrecorded-commands.
|
|
923
|
|
924 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
925
|
|
926 * font-lock.el:
|
|
927 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
928 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
929 * font-lock.el (font-lock-pre-idle-hook):
|
|
930 * font-lock.el (font-lock-after-change-function):
|
|
931 * font-lock.el (font-lock-fontify-pending-extents):
|
|
932 * font-lock.el (font-lock-lisp-like):
|
|
933
|
|
934 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
935 behavior) when making lots of buffer changes between redisplays,
|
|
936 such as when saving the Options.
|
|
937
|
|
938 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
939
|
|
940 * device.el:
|
|
941 * dragdrop.el:
|
|
942 * dumped-lisp.el:
|
|
943 * faces.el:
|
|
944 * frame.el:
|
|
945 * gnuserv.el:
|
|
946 * loadup.el:
|
|
947 * menubar-items.el:
|
|
948 * minibuf.el:
|
|
949 The Great GTK Merge.
|
|
950
|
|
951 * ChangeLog.GTK:
|
|
952 * dialog-gtk.el:
|
|
953 * gdk.el:
|
|
954 * generic-widgets.el:
|
|
955 * glade.el:
|
|
956 * gnome-widgets.el:
|
|
957 * gnome.el:
|
|
958 * gtk-compose.el:
|
|
959 * gtk-extra.el:
|
|
960 * gtk-faces.el:
|
|
961 * gtk-ffi.el:
|
|
962 * gtk-file-dialog.el:
|
|
963 * gtk-font-menu.el:
|
|
964 * gtk-glyphs.el:
|
|
965 * gtk-init.el:
|
|
966 * gtk-iso8859-1.el:
|
|
967 * gtk-marshal.el:
|
|
968 * gtk-mouse.el:
|
|
969 * gtk-package.el:
|
|
970 * gtk-password-dialog.el:
|
|
971 * gtk-select.el:
|
|
972 * gtk-widget-accessors.el:
|
|
973 * gtk-widgets.el:
|
|
974 * gtk.el:
|
|
975 widgets-gtk.el:
|
|
976 The Great GTK Merge: new files.
|
|
977
|
|
978 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
979
|
|
980 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
981 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
982
|
|
983 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
984
|
|
985 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
986
|
460
|
987 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
988
|
|
989 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
990
|
470
|
991 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
992
|
|
993 * about.el (xemacs-hackers): update my entry.
|
|
994 * about.el (about-maintainer-info): ditto.
|
|
995 * about.el (about-hackers): ditto.
|
460
|
996
|
|
997 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
998
|
|
999 * about.el (about-maintainer-info): More vanity info about
|
|
1000 yours truly.
|
|
1001
|
|
1002 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
1003
|
|
1004 * build-report.el (build-report-destination): xemacs-build-reports
|
|
1005 has moved to SourceForge, where mailing list name length is
|
|
1006 restricted, hence the name change to
|
|
1007 xemacs-buildreports@xemacs.org.
|
|
1008 * build-report.el (build-report-keep-regexp): Update default.
|
|
1009 * build-report.el (build-report-delete-regexp): Ditto.
|
|
1010 * build-report.el (build-report-make-output-files): Ditto.
|
|
1011
|
|
1012 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
1013
|
|
1014 * lisp-mode.el: Add indentation specifications for following
|
|
1015 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
1016 with-open-file, with-open-stream, print-unreadable-object.
|
|
1017
|
|
1018 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
1019
|
|
1020 * font-lock.el (font-lock-set-defaults-1):
|
|
1021 Move initialization of `font-lock-cache-position' so that it's set
|
|
1022 even if font-lock-keywords is already defined.
|
|
1023
|
|
1024 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
1025
|
|
1026 * autoload.el (generate-file-autoloads-1):
|
|
1027 Use `emacs-lisp-mode-syntax-table' instead of
|
|
1028 `lisp-mode-syntax-table'.
|
|
1029 * lisp-mode.el (lisp-mode-syntax-table):
|
|
1030 Get rid of old checks for `parse-partial-sexp' version.
|
|
1031 Make `|' (pipe) string delimiter instead of punctuation.
|
|
1032
|
|
1033 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
1034
|
|
1035 * window.el (save-selected-window):
|
|
1036 Use gensym for better macro hygiene.
|
|
1037
|
|
1038 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
1039
|
|
1040 * dump-paths.el:
|
|
1041 * startup.el (startup-setup-paths): Set and use
|
|
1042 `mule-lisp-directory'.
|
|
1043 (startup-setup-paths-warning): Ditto.
|
|
1044
|
|
1045 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
1046 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
1047
|
|
1048 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
1049
|
|
1050 * font-lock.el: Syntax table improvements used. A few random
|
|
1051 changes are not specified below.
|
|
1052 (font-lock-fontify-string-delimiters):
|
|
1053 (font-lock-syntactic-keywords):
|
|
1054 (font-lock-cache-state nil):
|
|
1055 (font-lock-cache-position):
|
|
1056 New variables.
|
|
1057 (font-lock-set-syntax):
|
|
1058 (font-lock-apply-syntactic-highlight):
|
|
1059 (font-lock-fontify-syntactic-anchored-keywords):
|
|
1060 (font-lock-fontify-syntactic-keywords-region):
|
|
1061 (font-lock-eval-keywords):
|
|
1062 New functions.
|
|
1063 (font-lock-remove-face):
|
|
1064 (font-lock-fontify-syntactically-region):
|
|
1065 Use syntax properties.
|
|
1066
|
458
|
1067 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
1068
|
|
1069 * XEmacs 21.2.44 "Thalia" is released.
|
|
1070
|
|
1071 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
1072
|
|
1073 * startup.el (normal-top-level): Work even if no installation root
|
|
1074 is found.
|
|
1075
|
|
1076 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
1077
|
|
1078 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
1079 (set-progress-abort-instantiator): new function.
|
|
1080 (abort-progress-feedback): use it.
|
|
1081
|
|
1082 * gutter.el (set-gutter-dirty-p): new function.
|
|
1083
|
|
1084 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
1085
|
|
1086 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
1087
|
|
1088 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
1089
|
|
1090 * sound.el (sound-extension-list): give a better default value.
|
|
1091 * sound.el (load-sound-file): improve the doc string, also find
|
|
1092 files given by absolute names, pass a real extension list to
|
|
1093 `locate-file'.
|
|
1094
|
456
|
1095 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
1096
|
|
1097 * XEmacs 21.2.43 "Terspichore" is released.
|
|
1098
|
|
1099 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
1100
|
|
1101 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
1102 messages from gnuserv.
|
|
1103
|
454
|
1104 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
1105
|
|
1106 * XEmacs 21.2.42 "Poseidon" is released.
|
|
1107
|
|
1108 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
1109
|
|
1110 * package-get.el (package-get-custom): call
|
|
1111 package-net-update-installed-db.
|
|
1112
|
|
1113 * package-ui.el (pui-install-selected-packages): call
|
|
1114 package-net-update-installed-db.
|
|
1115
|
|
1116 * package-net.el (package-net-update-installed-db): use
|
|
1117 packages-package-list so that we reflect reality.
|
|
1118
|
|
1119 * packages.el (packages-package-list): Make docstring reflect
|
|
1120 reality.
|
|
1121
|
|
1122 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
1123
|
|
1124 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
1125 isn't installed.
|
|
1126
|
|
1127 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
1128
|
|
1129 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
1130 deactivate native widgets.
|
|
1131 (widget-glyph-insert-glyph): record instantiator.
|
|
1132 (widget-push-button-value-create): use it.
|
|
1133
|
|
1134 * gui.el (gui-button-action): new function. Make button's domain
|
|
1135 buffer current when calling.
|
|
1136 (make-gui-button): update to use gui-button-action.
|
|
1137
|
|
1138 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
1139
|
|
1140 * menubar-items.el (default-menubar): add an entry for modeline
|
|
1141 horizontal scrolling in Options -> Display.
|
|
1142
|
|
1143 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
1144
|
|
1145 * package-get.el (package-get-require-signed-base): Set to nil
|
|
1146 by default.
|
|
1147
|
452
|
1148 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
1149
|
|
1150 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
1151
|
|
1152 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
1153
|
|
1154 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
1155 catch lisp/mule/.
|
|
1156
|
|
1157 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
1158
|
|
1159 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
1160 (maybe-unmigrate-user-init-file):
|
|
1161 (unmigrate-user-init-file): Created.
|
|
1162 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
1163 .emacs.
|
|
1164 Some doc fixes wrt init file location.
|
|
1165
|
|
1166 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
1167
|
|
1168 * faces.el (face-frob-from-locale-first): new variable.
|
|
1169 (frob-face-font-2): Honor tags arg while trying to use
|
|
1170 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
1171 first try to set face inheriting from frobbed-face.
|
|
1172
|
|
1173 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
1174
|
|
1175 * about.el (xemacs-hackers): update my entry.
|
|
1176 * about.el (about-url-alist): ditto.
|
|
1177 * about.el (about-maintainer-info): ditto.
|
|
1178 * about.el (about-hackers): ditto.
|
|
1179
|
|
1180 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
1181
|
|
1182 The byte compiler has been badly broken for a year,
|
|
1183 by the patch of 1999-12-06.
|
|
1184 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
1185 Bug was: the byte compiler was making this erroneous optimization:
|
|
1186 (progn (or (foo)) (bar)) ==> (bar)
|
|
1187
|
|
1188 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
1189
|
|
1190 * setup-paths.el (paths-core-load-path-depth): Split
|
|
1191 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
1192 recurse into core.
|
|
1193 * setup-paths.el (paths-construct-load-path): Use.
|
|
1194
|
|
1195 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
1196
|
|
1197 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
1198 (package-net-win32-binary-size): ditto. add much needed
|
|
1199 commentary.
|
|
1200
|
|
1201 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
1202 for buffers-tab-max-size.
|
|
1203
|
450
|
1204 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
1205
|
|
1206 * XEmacs 21.2.40 is released.
|
|
1207
|
|
1208 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1209
|
|
1210 * mule/hebrew.el: Fix comments and typos.
|
|
1211 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
1212
|
|
1213 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1214
|
|
1215 * ChangeLog.1: move ancient log from fill.el.
|
|
1216
|
|
1217 * dump-paths.el:
|
|
1218 paragraphs.el:
|
|
1219 mule/mule-category.el:
|
|
1220 Miscellaneous typo fixes and slight doc clarifications.
|
|
1221
|
|
1222 * mule/mule-ccl.el: Correct file name in header.
|
|
1223
|
448
|
1224 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
1225
|
|
1226 * XEmacs 21.2.39 is released.
|
|
1227
|
|
1228 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
1229
|
|
1230 * byte-optimize.el (byte-optimize-cond):
|
|
1231 (byte-optimize-cond-1): New.
|
|
1232 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
1233 Optimizes (cond (x nil)) ==> nil.
|
|
1234 Provide better diagnostic on malformed expr like (cond foo).
|
|
1235
|
|
1236 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1237
|
|
1238 * mule/mule-coding.el:
|
|
1239 mule/mule-cmds.el (reset-language-environment,
|
|
1240 set-language-environment-coding-systems):
|
|
1241 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
1242
|
|
1243 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
1244
|
|
1245 * package-admin.el: Allow package removal from
|
|
1246 early-package-load-path.
|
|
1247
|
|
1248 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
1249
|
|
1250 * about.el (about-maintainer-info): Update my entry.
|
|
1251
|
|
1252 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
1253
|
|
1254 * packages.el (locate-library): Add support for bzip2
|
|
1255 compressed .el files.
|
|
1256
|
|
1257 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
1258
|
|
1259 * package-net.el: new file.
|
|
1260
|
|
1261 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
1262
|
|
1263 * font-lock.el: Add missing C++ keywords.
|
|
1264
|
|
1265 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
1266
|
|
1267 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
1268 starting in column 0, as documented in (Info-goto-node
|
|
1269 "(xemacs)Comments"). Update docstring accordingly.
|
|
1270
|
446
|
1271 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
1272
|
|
1273 * XEmacs 21.2.38 is released.
|
|
1274
|
|
1275 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
1276
|
|
1277 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
1278 spurious '+' operation detected by Martin.
|
|
1279
|
|
1280
|
|
1281 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
1282
|
|
1283 * cl-extra.el (coerce):
|
|
1284 Implement char to integer coercion.
|
|
1285 Remove extraneous (numberp) test.
|
|
1286
|
|
1287 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
1288 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
1289 (byte-optimize-predicate):
|
|
1290 Warn if evaluating constant expression signals an error.
|
|
1291 (byte-optimize-form): Small simplification.
|
|
1292
|
|
1293 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
1294
|
|
1295 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
1296
|
|
1297 * byte-optimize.el:
|
|
1298 (byte-optimize-minus):
|
|
1299 (byte-optimize-plus):
|
|
1300 (byte-optimize-mult):
|
|
1301 (byte-optimize-quo):
|
|
1302 Use (car (last x)) instead of (last x) to get last elt!
|
|
1303 Use `byte-optimize-predicate' to optimize `%'.
|
|
1304 Move optimizations for special numeric args to bytecomp.el.
|
|
1305 * bytecomp.el (byte-compile-associative): Remove.
|
|
1306 (byte-compile-max): New.
|
|
1307 (byte-compile-min): New.
|
|
1308 Properly handle erroneous calls: (max) (min).
|
|
1309 (byte-compile-plus): New.
|
|
1310 (byte-compile-minus):
|
|
1311 It's easiest to handle 0, +1 and -1 args here.
|
|
1312 (byte-compile-mult): New.
|
|
1313 It's easiest to handle 1, -1 and 2 args here.
|
|
1314 (byte-compile-quo):
|
|
1315 It's easiest to handle 0, +1 and -1 args here.
|
|
1316 Issue byte-compiler warning when dividing by zero.
|
|
1317
|
|
1318 Byte-compiler arithmetic improvements.
|
|
1319 Better optimize these expressions in the obvious way:
|
|
1320 (+ x y 1) --> varref x varref y add add1
|
|
1321 (+ x y -1) --> varref x varref y add sub1
|
|
1322 (- x y 0) --> (- x y)
|
|
1323 (- 0 x y) --> (- (- x) y)
|
|
1324 (% 42 19) --> compile-time constant
|
|
1325 (/ 42 19) --> compile-time constant
|
|
1326 (* (foo) 2) --> foo call dup plus
|
|
1327
|
|
1328 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
1329 unless (declaim (optimize (safety 3)))
|
|
1330 or (setq byte-compile-delete-errors nil).
|
|
1331
|
|
1332 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1333
|
|
1334 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
1335 docstrings.
|
|
1336
|
|
1337 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1338
|
|
1339 * startup.el (command-line-do-help): Add documentation of
|
|
1340 portable dumper switches.
|
|
1341
|
|
1342 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
1343
|
|
1344 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
1345
|
|
1346 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
1347
|
|
1348 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
1349
|
|
1350 * byte-optimize.el (byte-optimize-char-before):
|
|
1351 (byte-optimize-backward-char):
|
|
1352 (byte-optimize-backward-word):
|
|
1353 Fix incorrect optimizations for these sorts of expressions:
|
|
1354 (let ((x nil)) (backward-char x))
|
|
1355
|
|
1356 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
1357
|
|
1358 * byte-optimize.el:
|
|
1359 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
1360 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
1361 Make backward-word and backward-char as efficient as forward versions.
|
|
1362
|
|
1363 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
1364 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
1365 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
1366 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
1367 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
1368 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
1369 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
1370
|
|
1371 * simple.el (backward-word):
|
|
1372 * simple.el (mark-word):
|
|
1373 * simple.el (kill-word):
|
|
1374 * simple.el (backward-kill-word):
|
|
1375 Make COUNT argument optional, for consistency with forward-char et al.
|
|
1376
|
|
1377 * abbrev.el (abbrev-string-to-be-defined):
|
|
1378 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
1379 * abbrev.el (inverse-add-abbrev):
|
|
1380 * abbrev.el (expand-region-abbrevs):
|
|
1381 * buff-menu.el (Buffer-menu-execute):
|
|
1382 * indent.el (move-to-left-margin):
|
|
1383 * indent.el (indent-relative):
|
|
1384 * indent.el (move-to-tab-stop):
|
|
1385 * info.el (Info-reannotate-node):
|
|
1386 * lisp-mode.el (lisp-indent-line):
|
|
1387 * lisp.el (end-of-defun):
|
|
1388 * lisp.el (move-past-close-and-reindent):
|
|
1389 * misc.el (copy-from-above-command):
|
|
1390 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
1391 * page.el (forward-page):
|
|
1392 * paragraphs.el (forward-paragraph):
|
|
1393 * paragraphs.el (end-of-paragraph-text):
|
|
1394 * picture.el (picture-forward-column):
|
|
1395 * picture.el (picture-self-insert):
|
|
1396 * rect.el (extract-rectangle-line):
|
|
1397 * simple.el (newline):
|
|
1398 * simple.el (fixup-whitespace):
|
|
1399 * simple.el (backward-delete-char-untabify):
|
|
1400 * simple.el (transpose-chars):
|
|
1401 * simple.el (transpose-preceding-chars):
|
|
1402 * simple.el (do-auto-fill):
|
|
1403 * simple.el (indent-new-comment-line):
|
|
1404 * simple.el (blink-matching-open):
|
|
1405 * view-less.el (cleanup-backspaces):
|
|
1406 * wid-edit.el (widget-transpose-chars):
|
|
1407 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
1408 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
1409
|
|
1410 * info.el (Info-fontify-node):
|
|
1411 * simple.el (backward-delete-function):
|
|
1412 Use canonical delete-backward-char instead of backward-delete-char.
|
|
1413
|
|
1414 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
1415
|
|
1416 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
1417 no buffers.
|
|
1418
|
|
1419 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
1420
|
|
1421 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
1422 buffer tabs.
|
|
1423
|
|
1424 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
1425
|
|
1426 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
1427 (proclaim inline...) was shadowing compiler-macros.
|
|
1428
|
|
1429 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
1430
|
|
1431 * bytecomp.el (byte-compile-eval): New.
|
|
1432 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
1433 Keeps this promise made in Lispref:
|
|
1434 "If a file being compiled contains a `defmacro' form, the macro is
|
|
1435 defined temporarily for the rest of the compilation of that file."
|
|
1436
|
|
1437 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
1438
|
|
1439 * cl.el (floatp-safe):
|
|
1440 (plusp):
|
|
1441 (minusp):
|
|
1442 (oddp):
|
|
1443 (evenp):
|
|
1444 (cl-abs):
|
|
1445 Use a better parameter name than `x'.
|
|
1446
|
|
1447 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
1448 to require PLACE, but accept any form for compatibility.
|
|
1449
|
|
1450 * abbrev.el (define-abbrev): Use check-type.
|
|
1451 * font-menu.el (font-menu-change-face): Use check-type.
|
|
1452 * menubar.el (relabel-menu-item): Use check-type.
|
|
1453 * itimer.el: Fix typo.
|
|
1454
|
|
1455 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1456
|
|
1457 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
1458
|
444
|
1459 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
1460
|
|
1461 * XEmacs 21.2.37 is released.
|
|
1462
|
|
1463 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
1464
|
|
1465 * code-cmds.el: Provide the feature.
|
|
1466
|
|
1467 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
1468
|
|
1469 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
1470
|
|
1471 * code-cmds.el: New file
|
|
1472 * mule/mule-cmds.el:
|
|
1473 * mule/mule-misc.el
|
|
1474 (coding-keymap): New keymap. Define coding system keyboard
|
|
1475 commands on file-coding builds too.
|
446
|
1476 (coding-system-change-eol-conversion):
|
|
1477 (universal-coding-system-argument):
|
|
1478 (set-default-coding-systems):
|
444
|
1479 (prefer-coding-system): Moved from mule-cmds.el
|
|
1480 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
1481
|
|
1482 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
1483
|
|
1484 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
1485
|
|
1486 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
1487
|
|
1488 * package-get.el (package-get-download-sites): Add a pre-release
|
|
1489 site for experimental packages.
|
|
1490
|
|
1491 * auto-autoloads.el: Regenerated.
|
|
1492
|
|
1493 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
1494
|
|
1495 * gutter-items.el (buffers-tab-omit-function): reference
|
|
1496 buffers-tab-select-visible-buffers.
|
|
1497 (buffers-tab-filter-functions): new variable, by default uses
|
|
1498 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
1499 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
1500 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
1501 of buffers-menu-omit-invisible-buffers.
|
|
1502 (buffers-tab-items): rewrite to use
|
|
1503 buffers-tab-filter-functions. Rewrite docstring.
|
|
1504 (gutter-buffers-tab-extent): delete.
|
|
1505 (add-tab-to-gutter): always build a new extent when adding the
|
|
1506 tabs.
|
|
1507 (update-tab-in-gutter): make gutter dirty when orientation
|
|
1508 changes.
|
|
1509
|
|
1510 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
1511
|
|
1512 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
1513 Only do loadhist recording if defvar form includes a value.
|
|
1514
|
|
1515 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
1516
|
|
1517 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
1518 `eval-when-compile' should not compile its body.
|
|
1519
|
|
1520 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1521
|
|
1522 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
1523 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
1524 some Japanese English. Remove some ancient FSF comments, and
|
|
1525 improve docstrings. Use symbols not vectors for tables.
|
|
1526
|
|
1527 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
1528
|
|
1529 * keymap.el:
|
|
1530 (local-key-binding):
|
|
1531 (global-key-binding):
|
|
1532 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
1533
|
|
1534 * lisp.el:
|
|
1535 (backward-sexp): Slightly simpler code.
|
|
1536 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
1537 (forward-list): Slightly simpler code.
|
|
1538 (backward-list): Slightly simpler code.
|
|
1539 (down-list): Make arg optional, like FSF Emacs.
|
|
1540 (up-list): Make arg optional, like FSF Emacs.
|
|
1541 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
1542 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
1543 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
1544
|
|
1545 * font-menu.el (font-menu-change-face):
|
|
1546 Take continuable errors into account.
|
|
1547
|
|
1548 * abbrev.el:
|
|
1549 * abbrev.el (clear-abbrev-table):
|
|
1550 * abbrev.el (define-abbrev-table):
|
|
1551 * abbrev.el (define-abbrev):
|
|
1552 * abbrev.el (insert-abbrev-table-description):
|
|
1553 * apropos.el (apropos-documentation-check-doc-file):
|
|
1554 * apropos.el (apropos-documentation-check-elc-file):
|
|
1555 * buff-menu.el (list-buffers):
|
|
1556 * buff-menu.el (list-buffers-noselect):
|
|
1557 * bytecomp.el (byte-recompile-directory):
|
|
1558 * bytecomp.el (batch-byte-compile):
|
|
1559 * cl-macs.el (typep):
|
|
1560 * code-files.el (find-coding-system-magic-cookie):
|
|
1561 * code-files.el (insert-file-contents):
|
|
1562 * cus-edit.el (customize-set-variable):
|
|
1563 * cus-edit.el (customize-save-variable):
|
|
1564 * cus-face.el (custom-set-face-font-size):
|
|
1565 * cus-face.el (custom-set-face-update-spec):
|
|
1566 * cus-face.el (custom-reset-faces):
|
|
1567 * custom.el (custom-check-theme):
|
|
1568 * custom.el (copy-upto-last):
|
|
1569 * fill.el (canonically-space-region):
|
|
1570 * fill.el (fill-paragraph):
|
|
1571 * fill.el (fill-region):
|
|
1572 * fill.el (find-space-insertable-point):
|
|
1573 * fill.el (justify-current-line):
|
|
1574 * faces.el (face-spec-update-all-matching):
|
|
1575 * faces.el (set-face-stipple):
|
|
1576 * files-nomule.el (insert-file-contents):
|
|
1577 * files.el (insert-file-contents-literally):
|
|
1578 * files.el (hack-local-variables-last-page):
|
|
1579 * files.el (basic-save-buffer):
|
|
1580 * files.el (insert-directory):
|
|
1581 * font-menu.el (font-menu-change-face):
|
|
1582 * font.el (font-spatial-to-canonical):
|
|
1583 * format.el (format-encode-region):
|
|
1584 * format.el (format-insert-file):
|
|
1585 * format.el (format-replace-strings):
|
|
1586 * gutter.el (set-gutter-element):
|
|
1587 * help.el (key-or-menu-binding):
|
|
1588 * help.el (describe-bindings):
|
|
1589 * help.el (with-syntax-table):
|
|
1590 * indent.el (indent-rigidly):
|
|
1591 * indent.el (delete-to-left-margin):
|
|
1592 * info.el:
|
|
1593 * info.el (Info-extract-dir-entry-from):
|
|
1594 * info.el (Info-build-dir-anew):
|
|
1595 * info.el (Info-rebuild-dir):
|
|
1596 * info.el (Info-batch-rebuild-dir):
|
|
1597 * info.el (Info-read-subfile):
|
|
1598 * info.el (Info-build-node-completions):
|
|
1599 * info.el (Info-extract-menu-node-name):
|
|
1600 * isearch-mode.el (isearch-range-invisible):
|
|
1601 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
1602 * itimer.el (itimerp):
|
|
1603 * itimer.el (itimer-live-p):
|
|
1604 * keymap.el:
|
|
1605 * keymap.el (substitute-key-definition):
|
|
1606 * keymap.el (read-command-or-command-sexp):
|
|
1607 * keymap.el (local-key-binding):
|
|
1608 * keymap.el (global-key-binding):
|
|
1609 * keymap.el (global-set-key):
|
|
1610 * keymap.el (local-set-key):
|
|
1611 * ldap.el:
|
|
1612 * ldap.el (ldap-add-entries):
|
|
1613 * ldap.el (ldap-delete-entries):
|
|
1614 * lisp.el (backward-sexp):
|
|
1615 * lisp.el (mark-sexp):
|
|
1616 * lisp.el (forward-list):
|
|
1617 * lisp.el (backward-list):
|
|
1618 * lisp.el (down-list):
|
|
1619 * lisp.el (backward-up-list):
|
|
1620 * lisp.el (up-list):
|
|
1621 * lisp.el (kill-sexp):
|
|
1622 * lisp.el (backward-kill-sexp):
|
|
1623 * menubar.el (add-menu-button):
|
|
1624 * menubar.el (add-submenu):
|
|
1625 * menubar.el (delete-menu-item):
|
|
1626 * menubar.el (relabel-menu-item):
|
|
1627 * mouse.el (narrow-window-to-region):
|
|
1628 * obsolete.el (define-obsolete-variable-alias):
|
|
1629 * obsolete.el (store-substring):
|
|
1630 * package-admin.el:
|
|
1631 * package-admin.el (package-admin-install-function):
|
|
1632 * package-admin.el (package-admin-install-function-mswindows):
|
|
1633 * package-admin.el (package-admin-default-install-function):
|
|
1634 * package-get.el (package-get-update-base-entries):
|
|
1635 * packages.el (packages-load-package-dumped-lisps):
|
|
1636 * packages.el (packages-collect-package-dumped-lisps):
|
|
1637 * printer.el (generic-print-buffer):
|
|
1638 * printer.el (generic-print-region):
|
|
1639 * replace.el (occur-mode-mouse-goto):
|
|
1640 * replace.el (perform-replace):
|
|
1641 * select.el (get-selection-no-error):
|
|
1642 * simple.el:
|
|
1643 * simple.el (newline):
|
|
1644 * simple.el (open-line):
|
|
1645 * simple.el (edit-and-eval-command):
|
|
1646 * simple.el (goto-line):
|
|
1647 * simple.el (undo):
|
|
1648 * simple.el (kill-region):
|
|
1649 * simple.el (copy-region-as-kill):
|
|
1650 * simple.el (kill-ring-save):
|
|
1651 * simple.el (set-mark):
|
|
1652 * simple.el (next-line):
|
|
1653 * simple.el (previous-line):
|
|
1654 * simple.el (line-move):
|
|
1655 * simple.el (set-goal-column):
|
|
1656 * simple.el (comment-region):
|
|
1657 * subr.el:
|
|
1658 * subr.el (putf):
|
|
1659 * syntax.el (modify-syntax-entry):
|
|
1660 * syntax.el (map-syntax-table):
|
|
1661 * view-less.el (view-file):
|
|
1662 * view-less.el (view-buffer):
|
|
1663 * view-less.el (view-file-other-window):
|
|
1664 * window-xemacs.el (backward-other-window):
|
|
1665 * window.el:
|
|
1666 * window.el (one-window-p):
|
|
1667 * window.el (walk-windows):
|
|
1668 * window.el (window-list):
|
|
1669 * x-mouse.el (x-mouse-kill):
|
|
1670 * x-select.el (x-get-cutbuffer):
|
|
1671 * x-select.el (x-store-cutbuffer):
|
|
1672 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
1673 * term/sun-mouse.el (window-line-end):
|
|
1674 * term/sun-mouse.el (sun-select-region):
|
|
1675 * term/sun.el (kill-region-and-unmark):
|
|
1676 * mule/mule-category.el:
|
|
1677 * mule/mule-category.el (modify-category-entry):
|
|
1678 * mule/mule-category.el (char-category-list):
|
|
1679 * mule/mule-coding.el (coding-system-force-on-output):
|
|
1680 * mule/mule-misc.el (coding-system-put):
|
|
1681 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
1682
|
|
1683 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1684
|
|
1685 * cus-face.el: Typo fixes and tiny clarifications.
|
|
1686 * custom.el: ditto
|
|
1687
|
|
1688 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1689
|
|
1690 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
1691 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
1692 if auto-save-list-file-prefix is non-nil.
|
|
1693
|
|
1694 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1695
|
|
1696 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
1697
|
|
1698 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1699
|
|
1700 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
1701 get symbol at point-min.
|
|
1702
|
|
1703 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1704
|
|
1705 * info.el (Info-emacs-info-file-name): defconst it.
|
|
1706 * info.el (Info-footnote-tag): defcustom it.
|
|
1707 * info.el (Info-no-description-string): ditto.
|
|
1708 * info.el (Info-find-node): adapt to new semantics of
|
|
1709 'Info-suffixed-file (don't do the case variants stuff).
|
|
1710 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
1711 * info.el (Info-directory-files): New. Return the list of info
|
|
1712 files in a directory.
|
|
1713 * info.el (Info-dir-outdated-p): use it.
|
|
1714 * info.el (Info-parse-dir-entries): ditto.
|
|
1715 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
1716 with a ".info.*" extension.
|
|
1717 * info.el (Info-set-mode-line): ditto.
|
|
1718 * info.el (Info-read-subfile): adapt to new semantics of
|
|
1719 'Info-suffixed-file (append 'exact argument).
|
|
1720 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
1721 string independently of the case.
|
|
1722 * info.el (Info-suffixed-file): use it (match all possible case
|
|
1723 for the file name).
|
|
1724 * info.el (Info-insert-file-contents): code cleanup.
|
|
1725 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
1726 columns.
|
|
1727 * info.el (Info-batch-rebuild-dir): ditto.
|
|
1728 * info.el (Info-read-node-name-1): ditto.
|
|
1729 * info.el (Info-search): ditto.
|
|
1730 * info.el (Info-fontify-node): ditto.
|
|
1731
|
|
1732
|
|
1733 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
1734
|
|
1735 * process.el (shell-command): when called from a program, avoid
|
|
1736 'push-mark's "mark-set" message.
|
|
1737
|
|
1738 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
1739
|
|
1740 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
1741 by a symbol, not by a vector.
|
|
1742 * mule/vietnamese.el (vscii): Likewise.
|
|
1743 (viscii): Likewise.
|
|
1744 * mule/cyrillic.el (koi8-r): Likewise.
|
|
1745
|
|
1746 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
1747 by a symbol, not by a vector.
|
|
1748 (chinese-big5-2): Likewise.
|
|
1749 * mule/ethiopic.el (ethiopic): Likewise.
|
|
1750 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
1751 (vietnamese-viscii-upper): Likewise.
|
|
1752
|
|
1753 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1754
|
|
1755 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
1756
|
|
1757 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1758
|
|
1759 * byte-optimize.el (byte-optimize-car): New function.
|
|
1760 (byte-optimize-cdr): Ditto.
|
|
1761
|
|
1762 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1763
|
|
1764 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
1765 Optimize constant concatenation.
|
|
1766 Add keymapp as a side effect free function. It is a built-in.
|
|
1767 (byte-after-unbind-pos): Remove byte-equal.
|
|
1768
|
|
1769 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1770
|
|
1771 * update-elc-2.el: Quote regexps correctly.
|
|
1772
|
|
1773 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
1774
|
|
1775 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
1776 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
1777 check the type of the buffer magnification
|
|
1778 (ccl-compile-write-string): Encode a string with binary
|
|
1779 coding system.
|
|
1780 (ccl-compile-write-repeat): Likewise.
|
|
1781
|
|
1782 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1783
|
|
1784 * buff-menu.el:
|
|
1785 * bytecomp.el:
|
|
1786 * coding.el:
|
|
1787 * faces.el:
|
|
1788 * files.el:
|
|
1789 * fill.el:
|
|
1790 * float-sup.el:
|
|
1791 * font-lock.el:
|
|
1792 * help.el:
|
|
1793 * iso8859-1.el:
|
|
1794 * loaddefs.el:
|
|
1795 * menubar-items.el:
|
|
1796 * menubar.el:
|
|
1797 * modeline.el:
|
|
1798 * msw-font-menu.el:
|
|
1799 * paragraphs.el:
|
|
1800 * paths.el:
|
|
1801 * replace.el:
|
|
1802 * simple.el:
|
|
1803 * sound.el:
|
|
1804 * startup.el:
|
|
1805 * version.el:
|
|
1806 * x-faces.el:
|
|
1807 * x-font-menu.el:
|
|
1808 Remove purecopy.
|
|
1809
|
|
1810 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
1811
|
|
1812 * simple.el (do-auto-fill): Use the function pointer to by
|
|
1813 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
1814 fixes an issue with cc-mode comment continuation.
|
|
1815
|
|
1816 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
1817
|
|
1818 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
1819 * mwheel.el (mwheel-install): Add (interactive).
|
|
1820 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
1821 (turn-off-font-lock): Add (interactive).
|
|
1822
|
|
1823 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
1824
|
|
1825 * packages.el (packages-special-base-regexp): Add `man'.
|
|
1826
|
|
1827 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
1828
|
|
1829 * wid-edit.el (widget-specify-active): map over extents in current
|
|
1830 buffer like `widget-specify-inactive' does. Mapping over the
|
|
1831 inactive extent object does not work since the current extent is
|
|
1832 ignored by `map-extents'.
|
|
1833
|
442
|
1834 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
1835
|
|
1836 * XEmacs 21.2.36 is released.
|
|
1837
|
|
1838 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
1839
|
|
1840 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
1841 Optimize the compiled-function-constants vector by byte-code
|
|
1842 reference counts.
|
|
1843
|
|
1844 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
1845
|
|
1846 * build-report.el (build-report-delete-regexp): quote value in
|
|
1847 defcustom
|
|
1848
|
|
1849 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1850
|
|
1851 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
1852 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
1853 warning.
|
|
1854
|
|
1855 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1856
|
|
1857 * build-report.el: Requires cl and custom now.
|
|
1858 build-report-version is determined by XEmacs version -- remove
|
|
1859 build-report-version*.
|
|
1860 * build-report.el (build-report-version): Removed.
|
|
1861 * build-report.el (build-report-installation-version-regexp): New.
|
|
1862 * build-report.el (build-report-version-file-regexp): New.
|
|
1863 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
1864 * build-report.el (build-report-destination): Offer
|
|
1865 xemacs-build-reports and xemacs-beta.
|
|
1866 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
1867 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
1868 * build-report.el (build-report-make-output-dir): New.
|
|
1869 * build-report.el (build-report-installation-file): Replace use of
|
|
1870 `concat' with `expand-file-name'.
|
|
1871 * build-report.el (build-report-make-output-file): Removed.
|
|
1872 * build-report.el (build-report-make-output-files): New.
|
|
1873 * build-report.el (build-report-subject): Identify as
|
|
1874 user-variable with "*...".
|
|
1875 * build-report.el (build-report-prompts): Ditto.
|
|
1876 * build-report.el (build-report-version-file): New.
|
|
1877 * build-report.el (build-report-file-encoding): Identify as
|
|
1878 user-variable with "*...".
|
|
1879 * build-report.el (build-report-make-output-get): New.
|
|
1880 * build-report.el (build-report-insert-header): Report
|
|
1881 emacs-version and system-configuration instead of
|
|
1882 build-report-version.
|
|
1883 * build-report.el (build-report-insert-make-output): Add file
|
|
1884 argument.
|
|
1885 * build-report.el (build-report-insert-installation-file):
|
|
1886 Re-indent.
|
|
1887 * build-report.el (build-report-keep): Change docstring,
|
|
1888 re-indent.
|
|
1889 * build-report.el (build-report-delete): Ditto.
|
|
1890 * build-report.el (build-report-installation-data): New.
|
|
1891 * build-report.el (build-report-version-file-data): New.
|
|
1892
|
|
1893 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
1894
|
|
1895 * byte-optimize.el (byte-optimize-lapcode):
|
|
1896 Fix the optimization of using the first 5 elements of the
|
|
1897 constants vector for variables.
|
|
1898 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
1899
|
|
1900 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1901
|
|
1902 * *: Spelling mega-patch
|
|
1903
|
|
1904 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1905
|
|
1906 * easymenu.el: doc fixes.
|
|
1907 (easy-menu-do-define): Use backquote.
|
444
|
1908 (easy-menu-change):
|
|
1909 (easy-menu-add):
|
442
|
1910 `when' seems much clearer than `if' here.
|
|
1911 (easy-menu-remove):
|
444
|
1912 (easy-menu-add-item):
|
|
1913 (easy-menu-item-present-p):
|
|
1914 (easy-menu-remove-item):
|
442
|
1915 Wrap using (when (featurep 'menubar) ...)
|
|
1916
|
|
1917 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1918
|
|
1919 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1920 Revert Ben's change to this function below so that the compile log
|
|
1921 is displayed properly for users of the "popper" package.
|
|
1922
|
|
1923 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
1924
|
|
1925 * window.el (save-selected-window): Use backquote.
|
|
1926
|
444
|
1927 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
442
|
1928 Renamed from `byte-compile-file-form-defvar'.
|
|
1929 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
1930 Only cons onto current-load-list in top-level forms.
|
|
1931 Else this leaks a cons cell every time a defun is called.
|
|
1932 Renamed from `byte-compile-defvar', for clarity.
|
|
1933 Warn when docstring of defvar is not a string.
|
|
1934 Use consistent error messages.
|
|
1935 Better comments.
|
|
1936
|
|
1937 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
1938
|
|
1939 * simple.el (set-variable):
|
|
1940 Remove unneeded defvar by rearranging order of let* forms.
|
|
1941
|
|
1942 * mule/mule-ccl.el (ccl-get-next-code):
|
444
|
1943 * menubar-items.el (bookmark-menu-filter):
|
|
1944 (language-environment-menu-filter):
|
|
1945 (tutorials-menu-filter):
|
442
|
1946 * toolbar-items.el (toolbar-compile):
|
|
1947 * byte-optimize.el (disassemble-offset):
|
|
1948 Use (declare (special ...)) instead of `defvar'.
|
|
1949
|
|
1950 * cl-macs.el (cl-do-proclaim):
|
|
1951 Fix (declare (special ...)) warning suppression syntax.
|
|
1952
|
|
1953 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
1954
|
|
1955 * info.el (Info-tag-table-marker):
|
|
1956 (Info-tag-table-buffer):
|
|
1957 (Info-find-file-node):
|
|
1958 (Info-read-subfile):
|
|
1959 (Info-build-node-completions):
|
|
1960 (Info-search):
|
|
1961 (Info-mode):
|
|
1962 Multiple info buffer support.
|
|
1963
|
|
1964 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
1965
|
|
1966 * ldap.el (ldap-decode-entry): New defun
|
|
1967 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
1968 entries properly
|
|
1969
|
|
1970 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
1971
|
|
1972 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
1973 Use `eq', not `=', to compare symbols.
|
|
1974
|
|
1975 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
1976
|
|
1977 * bytecomp.el (byte-compile-report-error):
|
|
1978 * bytecomp.el (displaying-byte-compile-warnings):
|
|
1979 if stack-trace-on-error is set, send out a backtrace when
|
|
1980 an error is encountered that stops byte compilation. this
|
|
1981 should make it much much easier to track down those curious
|
|
1982 problems. also undo the kludge of using a separate "*Show*"
|
|
1983 buffer for display when there's a temp-buffer-show-function;
|
|
1984 we can avoid this by just being a little smarter.
|
444
|
1985
|
442
|
1986 * dialog-items.el:
|
|
1987 * dialog-items.el (search-dialog-regexp): New.
|
|
1988 * dialog-items.el (search-dialog-callback):
|
|
1989 * dialog-items.el (make-search-dialog):
|
|
1990 add a regexp option to the dialog and clean up a bit.
|
444
|
1991
|
442
|
1992 * dialog.el:
|
|
1993 * dialog.el (yes-or-no-p-dialog-box):
|
|
1994 * dialog.el (get-dialog-box-response):
|
|
1995 * dialog.el (make-dialog-box):
|
|
1996 * dialog.el (dialog-box-finish): New.
|
|
1997 * dialog.el (dialog-box-cancel): New.
|
|
1998 * dialog.el (internal-make-dialog-box-exit): New.
|
|
1999 implement [properly!] the :modal property of the new dialog box
|
|
2000 interface. this is the first time xemacs has ever had *proper*
|
|
2001 modal dialog boxes, giving the standard window-system feedback.
|
|
2002 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
2003 and makes the dialog box flash three times.)
|
444
|
2004
|
442
|
2005 * dragdrop.el: header keyword frobbing.
|
444
|
2006
|
442
|
2007 * dumped-lisp.el (preloaded-file-list):
|
|
2008 renamed winnt.el to win32-native.el.
|
444
|
2009
|
442
|
2010 * faces.el (face-property):
|
|
2011 * faces.el (set-face-property):
|
|
2012 * faces.el (frob-face-property):
|
|
2013 * faces.el (frob-face-font-2):
|
|
2014 * faces.el (make-face-bold):
|
|
2015 * faces.el (make-face-italic):
|
|
2016 * faces.el (make-face-bold-italic):
|
|
2017 * faces.el (make-face-unbold):
|
|
2018 * faces.el (make-face-unitalic):
|
|
2019 * faces.el (make-face-smaller):
|
|
2020 * faces.el (make-face-larger):
|
|
2021 clean up the implementation of these so that window-system-specific
|
|
2022 methods are called only on objects belonging to that window system.
|
|
2023 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
2024 on font object of device type `stream', which is not good and
|
|
2025 explains the subtle errors Adrian was getting when byte-compiling
|
|
2026 something that required 'term. (Adrian, now you can use stack-trace-
|
|
2027 on-error to find the exact place where things are going wrong instead
|
|
2028 of having to laboriously binary-search your way through.)
|
444
|
2029
|
442
|
2030 * finder.el (finder-known-keywords):
|
|
2031 cleaned up -- properly sorted, clarified the meanings of many of
|
|
2032 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
2033 user, services. the last two try to distinguish between a package
|
|
2034 that's used directly by the user, and a package that provides
|
|
2035 support services to other packages.
|
444
|
2036
|
442
|
2037 * font-lock.el (lisp-font-lock-keywords-2):
|
|
2038 update list of lisp control structures to include everything,
|
|
2039 including new ones i introduced.
|
444
|
2040
|
442
|
2041 * gutter.el: header keyword frobbing.
|
444
|
2042
|
442
|
2043 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
2044 recent isearch element was not doing so! you got the second-most-
|
|
2045 recent instead.
|
|
2046
|
|
2047 * lisp-mode.el (construct-lisp-mode-menu):
|
|
2048 more menubar cleanups.
|
|
2049 * lisp-mode.el (with-selected-window):
|
|
2050 make it indent properly.
|
444
|
2051
|
442
|
2052 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
2053 rearranged the options menu the most, e.g. splitting up the
|
|
2054 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
2055 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
2056 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
2057 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
2058 Added stuff to the Cmds menu, e.g. Change Case.
|
|
2059
|
|
2060 NB please don't complain about these periodic menubar changes.
|
|
2061 Anything like this is necessarily incremental in its construction
|
|
2062 -- By constant use you gradually become more and more aware of
|
|
2063 better and better ways to group menu items. When we eventually
|
|
2064 move the options menu to a property sheet, the existing structure
|
|
2065 will probably be preserved fairly well.
|
444
|
2066
|
442
|
2067 * minibuf.el (next-history-element): fix problems with pressing
|
|
2068 down arrow in repeat-complex-command.
|
|
2069
|
|
2070 * modeline.el:
|
|
2071 * modeline.el (modeline-3d-p): New.
|
|
2072 added custom variable for controlling the 3d modeline. the
|
|
2073 corresponding Options item has been present for a long time,
|
|
2074 but commented out with "fix me!" comments. it's fixed now.
|
444
|
2075
|
442
|
2076 * obsolete.el (add-menu):
|
|
2077 remove bogus gettexts.
|
444
|
2078
|
442
|
2079 * process.el (shell-quote-argument):
|
|
2080 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
2081 For bash under Windows native, see below.
|
444
|
2082
|
442
|
2083 * simple.el:
|
|
2084 * simple.el (display-warning-buffer):
|
|
2085 Fixed the handling of warning display to eliminate the annoying
|
|
2086 *Show* buffer, like was done for byte-compiler output above.
|
444
|
2087
|
442
|
2088 * simple.el (debug-print): New.
|
|
2089 Simple function for sending debug messages to the console and/or
|
|
2090 other debug places.
|
|
2091
|
|
2092 * subr.el (replace-in-string):
|
|
2093 Rewrite this function to avoid N^2 behavior with large strings --
|
|
2094 catastrophic with the new Windows selection code! (Apparently the
|
|
2095 author of this function didn't realize there was a fun
|
|
2096 replace-match that could make his life much easier, because we
|
|
2097 duplicated the entire logic. The new version is smaller, easier
|
|
2098 to understand, much more robust, and has extended features --
|
|
2099 those of replace-match.)
|
444
|
2100
|
442
|
2101 * window.el:
|
|
2102 * window.el (with-selected-window): New.
|
|
2103 An obvious complement to the existing `with-selected-frame' and
|
|
2104 `with-current-buffer'.
|
|
2105
|
|
2106 * win32-native.el: Renamed from winnt.el.
|
|
2107 Added a great deal of stuff for properly handling process quoting,
|
|
2108 somewhat modeled on Kirill's original model (which i later threw
|
|
2109 away). We should now finally have correctly working process arg
|
|
2110 quoting/dequoting so that the final app gets exactly what we
|
|
2111 intended. Because the mechanism is in Lisp, it's easily
|
|
2112 extendible. (For those running bash and running the native
|
|
2113 version, I tried hard to do what I thought was correct. But more
|
|
2114 thought is needed, and ideally the volunteer work of people with
|
|
2115 these configurations that they generally run on.)
|
444
|
2116
|
442
|
2117 * x-font-menu.el (x-font-menu-font-data):
|
|
2118 Put in defvar's to fix byte-compiler warnings.
|
|
2119
|
|
2120 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
2121
|
|
2122 * select.el (selection-coercion-alist): Initialise.
|
|
2123 * select.el (select-coerce-to-text): New.
|
|
2124 * select.el (select-coerce): New.
|
|
2125 New functions to perform type and value coercion.
|
|
2126
|
|
2127 * select.el (select-buffer-killed-default): Keep data if it was
|
|
2128 on the clipboard.
|
|
2129
|
|
2130 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
2131
|
|
2132 * menubar-items.el (default-menubar): Fix typo.
|
|
2133 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
2134
|
|
2135 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2136
|
|
2137 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
2138 edge checking code.
|
|
2139
|
|
2140 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2141
|
|
2142 * paths.el (gnus-local-domain): Removed.
|
|
2143 (gnus-local-organization): Ditto.
|
|
2144 (gnus-startup-file): Ditto.
|
|
2145
|
|
2146 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2147
|
|
2148 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
2149
|
|
2150 2000-07-31 Andy Piper <andy@xemacs.org>
|
444
|
2151
|
442
|
2152 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
2153
|
|
2154 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2155
|
|
2156 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
2157 browse-url.
|
|
2158 * help.el (xemacs-www-page): Ditto.
|
|
2159 (xemacs-www-faq): Ditto.
|
|
2160 * menubar-items.el (default-menubar): Ditto.
|
|
2161
|
|
2162 * wid-edit.el (widget-url-link-action): Ditto.
|
|
2163 From: Kenichi OKADA <okada@opaopa.org>.
|
|
2164
|
|
2165 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
2166
|
|
2167 * finder.el (finder-commentary): Add autoload cookie.
|
|
2168
|
|
2169 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2170
|
|
2171 * files.el (insert-file-contents-literally): Fix second let
|
|
2172 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
2173 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
2174
|
|
2175 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2176
|
|
2177 * files.el (insert-file-contents-literally): Use binary coding
|
|
2178 system (from Morioka san).
|
|
2179 (insert-file-contents-literally): Make file-name-handler method.
|
|
2180
|
|
2181 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
2182
|
|
2183 * cl-macs.el (get-selection): Add defsetf.
|
|
2184
|
|
2185 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
2186
|
|
2187 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
2188 function x-own-selection with own-selection.
|
|
2189 (ow-find): replace obsolete functions x-get-selection and
|
|
2190 x-get-clipboard with get-selection and get-clipboard.
|
|
2191 (init-post-x-win): replace obsolete function x-disown-selection
|
|
2192 with disown-selection.
|
|
2193
|
|
2194 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
2195
|
|
2196 * startup.el (load-user-init-file): Only try to load init file if
|
|
2197 it exists.
|
|
2198
|
|
2199 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
2200
|
|
2201 * dialog-items.el: sync with Ben's patch.
|
444
|
2202
|
442
|
2203 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
2204 comment.
|
|
2205 (progress-text-glyph): deleted.
|
|
2206 (progress-layout-glyph): make completely minimal.
|
|
2207 (progress-gauge-glyph): ditto.
|
|
2208 (progress-display-style): fix to handle dynamic instantiator
|
|
2209 changes.
|
|
2210 (progress-text-instantiator): new.
|
|
2211 (progress-layout-instantiator): new.
|
|
2212 (progress-gauge-instantiator): new.
|
|
2213 (set-progress-display-instantiator): renamed and changed from
|
|
2214 set-progress-display-style.
|
|
2215 (progress-abort-glyph): use instantiator not glyph.
|
|
2216 (append-progress-display): use set-progress-display-instantiator
|
|
2217 and set-glyph-image.
|
|
2218 (abort-progress-display): ditto.
|
|
2219 (raw-append-progress-display): ditto.
|
|
2220
|
|
2221 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
2222
|
|
2223 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
2224
|
|
2225 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
2226
|
|
2227 * autoload.el:
|
|
2228 Fixed comments.
|
|
2229
|
|
2230 * cmdloop.el:
|
|
2231 * cmdloop.el (yes-or-no-p):
|
|
2232 * cmdloop.el (y-or-n-p):
|
|
2233 Make these functions use should-use-dialog-box-p and not be
|
|
2234 overridden in dialog.el.
|
|
2235
|
|
2236 * cus-dep.el:
|
|
2237 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
2238 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
2239 * cus-dep.el (Custom-make-one-dependency): New.
|
|
2240 New entry point for use in Makefiles, to avoid excessive
|
|
2241 invocations.
|
|
2242
|
|
2243 * cus-edit.el (custom-variable-reset-saved):
|
|
2244 * cus-edit.el (custom-variable-reset-standard):
|
|
2245 * cus-edit.el (custom-save-resets):
|
|
2246 Fix bytecompiler warnings.
|
|
2247
|
|
2248 * dialog.el:
|
|
2249 * dialog.el (yes-or-no-p-dialog-box):
|
|
2250 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
2251 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
2252 * dialog.el (get-dialog-box-response):
|
|
2253 * dialog.el (message-or-box):
|
|
2254 * dialog.el (make-dialog-box):
|
|
2255 * dialog.el (popup-dialog-box): New.
|
|
2256 Avoid yes-or-no-p bogosities.
|
|
2257 Create a general function `make-dialog-box' to encapsulate all
|
|
2258 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
2259
|
|
2260 * dumped-lisp.el (preloaded-file-list):
|
|
2261 Add dialog-items. Clean up. Group files by types.
|
|
2262
|
|
2263 * easymenu.el (easy-menu-add):
|
|
2264 * easymenu.el (easy-menu-remove):
|
|
2265 Account for accelerators.
|
|
2266
|
|
2267 * extents.el:
|
|
2268 * extents.el (extent-list): New args, like in map-extents.
|
|
2269 * extents.el (extent-at-event): New.
|
|
2270 * extents.el (extents-at-event): New.
|
|
2271
|
|
2272 * font-lock.el:
|
|
2273 * font-lock.el (font-lock-mode):
|
|
2274 * font-lock.el (font-lock-default-fontify-buffer):
|
|
2275 * font-lock.el (font-lock-default-unfontify-region):
|
|
2276 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
2277 * font-lock.el (font-lock-fontify-keywords-region):
|
|
2278 Use new progress-feedback names.
|
|
2279
|
|
2280 * font-lock.el (java-font-lock-identifier-regexp):
|
|
2281 * font-lock.el (java-font-lock-class-name-regexp):
|
|
2282 Fix bytecompiler warnings.
|
|
2283
|
|
2284 * gutter-items.el:
|
|
2285 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
2286 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
2287 * gutter-items.el (progress-display-popup-period): Removed.
|
|
2288 * gutter-items.el (progress-feedback-popup-period): New.
|
|
2289 * gutter-items.el (set-progress-display-style): Removed.
|
|
2290 * gutter-items.el (set-progress-feedback-style): New.
|
|
2291 * gutter-items.el (progress-display-style): Removed.
|
|
2292 * gutter-items.el (progress-feedback-style): New.
|
|
2293 * gutter-items.el (progress-stack):
|
|
2294 * gutter-items.el (progress-displayed-p): Removed.
|
|
2295 * gutter-items.el (progress-feedbacked-p): New.
|
|
2296 * gutter-items.el (clear-progress-display): Removed.
|
|
2297 * gutter-items.el (clear-progress-feedback): New.
|
|
2298 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
2299 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
2300 * gutter-items.el (remove-progress-display): Removed.
|
|
2301 * gutter-items.el (remove-progress-feedback): New.
|
|
2302 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
2303 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
2304 * gutter-items.el (append-progress-display): Removed.
|
|
2305 * gutter-items.el (append-progress-feedback): New.
|
|
2306 * gutter-items.el (abort-progress-display): Removed.
|
|
2307 * gutter-items.el (abort-progress-feedback): New.
|
|
2308 * gutter-items.el (raw-append-progress-display): Removed.
|
|
2309 * gutter-items.el (raw-append-progress-feedback): New.
|
|
2310 * gutter-items.el (display-progress-display): Removed.
|
|
2311 * gutter-items.el (display-progress-feedback): New.
|
|
2312 * gutter-items.el (current-progress-display): Removed.
|
|
2313 * gutter-items.el (current-progress-feedback): New.
|
|
2314 * gutter-items.el (current-progress-display-label): Removed.
|
|
2315 * gutter-items.el (current-progress-feedback-label): New.
|
|
2316 * gutter-items.el (progress-display): Removed.
|
|
2317 * gutter-items.el (progress-feedback): New.
|
|
2318 Replace "progress-display" with "progress-feedback" globally.
|
|
2319
|
|
2320 * gutter-items.el (lprogress-display): Removed.
|
|
2321 * gutter-items.el (progress-feedback-with-label): New.
|
|
2322 Rename lprogress-display ==> progress-feedback-with-label.
|
|
2323
|
|
2324 * gutter-items.el (search-dialog-direction): Removed.
|
|
2325 * gutter-items.el (search-dialog-text): Removed.
|
|
2326 * gutter-items.el (search-dialog-callback): Removed.
|
|
2327 * gutter-items.el (make-search-dialog): Removed.
|
|
2328 Move to dialog-items.el.
|
|
2329
|
|
2330 * help.el:
|
|
2331 * help.el (help-mode-quit):
|
|
2332 * help.el (mode-for-help): New.
|
|
2333 * help.el (help-sticky-window): New.
|
|
2334 * help.el (help-window-config): New.
|
|
2335 * help.el (with-displaying-help-buffer):
|
|
2336 * help.el (function-at-event): New.
|
|
2337 * help.el (help-symbol-regexp): New.
|
|
2338 * help.el (help-symbol-run-function-1): New.
|
|
2339 * help.el (help-symbol-run-function): New.
|
|
2340 * help.el (help-symbol-function-context-menu): New.
|
|
2341 * help.el (help-symbol-variable-context-menu): New.
|
|
2342 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
2343 * help.el (frob-help-extents): New.
|
|
2344 * help.el (describe-function-1):
|
|
2345 * help.el (variable-at-point):
|
|
2346 * help.el (variable-at-event): New.
|
|
2347 * help.el (describe-variable):
|
444
|
2348 Major overhaul.
|
|
2349 - Make functions and variables be mousable.
|
|
2350 - Middle button hyperlinks.
|
442
|
2351 - New context-menu entries.
|
|
2352
|
|
2353 * keydefs.el:
|
444
|
2354 * keydefs.el (global-map):
|
442
|
2355 New key bindings to move lines up and down.
|
|
2356
|
|
2357 * lisp-mode.el:
|
|
2358 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
2359 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
2360 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
2361 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
2362 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
2363 Make popup and menubar menus be different. Popup menu uses
|
|
2364 clicked location and automatically assumes symbol under the mouse
|
|
2365 for various commands.
|
|
2366
|
|
2367 * menubar-items.el:
|
|
2368 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
2369 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
2370
|
|
2371 * menubar-items.el (global-popup-menu): Removed.
|
|
2372 * menubar-items.el (mode-popup-menu): Removed.
|
|
2373 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
2374 * menubar-items.el (popup-mode-menu): Removed.
|
|
2375 * menubar-items.el (popup-buffer-menu): Removed.
|
|
2376 * menubar-items.el (popup-menubar-menu): Removed.
|
|
2377 Move to menubar.el.
|
444
|
2378
|
442
|
2379 * menubar.el:
|
|
2380 * menubar.el (global-popup-menu): New.
|
|
2381 * menubar.el (mode-popup-menu): New.
|
|
2382 * menubar.el (activate-popup-menu-hook): New.
|
|
2383 * menubar.el (last-popup-menu-event): New.
|
|
2384 * menubar.el (popup-mode-menu): New.
|
|
2385 * menubar.el (popup-buffer-menu): New.
|
|
2386 * menubar.el (popup-menubar-menu): New.
|
|
2387 * menubar.el (menu-call-at-event): New.
|
|
2388 Move non-content functions here. Add support for context menu
|
|
2389 items on extents.
|
|
2390
|
444
|
2391 * minibuf.el (minibuffer-history-uniquify):
|
442
|
2392 Typo fix.
|
|
2393
|
444
|
2394 * minibuf.el (read-file-name-1):
|
442
|
2395 Call new file dialog box if it exists.
|
|
2396
|
|
2397 * minibuf.el (mouse-rfn-setup-vars):
|
|
2398 Clean up "chop" action.
|
|
2399
|
|
2400 * mouse.el:
|
|
2401 * mouse.el (button2): Now bound to mouse-track.
|
|
2402 * mouse.el (click-inside-extent-p):
|
|
2403 * mouse.el (point-inside-extent-p):
|
|
2404 * mouse.el (point-inside-selection-p):
|
|
2405 * mouse.el (mouse-drag-or-yank): Removed.
|
|
2406 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
2407 * mouse.el (mouse-eval-sexp):
|
|
2408 * mouse.el (mouse-track-activate-strokes): New.
|
|
2409 * mouse.el (mouse-track-do-activate): New.
|
|
2410 * mouse.el (mouse-track):
|
|
2411 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
2412 * mouse.el (default-mouse-track-cleanup-hook):
|
|
2413 * mouse.el (default-mouse-track-drag-hook):
|
|
2414 * mouse.el (default-mouse-track-drag-up-hook):
|
|
2415 * mouse.el (default-mouse-track-click-hook):
|
|
2416 Merge drag-n-drop into mouse-track.
|
|
2417 Add general "activate" support to replace specific button2 kludges.
|
|
2418 Use "button modifier" support in mouse-track.
|
|
2419
|
|
2420 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
2421
|
|
2422 * package-ui.el:
|
|
2423 * package-ui.el (pui-menu):
|
|
2424 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
2425 Fix bytecompiler warnings.
|
|
2426 Clean up popup code a bit.
|
|
2427
|
|
2428 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
2429
|
|
2430 * simple.el:
|
|
2431 * simple.el (transpose-lines):
|
|
2432 * simple.el (transpose-line-up): New.
|
|
2433 * simple.el (transpose-line-down): New.
|
|
2434 * simple.el (transpose-subr):
|
|
2435 * simple.el (transpose-subr-1): Removed.
|
|
2436 Clean up, add functions to move lines up and down.
|
|
2437
|
|
2438 * startup.el (mail-host-address):
|
|
2439 * startup.el (user-mail-address):
|
|
2440 Customize.
|
|
2441
|
|
2442 * subr.el:
|
|
2443 * subr.el (set-symbol-value-in-buffer): New.
|
|
2444 * subr.el (error):
|
|
2445 * subr.el (check-argument-type):
|
|
2446 * subr.el (defined-error-p): New.
|
|
2447 Add structured error support.
|
|
2448
|
|
2449 * toolbar-items.el (toolbar-compile):
|
|
2450 Use new make-dialog-box.
|
|
2451
|
|
2452 * update-elc.el:
|
|
2453
|
|
2454 * userlock.el (ask-user-about-lock-dbox):
|
|
2455 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
2456 * userlock.el (ask-user-about-lock):
|
|
2457 * userlock.el (ask-user-about-supersession-threat):
|
|
2458 Use new make-dialog-box.
|
|
2459 Add safety checks; use should use-dialog-box-p.
|
|
2460
|
|
2461 * window-xemacs.el:
|
|
2462 * window-xemacs.el (__buffer-dedicated-frame):
|
|
2463 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
2464 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
2465 Move dedicated-frame stuff into lisp.
|
|
2466
|
|
2467 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
2468
|
|
2469 * printer.el (generic-print-region): Do not require that
|
|
2470 `printer-name' be set.
|
|
2471 (printer-name): Commentary clarification.
|
|
2472
|
|
2473 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
2474
|
|
2475 * XEmacs 21.2.35 is released.
|
|
2476
|
|
2477 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
2478
|
|
2479 * select.el (selection-coercible-types): Initialise.
|
|
2480
|
|
2481 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
2482
|
|
2483 * select.el (own-clipboard): Bug fix.
|
|
2484
|
|
2485 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
2486
|
|
2487 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
2488 continuing.
|
|
2489
|
|
2490 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
2491
|
|
2492 * startup.el (load-init-file): Remove silly call to
|
|
2493 `load-user-custom-file`.
|
|
2494 (maybe-migrate-user-init-file): Minor fixes.
|
|
2495
|
|
2496 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
2497
|
444
|
2498 * apropos.el (apropos-documentation-check-doc-file):
|
442
|
2499 `doc' variable should be let-bound, as was presumably intended.
|
|
2500
|
444
|
2501 * cus-edit.el (custom-variable-reset-saved):
|
|
2502 (custom-variable-reset-standard):
|
442
|
2503 Remove unused variable comment-widget. Twice.
|
|
2504
|
444
|
2505 * toolbar.el (toolbar-blank-press-function):
|
442
|
2506 Add a real defvar with initial value nil and proper docstring.
|
|
2507 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
2508
|
|
2509 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
2510 Add defvar for pending-delete-mode.
|
|
2511
|
|
2512 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
2513
|
444
|
2514 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
442
|
2515 Use let* since the second form referred to the first.
|
|
2516
|
|
2517 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2518
|
|
2519 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
2520 instead of removed `mswindows-get-clipboard'.
|
|
2521
|
|
2522
|
|
2523 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
2524
|
|
2525 * select.el (select-convert-from-text): New.
|
|
2526 * select.el (select-convert-from-length): New.
|
|
2527 * select.el (select-convert-from-integer): New.
|
|
2528 * select.el (select-convert-from-identity): New.
|
|
2529 * select.el (select-convert-from-filename): New.
|
|
2530 * select.el (selection-converter-in-alist): Use them.
|
|
2531 New converter functions for X.
|
|
2532
|
|
2533 * select.el (get-selection): Removed comment.
|
|
2534
|
|
2535 * select.el (own-selection): Removed append code - I thought
|
|
2536 I'd already done this, but apparently not...
|
|
2537
|
|
2538 * select.el: Changed comment about TIMESTAMP.
|
|
2539
|
|
2540 * select.el (select-convert-in): New.
|
|
2541 * select.el (select-convert-out): New.
|
|
2542 New functions that get used by select.c.
|
|
2543
|
|
2544 * select.el (select-buffer-killed-default): New.
|
|
2545 * select.el (select-buffer-killed-text): New.
|
|
2546 * select.el (selection-buffer-killed-alist): New.
|
|
2547 New list and functions that get called if a relevant selection
|
|
2548 exists and a buffer gets killed.
|
|
2549
|
|
2550 * select.el (select-convert-to-targets):
|
|
2551 * select.el (select-convert-to-identity): Removed.
|
|
2552 * select.el (select-convert-from-identity): Removed.
|
|
2553 * select.el (select-converter-out-alist):
|
|
2554 Removed _EMACS_INTERNAL selection type.
|
|
2555
|
|
2556 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
2557 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
2558 Removed this X-specific nonesense. Use the generic support
|
|
2559 in select.el instead.
|
|
2560
|
|
2561 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
2562
|
444
|
2563 * mule/mule-category.el (defined-category-hashtable):
|
442
|
2564 Use make-hash-table instead of make-hashtable
|
|
2565
|
|
2566 * buff-menu.el: Byte-compiler warning fix.
|
|
2567
|
444
|
2568 * isearch-mode.el (isearch-highlight-all-cleanup):
|
442
|
2569 Remove unused variable `isearch-highlight-all-start'.
|
|
2570
|
|
2571 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
2572
|
|
2573 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
2574
|
444
|
2575 * cus-dep.el (Custom-make-dependencies):
|
442
|
2576 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
2577
|
|
2578 * autoload.el (autoload-package-name): Warning suppression.
|
|
2579 Move defvar prior to first use.
|
|
2580
|
|
2581 * custom.el: Add autoload for custom-declare-face.
|
|
2582 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
444
|
2583 * cl.el (cl-hack-byte-compiler):
|
442
|
2584 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
2585 to work properly.
|
|
2586
|
|
2587 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
2588
|
|
2589 * startup.el (load-home-init-file): Added variable.
|
|
2590 (maybe-migrate-user-init-file): Added.
|
|
2591 (load-user-init-file): Load custom file if different from init
|
|
2592 file.
|
|
2593
|
|
2594 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
2595 "startup."
|
|
2596
|
|
2597 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
2598 Moved `custom-file'-related code to cus-file.el.
|
|
2599
|
|
2600 * cus-file.el: New file.
|
|
2601
|
|
2602 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
2603
|
|
2604 * packages.el (packages-find-package-directories): Added support
|
|
2605 for external package hierarchies with in-place installations.
|
|
2606
|
|
2607 * find-paths.el (paths-root-in-place-p): Added.
|
|
2608 (paths-find-emacs-directory): Added support for external
|
|
2609 directories with in-place installations.
|
|
2610 (paths-find-site-directory): Ditto.
|
|
2611
|
|
2612 * startup.el (find-user-init-file): Also look for
|
|
2613 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
2614
|
|
2615 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
2616
|
|
2617 * select.el (own-selection):
|
|
2618 * select.el (own-clipboard): Changed `append' parameter to
|
|
2619 `how-to-use' parameter.
|
|
2620 * select.el (own-selection): Removed icky append code.
|
|
2621 * select.el (own-selection, get-selection): Removed extra type
|
|
2622 checking.
|
|
2623 * select.el (selection-appender-alist):
|
|
2624 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
2625 * select.el (select-append-to-*): New.
|
|
2626 * select.el (select-convert-from-*): New. New functions to append
|
|
2627 data and convert data from external type.
|
|
2628
|
|
2629 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
2630
|
|
2631 * font-lock.el: Javadoc enhancements.
|
|
2632
|
|
2633 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
2634
|
|
2635 * printer.el (generic-print-region): Compose job name from buffer
|
|
2636 name.
|
|
2637
|
|
2638 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2639
|
|
2640 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
2641 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
2642 to avoid unnecessary progress gauges.
|
|
2643
|
|
2644 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
2645
|
|
2646 * custom-load.el (faces):
|
|
2647
|
|
2648 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
2649 dir is a regex.
|
|
2650
|
|
2651 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
2652 coding systems so that jka-compr works.
|
|
2653
|
|
2654 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
2655
|
|
2656 * font-lock.el: Undo previous change. Unfortunately, some
|
|
2657 files actually use the variables directly in their init code
|
|
2658 without quoting them.
|
|
2659
|
|
2660 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
2661
|
|
2662 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
2663
|
|
2664 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
2665 only when necessary.
|
|
2666
|
|
2667 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
444
|
2668
|
442
|
2669 * cl-macs.el: fix cl-transform-function-property kludge
|
|
2670 so that it does not require a random feature.
|
|
2671
|
|
2672 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2673
|
|
2674 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
2675 as in Linux kernel "Rules.make".
|
|
2676
|
|
2677 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2678
|
|
2679 * build-report.el (build-report): Add autoload cookie.
|
|
2680
|
|
2681 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
2682
|
|
2683 * package-ui.el (defgroup pui): Correct a misspelling
|
|
2684 (pui-toggle-package-delete): Change `seleted' to `selected'
|
444
|
2685
|
442
|
2686 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2687
|
444
|
2688 * package-get.el (package-get-update-base):
|
442
|
2689 (package-get): Use insert-file-contents-literally always.
|
|
2690 (package-get-maybe-save-index):
|
|
2691 Force coding system for writing to binary.
|
|
2692
|
|
2693 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
2694
|
|
2695 * code-process.el (call-process-region): If there is no coding
|
|
2696 system for the process on process-coding-system-alist use the
|
|
2697 coding system of the buffer containing the region.
|
|
2698
|
|
2699 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
2700
|
|
2701 * cmdloop.el (command-error):
|
|
2702 If debug-on-error and noninteractive, output backtrace.
|
|
2703
|
|
2704 * files.el (file-relative-name):
|
|
2705 Remove MSDOS references.
|
|
2706
|
|
2707 * simple.el (line-number): New function, due to non-obvious
|
|
2708 behavior/usage of count-lines.
|
|
2709
|
|
2710 * simple.el (count-lines): document non-obvious usage to get
|
|
2711 line number.
|
|
2712
|
|
2713 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
2714
|
|
2715 * faces.el ((featurep 'xpm)):
|
|
2716 * x-faces.el (x-init-face-from-resources):
|
|
2717 * x-faces.el (x-init-frame-faces):
|
|
2718 * x-misc.el (x-init-specifier-from-resources):
|
|
2719 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
2720 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
2721 * x-mouse.el (x-init-pointer-shape):
|
|
2722 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
2723 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
2724 rather than errors on bogus arguments.
|
|
2725
|
|
2726 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
2727
|
|
2728 * compat.el: new file. provides a clean, non-intrusive way to
|
|
2729 define compatibility functions.
|
|
2730
|
|
2731 * process.el (shell-quote-argument): temporary fix for lack
|
|
2732 of nt-quote-process-args. #### I need to put back the overall
|
|
2733 structure of that mechanism but redo the guts of it using the
|
|
2734 extra intelligence in the C code.
|
|
2735
|
|
2736 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2737
|
|
2738 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
2739 `package-get' does in package-get.el, instead of using external
|
|
2740 "md5sum" program.
|
|
2741
|
|
2742 * package-get.el (package-get): Insert package file literally to
|
|
2743 make checksum calculation work.
|
|
2744
|
|
2745 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2746
|
|
2747 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
2748 (file-coding-system-alist): Removed reference to
|
|
2749 convert-mbox-coding-system.
|
|
2750
|
|
2751 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
2752
|
|
2753 * XEmacs 21.2.34 is released.
|
|
2754
|
|
2755 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2756
|
|
2757 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
2758
|
|
2759 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2760
|
|
2761 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
2762 and fboundp
|
|
2763
|
|
2764 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
2765
|
|
2766 * packages.el: It's ok to use built-in macros, but not lisp
|
|
2767 defined ones.
|
|
2768
|
|
2769 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
2770
|
|
2771 * font-lock.el:
|
|
2772 * font-lock.el (font-lock-message-threshold):
|
|
2773 * font-lock.el (font-lock-mode):
|
|
2774 * font-lock.el (font-lock-default-fontify-buffer):
|
|
2775 * font-lock.el (font-lock-always-fontify-immediately):
|
|
2776 * font-lock.el (font-lock-old-extent): Removed.
|
|
2777 * font-lock.el (font-lock-old-len): Removed.
|
|
2778 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
2779 * font-lock.el (font-lock-pending-extent-table): New.
|
|
2780 * font-lock.el (font-lock-range-table): New.
|
|
2781 * font-lock.el (font-lock-after-change-function):
|
|
2782 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
2783 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
2784 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
2785 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
2786 Rewrite deferral code to handle any number of changes, merging
|
|
2787 them properly. Remove hacked-up code for revert-buffer, now
|
|
2788 unnecessary.
|
444
|
2789
|
442
|
2790 * menubar-items.el (default-menubar):
|
|
2791 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
2792 unless necessary; doing this turns off font-lock.
|
|
2793
|
|
2794 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2795
|
|
2796 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
2797
|
|
2798 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2799
|
|
2800 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
2801 matching to process -*-texinfo-*- -*-.
|
|
2802
|
|
2803 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
2804
|
|
2805 * minibuf.el (minibuf-directory-files): new function.
|
|
2806 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
2807 (read-directory-name-internal): ditto.
|
|
2808 (mouse-file-display-completion-list): ditto.
|
|
2809 (mouse-directory-display-completion-list): ditto.
|
|
2810 (read-file-name-internal): remove "./" from completion list unless
|
|
2811 explicitly matched, for consistency.
|
|
2812
|
|
2813 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
2814
|
|
2815 * gutter-items.el (gutter-buffers-tab):
|
|
2816 * gutter-items.el (add-tab-to-gutter):
|
|
2817 * gutter-items.el (update-tab-in-gutter):
|
|
2818 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
2819 * gutter-items.el (append-progress-display):
|
|
2820 * gutter-items.el (abort-progress-display):
|
|
2821 * gutter-items.el (raw-append-progress-display):
|
|
2822 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
2823 to fix problems with multiple windows in a frame.
|
444
|
2824
|
442
|
2825 * menubar-items.el (tutorials-menu-filter):
|
|
2826 Fix typo.
|
444
|
2827
|
442
|
2828 * startup.el (early-error-handler):
|
|
2829 Display message box under windows; otherwise, message will disappear
|
|
2830 before it can be viewed.
|
444
|
2831
|
442
|
2832 * update-elc.el:
|
|
2833 Fix bug in NEEDTODUMP processing.
|
|
2834
|
|
2835 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2836
|
|
2837 * startup.el (lock-directory): Removed.
|
|
2838 (superlock-file): Ditto.
|
|
2839 (startup-set-paths): Remove lockdir.
|
|
2840 (startup-setup-paths-warning): Remove lock-directory.
|
|
2841
|
|
2842 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
2843 (paths-find-superlock-file): Ditto.
|
|
2844
|
|
2845 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2846
|
|
2847 * faces.el (set-face-property):
|
|
2848 * faces.el (set-face-font):
|
|
2849 * faces.el (set-face-foreground):
|
|
2850 * faces.el (set-face-background):
|
|
2851 * faces.el (set-face-background-pixmap):
|
|
2852 * faces.el (set-face-underline-p):
|
|
2853 * faces.el (set-face-strikethru-p):
|
|
2854 * faces.el (set-face-highlight-p):
|
|
2855 * faces.el (set-face-dim-p):
|
|
2856 * faces.el (set-face-blinking-p):
|
|
2857 * faces.el (set-face-reverse-p):
|
|
2858 doc string changes.
|
444
|
2859
|
442
|
2860 * glyphs.el:
|
|
2861 * glyphs.el (make-image-specifier):
|
|
2862 * glyphs.el (glyph-property):
|
|
2863 * glyphs.el (set-glyph-image):
|
|
2864 * glyphs.el (make-glyph):
|
|
2865 * glyphs.el (make-pointer-glyph):
|
|
2866 * glyphs.el (make-icon-glyph):
|
|
2867 * glyphs.el (widget-image-instance-p): New.
|
|
2868 authorship info, lots of doc changes. New predicate, inadvertently
|
|
2869 omitted. the general principle with specifier docs is now that
|
|
2870 the description of instantiators should go with the make-foo-specifier
|
|
2871 fun's doc string, rather than in foo-specifier-p. this follows
|
|
2872 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
2873 of a place to look. sometimes the make-foo-specifier function needs
|
|
2874 to be created in the process.
|
444
|
2875
|
442
|
2876 * gutter.el:
|
|
2877 * gutter.el (make-gutter-specifier): New.
|
|
2878 * gutter.el (make-gutter-size-specifier): New.
|
|
2879 * gutter.el (make-gutter-visible-specifier): New.
|
|
2880 specifier doc updates according to the conventions specified before.
|
|
2881
|
|
2882 * objects.el:
|
|
2883 * objects.el (make-font-specifier):
|
|
2884 * objects.el (make-color-specifier):
|
|
2885 * objects.el (make-face-boolean-specifier): New.
|
|
2886 specifier doc updates according to the conventions specified before.
|
|
2887
|
|
2888 * specifier.el:
|
|
2889 * specifier.el (set-specifier):
|
|
2890 * specifier.el (make-integer-specifier): New.
|
|
2891 * specifier.el (make-boolean-specifier): New.
|
|
2892 * specifier.el (make-natnum-specifier): New.
|
|
2893 * specifier.el (make-generic-specifier): New.
|
|
2894 * specifier.el (make-display-table-specifier): New.
|
|
2895 specifier doc updates according to the conventions specified before.
|
|
2896
|
|
2897 * toolbar.el:
|
|
2898 * toolbar.el (make-toolbar-specifier): New.
|
|
2899 specifier doc updates according to the conventions specified before.
|
|
2900
|
|
2901 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
2902
|
|
2903 * process.el (call-process-internal): Revert to previous version
|
|
2904 because Mike's change clashed with a change I did not long before.
|
|
2905 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
2906 Thanks very much Mike for pointing out the bug and submitting a
|
|
2907 patch!
|
|
2908
|
|
2909 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
2910
|
|
2911 * process.el (call-process-internal): Send the correct input buffer
|
|
2912 (call-process-internal): Return the exit status of the process
|
|
2913
|
|
2914 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2915
|
|
2916 * winnt.el:
|
|
2917 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
2918 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
2919 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
2920 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
2921 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
2922 * winnt.el (nt-quote-process-args): Removed.
|
|
2923 Remove all stuff for argument quoting. We borrow the code instead
|
|
2924 from Emacs 20.6, which is much more careful in its quoting
|
|
2925 (e.g. in handling runs of the escape character) and avoids most of
|
|
2926 the need for this Lisp mechanism by checking to see whether we're
|
|
2927 running a Cygwin or normal program and doing the appropriate
|
|
2928 quoting. If we end up needing such a mechanism, we should add
|
|
2929 it by extending the variable `mswindows-quote-process-args' so it
|
|
2930 can take an alist of regexps.
|
|
2931
|
|
2932 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
2933
|
|
2934 * keydefs.el:
|
|
2935 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
2936 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
2937 the window without moving point.
|
444
|
2938
|
442
|
2939 * simple.el:
|
|
2940 * simple.el (scroll-up-one): New.
|
|
2941 * simple.el (scroll-down-one): New.
|
|
2942 Functions for use with C-M-up/down.
|
|
2943
|
|
2944 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
2945
|
|
2946 * XEmacs 21.2.33 is released.
|
|
2947
|
|
2948 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
2949
|
444
|
2950 * dialog.el (yes-or-no-p-dialog-box):
|
442
|
2951 Fix docstring.
|
444
|
2952 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
442
|
2953 1. Visit two files in two different frames.
|
|
2954 2. do File->Revert Buffer in one of those frames.
|
|
2955 3. Dialog box appears.
|
|
2956 4. Arrange things so that the mouse passes over the *other*
|
|
2957 frame, then to the dialog box, and click on "Yes".
|
|
2958 5. The file contents end up in the *wrong* buffer!
|
|
2959 Add TODO comment.
|
444
|
2960
|
442
|
2961 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2962
|
|
2963 * help.el (describe-installation): correct typo introduced
|
|
2964 in last patch: boundp -> fboundp.
|
|
2965
|
|
2966 * etags.el (buffer-tag-table-list):
|
|
2967 canonicalize filenames to Unix format so that tag-table-alist
|
|
2968 searching works under Windows.
|
444
|
2969
|
442
|
2970 * autoload.el:
|
|
2971 Bowdlerize the supposedly objectionable words
|
|
2972 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
444
|
2973
|
442
|
2974 * gutter-items.el (set-progress-display-style):
|
|
2975 * gutter-items.el (search-dialog-callback):
|
|
2976 * gutter-items.el (make-search-dialog):
|
|
2977 Change to new callback-ex api.
|
|
2978
|
|
2979 2000-04-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
2980
|
|
2981 * help.el: (describe-installation): decode-coding-string is not
|
|
2982 defined in a non MULE environment.
|
|
2983
|
|
2984 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
2985
|
|
2986 * gutter-items.el (buffer-list-changed-hook):
|
|
2987 use it, not record-buffer-hook.
|
|
2988
|
|
2989 * subr.el (record-buffer-hook): Removed.
|
|
2990
|
|
2991 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
2992
|
|
2993 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
2994 use NORECORD option. Andy will not like this, but the existing
|
|
2995 gutter behavior is just wrong, as per this comment:
|
|
2996
|
|
2997 ;; this used to add the norecord flag to both calls below.
|
|
2998 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
2999 ;; that the current buffer is at the front of the buffers list.
|
|
3000 ;; for example, select an item and then do M-C-l
|
|
3001 ;; (switch-to-other-buffer). Things get way confused.
|
|
3002 ;;
|
|
3003 ;; Andy, if you want to maintain the current look, you must
|
|
3004 ;; *uncouple* the gutter order and buffers order.
|
|
3005
|
|
3006 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
3007
|
|
3008 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
3009 xemacs.mak.
|
|
3010
|
|
3011 * autoload.el (batch-update-one-directory): new function, used in
|
|
3012 xemacs.mak.
|
|
3013
|
|
3014 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
3015 loadup during update-elc is much much much faster. also do this
|
|
3016 when quick-building.
|
|
3017
|
|
3018 add commented-out code for profiling loadup.
|
444
|
3019
|
442
|
3020
|
|
3021 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
3022 is required in order to build xemacs.
|
|
3023
|
|
3024 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
3025
|
|
3026 * loadup.el: don't garbage collect during loadup if quick-build
|
|
3027 compile-time option is set.
|
|
3028
|
|
3029 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
3030
|
|
3031 * update-elc.el: compute whether any dumped .el or .elc files
|
|
3032 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
3033 if so.
|
444
|
3034
|
442
|
3035 * update-elc.el (update-elc-files-to-compile): always change
|
|
3036 NOBYTECOMPILE in the src directory rather than current dir,
|
|
3037 so it will work under NT.
|
|
3038
|
|
3039 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
3040 the form of this file is identical between Unix and Windows.
|
|
3041 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
3042 Added comment.
|
|
3043 (update-autoloads-from-directory): updated doc string.
|
|
3044 updated doc strings in a few other places.
|
|
3045
|
|
3046 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3047
|
|
3048 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
3049 byte-recompile-directory.
|
|
3050
|
|
3051 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3052
|
|
3053 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
3054 add-one-shot-hook.
|
|
3055 * gutter-items.el (clear-progress-display): Adjust number of
|
|
3056 arguments.
|
|
3057
|
|
3058 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3059
|
|
3060 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
3061
|
|
3062 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
3063
|
|
3064 * printer.el: New file.
|
444
|
3065
|
442
|
3066 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
444
|
3067
|
442
|
3068 * help.el (describe-installation): Fix decoding for Windows.
|
444
|
3069
|
442
|
3070 * menubar-items.el:
|
|
3071 * menubar-items.el (default-menubar):
|
|
3072 * menubar-items.el (tutorials-menu-filter): New.
|
|
3073 * menubar-items.el (popup-menubar-menu):
|
|
3074 Add authorship. Redo Help menu and Tutorials filter.
|
444
|
3075
|
442
|
3076 * menubar.el: Correct comment.
|
444
|
3077
|
442
|
3078 * modeline.el (modeline-buffer-identification): Correct doc string.
|
444
|
3079
|
442
|
3080 * simple.el:
|
|
3081 * simple.el (printing): Removed.
|
|
3082 * simple.el (printer-name): Removed.
|
|
3083 * simple.el (generic-print-buffer): Removed.
|
|
3084 * simple.el (generic-print-region): Removed.
|
|
3085 Move generic print code to printer.el.
|
|
3086
|
|
3087 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
3088
|
|
3089 * simple.el (generic-print-region): New.
|
|
3090 make this function actually work.
|
|
3091 (generic-print-buffer): call generic-print-region.
|
|
3092
|
|
3093 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
3094
|
|
3095 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
3096 by using the new widget-callback-current-channel.
|
|
3097 (search-dialog-callback): ditto.
|
|
3098
|
|
3099 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
3100
|
|
3101 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
3102 (default-gutter-position-changed-hook): ditto.
|
|
3103 (gutter-element-visibility-changed-hook): ditto.
|
|
3104 (set-gutter-element): ditto.
|
|
3105 (remove-gutter-element): ditto.
|
444
|
3106 (set-gutter-element-visible-p): ditto.
|
442
|
3107 (gutter-element-visible-p): ditto.
|
|
3108 (init-gutter): ditto.
|
|
3109
|
|
3110 * dialog.el (make-dialog-box): renamed and moved from
|
|
3111 gutter-items.el
|
|
3112
|
|
3113 * gutter-items.el: move various functions elsewhere.
|
|
3114
|
|
3115 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
3116
|
|
3117 * menubar-items.el: Fixed place of parenthesis.
|
|
3118
|
|
3119 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
3120
|
|
3121 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
3122 without constantly being prompted for the tag.
|
|
3123 * simple.el: Added a number of section headings, to clarify the
|
|
3124 organization of this file.
|
444
|
3125 * simple.el (activate-region):
|
|
3126 * simple.el (region-exists-p):
|
|
3127 * simple.el (region-active-p):
|
442
|
3128 Moved these three function down to the other side of
|
|
3129 the case-changing functions, so they join the rest of
|
|
3130 the region code.
|
|
3131 * simple.el (printing): New.
|
|
3132 * simple.el (printer-name): New.
|
|
3133 * simple.el (generic-print-buffer): New.
|
|
3134 New functions, a very simple prototype for a unified
|
|
3135 printing interface.
|
444
|
3136
|
442
|
3137 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
3138 other problems with BUFFER specs.
|
444
|
3139
|
442
|
3140 * menubar-items.el:
|
|
3141 Fixed up File->Print to use new printing functions.
|
|
3142 Various corrections and expansions to Grep/Compile menus.
|
|
3143 New options for Printing.
|
|
3144 New options for SMTP Mail, the way to send mail under
|
|
3145 MS Windows. (There's also a package patch to make SMTP
|
|
3146 Mail be the default under MSWin.)
|
|
3147
|
|
3148 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
3149
|
|
3150 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
3151 did not work. Needed to quote mouse-track-rectangle-p.
|
|
3152
|
|
3153 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3154
|
|
3155 * cl-compat.el (keywordp): Removed.
|
|
3156
|
|
3157 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
3158
|
|
3159 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
3160 (progress-gauge-glyph): use dynamic sizing.
|
|
3161 (set-progress-display-style): new function. Set progress glyphs
|
|
3162 appropriately depending on the style.
|
|
3163 (progress-display-style): new variable. Custom version of
|
|
3164 set-progress-display-style.
|
|
3165 (progress-abort-glyph): switch to dynamic sizes.
|
|
3166 (search-dialog-text): make the edit field active.
|
|
3167
|
|
3168 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
3169
|
|
3170 * gutter-items.el (make-search-dialog): need to make the search
|
|
3171 dialog visible after creation.
|
|
3172
|
|
3173 * menubar-items.el (default-menubar): use the search dialog for
|
|
3174 searching. Remove some extraneous search menu items.
|
|
3175
|
|
3176 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
3177 well as strings.
|
|
3178 (make-gutter-only-dialog-frame): allow the user to create the
|
|
3179 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
3180 (search-dialog-direction): new variable.
|
|
3181 (search-dialog-text): new variable.
|
|
3182 (search-dialog-callback): new function. Callback for the search
|
|
3183 dialog action.
|
|
3184 (make-search-dialog): new function. Create a user-friendly search
|
|
3185 dialog.
|
|
3186
|
|
3187 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3188
|
|
3189 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
3190 under Windows.
|
|
3191
|
|
3192 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
3193
|
|
3194 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
3195 progress more accurately.
|
|
3196
|
|
3197 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
3198
|
|
3199 * finder.el (finder-compile-keywords): Process readable files only.
|
|
3200 Because error in process of .#finder-inf.el when compile xemacs
|
|
3201 with --with-clash-detection option.
|
|
3202
|
|
3203 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
3204
|
|
3205 * gutter-items.el (append-progress-display): don't delay after a
|
|
3206 successful font-lock.
|
|
3207 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
3208 create gutter-only dialogs.
|
|
3209
|
|
3210 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
3211
|
|
3212 * process.el (call-process-internal): Handle a null BUFFER
|
|
3213 parameter correctly.
|
|
3214
|
|
3215 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
3216
|
|
3217 * gutter-items.el (abort-progress-display): put strings in the
|
|
3218 gutter not extents.
|
|
3219 (progress-layout-glyph): signal special 'quit callback.
|
|
3220 (progress-display-quit-function): deleted.
|
|
3221 (progress-display-stop-callback): deleted.
|
|
3222 (progress-display-dispatch-command-events): deleted.
|
|
3223 (append-progress-display): remove calls to
|
|
3224 progress-display-dispatch-command-events.
|
|
3225 (raw-append-progress-display): ditto.
|
|
3226
|
|
3227 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3228
|
|
3229 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
3230 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
3231 an error predicate. Correctly handle PIXMAP being either relative
|
|
3232 or absolute file name.
|
|
3233
|
|
3234 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
3235
|
|
3236 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
3237 (abort-progress-display): ditto. Don't delete the created extent.
|
|
3238 (raw-append-progress-display): ditto.
|
|
3239 (progress-display-dispatch-non-command-events): new
|
|
3240 function. Encapsulates what we want to do when no command input is
|
|
3241 required.
|
|
3242 (progress-display-dispatch-command-events): likewise, but disable
|
|
3243 for now since it causes too many problems.
|
|
3244 (append-progress-display): use them.
|
|
3245 (raw-append-progress-display): ditto.
|
|
3246 (default-gutter-position-changed-hook): set this rather than
|
|
3247 default-gutter-position-changed.
|
|
3248 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
3249 rather than one.
|
|
3250 (raw-append-progress-display): trap errors in pending input since
|
|
3251 allowing them to signal will hose the gauge well and
|
|
3252 truly. Ideally we would like to delay these until we are more able
|
|
3253 to cope.
|
|
3254 (append-progress-display): ditto.
|
|
3255
|
|
3256 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
444
|
3257
|
442
|
3258 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
3259 in process.el.
|
|
3260
|
|
3261 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
3262
|
444
|
3263 * mule\mule-cmds.el (set-language-info-alist):
|
442
|
3264 Fix to correspond to new menu arrangement.
|
|
3265
|
|
3266 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
3267
|
|
3268 * process.el:
|
|
3269 * process.el (call-process-internal): New.
|
|
3270 New implementation of call-process. Only enabled under NT, so far.
|
|
3271 stderr handling not implemented yet in CVS'd C code.
|
|
3272
|
|
3273 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
3274
|
|
3275 * lisp-mode.el:
|
|
3276 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
3277 * lisp-mode.el (lisp-interaction-mode):
|
|
3278 Put back Lisp Interaction menubar for Jan V's sake.
|
444
|
3279
|
442
|
3280 * simple.el:
|
|
3281 * simple.el (mark-ring):
|
|
3282 * simple.el (dont-record-current-mark): New.
|
|
3283 * simple.el (in-shifted-motion-command): New.
|
|
3284 * simple.el (mark-ring-unrecorded-commands): New.
|
|
3285 * simple.el (mark-ring-max):
|
|
3286 * simple.el (set-mark-command):
|
|
3287 * simple.el (push-mark):
|
|
3288 * simple.el (handle-pre-motion-command):
|
|
3289 Implement scheme for not recording unimportant marks.
|
444
|
3290
|
442
|
3291 * subr.el:
|
|
3292 * subr.el (function-allows-args): New.
|
|
3293 New function function-allows-args.
|
|
3294
|
|
3295 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
3296
|
|
3297 * XEmacs 21.2.32 is released.
|
|
3298
|
|
3299 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
3300
|
|
3301 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
3302 selected-window if required to do so.
|
|
3303 (buffers-tab-items): ditto.
|
|
3304 (add-tab-to-gutter): ditto.
|
|
3305 (create-frame-hook): use force-selection.
|
|
3306 (default-gutter-position-changed): lambdify.
|
|
3307 (update-tab-hook): deleted since it was only used in one place.
|
|
3308
|
|
3309 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
3310
|
|
3311 * files.el (find-file-noselect): undo change that shouldn't have
|
|
3312 gone in.
|
|
3313
|
|
3314 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
3315
|
|
3316 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
3317 of selected-window trickery.
|
|
3318
|
|
3319 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
3320 frames tabs.
|
|
3321 (progress-display-stop-callback): progress -> progress-display
|
|
3322 (progress-display-quit-function): ditto.
|
|
3323 (clear-progress-display): ditto.
|
|
3324 (remove-progress-display): ditto.
|
|
3325 (append-progress-display): ditto.
|
|
3326 (abort-progress-display): ditto.
|
|
3327 (raw-append-progress-display): ditto.
|
|
3328 (display-progress-display): ditto.
|
|
3329 (current-progress-display-label): ditto.
|
|
3330 (current-progress-display): ditto.
|
|
3331 (lprogress-display): ditto and save the buffer
|
|
3332 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
3333 changed which confuses font-lock.
|
|
3334
|
|
3335 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
3336 errors, not just quit.
|
|
3337 (font-lock-mode): progress -> display-progress
|
|
3338 (font-lock-default-fontify-buffer): ditto.
|
|
3339 (font-lock-fontify-syntactically-region): ditto.
|
|
3340 (font-lock-fontify-keywords-region): ditto.
|
|
3341
|
|
3342 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3343
|
|
3344 * cl.el (gensym): Move to here from cl-macs.el.
|
|
3345 (gentemp): Ditto.
|
|
3346
|
|
3347 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
3348
|
|
3349 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
3350 progress management.
|
|
3351 (font-lock-default-fontify-buffer): ditto.
|
|
3352 (font-lock-fontify-syntactically-region): ditto.
|
|
3353 (font-lock-fontify-keywords-region): ditto.
|
|
3354 (font-lock-revert-cleanup): fix reverting.
|
|
3355 (font-lock-revert-setup): ditto.
|
|
3356
|
|
3357 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
3358 echo area for progress gauges if non-nil.
|
|
3359 (clear-progress): remove echo area stuff and defer to
|
|
3360 clear-message.
|
|
3361 (append-progress): dispatch non-command events after each progress
|
|
3362 increment. Remove echo area stuff.
|
|
3363 (abort-progress): remove echo area stuff and defer to
|
|
3364 display-message.
|
|
3365 (raw-append-progress): ditto. Dispatch non-command events after
|
|
3366 gutter redisplay.
|
|
3367 (display-progress): defer echo area stuff to display-message.
|
|
3368
|
|
3369 * gutter-items.el (clear-progress):
|
|
3370 (abort-progress): indentation changes.
|
|
3371 (display-progress): don't clear progress.
|
|
3372 (append-progress): compare messages with equal.
|
|
3373 (raw-append-progress): use dispatch-non-command-events to flush
|
|
3374 widget creation events.
|
|
3375
|
|
3376 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
3377
|
|
3378 * abbrev.el:
|
|
3379 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
3380 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
3381 Changes for use with the menubar.
|
|
3382
|
|
3383 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
3384
|
|
3385 * alist.el (vassoc): moved here from font-menu.el.
|
|
3386
|
|
3387 * custom.el (defface): typo fix.
|
|
3388
|
|
3389 * dialog.el (yes-or-no-p-dialog-box):
|
|
3390 * dialog.el (message-box):
|
|
3391 * files.el (save-some-buffers-1):
|
|
3392 Put accelerators in the button names.
|
|
3393
|
|
3394 * font-lock.el (font-lock-comment-face):
|
|
3395 * font-lock.el (font-lock-keyword-face):
|
|
3396 * font-lock.el (font-lock-function-name-face):
|
|
3397 Fixed some of the colors under MS Windows because the existing
|
|
3398 default colors were hardly different from black and needed to be
|
|
3399 made lighter.
|
|
3400
|
|
3401 * font-menu.el:
|
|
3402 * font-menu.el (font-menu-split-long-menu):
|
|
3403 * font-menu.el (font-menu-family-constructor):
|
|
3404 * font-menu.el (font-menu-size-constructor):
|
|
3405 * font-menu.el (font-menu-weight-constructor):
|
|
3406 * font-menu.el (font-menu-set-font):
|
|
3407 vassoc moved to alist.el.
|
|
3408 Accelerators added to all menus.
|
|
3409 Unused bound var new-props removed.
|
444
|
3410
|
442
|
3411 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
3412 more consistent order and fixed a number of cases where key
|
|
3413 combinations involving up, down, left, right and so on were
|
|
3414 defined but the corresponding keypad combinations were not
|
444
|
3415 defined.
|
442
|
3416
|
|
3417 * lisp-mode.el:
|
|
3418 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
3419 * lisp-mode.el (emacs-lisp-mode):
|
|
3420 * lisp-mode.el (lisp-interaction-mode):
|
|
3421 * lisp-mode.el (flet):
|
|
3422 Added accelerators onto the menus.
|
|
3423 Made all the different versions of the let function be indented
|
|
3424 the same way.
|
|
3425 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
3426 to have the menubar and popup menus different.
|
|
3427 Cleaned up the menu; added items for find-function &c and some
|
|
3428 indenting, and removed debug-on-*.
|
|
3429
|
|
3430 * list-mode.el (list-mode-hook):
|
|
3431 * list-mode.el (list-mode):
|
|
3432 * list-mode.el (completion-setup-hook):
|
|
3433 * list-mode.el (display-completion-list):
|
|
3434 Added support for the :window-height keyword, which is required
|
|
3435 because of other changes that I made for the file dialog box. I
|
|
3436 also made the hook variables list-mode-hook and
|
|
3437 completion-setup-hook and also minibuffer-setup-hook in
|
|
3438 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
3439
|
|
3440 * map-ynp.el (map-y-or-n-p):
|
|
3441 Added accelerators to the dialog buttons.
|
|
3442
|
|
3443 * menubar-items.el (menu-truncate-list):
|
|
3444 New internal function.
|
|
3445 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
3446 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
3447 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
3448 New exported functions, for use in auto-generating accelerator specs.
|
|
3449
|
|
3450 * menubar-items.el:
|
|
3451 * menubar-items.el (default-menubar):
|
|
3452 * menubar-items.el (maybe-add-init-button):
|
|
3453 * menubar-items.el (bookmark-menu-filter):
|
|
3454 * menubar-items.el (slow-format-buffers-menu-line):
|
|
3455 * menubar-items.el (build-buffers-menu-internal):
|
|
3456 * menubar-items.el (language-environment-menu-filter):
|
|
3457 * menubar-items.el (default-popup-menu):
|
|
3458 * menubar-items.el (popup-buffer-menu):
|
|
3459 * menubar-items.el (popup-menubar-menu):
|
|
3460 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
3461 done working on the menubar, and there will be more patches to
|
|
3462 come. A basic summary of what I've done:
|
|
3463
|
|
3464 a) I added accelerators to all of the menu items. For menus that
|
|
3465 are auto-generated, such as the buffers menu, the accelerators are
|
|
3466 automatically added to the beginning of each line using the
|
|
3467 numbers 1 through 9, then zero, and then letters starting with A,
|
|
3468 but omitting the letters that are already in use for the fixed
|
|
3469 menu items at the top of the buffers menu. To facilitate adding
|
|
3470 accelerators of this kind, I created some new functions
|
|
3471 (*-accelerator-spec), which are also being used by other filters
|
|
3472 that auto generate lists of things such as ftp sites to download
|
|
3473 packages. If people really don't like these accelerators
|
|
3474 appearing at the beginning of the menu items, a variable can be
|
|
3475 added to optionally turn them off, but I think this is rather
|
|
3476 pointless because other menu items have accelerators and many or
|
|
3477 most of the menu users will use the accelerators if the support is
|
|
3478 there.
|
|
3479
|
|
3480 b) I combined the top level Tools and Apps menus into a single
|
|
3481 Tools menu, because the distinction between the two is not
|
|
3482 obvious, and the items on the menus are not used often enough that
|
444
|
3483 putting some of them onto submenus is a problem.
|
442
|
3484
|
|
3485 c) I created two new top level menus called View and Cmds because
|
|
3486 there were too many items on the File and Edit menus, and I'm going
|
|
3487 to be adding more items to these menus. In contrast to the Tools
|
|
3488 menu, the items on these menus may be used quite often during an
|
|
3489 editing session, and so should be available with fewer
|
444
|
3490 keystrokes.
|
442
|
3491
|
|
3492 d) I added a number of options to the options menu, including one
|
|
3493 for controlling whether the alt key can be used to traverse to
|
|
3494 menu items using the accelerators, one for controlling behavior of
|
|
3495 control-k, one for controlling how the kill and yank functions
|
|
3496 interact with the clipboard, a few additional buffers-menu
|
|
3497 options, and various other things. I also did a bit of
|
|
3498 rearranging, for example, combining the keyboard and mouse options
|
|
3499 into a single keyboard and mouse submenu to facilitate the
|
444
|
3500 accelerators on that level.
|
442
|
3501
|
|
3502 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
3503 to take two arguments instead of one, the second argument being
|
|
3504 the line number for use in creating an accelerator. I added a
|
|
3505 hack to support existing functions with one argument (although I
|
444
|
3506 doubt that very many of these exist), for backward compatibility.
|
442
|
3507
|
|
3508 f) I moved the top level mule menu to be a submenu of the edit
|
|
3509 menu. I think that most of the items on this menu are fairly
|
|
3510 useless and there are certainly not enough frequently used items
|
444
|
3511 to justify this being its own top level menu.
|
442
|
3512
|
|
3513 g) I combined most of the items in big-menubar.el into the main menu.
|
|
3514 If people think the main menu is too big, it would be possible to
|
|
3515 create different configurations, some smaller.
|
|
3516
|
|
3517 * menubar.el (check-menu-syntax):
|
|
3518 Deleted some syntax checks that were no longer valid, partly
|
|
3519 because of changes that were already made a long time ago, and
|
|
3520 partly because of a change I made where I allow the name of the
|
|
3521 menu item to be an evaluated expression rather than just a string,
|
|
3522 similar to all of the other parameters of a menu item.
|
|
3523
|
|
3524 * minibuf.el:
|
|
3525 * minibuf.el (read-file-name-1):
|
|
3526 * minibuf.el (mouse-read-file-name-1):
|
|
3527 I made a number of changes to improve the appearance
|
|
3528 and functioning of the file dialog box. They include:
|
|
3529
|
|
3530 a) Fixing the problem where closing the dialog box by clicking on
|
|
3531 the close button of the window didn't properly exit the
|
444
|
3532 minibuffer.
|
442
|
3533
|
|
3534 b) Fixing the problem that if you typed part of a file name, and
|
|
3535 then clicked on a completion with the mouse, the file was not
|
444
|
3536 correctly selected.
|
442
|
3537
|
|
3538 c) Changing the title of the dialog box to reflect the operation
|
|
3539 being done in accordance with user interface conventions, rather
|
444
|
3540 than the name of the dialog box buffer, which is rather useless.
|
442
|
3541
|
|
3542 d) Remove the words "possible completions are" which didn't
|
444
|
3543 belong.
|
442
|
3544
|
|
3545 e) Fix things so that the completions scroll off the end of the
|
|
3546 completions windows only to the right, rather than both to the
|
|
3547 right and down, which is in accordance with Windows user interface
|
444
|
3548 conventions.
|
442
|
3549
|
|
3550 * msw-init.el (init-post-mswindows-win):
|
|
3551 Added a binding for meta-F4, which is the standard windows binding
|
|
3552 for exiting a program.
|
|
3553
|
|
3554 * select.el (get-selection-no-error):
|
|
3555 * select.el (own-selection):
|
|
3556 * select.el (own-clipboard):
|
|
3557 Added an optional argument called append to the functions
|
|
3558 own-selection and own-clipboard. This adds support for appending
|
|
3559 text to the existing selection and allows the function
|
|
3560 own-clipboard to be used as the value of the variable
|
|
3561 interprogram- cut-function.
|
|
3562
|
|
3563 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
3564
|
|
3565 * simple.el (historical-kill-line): New.
|
|
3566
|
|
3567 * simple.el (kill-line):
|
|
3568 * simple.el (interprogram-cut-function):
|
|
3569 * simple.el (interprogram-paste-function):
|
|
3570 * simple.el (handle-pre-motion-command):
|
|
3571 * simple.el (next-line):
|
|
3572 * simple.el (previous-line):
|
|
3573 a) Expanded the variable kill-whole-line, so that function
|
|
3574 kill-line can be set to delete the entire line always, not just
|
|
3575 when cursor is at the beginning of the line. This is controlled
|
|
3576 by setting the variable kill-whole-line to the symbol 'always.
|
|
3577 This behavior, as well as the existing kill-whole-line behavior,
|
|
3578 now only take effect when kill-line is called interactively,
|
|
3579 although this is a departure from a previous behavior in the case
|
|
3580 of setting this variable kill-whole-line to t. It is almost
|
|
3581 certainly what has always been intended, and most likely the old
|
|
3582 way of doing things introduced bugs. I also created a function
|
|
3583 called historical-kill-line, which ignores the kill-whole-line
|
|
3584 setting and always gives the historical behavior of only killing
|
|
3585 to the end of the line. I bound this function to shift- control-k
|
|
3586 so that the kill to end of line behavior is available, even when
|
|
3587 kill-whole-line has been set to change control-k into the simple
|
|
3588 delete-whole-line behavior. (This can be set using the options
|
|
3589 menu.)
|
|
3590
|
|
3591 b) I changed things so that kill and yank now interact with the
|
|
3592 clipboard by default under windows. This was done by changing the
|
|
3593 default value of interprogram-cut- function and
|
|
3594 interprogram-paste-function. You can get the old behavior by
|
|
3595 setting these to nil, and there is an option on the options menu
|
|
3596 to do this.
|
|
3597
|
|
3598 c) I added support for selecting text using shifted motion keys.
|
|
3599 This support is on by default and can be controlled by the
|
|
3600 variable shifted-motion-keys-select-region. There is also a
|
|
3601 variable called unshifted-motion-keys-deselect-region that
|
|
3602 controls more specifically how the shifted motion key behavior
|
|
3603 works. I did not put an option on the options menu to turn this
|
|
3604 off, because I can't imagine why this would be useful.
|
|
3605
|
|
3606 * simple.el (forward-block-of-lines):
|
|
3607 * simple.el (backward-block-of-lines):
|
|
3608 * simple.el (block-movement-size):
|
|
3609 New.
|
|
3610
|
|
3611 * simple.el (uncapitalized-title-words):
|
|
3612 * simple.el (uncapitalized-title-word-regexp):
|
|
3613 * simple.el (capitalize-string-as-title):
|
|
3614 * simple.el (capitalize-region-as-title):
|
|
3615 New.
|
444
|
3616
|
442
|
3617
|
|
3618 * subr.el (add-hook):
|
|
3619 * subr.el (make-local-hook): New.
|
|
3620 * subr.el (remove-local-hook): New.
|
|
3621 * subr.el (add-one-shot-hook): New.
|
|
3622 * subr.el (add-local-one-shot-hook): New.
|
|
3623 Added some functions to make using hooks easier.
|
|
3624 These include:
|
|
3625
|
|
3626 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
3627 to use local hooks.
|
|
3628
|
|
3629 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
3630 make it possible to add a "one-shot" hook, which is to say a hook
|
|
3631 that runs only once, and automatically removes itself after the
|
|
3632 first time it has run.
|
|
3633
|
|
3634 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
3635
|
|
3636 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
3637
|
|
3638 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3639
|
|
3640 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
3641 Moved from menubar-items.el.
|
|
3642 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
3643
|
|
3644 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
3645
|
|
3646 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
3647 to buffers tab spec.
|
|
3648
|
|
3649 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3650
|
|
3651 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
3652
|
|
3653 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
3654
|
|
3655 * startup.el (command-line-1): remove unused variable
|
|
3656 `first-file-buffer'.
|
|
3657
|
|
3658 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3659
|
|
3660 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
3661 which is also used for Web server log files.
|
|
3662
|
|
3663 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
3664
|
|
3665 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
3666
|
|
3667 2000-03-02 SL Baur <steve@beopen.com>
|
|
3668
|
|
3669 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
3670 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
3671 non-deletion of buffer after execution problem.
|
|
3672 (with-output-to-string): Use unique buffer name.
|
|
3673
|
|
3674 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
3675
|
|
3676 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
3677 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
3678
|
|
3679 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
3680
|
|
3681 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
3682
|
|
3683 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
3684
|
|
3685 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
3686 .emacs" button from all menubars.
|
|
3687
|
|
3688 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
3689
|
|
3690 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
3691 region rectangle replacement (from Jan Vroonhof).
|
|
3692 (replace-rectangle): new function.
|
|
3693
|
|
3694 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3695
|
|
3696 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
3697 set-terminal-coding-system and set-keyboard-coding-system.
|
|
3698 * coding.el (set-terminal-coding-system): Use
|
|
3699 set-console-tty-output-coding-system.
|
|
3700 (set-keyboard-coding-system): Use
|
|
3701 set-console-tty-input-coding-system.
|
|
3702
|
|
3703 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3704
|
|
3705 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
3706
|
|
3707 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
3708
|
|
3709 * gutter-items.el (update-tab-hook): new function to be used for
|
|
3710 hooks.
|
|
3711 (create-frame-hook): add update-tab-hook.
|
|
3712 (record-buffer-hook): ditto.
|
|
3713 (default-gutter-position-changed): ditto.
|
|
3714 (default-gutter-position): updating the buffers tab is now handled
|
|
3715 by a hook.
|
|
3716 (default-gutter-position-changed-hook): new variable.
|
|
3717 (gutter-element-visibility-changed-hook): ditto.
|
|
3718 (set-gutter-element-visible-p): call it.
|
|
3719 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
3720 as duplicable before using.
|
|
3721 (remove-gutter-element): ditto.
|
|
3722 (set-gutter-element-visible-p): ditto.
|
|
3723 (init-gutter): new function.
|
|
3724 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
3725 setting specifiers directly.
|
|
3726 (clear-progress): ditto.
|
|
3727 (abort-progress): ditto.
|
|
3728 (gutter-buffers-tab-visible-p): renamed from
|
|
3729 default-gutter-visible-p
|
|
3730
|
|
3731 * specifier.el (modify-specifier-instances): new function from Jan
|
|
3732 Vroonhof.
|
|
3733
|
|
3734 * x-init.el (init-post-x-win): call init-gutter.
|
|
3735
|
|
3736 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
3737
|
|
3738 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
3739 variables.
|
|
3740
|
|
3741 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
3742
|
|
3743 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
3744 elements to the specified gutter.
|
|
3745 (remove-gutter-element): new function. Remove gutter elements from
|
|
3746 the specified gutter.
|
|
3747 (set-gutter-element-visible-p): new function. Set gutter element
|
|
3748 visibility for the provided gutter-visible specifier.
|
|
3749
|
|
3750 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
3751
|
|
3752 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
3753 dynamically.
|
|
3754
|
|
3755 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
3756
|
|
3757 * gutter-items.el (add-tab-to-gutter):
|
|
3758 * package-get.el (package-get-interactive-package-query):
|
|
3759 * package-ui.el (pui-directory-exists):
|
|
3760 (pui-install-selected-packages):
|
|
3761 (pui-list-packages):
|
|
3762 Use #'(lambda ...) instead of '(lambda ...).
|
|
3763
|
|
3764 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
3765
|
|
3766 * startup.el (load-user-init-file): Check to make sure user
|
|
3767 has an init-file before calling load().
|
|
3768
|
|
3769 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3770
|
|
3771 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
3772
|
|
3773 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
3774
|
|
3775 * XEmacs 21.2.31 is released.
|
|
3776
|
|
3777 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
3778
|
|
3779 * loadup.el (really-early-error-handler):
|
|
3780 * update-elc.el:
|
|
3781 * make-docfile.el:
|
|
3782 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
3783
|
|
3784 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
3785
|
|
3786 * XEmacs 21.2.30 is released.
|
|
3787
|
|
3788 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
3789
|
|
3790 * byte-optimize.el (byte-optimize-plus):
|
|
3791 (byte-optimize-minus):
|
|
3792 (byte-optimize-multiply):
|
|
3793 Optimize (- 0) to 0, not (-)
|
|
3794 Optimize (+ 5 3.0) to 8.0
|
|
3795 Optimize (* 5 3.0) to 15.0
|
|
3796 Improve readability.
|
|
3797
|
|
3798 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3799
|
|
3800 * modeline.el: (modeline-scrolling-method): change modeline
|
|
3801 mswindows cursor appearance according to the value.
|
|
3802
|
|
3803 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
3804 and 'gui-element face colors and 'gui-element face font to Windows
|
|
3805 defaults.
|
|
3806
|
|
3807 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
3808
|
|
3809 * font-lock.el: Javadoc enhancements
|
|
3810
|
|
3811 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3812
|
|
3813 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
3814 (ldap-verbose): New option
|
|
3815 (ldap-search-entries): Renamed from the previous ldap-search
|
|
3816 Conditionalize message display on ldap-verbose
|
|
3817 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
3818 defuns
|
|
3819 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
3820 ldap-search-basic or ldap-search-entries
|
|
3821
|
|
3822
|
|
3823 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
3824 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
3825 Jan Vroonhof <jan@xemacs.org>
|
|
3826
|
|
3827 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
3828 When for-effect is true, didn't call `byte-optimize-form'
|
|
3829 in and/or subforms without last.
|
|
3830
|
|
3831 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3832
|
|
3833 * package-get.el (package-get-download-sites): Use correct custom
|
|
3834 type.
|
|
3835
|
|
3836 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3837
|
|
3838 * files.el (write-file): Ask for coding system when compiled with
|
|
3839 file-coding.
|
|
3840
|
|
3841 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
3842
|
|
3843 * buffer.el (switch-to-buffer): give norecord argument to
|
|
3844 set-window-buffer instead of explicitly recording.
|
|
3845
|
|
3846 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
3847 we have to pick a window.
|
|
3848
|
|
3849 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3850
|
|
3851 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
3852 unexist function to help-map.
|
|
3853 (describe-coding-system): Don't use already assigend `C'.
|
|
3854
|
|
3855 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3856
|
|
3857 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
3858 work in custom.
|
|
3859
|
|
3860 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
3861
|
|
3862 * about.el: Ienaga's e-mail address change.
|
|
3863
|
|
3864 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
3865
|
|
3866 * etags.el (find-tag): force new window -- even if buf already
|
|
3867 visible -- when other-window is t
|
|
3868
|
|
3869 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
3870
|
|
3871 * XEmacs 21.2.29 is released.
|
|
3872
|
|
3873 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
3874
|
|
3875 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
3876 just defalias it.
|
|
3877 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
3878 byte-compiler level, using define-compiler-macro.
|
|
3879
|
|
3880 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
3881
|
|
3882 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
3883
|
|
3884 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3885
|
|
3886 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
3887 a regular expression that matches against the tagname
|
|
3888 part of the tag entry first instead of only looking in
|
|
3889 the context area.
|
|
3890
|
|
3891 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
3892
|
|
3893 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
3894 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
3895
|
440
|
3896 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3897
|
|
3898 * XEmacs 21.2.28 is released.
|
|
3899
|
|
3900 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
3901
|
|
3902 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
3903 Make arglist match docstring.
|
|
3904 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
3905 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
3906 * byte-optimize.el: remove references to `get*'.
|
|
3907
|
|
3908 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
3909
|
|
3910 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
3911
|
|
3912 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
3913
|
|
3914 * byte-optimize.el: Byte-optimize (length "foo")
|
|
3915
|
|
3916 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
3917
|
|
3918 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
3919 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
3920
|
|
3921 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3922
|
|
3923 * wid-edit.el (widget-match-inline): An atom never matches a
|
442
|
3924 list.
|
440
|
3925
|
|
3926 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3927
|
|
3928 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
3929 'win tag.
|
|
3930
|
|
3931 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3932
|
|
3933 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
3934 intelligent about buffer naming when we have duplicates.
|
|
3935
|
|
3936 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
3937
|
|
3938 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
3939 updated when it becomes visible.
|
|
3940
|
|
3941 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3942
|
|
3943 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
3944 system under MULE and file-coding.
|
|
3945
|
|
3946 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
3947
|
442
|
3948 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
3949 (dontusethis-set-value-terminal-coding-system-handler):
|
|
3950 (dontusethis-set-value-keyboard-coding-system-handler):
|
440
|
3951 Never undefine coding system aliases. Emergency fix for gnus.
|
|
3952
|
|
3953 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3954
|
|
3955 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
3956 of hard-coded "/".
|
|
3957
|
|
3958 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3959
|
|
3960 * startup.el (user-init-file-base-list): New variable, replacing
|
|
3961 user-init-file-base.
|
|
3962 (find-user-init-file): New function.
|
|
3963 (command-line-early): Use it.
|
|
3964 (load-user-init-file): Ditto.
|
|
3965
|
|
3966 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3967
|
|
3968 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
3969 calling valid-image-instantiator-format-p
|
|
3970
|
|
3971 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3972
|
|
3973 * isearch-mode.el (isearch-mode): The variable is
|
|
3974 isearch-unhidden-extents, not isearch-opened-extents.
|
|
3975
|
|
3976 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3977
|
|
3978 * minibuf.el (next-history-element): Modify error message if a
|
|
3979 default value is available.
|
|
3980
|
|
3981 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
3982
|
|
3983 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
3984 .elc files in binary - might contain non-Latin1.
|
|
3985
|
|
3986 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3987
|
|
3988 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
3989 for windows-nt.
|
|
3990
|
442
|
3991 * version.el:
|
|
3992 * startup.el (user-init-file-base):
|
|
3993 * process.el (call-process-region):
|
|
3994 * files.el (make-backup-file-name):
|
|
3995 (backup-file-name-p):
|
|
3996 (file-relative-name):
|
|
3997 (abbreviate-file-name):
|
|
3998 (set-auto-mode):
|
440
|
3999 * code-process.el (call-process-region): Removed unnecessary
|
|
4000 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
4001 support out of the universe.
|
|
4002
|
|
4003 * process.el:
|
442
|
4004 * code-process.el:
|
440
|
4005 * bytecomp.el (byte-compile-file): Removed reference to
|
|
4006 buffer-file-type, and commented usage of binary-process-output
|
|
4007 NTEmacs variables.
|
|
4008
|
|
4009 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4010
|
|
4011 * help.el (function-arglist): Add case for macro.
|
|
4012
|
|
4013 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4014
|
|
4015 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
4016 printers.
|
|
4017 (custom-display): Added a menu for printer/display tags.
|
|
4018
|
|
4019 * frame.el (frame-type):
|
|
4020 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
4021 removed 'pc -- it is not going to be implemented ever.
|
|
4022 (call-device-method): Fixed docstring typo.
|
|
4023 Defined specifier tags 'printer and 'display.
|
|
4024
|
|
4025 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4026
|
|
4027 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
4028 last-command-event-time) instead of (consp
|
|
4029 'last-command-event-time).
|
|
4030
|
|
4031 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4032
|
|
4033 * msw-glyphs.el: Removed obsolete commentary.
|
|
4034
|
|
4035 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4036
|
|
4037 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
4038 better default value.
|
|
4039
|
|
4040 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4041
|
|
4042 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
4043 (read-string): Ditto.
|
|
4044 (eval-minibuffer): Ditto.
|
|
4045 (read-command): Ditto.
|
|
4046 (read-function): Ditto.
|
|
4047 (read-variable): Ditto.
|
|
4048 (read-number): Ditto.
|
|
4049 (read-shell-command): Ditto.
|
|
4050 (read-number): Record history.
|
|
4051
|
|
4052 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4053
|
|
4054 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
4055
|
|
4056 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4057
|
|
4058 * faces.el (startup-initialize-custom-faces): New function.
|
|
4059 Reset all faces created during auto-autoloads loading time
|
|
4060 by defface.
|
|
4061 * startup.el (command-line): Call it.
|
|
4062
|
|
4063 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4064
|
|
4065 * about.el (about-hackers): Add myself to contributors list.
|
|
4066
|
|
4067 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4068
|
|
4069 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
4070 a call to load-user-init-file, as the function managed to lose its
|
|
4071 formal parameter a few betas ago.
|
|
4072
|
438
|
4073 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
4074
|
|
4075 * XEmacs 21.2.27 is released.
|
|
4076
|
|
4077 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
4078
|
|
4079 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
4080 Make shell-command-to-string the standard function, and
|
|
4081 exec-to-string the (deprecated) alias.
|
|
4082
|
|
4083 * startup.el: typo fix.
|
|
4084
|
|
4085 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
4086
|
|
4087 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
4088
|
|
4089 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4090
|
|
4091 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
4092 buffers after visible buffers.
|
|
4093 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
4094
|
|
4095 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4096
|
|
4097 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
4098 followed by whitespace or right parenthesis.
|
|
4099
|
|
4100 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4101
|
|
4102 * info.el (Info-directory-list): Warn against using Customize with
|
|
4103 Info-directory-list.
|
|
4104
|
|
4105 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
4106
|
|
4107 * minibuf.el (read-file-name): doc fix.
|
|
4108
|
|
4109 * autoload.el (update-file-autoloads): doc fix.
|
|
4110
|
|
4111 * about.el (about-hackers): Change my E-mail address.
|
|
4112
|
|
4113 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
4114
|
|
4115 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
4116 read a filename in the standard way.
|
|
4117
|
|
4118 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
4119
|
|
4120 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
4121 (gutter-buffers-tab-extent): new variable.
|
|
4122 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
4123 orientation has changed.
|
|
4124 (add-tab-to-gutter): cope with different orientations.
|
|
4125
|
|
4126 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
4127
|
|
4128 * info.el (Info-following-node-name): backward-skip dots as well
|
|
4129 as spaces (dots at the end of a node name aren't part of it).
|
|
4130 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
4131 some in the node name.
|
|
4132 (Info-index): allow dots to be part of a node name.
|
|
4133
|
|
4134 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
4135
|
|
4136 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
4137 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
4138
|
|
4139 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4140
|
|
4141 * info.el (Info-search): Show default value.
|
|
4142
|
|
4143 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4144
|
|
4145 * info.el (Info-read-node-completion-table): New variable.
|
|
4146 (Info-read-node-name-1): New function.
|
|
4147 (Info-read-node-name): Use it.
|
|
4148 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
4149 (Info-menu): Ditto.
|
|
4150
|
|
4151 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4152
|
|
4153 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
4154 window configuration.
|
|
4155 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
4156 (hyper-apropos-read-variable-symbol): Ditto.
|
|
4157 (hyper-apropos-read-function-symbol): Ditto.
|
|
4158
|
|
4159 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4160
|
|
4161 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
4162 comint-exec-hook to use coding-system-for-read and
|
|
4163 coding-system-for-write so that C-x RET c works.
|
|
4164
|
|
4165 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4166
|
|
4167 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
4168 (previous-matching-history-element): Increment
|
|
4169 minibuffer-max-depth by 1.
|
|
4170 (next-matching-history-element): Ditto.
|
|
4171
|
|
4172 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
4173
|
|
4174 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
4175 tab.
|
|
4176 (buffers-tab-face): use it.
|
|
4177
|
|
4178 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
4179
|
|
4180 * modeline.el (modeline-scrolling-method): change modeline X
|
|
4181 cursor appearance according to the value.
|
|
4182
|
|
4183 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
4184
|
|
4185 * about.el (about-hackers): Moved my entry to contributor list.
|
|
4186 (xemacs-hackers): Added myself.
|
|
4187 (about-maintainer-info): Added description of myself.
|
|
4188
|
|
4189
|
|
4190 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
4191
|
|
4192 * modeline.el (modeline-scrolling-method): new variable.
|
|
4193 (mouse-drag-modeline): add reference to it in the docstring.
|
|
4194 (mouse-drag-modeline): handle it.
|
|
4195
|
|
4196 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
4197
|
|
4198 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
4199 calls.
|
|
4200 (remove-buffer-from-gutter-tab): ditto.
|
|
4201
|
|
4202 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
4203
|
|
4204 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
4205 (custom-face-edit): Fix grammatical error in help message.
|
|
4206
|
|
4207 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
4208
|
|
4209 * movemail.el: Added.
|
|
4210
|
|
4211 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
4212
|
|
4213 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
4214
|
|
4215 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
4216 the modeline horizontal scrolling facility.
|
|
4217
|
436
|
4218 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
4219
|
|
4220 * XEmacs 21.2.26 is released.
|
|
4221
|
|
4222 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
4223
|
|
4224 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
4225 does not agree with native widgets which can only be displayed
|
|
4226 once per window. The reasons for caching are diminished now that
|
|
4227 we don't hog resources when creating buttons.
|
|
4228 (widget-push-button-cache) deleted.
|
|
4229
|
434
|
4230 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
4231
|
|
4232 * XEmacs 21.2.25 is released.
|
|
4233
|
|
4234 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4235
|
|
4236 * hyper-apropos.el (hyper-apropos): Toggle
|
|
4237 hyper-apropos-programming-apropos correctly.
|
|
4238 Set REGEXP when user accepts default value.
|
|
4239
|
|
4240 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4241
|
|
4242 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
4243 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
4244
|
|
4245 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4246
|
|
4247 * mule/mule-category.el (undefined-category-designator):
|
|
4248 Return char instead of character. Search for undefined one.
|
|
4249 (describe-category): Use with-displaying-help-buffer.
|
|
4250
|
|
4251 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
4252
|
438
|
4253 * byte-optimize.el (byte-optimize-plus):
|
434
|
4254 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
4255
|
|
4256 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
4257
|
|
4258 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
4259
|
|
4260 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
4261 Remove performance penalty for using (char-before) instead of (char-after).
|
|
4262
|
|
4263 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4264
|
|
4265 * mule/mule-category.el (char-category-list): Return character
|
|
4266 instead of integer.
|
|
4267
|
|
4268 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4269
|
|
4270 * minibuf.el (read-buffer): Check default is buffer object.
|
|
4271
|
|
4272 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
4273
|
|
4274 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
4275 for buttons.
|
|
4276
|
|
4277 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
4278
|
|
4279 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
4280 Patch by Jeff Miller <jmiller@smart.net>.
|
|
4281
|
|
4282 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
4283
|
438
|
4284 * gnuserv.el (gnuserv-process-filter): don't call
|
434
|
4285 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
4286
|
432
|
4287 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
4288
|
|
4289 * XEmacs 21.2.24 is released.
|
|
4290
|
|
4291 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
4292
|
|
4293 * about.el (about-hackers): Update my email address.
|
|
4294
|
430
|
4295 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
4296
|
|
4297 * XEmacs 21.2.23 is released.
|
|
4298
|
|
4299 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
4300
|
|
4301 * package-get.el (package-get-download-sites): Removed several
|
|
4302 defunct download sites, added many new ones, and corrected a few
|
|
4303 incorrect directory-on-site entries. Added physical locations to
|
|
4304 site-description.
|
|
4305
|
|
4306 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
4307
|
|
4308 * finder.el (finder-commentary): add DOC string and fix
|
|
4309 interactive spec
|
|
4310
|
|
4311 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4312
|
|
4313 * help.el (describe-function): Don't forget to intern the string
|
|
4314 completing-read returns.
|
|
4315 (describe-variable): Ditto.
|
|
4316
|
434
|
4317 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
430
|
4318
|
|
4319 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
4320 `hyper-apropos-help-mode' here to find symbol to customize
|
|
4321 irregardless of cursor position and simplify
|
|
4322 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
4323 `hyper-apropos-popup-menu'.
|
|
4324
|
|
4325 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4326
|
|
4327 * apropos.el (apropos-mode-map): Add return to call
|
|
4328 apropos-follow.
|
|
4329 (apropos-print): Call apropos-mode to have better
|
|
4330 command reference. Put keymap text-poperty to
|
|
4331 symbole name.
|
|
4332
|
|
4333 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
4334
|
|
4335 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
4336 the extents at point.
|
|
4337
|
|
4338 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
4339
|
|
4340 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
4341 save-match-data
|
|
4342
|
|
4343 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4344
|
|
4345 * help.el (describe-function): Use the DEFAULT argument to
|
|
4346 completing-read.
|
|
4347 (describe-variable): Ditto.
|
|
4348
|
|
4349 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4350
|
|
4351 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
4352 DEFAULT to have better mini-buffer history support.
|
|
4353 (completing-read): Pass default to read-from-minibuffer.
|
|
4354 (read-buffer): Pass default to completing-read.
|
|
4355
|
|
4356 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4357
|
|
4358 * font-lock.el (font-lock-doc-string-face): Document the
|
|
4359 `font-lock-lisp-like' property.
|
|
4360
|
|
4361 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4362
|
|
4363 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
4364
|
|
4365 * font-lock.el (font-lock-lisp-like): New function.
|
|
4366 (font-lock-fontify-syntactically-region): Use it.
|
|
4367
|
428
|
4368 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4369
|
|
4370 * XEmacs 21.2.22 is released
|
|
4371
|
|
4372 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
4373
|
|
4374 * XEmacs 21.2.21 is released.
|
|
4375
|
|
4376 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4377
|
|
4378 * minibuf.el (read-coding-system): Accept symbol and
|
|
4379 coding-system object as a default-coding-system.
|
|
4380
|
|
4381 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4382
|
|
4383 * minibuf.el (read-coding-system): Accept symbol as
|
|
4384 a default-coding-system.
|
|
4385
|
|
4386 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4387
|
|
4388 * apropos.el (apropos-documentation): Use insert instead
|
|
4389 of princ.
|
|
4390
|
|
4391 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
4392
|
|
4393 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
4394 for the linux console.
|
|
4395
|
|
4396 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
4397 stuff to work when you are not on a window system, since the GPM
|
|
4398 mouse support now allows pasting from outside of XEmacs.
|
|
4399
|
|
4400 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4401
|
|
4402 * XEmacs 21.2.20 is released
|
|
4403
|
|
4404 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4405
|
|
4406 * setup-paths.el (paths-default-info-directories): Add
|
|
4407 /usr/share/info and /usr/local/share/info.
|
|
4408
|
|
4409 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4410
|
|
4411 * about.el: Updated Vladimir Ivanovic's info.
|
|
4412
|
|
4413 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
4414
|
|
4415 * auto-show.el (auto-show-truncationp): Remove.
|
|
4416
|
|
4417 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
4418
|
|
4419 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
4420
|
|
4421 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
4422 with tab if column is multiple of tab-width
|
|
4423 From dhn@qedinc.com
|
|
4424
|
|
4425 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
4426
|
|
4427 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
4428 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
4429
|
|
4430 * package-get.el (package-get-package-provider): Be verbose when
|
|
4431 interactive. Patch from Robert Pluim
|
|
4432
|
|
4433 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
4434
|
|
4435 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
4436 info file suffixes.
|
|
4437
|
|
4438 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
4439
|
|
4440 * process.el (open-network-stream): Add a new optional parameter
|
|
4441 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
4442 in docstring for udp programming.
|
|
4443
|
|
4444 * code-process.el (open-network-stream): Add a new optional
|
|
4445 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
4446 explanation in docstring for udp programming.
|
|
4447
|
|
4448 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
4449
|
|
4450 * gui.el (make-gui-button): be more precise about how we call
|
|
4451 callbacks.
|
|
4452
|
|
4453 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
4454 of native gui-button.
|
|
4455
|
|
4456 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4457
|
|
4458 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
4459
|
|
4460 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
4461
|
|
4462 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
4463 abort status.
|
|
4464 (append-progress): dispatch-event rather than sit-for.
|
|
4465 (abort-progress): new function. Show the abort glyph with an
|
|
4466 appropriate message.
|
|
4467 (raw-append-progress): dispatch-event rather than sit-for.
|
|
4468 (display-progress): cope with aborts.
|
|
4469
|
|
4470 * gui.el (make-gui-button): Use native widgets for buttons
|
|
4471 unconditionally.
|
|
4472 (insert-gui-button): ditto.
|
|
4473 (gui-button-p): ditto.
|
|
4474
|
|
4475 * xbm-button.el: remove from core.
|
|
4476
|
|
4477 * xpm-button.el: remove from core.
|
|
4478
|
|
4479 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
4480
|
|
4481 * faces.el (init-device-faces): Don't initialize the random faces
|
|
4482 on the stream device.
|
|
4483
|
|
4484 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
4485
|
438
|
4486 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
428
|
4487
|
434
|
4488 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
428
|
4489
|
|
4490 * package-get.el (package-get-download-menu): Make menu really
|
|
4491 toggle download sites.
|
|
4492 (package-get-download-sites): Add autoload cookie.
|
|
4493
|
|
4494 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
4495
|
|
4496 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
4497
|
|
4498 1999-09-29 Werner Fink <werner@suse.de>
|
|
4499
|
|
4500 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
4501 parameter for environment.
|
|
4502
|
|
4503 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
4504
|
438
|
4505 * modeline.el (modeline-format):
|
|
4506 Only purecopy the strings. Else
|
428
|
4507 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
4508 barfs.
|
|
4509
|
|
4510 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
4511
|
|
4512 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
4513 user setting comint-completion-addsuffix and
|
|
4514 comint-process-echoes.
|
|
4515
|
|
4516 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
4517
|
|
4518 * gutter-items.el (update-tab-in-gutter): use
|
|
4519 last-nonminibuf-window instead of selected-window.
|
|
4520
|
|
4521 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
4522
|
|
4523 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
4524 display on.
|
|
4525
|
|
4526 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
4527 some documentation.
|
|
4528
|
|
4529 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
4530
|
|
4531 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
4532 gutter is visible.
|
|
4533 (remove-buffer-from-gutter-tab): ditto.
|
|
4534
|
|
4535 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
4536
|
|
4537 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
4538 processing.
|
|
4539
|
|
4540 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
4541
|
|
4542 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
4543 highlighting extents a high priority.
|
|
4544 (isearch-make-extent): Give the main highlighting extent an even
|
|
4545 higher priority.
|
|
4546
|
|
4547 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
4548
|
|
4549 * packages.el (packages-compute-package-locations): Fix typo from
|
|
4550 -u rationalization.
|
|
4551
|
|
4552 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
4553
|
|
4554 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
4555 `configure-doc-directory.'
|
|
4556
|
|
4557 * find-paths.el (paths-find-architecture-directory): Give
|
|
4558 precendence `default' argument (which typically comes from
|
|
4559 configure).
|
|
4560
|
|
4561 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
4562
|
|
4563 * startup.el (command-line-early): Added options -user-init-file
|
|
4564 and -user-init-directory.
|
|
4565
|
|
4566 * files.el (user-init-file): Default to NIL so we can recognize
|
|
4567 when it's set.
|
|
4568
|
|
4569 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
4570
|
438
|
4571 * obsolete.el (init-file-user):
|
|
4572 * startup.el:
|
|
4573 * packages.el (packages-compute-package-locations):
|
|
4574 * package-get.el (package-get-user-index-filename):
|
|
4575 * menubar-items.el (maybe-add-init-button):
|
|
4576 * info.el (Info-annotations-path):
|
|
4577 * dump-paths.el:
|
428
|
4578 Change `user-init-directory' to be an absolute path.
|
|
4579 Use `user-init-directory' where appropriate.
|
|
4580 Zap `init-file-user' and its uses.
|
|
4581
|
|
4582 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
4583
|
|
4584 * subr.el (copy-symbol): New function.
|
|
4585
|
|
4586 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
4587
|
|
4588 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
4589 extents in the proper buffer.
|
|
4590 (isearch-pre-command-hook): Set this-command to the correct value
|
|
4591 in case the buffer has changed and old overriding-local-map was
|
|
4592 used.
|
|
4593 (isearch-restore-extent): Use remprop instead of setting the
|
|
4594 property to nil.
|
|
4595
|
|
4596 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
4597
|
|
4598 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
4599 before the delay.
|
|
4600 (execute-extended-command): Make the message gettext-friendly.
|
|
4601
|
|
4602 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
4603
|
|
4604 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
4605 progress-glyph.
|
|
4606 (progress-text-glyph): new variable.
|
|
4607 (progress-layout-glyph): use layouts and text glyphs.
|
|
4608 (progress-area-buffer): removed.
|
|
4609 (progress-text-and-extent): new variable.
|
|
4610 (progress-displayed-p): dynamically create gutter area buffer.
|
|
4611 (clear-progress): ditto.
|
|
4612 (raw-append-progress): ditto.
|
|
4613 (append-progress): use new glyph names.
|
|
4614 (raw-append-progress): only create the extent when needed. set
|
|
4615 properties more optimally.
|
|
4616 (progress): remove args.
|
|
4617
|
|
4618 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
4619
|
|
4620 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
4621 mapcar where the return value is unused.
|
|
4622 (isearch-restore-invisible-extents): Ditto.
|
|
4623 (isearch-highlight-all-cleanup): Ditto.
|
|
4624 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
4625 (isearch-highlight-all-update): Don't start over if the search
|
|
4626 string has changed and more input is pending.
|
|
4627
|
|
4628 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
4629
|
|
4630 * packages.el (packages-find-package-data-path): Ditto.
|
|
4631
|
|
4632 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
4633
|
|
4634 * subr.el (mapc-internal): Don't make obsolete.
|
|
4635
|
|
4636 * cl-extra.el (mapc): Resurrect.
|
|
4637
|
|
4638 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
4639
|
438
|
4640 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
428
|
4641 alias.
|
|
4642
|
|
4643 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
4644 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
4645 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
4646 x-get-clipboard.
|
|
4647 (isearch-yank-selection): Fix docstring.
|
|
4648
|
|
4649 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
4650
|
|
4651 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
4652
|
|
4653 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
4654
|
|
4655 * cl-macs.el (extent-start-position): Fix setf method.
|
|
4656 (extent-end-position): Ditto.
|
|
4657
|
|
4658 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
4659
|
|
4660 * isearch-mode.el: End merge with FSF 20.4.
|
|
4661
|
|
4662 * isearch-mode.el (search-invisible): New variable.
|
|
4663 (isearch-hide-immediately): Ditto.
|
|
4664 (isearch-unhidden-extents): Ditto.
|
|
4665 (isearch-range-invisible): New function.
|
|
4666 (isearch-unhide-extent): Ditto.
|
|
4667 (isearch-restore-invisible-extents): Ditto.
|
|
4668 (isearch-restore-extent): Ditto.
|
|
4669
|
|
4670 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
4671 implementation.
|
|
4672 (isearch-ring-retreat-edit): Ditto.
|
|
4673 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
4674 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
4675 NO-RECURSIVE-EDIT.
|
|
4676 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
4677 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
4678 NO-RECURSIVE-EDIT.
|
|
4679 (isearch-mode): Return isearch-success.
|
|
4680 (isearch-update): Use unread-command-events instead of
|
|
4681 unread-command-event.
|
|
4682 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
4683 states.
|
|
4684 (isearch-*-char): Use FSF implementation.
|
|
4685 (isearch-whitespace-chars): Use the more robust FSF's
|
|
4686 implementation.
|
|
4687 (isearch-within-brackets): New variable.
|
|
4688 (isearch-mode): Initialize it.
|
|
4689 (isearch-edit-string): Bind it.
|
|
4690 (isearch-search-and-update): Set it.
|
|
4691 (isearch-push-state): Push it.
|
|
4692 (isearch-top-state): Pop it.
|
|
4693 (isearch-search): Set it.
|
|
4694 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
4695 handle M-SPC gracefully.
|
|
4696 (isearch-message-prefix): New argument ELLIPSIS.
|
|
4697 (isearch-message-suffix): Ditto.
|
|
4698 (isearch-message): Use the ELLIPSIS argument when calling
|
|
4699 isearch-message-prefix and isearch-message-suffix.
|
|
4700 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
4701 "overwrapped" search, FWIW.
|
|
4702
|
|
4703 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4704
|
|
4705 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
4706 search ring instead of search-last-string and search-last-regexp.
|
|
4707 (search-highlight): Renamed from isearch-highlight.
|
|
4708 (isearch-exit): Use the new name.
|
|
4709 (isearch-highlight): Ditto.
|
|
4710 (isearch-dehighlight): Ditto.
|
|
4711 (isearch-update-ring): New function.
|
|
4712 (isearch-done): Call it.
|
|
4713 (isearch-done): New argument EDIT.
|
438
|
4714 (isearch-repeat): If search string is empty, look up at the car of
|
428
|
4715 the search ring; ignore the yank pointer.
|
|
4716 (isearch-abort): Call isearch-done with NOPUSH.
|
|
4717 (isearch-cancel): New function.
|
|
4718 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
4719
|
|
4720 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
4721
|
|
4722 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
4723
|
|
4724 * x-select.el (x-get-clipboard): obsolete.
|
|
4725 (x-yank-clipboard-selection): obsolete
|
|
4726
|
|
4727 * select.el (disown-selection): need to be careful to disown the
|
|
4728 clipboard if we set it via selection.
|
|
4729 (get-clipboard): move from x-select.el
|
|
4730 (yank-clipboard-selection): ditto.
|
|
4731
|
|
4732 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4733
|
|
4734 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
4735 isearch-highlight-all-matches to nil.
|
|
4736 (isearch-fixed-case): New variable.
|
|
4737 (isearch-mode): Initialize it.
|
|
4738 (isearch-edit-string): Save it.
|
|
4739 (isearch-toggle-case-fold): Set it.
|
|
4740 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
4741 need to check isearch-fixed-case.
|
|
4742 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
4743 before the pause.
|
438
|
4744 (isearch-edit-string):
|
428
|
4745
|
|
4746 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4747
|
|
4748 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
4749 before reading the event so that the prompt is displayed properly.
|
|
4750 (isearch-message): Use isearch-nonincremental when calling
|
|
4751 isearch-message-prefix.
|
|
4752 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
4753 M-p and M-n respectively.
|
|
4754 (isearch-done): New arg NOPUSH.
|
|
4755 (isearch-edit-string): Use it.
|
|
4756 (isearch-edit-string): Don't bind isearch-string.
|
|
4757 (isearch-ring-adjust): Edit string, *then* push state.
|
|
4758
|
|
4759 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
4760
|
|
4761 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
4762 different than default.
|
|
4763
|
|
4764 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4765
|
|
4766 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4767 save-excursion.
|
|
4768 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4769 (isearch-update): Call isearch-dehighlight without arguments.
|
|
4770 (isearch-done): Ditto.
|
|
4771
|
|
4772 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
4773 upper-case letters, allow the folding to be reenabled.
|
|
4774 Previously, once disabled, the folding would remain that way until
|
|
4775 the end of isearch.
|
|
4776 (isearch-top-state): Call isearch-fix-case.
|
|
4777
|
|
4778 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
4779 save-excursion.
|
|
4780 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
4781
|
|
4782 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
4783
|
|
4784 * xpm-button.el:
|
|
4785 xbm-button.el: Need to exist in core because gui.el depends on
|
|
4786 them.
|
|
4787
|
|
4788 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
4789
|
|
4790 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
4791 (buffers-tab-default-buffer-line-length): new specifier for
|
|
4792 maximum viewable characters.
|
|
4793 (progress-stack): new variable for implementing widget-based
|
|
4794 progress messages.
|
|
4795 (progress-area-buffer): ditto.
|
|
4796 (progress-glyph-height): ditto.
|
|
4797 (progress-stop-callback): ditto.
|
|
4798 (progress-quit-function): new function.
|
|
4799 (progress-glyph): new variable.
|
|
4800 (progress-layout-glyph): ditto.
|
|
4801 (progress-displayed-p): new function, see message-displayed-p for
|
|
4802 details.
|
|
4803 (clear-progress): ditto.
|
|
4804 (remove-progress): ditto.
|
|
4805 (append-progress): ditto.
|
|
4806 (raw-append-progress): ditto.
|
|
4807 (display-progress): ditto.
|
|
4808 (current-progress): ditto.
|
|
4809 (current-progress-label): ditto.
|
|
4810 (progress): ditto.
|
|
4811 (lprogress): ditto.
|
|
4812
|
|
4813
|
|
4814 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4815
|
|
4816 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
4817
|
|
4818 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
4819 `isearch-yank-selection'.
|
|
4820 (isearch-mode-map): Use it.
|
|
4821 (isearch-yank-selection): Use `get-selection' instead of
|
|
4822 `get-x-selection'.
|
|
4823
|
|
4824 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4825
|
|
4826 * faces.el (isearch-secondary): Create face here.
|
|
4827
|
438
|
4828 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
428
|
4829 timers.
|
|
4830
|
|
4831 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
4832
|
|
4833 * subr.el (buffer-string): More robust backward compatibility
|
|
4834 check, courtesy William Perry.
|
|
4835
|
|
4836 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
4837
|
|
4838 * replace.el (perform-replace): Stop the search after the search
|
|
4839 limit has been reached.
|
|
4840
|
|
4841 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
4842
|
|
4843 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
4844 here if we don't have one.
|
|
4845
|
|
4846 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
4847
|
|
4848 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
4849 efficient UTF8 support
|
|
4850 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
4851 being defined
|
|
4852 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
4853 being defined
|
|
4854
|
442
|
4855 1999-08-23 Didier Verna <didier@xemacs.org>
|
428
|
4856
|
|
4857 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
4858 Some doc strings improvements, and add a star to the `interactive'
|
|
4859 calls.
|
|
4860
|
|
4861 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
4862
|
|
4863 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
4864 keywords and regexpes for javadoc syntax 1.2.
|
|
4865
|
|
4866 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
4867
|
|
4868 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
4869 format-buffers-tab-line.
|
|
4870 (buffers-tab-max-buffer-line-length): new variable.
|
|
4871 (format-buffers-tab-line): new function. truncate names if over
|
|
4872 buffers-tab-max-buffer-line-length.
|
|
4873
|
|
4874 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
4875
|
|
4876 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
4877
|
|
4878 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
4879
|
|
4880 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
4881 brute-force approach to deleting the last buffer.
|
|
4882 (buffers-tab-grouping-regexp): new customizable variable.
|
|
4883 (select-buffers-tab-buffers-by-mode): use it.
|
|
4884
|
|
4885 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
4886
|
|
4887 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
4888 deletion problem.
|
|
4889
|
442
|
4890 1999-07-30 Didier Verna <didier@xemacs.org>
|
428
|
4891
|
|
4892 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
4893 of princ to output symbols.
|
|
4894 (custom-save-face-internal): ditto.
|
|
4895 (custom-save-resets): ditto.
|
|
4896
|
442
|
4897 1999-08-09 Didier Verna <didier@xemacs.org>
|
428
|
4898
|
|
4899 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
4900 `regexp-quote' to protect the major mode name for use as a regular
|
|
4901 expression (c++ needs this for instance).
|
|
4902
|
|
4903 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
4904
|
|
4905 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
4906 cope with similar mode names.
|
|
4907
|
|
4908 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
4909 function.
|
|
4910 (select-buffers-tab-buffers-by-mode): new function.
|
|
4911 (buffers-tab-items): use it if set to only display buffers in the
|
|
4912 tab in the current buffer's group..
|
|
4913 (update-tab-in-gutter): use new api.
|
|
4914 (remove-buffer-from-gutter-tab): ditto.
|
|
4915
|
|
4916 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
4917 default to 6.
|
|
4918 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
4919 (add-tab-to-gutter): set face as default.
|
|
4920
|
|
4921 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
4922
|
|
4923 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
4924 with the target, not replace it.
|
|
4925
|
|
4926 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
4927
|
|
4928 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
4929 buffer-items.
|
|
4930 (update-tab-in-gutter): use it.
|
|
4931
|
|
4932 * gutter-items.el (record-buffer-hook): set.
|
|
4933
|
|
4934 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
4935 change.
|
|
4936 (switch-to-buffer-hook) deleted.
|
|
4937
|
|
4938 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
4939
|
|
4940 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
4941 as an argument to create-frame-hook.
|
|
4942
|
|
4943 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4944
|
|
4945 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
4946 instead of timer emulation.
|
|
4947
|
|
4948 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
4949
|
|
4950 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
4951 Emacs isearch enhancements.
|
|
4952
|
|
4953 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
4954
|
|
4955 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
4956 all devices that support tab controls.
|
|
4957 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
4958 value for kill-buffer-hook.
|
|
4959
|
|
4960 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
4961
|
|
4962 * auto-show.el (auto-show-truncationp): changed to match
|
|
4963 `window_translation_on'
|
|
4964
|
|
4965 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
4966
|
|
4967 * XEmacs 21.2.19 is released
|
|
4968
|
|
4969 1999-07-28 SL Baur <steve@miho>
|
|
4970
|
|
4971 * code-files.el (insert-file-contents): Fix docstring.
|
|
4972 revert previous change.
|
|
4973
|
|
4974 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4975
|
|
4976 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
4977 contain word-across-newline plus one character so that filling
|
|
4978 Japanese and Chinese works as desired.
|
|
4979 * simple.el (do-auto-fill): Ditto.
|
|
4980
|
|
4981 1999-07-26 SL Baur <steve@miho>
|
|
4982
|
|
4983 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
4984 method.
|
|
4985 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4986
|
|
4987 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
4988
|
|
4989 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
4990 able to use cl-macs macro in early lisp.
|
|
4991
|
|
4992 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
4993
|
|
4994 * custom.el:
|
|
4995 * cus-face.el:
|
|
4996 * cus-edit.el:
|
|
4997 Massive custom Theme API changes.
|
|
4998
|
|
4999 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5000
|
|
5001 * code-files.el (insert-file-contents): Regard
|
|
5002 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
5003
|
|
5004 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5005
|
|
5006 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
5007 bootstrapping problem with C locale.
|
|
5008
|
|
5009 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
5010
|
|
5011 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
5012 gutter-items in a less than functional XEmacs.
|
|
5013 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
5014
|
|
5015 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
5016
|
|
5017 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
5018 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
5019 t.
|
|
5020
|
|
5021 1999-07-22 SL Baur <steve@miho>
|
|
5022
|
|
5023 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
5024
|
|
5025 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
5026
|
|
5027 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
5028 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
5029 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
5030 modular enough to use as an efficient scripting tool.)
|
|
5031
|
|
5032 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5033
|
|
5034 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
5035 coding-category `utf-8' and `ucs-4' if they are available.
|
|
5036
|
|
5037 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5038
|
|
5039 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
5040 (prefer-coding-system): Fix DOC-string.
|
|
5041
|
|
5042 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
5043 DOC-string too.
|
|
5044
|
|
5045 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
5046 Mule.
|
|
5047 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
5048
|
|
5049 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5050
|
|
5051 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
5052 instead of `list-coding-system'.
|
|
5053
|
|
5054 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5055
|
|
5056 * menubar-items.el (default-menubar): `select-input-method' was
|
|
5057 renamed to `set-input-method'.
|
|
5058
|
|
5059 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
5060 "Set Language Environment" menu.
|
|
5061
|
|
5062 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
5063 "Describe Language Support" menu.
|
|
5064
|
|
5065 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5066
|
|
5067 * mule/chinese.el ("Chinese-GB"): Rename
|
|
5068 `chinese-gb-environment-setup-function' to
|
|
5069 `setup-chinese-gb-environment-internal'.
|
|
5070
|
|
5071 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5072
|
|
5073 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
5074 `copy-coding-system'.
|
|
5075
|
|
5076 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5077
|
|
5078 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
5079 Treat duplicated coding-categories.
|
|
5080
|
|
5081 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5082
|
|
5083 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
5084 `copy-coding-system'.
|
|
5085
|
|
5086 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5087
|
|
5088 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
5089 coding-system `viscii'.
|
|
5090
|
|
5091 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5092
|
|
5093 * mule/cyrillic.el:
|
|
5094 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
5095 (cyrillic-alternativnyj-decode-table): New variable.
|
|
5096 (cyrillic-alternativnyj-encode-table): New variable.
|
|
5097 - Specify `iso-8-1' as a category of coding-system
|
|
5098 `alternativnyj'.
|
|
5099 - Abolish general Cyrillic environment.
|
|
5100
|
|
5101 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5102
|
|
5103 * mule/chinese.el:
|
|
5104 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
5105 - Register `chinese-gb-environment-setup-function' as a
|
|
5106 `setup-function' of "Chinese-GB" environment.
|
|
5107
|
|
5108 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5109
|
|
5110 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
5111 optional argument `parents'.
|
|
5112
|
|
5113 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
5114 property for Thai-XTIS.
|
|
5115
|
|
5116 * mule/mule-help.el (help-with-tutorial): Use property
|
|
5117 `tutorial-coding-system' of language-info as a coding-system to
|
|
5118 read tutorial file.
|
|
5119
|
|
5120 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5121
|
|
5122 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
5123 `exit-function'.
|
|
5124
|
|
5125 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
5126 `set-coding-category-system' to set up coding-system for
|
|
5127 coding-category.
|
|
5128
|
|
5129 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
5130 `set-coding-category-system' to set up coding-system for
|
|
5131 coding-category.
|
|
5132
|
|
5133 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5134
|
|
5135 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
5136 Thai-XTIS environment.
|
|
5137
|
|
5138 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
5139 `find-coding-system' instead of `coding-system-p'.
|
|
5140
|
|
5141 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5142
|
|
5143 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
5144 Modify eol-type for XEmacs.
|
|
5145
|
|
5146 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
5147
|
|
5148 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
5149 function.
|
|
5150 (prefer-coding-system): Don't call
|
|
5151 `update-coding-systems-internal'; use function
|
|
5152 `coding-category-list' instead of variable `coding-category-list';
|
|
5153 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
5154 modify `eol-type' for XEmacs.
|
|
5155
|
|
5156 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
5157 `charset-columns'.
|
|
5158 (char-width): Likewise.
|
|
5159
|
|
5160 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5161
|
|
5162 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
5163 `tis-620'.
|
|
5164
|
|
5165 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
5166 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
5167 call `update-coding-systems-internal'.
|
|
5168
|
|
5169 * mule/mule-misc.el (coding-system-get): New function.
|
|
5170 (coding-system-put): New function.
|
|
5171 (coding-system-category): New function.
|
|
5172
|
|
5173 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5174
|
|
5175 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
5176 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
5177 to avoid conflict with leim/quail/thai-xtis.
|
|
5178
|
|
5179 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
5180 to thai-xtis-chars.el.
|
|
5181
|
|
5182 * mule/thai-xtis-chars.el: New file (split from
|
|
5183 mule/thai-xtis.el).
|
|
5184
|
|
5185 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5186
|
|
5187 * mule/thai-xtis.el:
|
|
5188 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
5189 - Add syntax entries.
|
|
5190 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
5191 `tis-620'.
|
|
5192
|
|
5193 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
5194
|
|
5195 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
5196 rewritten to use write-multibyte-character.
|
|
5197
|
|
5198 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5199
|
|
5200 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
5201 of `iso-2022-7'.
|
|
5202 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
5203 ported yet.
|
|
5204 (read-input-method-name): Treat optional argument `default'.
|
|
5205
|
|
5206 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5207
|
|
5208 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
5209 all.
|
|
5210 (set-language-info-alist): Set up menus here.
|
|
5211
|
|
5212 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5213
|
|
5214 * minibuf.el (completing-read): Add new optional argument
|
|
5215 `default'.
|
|
5216 (read-coding-system): Add new optional argument
|
|
5217 `default-coding-system'.
|
|
5218
|
|
5219 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
5220
|
|
5221 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
5222 (viet-viscii-...->viet-vscii...).
|
|
5223
|
|
5224 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
5225
|
|
5226 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
5227 and menus.
|
|
5228
|
|
5229 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
5230
|
|
5231 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
5232 property.
|
|
5233
|
|
5234 1999-03-30 Dave Love <fx@gnu.org>
|
|
5235
|
|
5236 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
5237
|
|
5238 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
5239
|
|
5240 * mule/european.el (setup-slovenian-environment): New function.
|
|
5241 ("Slovenian"): New language environment.
|
|
5242
|
|
5243 1999-01-27 Dave Love <fx@gnu.org>
|
|
5244
|
|
5245 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
5246 :type (choices) and appropriate :get.
|
|
5247
|
|
5248 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
5249
|
|
5250 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
5251 input-method-alist.
|
|
5252
|
|
5253 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
5254
|
|
5255 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
5256 set-coding-priority, so that the internal array of priorities is
|
|
5257 also updated.
|
|
5258
|
|
5259 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
5260
|
|
5261 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
5262 requires specific EOL conversion type, make the default coding
|
|
5263 systems use that.
|
|
5264
|
|
5265 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
5266
|
|
5267 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
5268 eol-type to set-language-environment-coding-systems.
|
|
5269 (set-default-coding-systems): Copy the eol-type property for the
|
|
5270 new default values of {buffer-file,process}-coding-system from the
|
|
5271 old defaults.
|
|
5272 (set-language-environment-coding-systems): Accept an optional
|
|
5273 argument EOL-TYPE, and set the eol-type property of the default
|
|
5274 coding systems accordingly.
|
|
5275
|
|
5276 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
5277
|
|
5278 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
5279 use generate-new-buffer instead of get-buffer-create.
|
|
5280
|
|
5281 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
5282
|
|
5283 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
5284
|
|
5285 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
5286
|
|
5287 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
5288
|
|
5289 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5290
|
|
5291 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
5292 Add apropos-inhibit property.
|
|
5293 (describe-specified-language-support): Likewise.
|
|
5294
|
|
5295 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
5296
|
|
5297 * mule/mule-cmds.el: Doc fixes.
|
|
5298
|
|
5299 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
5300
|
|
5301 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
5302 modified.
|
|
5303
|
|
5304 1998-09-01 Dave Love <fx@gnu.org>
|
|
5305
|
|
5306 * mule/mule-cmds.el (current-language-environment): Fix
|
|
5307 setter function.
|
|
5308
|
|
5309 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
5310
|
|
5311 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
5312 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
5313 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
5314 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
5315 files using interpreted code.
|
|
5316
|
|
5317 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
5318
|
|
5319 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
5320 ("Latin-2"): Likewise.
|
|
5321
|
|
5322 1998-08-18 Per Starback <starback@update.uu.se>
|
|
5323
|
|
5324 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
5325
|
|
5326 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
5327
|
|
5328 * mule/european.el: Give proper value of `input-method' key to all
|
|
5329 lang. env.
|
|
5330
|
|
5331 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
5332 the arg INPUT-METHOD is nil correctly.
|
|
5333 (read-multilingual-string): Activate the specified input method
|
|
5334 before calling read-string. Afterward, activate the original
|
|
5335 input method.
|
|
5336
|
|
5337 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
5338
|
|
5339 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
5340 (set-language-info-alist): Fix typo in doc-string.
|
|
5341
|
|
5342 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
5343
|
|
5344 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
5345
|
|
5346 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
5347 (reset-language-environment): New function for the job that
|
|
5348 setup-english-environment used to do.
|
|
5349 (set-language-environment): Do more setups according to the info
|
|
5350 in language-info-alist.
|
|
5351 (read-language-name): Handle the case that the arg KEY is nil.
|
|
5352 (describe-language-environment): Handle input-method property.
|
|
5353
|
|
5354 * mule/: All files under this directory, which related with
|
|
5355 specific languages (such as mule/european.el, mule/greek.el,
|
|
5356 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
5357 (setup-XXX-environment): Just call set-language-environment. If
|
|
5358 they used to do some other jobs than what done by
|
|
5359 set-language-environment, those jobs are done in
|
|
5360 setup-XXX-environment-internal now.
|
|
5361 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
5362 the value to setup-XXX-environment-internal. Add properties
|
|
5363 input-method and features.
|
|
5364
|
|
5365 * mule/english.el (setup-english-environment): Just call
|
|
5366 reset-language-environment.
|
|
5367
|
|
5368 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
5369
|
|
5370 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5371
|
|
5372 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
5373 (input-method-use-echo-area): Doc fixes.
|
|
5374
|
|
5375 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
5376
|
|
5377 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
5378 variable.
|
|
5379 (input-method-use-echo-area): New variable.
|
|
5380
|
|
5381 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
5382
|
|
5383 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
5384
|
|
5385 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
5386
|
|
5387 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
5388 (inactivate-input-method): Likewise.
|
|
5389
|
|
5390 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
5391
|
|
5392 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
5393 input method in the current buffer, but just bind
|
|
5394 current-input-method.
|
|
5395
|
|
5396 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
5397
|
|
5398 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
5399
|
|
5400 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
5401 coding-system.
|
|
5402
|
|
5403 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
5404
|
|
5405 * mule/greek.el: Add coding-priority.
|
|
5406
|
|
5407 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5408
|
|
5409 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
5410 LANG-ENV.
|
|
5411
|
|
5412 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5413
|
|
5414 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
5415 (setup-specified-language-environment): Doc fix.
|
|
5416
|
|
5417 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5418
|
|
5419 * mule/mule-cmds.el: Several doc fixes.
|
|
5420 (get-language-info, set-language-info): Rename argument.
|
|
5421 (set-language-info-alist): Likewise.
|
|
5422 (register-input-method): Rename argument.
|
|
5423 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
5424
|
|
5425 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
5426
|
|
5427 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
5428 default value while reading an input method.
|
|
5429
|
|
5430 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
5431
|
|
5432 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
5433 Use buffer-file-coding-system as default.
|
|
5434
|
|
5435 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
5436
|
|
5437 * mule/korean.el ("Korean"): Doc fix.
|
|
5438
|
|
5439 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
5440
|
|
5441 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
5442 languge environment at the head.
|
|
5443
|
|
5444 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
5445
|
|
5446 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
5447 for Japanese environment.
|
|
5448
|
|
5449 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
5450
|
|
5451 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
5452 (current-language-environment): Use defcustom.
|
|
5453 (default-input-method): Specify :type.
|
|
5454
|
|
5455 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
5456
|
|
5457 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
5458 modified.
|
|
5459 (prefer-coding-system): Doc-string modified.
|
|
5460
|
|
5461 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
5462
|
|
5463 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
5464 describes `coding-priority' KEY.
|
|
5465 (set-language-environment-coding-systems): New function.
|
|
5466 (select-safe-coding-system): New function.
|
|
5467 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
5468 (set-language-info-alist): New optionla arg PARENTS. Call
|
442
|
5469 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
428
|
5470 (set-language-environment-coding-systems): New function.
|
|
5471
|
|
5472 * mule/chinese.el: Remove setting up of
|
|
5473 describe-chinese-environment-map and
|
|
5474 setup-chinese-environment-map. Exclude them in args of calls to
|
|
5475 set-language-info-alist. Register coding-priority key in
|
|
5476 language-info-alist.
|
|
5477
|
|
5478 * mule/cyrillic.el: Remove setting up of
|
|
5479 describe-cyrillic-environment-map and
|
|
5480 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
5481 set-language-info-alist. Register coding-priority key in
|
|
5482 language-info-alist.
|
|
5483
|
|
5484 * mule/english.el: Register coding-priority key in
|
|
5485 language-info-alist.
|
|
5486
|
|
5487 * mule/ethiopic.el: Register coding-priority key in
|
|
5488 language-info-alist.
|
|
5489
|
|
5490 * mule/european.el: Remove setting up of
|
|
5491 describe-european-environment-map and
|
|
5492 setup-european-environment-map. Exclude them in args of calls to
|
|
5493 set-language-info-alist. Register coding-priority key in
|
|
5494 language-info-alist. Add "German" language env.
|
|
5495 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
5496 (setup-german-environment): New function.
|
|
5497
|
|
5498 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
5499 change default input method to "greek-postfix".
|
|
5500
|
|
5501 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
5502 coding-priority key in
|
|
5503
|
|
5504 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
5505
|
|
5506 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
5507 (input-method-inactivate-hook): Doc fix.
|
|
5508
|
|
5509 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
5510
|
|
5511 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
5512 select-input-method.
|
|
5513
|
|
5514 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
5515
|
|
5516 * mule/mule-cmds.el (set-language-environment): Run
|
|
5517 exit-language-environment-hook before calling `exit-function'
|
|
5518 which is specified for the language environment.
|
|
5519
|
|
5520 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
5521
|
|
5522 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
5523 modified.
|
|
5524 (prefer-coding-system): Likewise.
|
|
5525 (describe-language-environment): Print aliases of each coding
|
|
5526 system.
|
|
5527 (set-language-environment-hook): New variable.
|
|
5528 (exit-language-environment-hook): New variable.
|
|
5529 (set-language-environment): Call these hooks. Before setting a
|
|
5530 new language environment, exit from the
|
|
5531 current-language-environment if necessary.
|
|
5532 (input-method-verbose-flag): The value can be nil, t,
|
|
5533 complex-only, or default.
|
|
5534 (input-method-highlight-flag): Doc-string augmented.
|
|
5535 (activate-input-method): Check if we can run the registered
|
|
5536 function to activate an input method.
|
|
5537
|
|
5538 * mule/korean.el: Set exit-function for language environment
|
|
5539 "Korean" to exit-korean-environment.
|
|
5540 (setup-korean-environment): Moved to korea-util.el.
|
|
5541
|
|
5542 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
5543
|
|
5544 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
5545 current-input-method prior to default-input-method. Don't bind
|
|
5546 current-input-method by `let', instead, activate the specified
|
|
5547 input method in the current buffer temporarily.
|
|
5548
|
|
5549 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
5550
|
|
5551 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
5552
|
|
5553 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
5554
|
|
5555 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
5556 decode-hz-region.
|
|
5557 (pre-write-encode-hz): Do not change the value of
|
|
5558 last-coding-system.
|
|
5559
|
|
5560 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
5561
|
|
5562 * mule/mule-ccl.el: Doc fixes.
|
|
5563
|
|
5564 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
5565
|
|
5566 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
5567 (check-ccl-program): New macro.
|
|
5568
|
|
5569 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
5570
|
|
5571 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
5572 (ccl-command-table): Add read-multibyte-character and
|
|
5573 write-multibyte-character.
|
|
5574 (ccl-code-table): Add ex-cmd.
|
|
5575 (ccl-extended-code-table): New variable.
|
|
5576 (ccl-embed-extended-command): New function.
|
|
5577 (ccl-compile-read-multibyte-character,
|
|
5578 ccl-compile-write-multibyte-character) New functions.
|
|
5579 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
5580 ccl-dump-write-multibyte-character): New functions.
|
|
5581
|
|
5582 1999-07-22 SL Baur <steve@miho>
|
|
5583
|
|
5584 * config.el (config-value-file): config.values is installed into
|
|
5585 doc-directory.
|
|
5586 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
5587
|
442
|
5588 1999-07-19 Didier Verna <didier@xemacs.org>
|
428
|
5589
|
|
5590 * rect.el: all functions rewritten, except when noted. Below is a
|
|
5591 list of interface changes.
|
|
5592 (apply-on-rectangle): new function. Obsoletes
|
|
5593 `operate-on-rectangle'. All functions that used to call this
|
|
5594 function now call the new one.
|
|
5595 (kill-rectangle): added optional prefix arg to fill lines.
|
|
5596 (delete-rectangle): ditto.
|
|
5597 (delete-extract-rectangle): ditto.
|
|
5598 (open-rectangle): ditto.
|
|
5599 (clear-rectangle): ditto.
|
|
5600 (delete-rectangle-line): added third arg FILL.
|
|
5601 (delete-extract-rectangle-line): ditto.
|
|
5602 (open-rectangle-line): ditto.
|
|
5603 (clear-rectangle-line): ditto.
|
|
5604
|
|
5605 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
5606
|
|
5607 * menubar-items.el (default-menubar): add gutter options.
|
|
5608
|
|
5609 * gutter-items.el: new file.
|
|
5610 (gutter): new group for custom.
|
|
5611 (gutter-visible-p): new variable.
|
|
5612 (default-gutter-position): ditto.
|
|
5613 (buffers-tab): new group for the buffers tab.
|
|
5614 (gutter-buffers-tab): widget to put in the gutter.
|
|
5615 (buffers-tab-max-size): max number of tabs.
|
|
5616 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
5617 tab is pressed.
|
|
5618 (buffers-tab-omit-function): filter buffers with this function.
|
|
5619 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
5620 inclusion in tabs.
|
|
5621 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
5622 the record.
|
|
5623 (build-buffers-tab-internal): build a list of tab items.
|
|
5624 (buffers-tab-items): ditto.
|
|
5625 (add-tab-to-gutter): put a tab in the gutter area.
|
|
5626 (update-tab-in-gutter): reset the buffers in the tab.
|
|
5627
|
|
5628 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
5629
|
|
5630 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
5631 (switch-to-buffer-hooks): new hook.
|
|
5632
|
|
5633 * toolbar.el (default-toolbar-position): fix typo.
|
|
5634
|
|
5635 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
5636
|
|
5637 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
5638
|
442
|
5639 1999-07-15 Didier Verna <didier@xemacs.org>
|
428
|
5640
|
|
5641 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
5642 prompt for a comment string.
|
|
5643 (customize-set-value): optional prefix makes this function handle
|
|
5644 variable comments.
|
|
5645 (customize-set-variable): ditto.
|
|
5646 (customize-save-variable): ditto.
|
|
5647 (customize-customized): handle custom comments.
|
|
5648 (customize-save-customized): ditto.
|
|
5649 (custom-variable-state-set): ditto.
|
|
5650 (custom-face-state-set): ditto.
|
|
5651 (customize-saved): ditto.
|
|
5652 (custom-variable-set): ditto.
|
|
5653 (custom-face-set): ditto.
|
|
5654 (custom-variable-save): ditto.
|
|
5655 (custom-face-save): ditto.
|
|
5656 (custom-variable-reset-saved): ditto.
|
|
5657 (custom-face-reset-saved): ditto.
|
|
5658 (custom-variable-reset-standard): ditto.
|
|
5659 (custom-face-reset-standard): ditto.
|
|
5660 (custom-comment-face): new face.
|
|
5661 (custom-comment-tag-face): ditto.
|
|
5662 (custom-comment): new widget.
|
|
5663 (custom-comment-create): new function.
|
|
5664 (custom-comment-delete): ditto.
|
|
5665 (custom-comment-value-set): ditto.
|
|
5666 (custom-comment-show): ditto.
|
|
5667 (custom-comment-invisible-p): ditto.
|
|
5668 (custom-variable-value-create): create a comment field widget.
|
|
5669 (custom-face-value-create): ditto.
|
|
5670 (custom-variable-menu): new entry for adding a custom comment.
|
|
5671 (custom-face-menu): ditto.
|
|
5672 (custom-save-variables): possibly save custom comments.
|
|
5673 (custom-save-faces): ditto.
|
|
5674
|
|
5675 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
5676 custom comment as fourth argument.
|
|
5677
|
|
5678 * custom.el (custom-set-variables): the arguments can now have a
|
|
5679 custom comment as fifth element.
|
|
5680
|
|
5681 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5682
|
|
5683 * XEmacs 21.2.18 is released
|
|
5684
|
|
5685 1999-07-13 SL Baur <steve@miho>
|
|
5686
|
|
5687 * lib-complete.el (read-library-name): Revert previous change.
|
|
5688 (read-library): Ditto.
|
|
5689
|
|
5690 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
5691
|
|
5692 * packages.el (packages-package-list): Capitalize docstring.
|
|
5693
|
|
5694 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
5695 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
5696 which returns a freshly consed list. #'append would create yet
|
|
5697 another fresh list, using Fmake_list in concat.
|
|
5698
|
|
5699 * packages.el (package-provide): Use setq with remassq like it
|
|
5700 says in its docstring.
|
|
5701
|
|
5702 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5703
|
|
5704 * lib-complete.el (progn-with-message): Fix typo.
|
|
5705
|
|
5706 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5707
|
|
5708 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
5709 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
5710
|
|
5711 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
5712
|
|
5713 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
5714
|
|
5715 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
5716
|
|
5717 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
5718 keys if already bound
|
|
5719
|
|
5720 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
5721
|
|
5722 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
5723
|
|
5724 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5725
|
|
5726 * lib-complete.el (find-library):
|
|
5727 (find-library-other-window):
|
|
5728 (find-library-other-frame): Completely rewrote
|
|
5729 so that these functions actually work when called non-interactively.
|
|
5730 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
5731
|
|
5732 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
5733
|
|
5734 * simple.el (indent-new-comment-line): Locally bound
|
|
5735 `block-comment-start' to `comstart' or else when this is called
|
|
5736 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
5737 `block-comment-start' value, ignoring any existing spacing after a
|
|
5738 comment prefix in the previous line and producing ugly comments.
|
|
5739
|
|
5740 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
5741
|
|
5742 * list-mode.el (mouse-choose-completion):
|
|
5743 (choose-completion):
|
|
5744 (completion-switch-to-minibuffer): Added.
|
|
5745 ([Tab]): [Tab] previously switched to the minibuffer
|
|
5746 but since [space] does that and since most applications in the
|
|
5747 world use [Tab] to select the next item in a list, do that in the
|
|
5748 *Completions* buffer too. This will cause the least confusion
|
|
5749 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
5750 06/23/1999.
|
|
5751
|
|
5752 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
5753
|
|
5754 * help.el (help-buffer-name): Added support for a null value
|
|
5755 of `help-buffer-prefix-string' since some buffers require no
|
|
5756 prefix.
|
|
5757
|
|
5758 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5759
|
|
5760 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
5761 in the completion-list-mode-map to bury the completions buffer
|
|
5762 even when the minibuffer is no longer active.
|
|
5763
|
|
5764 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
5765
|
|
5766 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
5767 the text cursor disappear within list buffers, especially when
|
|
5768 moving from window to window, so leave it visible.
|
|
5769
|
|
5770 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
5771
|
|
5772 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
5773 report menu item (which may not be possible in this XEmacs).
|
|
5774 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
5775
|
|
5776 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
5777
|
|
5778 * subr.el (with-current-buffer): DOC string fix.
|
|
5779 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
5780
|
|
5781 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
5782
|
|
5783 * cus-face.el (custom-face-italic): insert missing args
|
|
5784
|
|
5785 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5786
|
|
5787 * packages.el (package-locations): Changed default early package
|
|
5788 hierarchies to ~/.xemacs/mule-packages and
|
|
5789 ~/.xemacs/xemacs-packages.
|
|
5790
|
|
5791 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
5792
|
|
5793 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
5794
|
|
5795 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5796
|
|
5797 * packages.el (package-locations): Changed default early package
|
|
5798 hierarchy to ~/.xemacs/packages.
|
|
5799 (package-locations): Removed `packages' as a possible name for a
|
|
5800 late package hierarchy.
|
|
5801
|
|
5802 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5803
|
|
5804 * mule/mule-category.el (word-combining-categories): Set up new
|
|
5805 variable.
|
|
5806 (word-separating-categories): Likewise.
|
|
5807
|
|
5808 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5809
|
|
5810 * XEmacs 21.2.17 is released
|
|
5811
|
|
5812 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
5813
|
|
5814 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
5815 of font size.
|
|
5816
|
|
5817 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5818
|
|
5819 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
5820 is 1.
|
|
5821
|
|
5822 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5823
|
|
5824 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
5825 8859-5 instead of ISO 8859-1.
|
|
5826
|
|
5827 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
5828
|
|
5829 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
5830 (viet-viscii-encode-table): Ditto.
|
|
5831
|
|
5832 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
5833 Make obsolete definition of char-octet.
|
|
5834
|
|
5835 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
5836
|
|
5837 * subr.el: Move no-Mule make-char ...
|
|
5838 * help-nomule.el (make-char): To here.
|
|
5839 (string-width): Make Mule compatibility alias.
|
|
5840
|
|
5841 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
5842
|
|
5843 * select.el (get-selection-no-error): really make there be no-error.
|
|
5844 (get-selection): revert to original.
|
|
5845
|
|
5846 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
5847
|
|
5848 * select.el (selection-sets-clipboard): renamed.
|
|
5849 (own-selection): use it.
|
|
5850
|
|
5851 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5852
|
|
5853 * XEmacs 21.2.16 is released
|
|
5854
|
|
5855 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5856
|
|
5857 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
5858 missing characters to avoid crash.
|
|
5859
|
|
5860 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5861
|
|
5862 * coding.el (set-terminal-coding-system): Only set the console
|
|
5863 coding system on the selected console if it is a tty.
|
|
5864
|
|
5865 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5866
|
|
5867 * cus-face.el:
|
|
5868 * cus-edit.el:
|
|
5869 * faces.el:
|
|
5870 (custom):
|
|
5871 (face-spec-set):
|
|
5872 * faces.el (frob-face-property):
|
|
5873 * font-menu.el (font-menu-set-font):
|
|
5874 Actually apply changes from 1999-03-17
|
|
5875
|
|
5876 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
5877
|
|
5878 * select.el (get-selection): abstract out non error-signalling
|
|
5879 part.
|
|
5880 (get-selection-no-error): get-selection without signalling an
|
|
5881 error.
|
|
5882 (selection-is-clipboard-p): new variable. controls whether the
|
|
5883 selection sets the clipboard.
|
|
5884 (own-selection): use it.
|
|
5885
|
|
5886 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
5887 primary selection and cutbuffer.
|
|
5888
|
|
5889 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
5890
|
|
5891 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
5892 selection functions.
|
|
5893
|
|
5894 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5895
|
|
5896 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
5897 default value.
|
|
5898 (load): Use `raw-text' instead of `no-conversion'.
|
|
5899 (insert-file-contents): Likewise.
|
|
5900
|
|
5901 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
5902 of `no-conversion'.
|
|
5903
|
|
5904 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5905
|
|
5906 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
5907
|
|
5908 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
5909
|
|
5910 * subr.el (make-char): Define it if Mule is not around.
|
|
5911
|
|
5912 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
5913
|
|
5914 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
5915
|
|
5916 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
5917 obsolete alias.
|
|
5918 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
5919
|
|
5920 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5921
|
|
5922 * XEmacs 21.2.15 is released
|
|
5923
|
|
5924 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
5925
|
|
5926 * subr.el (split-string): Avoid infinite looping
|
|
5927
|
|
5928 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5929
|
|
5930 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
5931 (ldap-default-attribute-decoder): New variable
|
|
5932 (ldap-coding-system): New variable
|
|
5933 (ldap-attribute-syntax-encoders): New variable
|
|
5934 (ldap-attribute-syntax-decoders): New variable
|
|
5935 (ldap-attribute-syntaxes-alist): New variable
|
|
5936 (ldap-encode-boolean): New function
|
|
5937 (ldap-decode-boolean): New function
|
|
5938 (ldap-encode-country-string): New function
|
|
5939 (ldap-decode-string): New function
|
|
5940 (ldap-decode-address): New function
|
|
5941 (ldap-encode-address): New function
|
|
5942 (ldap-decode-attribute): New function
|
|
5943 (ldap-search): Use some of these
|
|
5944
|
|
5945 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
5946
|
|
5947 * version.el (emacs-version): Make the patch level/beta come
|
|
5948 before the XEmacs qualifier so that it gets into (funcall
|
|
5949 emacs-version) and thus in the bug reports.
|
|
5950 (emacs-version>=): Support patch levels.
|
|
5951
|
|
5952 1999-06-03 SL Baur <steve@xemacs.org>
|
|
5953
|
|
5954 * version.el: implement x.y.z version number
|
|
5955 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5956
|
|
5957 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
5958
|
|
5959 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
5960
|
|
5961 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
5962
|
|
5963 * startup.el: Document -private and break out non-standard X options.
|
|
5964
|
|
5965 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5966
|
|
5967 * mule/mule-charset.el (charset-after): New function.
|
|
5968 (charset-direction): Synch with Mule, update docstring.
|
|
5969 (get-charset-property): New function.
|
|
5970 (put-charset-property): New function.
|
|
5971 (charset-plist): New function.
|
|
5972
|
|
5973 * mule/mule-charset.el (compose-region):
|
|
5974 (decompose-region): remove; these functions (which don't work
|
|
5975 since we don't do composite characters) have been moved to
|
|
5976 mule-util.el.
|
|
5977 (toplevel): follow coding standards
|
|
5978
|
|
5979 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
5980
|
|
5981 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
5982 exist any more.
|
|
5983
|
|
5984 * code-files.el: Fix commentary to follow coding standards. Move
|
|
5985 the single line left in mule-files.el to here.
|
|
5986
|
|
5987 * mule/mule-files.el: delete.
|
|
5988
|
|
5989 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
5990
|
|
5991 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
5992 old emacs 19 interface.
|
|
5993
|
|
5994 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
5995
|
|
5996 * x-font-menu.el (x-font-menu-load-font):
|
|
5997 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
5998
|
|
5999 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
6000
|
|
6001 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
6002 group.
|
|
6003 (font-menu-this-frame-only-p): ditto.
|
|
6004 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
6005 <vroonhof@math.ethz.ch>
|
|
6006 (font-menu-submenu-name-format): ditto.
|
|
6007 (font-menu-split-long-menu): ditto, for use by the family
|
|
6008 constructor.
|
|
6009 (font-menu-family-constructor): use it.
|
|
6010
|
|
6011 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
6012
|
|
6013 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
6014 for use by the font menu.
|
|
6015
|
|
6016 * msw-font-menu.el: new file implementing mswindows specific
|
|
6017 font-menu behaviour.
|
|
6018 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
6019 (mswindows-font-menu-junk-families): ditto.
|
|
6020 (hack-font-truename): ditto.
|
|
6021 (mswindows-font-regexp-ascii): ditto.
|
|
6022 (mswindows-reset-device-font-menus): ditto.
|
|
6023 (mswindows-font-menu-font-data): ditto.
|
|
6024 (mswindows-font-menu-load-font): ditto.
|
|
6025
|
|
6026 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
6027 (x-font-menu-font-data): ditto.
|
|
6028 (x-font-menu-load-font): ditto.
|
|
6029
|
|
6030 * font-menu.el: new file implementing generic font menu behaviour.
|
|
6031 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
6032 made device independent.
|
|
6033 (font-menu-this-frame-only-p): ditto.
|
|
6034 (font-menu-preferred-resolution): ditto.
|
|
6035 (font-menu-size-scaling): new variable used to determine whether
|
|
6036 sizes are in points or tenths of a point.
|
|
6037 (vassoc): moved from x-font-menu.el.
|
|
6038 (device-fonts-cache): ditto.
|
|
6039 (device-fonts-cache): ditto.
|
|
6040 (flush-device-fonts-cache): ditto.
|
|
6041 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
6042 device independent. Most functionality deferred to
|
|
6043 device-dependent versions.
|
|
6044 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
6045 made device independent.
|
|
6046 (font-menu-size-constructor): ditto.
|
|
6047 (font-menu-weight-constructor): ditto.
|
|
6048 (font-menu-set-font): ditto.
|
|
6049 (font-menu-change-face): ditto.
|
|
6050 (font-menu-load-font): new device method.
|
|
6051 (font-menu-font-data): ditto.
|
|
6052
|
|
6053 * x-font-menu.el: The above functions deleted.
|
|
6054
|
|
6055 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
6056
|
|
6057 * update-elc.el:
|
|
6058 * make-docfile.el:
|
|
6059 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
6060
|
|
6061 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
6062
|
|
6063 * x-select.el (x-select-convert-to-text):
|
|
6064 (x-selected-text-type):
|
|
6065 (x-get-selection):
|
|
6066 (xselect-convert-to-string):
|
|
6067 (xselect-convert-to-compound-text):
|
|
6068 (xselect-convert-to-length):
|
|
6069 (xselect-convert-to-targets):
|
|
6070 (xselect-convert-to-delete):
|
|
6071 (xselect-convert-to-filename):
|
|
6072 (xselect-convert-to-charpos):
|
|
6073 (xselect-convert-to-lineno):
|
|
6074 (xselect-convert-to-colno):
|
|
6075 (xselect-convert-to-sourceloc):
|
|
6076 (xselect-convert-to-os):
|
|
6077 (xselect-convert-to-host):
|
|
6078 (xselect-convert-to-user):
|
|
6079 (xselect-convert-to-class):
|
|
6080 (xselect-convert-to-name):
|
|
6081 (xselect-convert-to-integer):
|
|
6082 (xselect-convert-to-atom):
|
|
6083 (xselect-convert-to-identity): functions renamed from x-* and
|
|
6084 moved to select.el.
|
|
6085 (x-get-secondary-selection): use rename get-selection.
|
|
6086 (x-get-clipboard): ditto.
|
|
6087 (x-own-selection): moved to select.el.
|
|
6088 (x-valid-simple-selection-p): ditto.
|
|
6089 (x-dehilight-selection): ditto.
|
|
6090 (x-own-clipboard): ditto.
|
|
6091 (x-disown-selection): ditto.
|
|
6092
|
|
6093 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
6094 (x-insert-selection): ditto.
|
|
6095 (x-set-point-and-move-selection): use renamed function.
|
|
6096
|
|
6097 * select.el (selected-text-type): moved and renamed from
|
|
6098 x-select.el.
|
|
6099 (selection-owner-p): moved to C.
|
|
6100 (selection-exists-p): ditto.
|
|
6101 (get-cutbuffer): new device method.
|
|
6102 (get-selection): generalised and moved from x-select.el.
|
|
6103 (own-selection): moved x-own-selection functionality into here.
|
|
6104 (dehilight-selection): renamed and moved from x-select.el.
|
|
6105 (own-clipboard): functionality moved from x-select.el using new
|
|
6106 generic C builtins.
|
|
6107 (disown-clipboard): ditto.
|
|
6108 (select-convert-to-text):
|
|
6109 (select-convert-to-string):
|
|
6110 (select-convert-to-compound-text):
|
|
6111 (select-convert-to-length):
|
|
6112 (select-convert-to-targets):
|
|
6113 (select-convert-to-delete):
|
|
6114 (select-convert-to-filename):
|
|
6115 (select-convert-to-charpos):
|
|
6116 (select-convert-to-lineno):
|
|
6117 (select-convert-to-colno):
|
|
6118 (select-convert-to-sourceloc):
|
|
6119 (select-convert-to-os):
|
|
6120 (select-convert-to-host):
|
|
6121 (select-convert-to-user):
|
|
6122 (select-convert-to-class):
|
|
6123 (select-convert-to-name):
|
|
6124 (select-convert-to-integer):
|
|
6125 (select-convert-to-atom):
|
|
6126 (select-convert-to-identity): new functions renamed from x-* and
|
|
6127 moved from x-select.el.
|
|
6128
|
|
6129 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
6130 into here and use as the default window-system mouse yank.
|
|
6131 (insert-selection): generalised and moved from x-mouse.el.
|
|
6132 (own-clipboard): moved to C.
|
|
6133
|
|
6134 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
6135 (mswindows-own-selection): generalised and moved to select.el.
|
|
6136 (mswindows-disown-selection): generalised and moved to C.
|
|
6137 (mswindows-selection-owner-p): ditto.
|
|
6138
|
|
6139 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6140
|
|
6141 * XEmacs 21.2.14 is released
|
|
6142
|
|
6143 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
6144
|
|
6145 * about.el: update contact info for jason and slb.
|
|
6146
|
|
6147 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
6148
|
|
6149 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
6150 support from Emacs/Mule romanian.el.
|
|
6151
|
|
6152 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6153
|
|
6154 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
6155
|
|
6156 * cus-edit.el: idem ditto.
|
|
6157
|
|
6158 * faces.el: Added suport for adding device tags to various functions.
|
|
6159 (custom): New device tag.
|
|
6160 (face-spec-set): Call reset face with tags argument. No longer do
|
|
6161 x-init-global-faces hack.
|
|
6162
|
|
6163 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
6164 frob-face-property-1 over.
|
|
6165
|
|
6166 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
6167 properties to custom.
|
|
6168
|
|
6169 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
6170
|
|
6171 * mule/european.el (setup-czech-environment): Add czech support.
|
|
6172 From David Sauer <davids@orfinet.cz>
|
|
6173
|
|
6174 1999-03-15 SL Baur <steve@xemacs.org>
|
|
6175
|
|
6176 * check-features.el: Turn hard errors into warnings.
|
|
6177
|
|
6178 1999-03-21 SL Baur <steve@xemacs.org>
|
|
6179
|
|
6180 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
6181 xemacs-beta, default to t.
|
|
6182
|
|
6183 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
6184
|
|
6185 * loadup.el: Define Installation-string before loading anything.
|
|
6186
|
|
6187 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
6188
|
|
6189 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
6190 From Anders Stenman <stenman@isy.liu.se>
|
|
6191
|
|
6192 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6193
|
|
6194 * wid-edit.el (widget-glyph-find): Ditto.
|
|
6195
|
|
6196 * packages.el (locate-library): Ditto.
|
|
6197
|
|
6198 * loadup.el (really-early-error-handler): Ditto.
|
|
6199
|
|
6200 * lib-complete.el (read-library): Ditto.
|
|
6201
|
|
6202 * faces.el (set-face-stipple): Ditto.
|
|
6203
|
|
6204 * code-files.el (load): Use new calling style of locate-file.
|
|
6205
|
|
6206 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6207
|
|
6208 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
6209 dead.
|
|
6210
|
|
6211 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6212
|
|
6213 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
6214 Installation.el.
|
|
6215
|
|
6216 * loadup.el (Installation-string): Define it here.
|
|
6217
|
|
6218 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6219
|
|
6220 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
6221 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
6222 the dumping process won't find it.
|
|
6223
|
434
|
6224 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
428
|
6225
|
|
6226 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
6227 subr so that we can use `replace-in-string' in Installation.el to
|
|
6228 get rid of C-m chars under the native Windows build.
|
|
6229
|
|
6230 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
6231
|
|
6232 * make-docfile.el: canonicalize file and directory names.
|
|
6233
|
|
6234 * device.el (call-device-method): new function for calling device
|
|
6235 specific methods.
|
|
6236 (define-device-method): new function for defining device methods.
|
|
6237 (define-device-method*): ditto.
|
|
6238
|
|
6239 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
6240
|
|
6241 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
6242
|
|
6243 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6244
|
|
6245 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
6246 (cyrillic-koi8-r-encode-table): Likewise.
|
|
6247 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
6248 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
6249
|
|
6250 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
6251 from vietnamese.el].
|
|
6252
|
|
6253 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
6254 mule/mule-misc.el.
|
|
6255
|
|
6256 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6257
|
|
6258 * mule/thai-xtis.el:
|
|
6259 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
6260 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
6261
|
|
6262 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6263
|
|
6264 * mule/ethiopic.el: fixed.
|
|
6265
|
|
6266 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6267
|
|
6268 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
6269
|
|
6270 * mule/thai-xtis.el: New file.
|
|
6271
|
|
6272 * mule/vietnamese.el: New file.
|
|
6273
|
|
6274 * mule/ethiopic.el: New file.
|
|
6275
|
|
6276 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
6277
|
|
6278 * bytecomp.el (byte-compile-close-variables): Leave
|
|
6279 debug-issue-ebola-notices alone.
|
|
6280
|
|
6281 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6282
|
|
6283 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
6284 at the top of the buffer since it is the most important thing to
|
|
6285 customize
|
|
6286 (ldap-get-host-parameter): New defun
|
|
6287 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
6288 distinguished names of entries
|
|
6289
|
|
6290 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
6291
|
|
6292 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
6293
|
|
6294 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
6295
|
|
6296 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
6297
|
|
6298 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
6299
|
|
6300 * format.el (format-alist): Disable image stuff.
|
|
6301
|
|
6302 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
6303
|
|
6304 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
6305 suffixes rather than the other way around.
|
|
6306 (widget-image-conversion): Renamed to
|
|
6307 `widget-image-file-name-suffixes'.
|
|
6308
|
|
6309 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
6310
|
|
6311 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
6312 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
6313 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
6314 (charset-iso-final-char): Rename from charset-final.
|
|
6315 (charset-width): Rename from charset-columns.
|
|
6316 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
6317
|
|
6318 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
6319 mule-charset.el
|
|
6320
|
|
6321 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
6322
|
|
6323 * x-faces.el (x-make-font-bold-italic): honor
|
|
6324 *try-oblique-before-italic-fonts*
|
|
6325
|
|
6326 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
6327
|
|
6328 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
6329
|
|
6330 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
6331
|
|
6332 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
6333 name.
|
|
6334
|
|
6335 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
6336
|
|
6337 * cl-extra.el (equalp): Would bug out for lists.
|
|
6338
|
|
6339 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
6340
|
|
6341 * about.el (about-hackers): Change cgw's email address
|
|
6342
|
|
6343 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6344
|
|
6345 * XEmacs 21.2.13 is released
|
|
6346
|
|
6347 1999-03-12 SL Baur <steve@xemacs.org>
|
|
6348
|
|
6349 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
6350 behavior.
|
|
6351
|
442
|
6352 1999-01-18 Didier Verna <didier@xemacs.org>
|
428
|
6353
|
|
6354 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
6355 multiple elements in the splash buffer body.
|
|
6356
|
|
6357 * startup.el (splash-frame-timeout): new constant: interval
|
|
6358 between splash buffer elements.
|
|
6359 (command-line-1): handle splash buffer with multiple elements (use
|
|
6360 a timeout).
|
|
6361 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
6362 Rewrote a cleaner and more readable version. This can now be array,
|
|
6363 in which case each element is displayed in turn in the splash buffer.
|
|
6364 (splash-frame-static-body): new constant. Persistent information
|
|
6365 across all splash buffer elements (preserves the possibility to give
|
|
6366 it in different languages.
|
|
6367 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
6368 to circulate through all splash frame elements and display them in
|
|
6369 sequence.
|
|
6370 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
6371 the case of multiple elements in the splash buffer body. Now
|
|
6372 returns a timeout id if multiple elements to display, or nil.
|
|
6373
|
|
6374 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6375
|
|
6376 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
6377 so they can be overridden by x-init-face-from-resources.
|
|
6378 Additionally specify the font name also with an x tag.
|
|
6379
|
|
6380 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
6381
|
|
6382 * package-get.el (package-get-base): autoload.
|
|
6383
|
|
6384 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
6385 custom menu to only be activated when package-base is available.
|
|
6386
|
|
6387 * package-get.el (package-get-custom): don't load
|
|
6388 package-get-custom as it is auto-generated. Fix group definition.
|
|
6389
|
442
|
6390 1999-03-05 Didier Verna <didier@xemacs.org>
|
428
|
6391
|
|
6392 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
6393 instead of `symbol-name' (Thanks Kyle).
|
|
6394
|
|
6395 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
6396 princ to write symbols.
|
|
6397
|
|
6398 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6399
|
|
6400 * XEmacs 21.2.12 is released
|
|
6401
|
|
6402 1999-03-05 SL Baur <steve@xemacs.org>
|
|
6403
|
|
6404 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
6405 From Neal Becker <nbecker@fred.net>
|
|
6406
|
|
6407 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
6408
|
|
6409 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
6410 calls to font-lock during buffer reversion.
|
|
6411
|
442
|
6412 1999-02-12 Didier Verna <didier@xemacs.org>
|
428
|
6413
|
|
6414 * info.el (Info-build-node-completions): unconditionally widen the
|
|
6415 tag table buffer.
|
|
6416
|
|
6417 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
6418
|
|
6419 * x-faces.el (x-init-face-from-resources):
|
|
6420 Only set fonts in the 'x locale.
|
|
6421
|
434
|
6422 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
428
|
6423
|
|
6424 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
6425 `package-admin-delete-binary-package' returning nil since it's
|
|
6426 normal. Reindent function.
|
|
6427 (pui-add-required-packages): Handle case where packages selected
|
|
6428 for installation have never been installed.
|
|
6429
|
|
6430 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
6431
|
|
6432 * menubar-items.el (default-menubar):
|
|
6433 Implement the ``Mule->Set coding system of process'' menu item.
|
|
6434
|
|
6435 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
6436
|
|
6437 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
6438 files
|
|
6439 - Change some `if's to `when's
|
|
6440
|
|
6441 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6442
|
|
6443 * XEmacs 21.2.11 is released
|
|
6444
|
|
6445 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6446
|
|
6447 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
6448 against window close (Fix Bug #460).
|
|
6449 (ask-user-about-lock-dbox): Idem.
|
|
6450
|
|
6451 1999-02-25 SL Baur <steve@xemacs.org>
|
|
6452
|
|
6453 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
6454 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
6455
|
|
6456 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
6457
|
|
6458 * about.el (xemacs-hackers): change andy's email address.
|
|
6459 (about-url-alist): change andy's web page address.
|
|
6460 (about-xemacs): add piper.
|
|
6461
|
|
6462 1999-02-16 SL Baur <steve@xemacs.org>
|
|
6463
|
|
6464 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
6465 of mule-base into lisp/mule.
|
|
6466
|
|
6467 1999-02-16 SL Baur <steve@xemacs.org>
|
|
6468
|
|
6469 * mule/arabic.el:
|
|
6470 mule/canna-leim.el:
|
|
6471 mule/chinese.el:
|
|
6472 mule/cyrillic.el:
|
|
6473 mule/english.el:
|
|
6474 mule/european.el:
|
|
6475 mule/greek.el:
|
|
6476 mule/hebrew.el:
|
|
6477 mule/japanese.el:
|
|
6478 mule/kinsoku.el:
|
|
6479 mule/korean.el:
|
|
6480 mule/misc-lang.el:
|
|
6481 mule/mule-category.el:
|
|
6482 mule/mule-ccl.el:
|
|
6483 mule/mule-charset.el:
|
|
6484 mule/mule-cmds.el:
|
|
6485 mule/mule-coding.el:
|
|
6486 mule/mule-files.el:
|
|
6487 mule/mule-help.el:
|
|
6488 mule/mule-init.el:
|
|
6489 mule/mule-misc.el:
|
|
6490 mule/mule-tty-init.el:
|
|
6491 mule/mule-x-init.el:
|
|
6492 mule/viet-chars.el: Remerge from mule-base.
|
|
6493
|
|
6494 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
6495 of mule-base into lisp/mule.
|
|
6496
|
434
|
6497 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
6498
|
|
6499 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
6500 of hard-wired "-c" (for WindowsNT).
|
|
6501
|
|
6502 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
6503
|
|
6504 * menubar-items.el (default-menubar): Remove obsolete
|
|
6505 "Gopher" item
|
|
6506
|
|
6507 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6508
|
|
6509 * package-admin.el (package-admin-get-install-dir): First fall
|
|
6510 back to the location of xemacs-base for non-mule packages.
|
|
6511
|
|
6512 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
6513
|
|
6514 * paths.el:
|
|
6515 - improved automounter tmp directory support.
|
|
6516 - support 4 (!) empirically discovered automounter conventions
|
|
6517
|
|
6518 1999-02-12 SL Baur <steve@xemacs.org>
|
|
6519
|
|
6520 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
6521
|
|
6522 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6523
|
|
6524 * XEmacs 21.2.10 is released
|
|
6525
|
|
6526 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6527
|
|
6528 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
6529 a local file name in the search entry.
|
|
6530
|
|
6531 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6532
|
|
6533 * XEmacs 21.2.9 is released
|
|
6534
|
442
|
6535 1999-01-19 Didier Verna <didier@xemacs.org>
|
428
|
6536
|
|
6537 * replace.el (replace-search-function): new variable containing a
|
|
6538 function to perform a search-forward.
|
|
6539 (replace-re-search-function): new variable containing a function
|
|
6540 to perform a re-search-forward.
|
|
6541 (perform-replace): use them.
|
|
6542
|
442
|
6543 1999-01-25 Didier Verna <didier@xemacs.org>
|
428
|
6544
|
|
6545 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
6546 (cut-copy-clear-internal): ditto.
|
|
6547
|
|
6548 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
6549
|
|
6550 * about.el (about-url-alist): Update my entry.
|
|
6551 (xemacs-hackers): Ditto.
|
|
6552
|
434
|
6553 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
6554
|
|
6555 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
6556 * minibuf.el (minibuffer-completion-table): ditto.
|
|
6557 * cl-macs.el (return-from): ditto.
|
|
6558
|
442
|
6559 1999-01-04 Didier Verna <didier@xemacs.org>
|
428
|
6560
|
|
6561 * replace.el (delete-non-matching-lines): temporarily disable
|
|
6562 case-folding when called interactively with a regexp containing
|
|
6563 uppercase characters.
|
|
6564 (delete-matching-lines): ditto.
|
|
6565 (count-matches): ditto.
|
|
6566 (list-matching-lines): ditto.
|
|
6567
|
|
6568 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
6569
|
|
6570 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
6571 abort if current window is split horizontally, not if others are
|
|
6572 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
6573 some comments (it's still complex).
|
|
6574
|
|
6575 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
6576
|
|
6577 * package-get.el: changed address for doc.ic.ac.uk to
|
|
6578 sunsite.doc.ic.ac.uk
|
|
6579
|
|
6580 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6581
|
|
6582 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
6583 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
6584
|
|
6585 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
6586
|
|
6587 * dump-paths.el: Calculate module-directory and set
|
|
6588 module-load-path to the load path for modules.
|
|
6589
|
|
6590 * loadup.el: Get bootstrap value of module-load-path from the
|
|
6591 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
6592 - Display the module load path if we're debugging paths.
|
|
6593
|
|
6594 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
6595 - Added function paths-find-module-directory.
|
|
6596 - Added function paths-construct-module-load-path. Uses new
|
|
6597 environment variable EMACSMODULEPATH.
|
|
6598
|
|
6599 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
6600
|
|
6601 * font.el (font-default-object-for-device):
|
|
6602 Oops! This `or' can't be replaced by `unless'.
|
|
6603 Fixed inability to run w3, among other things.
|
|
6604
|
|
6605 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
6606
|
|
6607 * package-admin.el: Change initialization of
|
|
6608 package-admin-install-function dependent on system type.
|
|
6609 Change package-admin-install-function-mswindows to use
|
|
6610 "minitar".
|
|
6611
|
|
6612 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
6613
|
|
6614 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
6615 in the minibuffer.
|
|
6616
|
|
6617 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
6618
|
|
6619 * XEmacs 21.2.8 is released.
|
|
6620
|
|
6621 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
6622
|
|
6623 * XEmacs 21.2.7 is released.
|
|
6624
|
|
6625 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6626
|
|
6627 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
6628
|
|
6629 * package-get.el (package-get-download-menu): Use
|
|
6630 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
6631
|
|
6632 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
6633 (pui-help-string): idem.
|
|
6634 (list-packages-mode): New major mode.
|
|
6635 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
6636 (pui-install-selected-packages): Add suport for removing packages.
|
|
6637 (pui-toggle-package-delete-key): New function.
|
|
6638 (pui-popup-context-sensitive): New kludge.
|
|
6639 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
6640 (package-ui-add-site): New function.
|
|
6641
|
442
|
6642 1998-12-01 Didier Verna <didier@xemacs.org>
|
428
|
6643
|
|
6644 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
6645
|
|
6646 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6647
|
|
6648 * ldap.el: Custom-ized
|
|
6649 (toplevel): Do not provide `ldap' which is provided by C level
|
|
6650 LDAP code
|
|
6651 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
6652
|
|
6653 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
6654
|
|
6655 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
6656
|
|
6657 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
6658
|
|
6659 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
6660 (sound-extension-list): name changed from sound-ext-list.
|
|
6661 (load-default-sounds): use new names.
|
|
6662 (load-sound-file): use new names.
|
|
6663
|
|
6664 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
6665
|
|
6666 * XEmacs 21.2.6 is released
|
|
6667
|
|
6668 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
6669
|
|
6670 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
6671 errors.
|
|
6672
|
|
6673 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
6674
|
|
6675 * wid-edit.el (widget-echo-this-extent): Set
|
|
6676 help-echo-owns-message to t.
|
|
6677
|
|
6678 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
6679
|
|
6680 * package-get.el (package-get-download-menu): use toggles for
|
|
6681 each site in the download site menu.
|
|
6682
|
|
6683 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6684
|
|
6685 * package-get.el (package-get): If we cannot find a package
|
|
6686 because package-get-remote is not set, give a more helpful
|
|
6687 error message.
|
|
6688
|
|
6689 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
6690
|
|
6691 * package-get.el (package-get-remote-filename): use an EFS path
|
|
6692 with user anonymous if no user is specified.
|
|
6693
|
|
6694 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6695
|
|
6696 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
6697 calling reset-face on the default face.
|
|
6698
|
|
6699 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6700
|
|
6701 * package-admin.el (package-admin-default-install-function):
|
|
6702 Behave as advertised. Make sure the pkg-dir is proper for
|
|
6703 default-directory.
|
|
6704 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
6705 proper for default-directory.
|
|
6706 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
6707 is proper for default-directory.
|
|
6708
|
|
6709 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6710
|
|
6711 * XEmacs 21.2.5 is released
|
|
6712
|
|
6713 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
6714
|
|
6715 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
6716 bytecompile time.
|
|
6717
|
|
6718 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
6719
|
|
6720 * x-win-xfree86.el:
|
|
6721 * x-win-sun.el (x-win-init-sun):
|
|
6722 * x-win-sun.el:
|
|
6723 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
6724 * x-iso8859-1.el:
|
|
6725 * x-init.el (init-post-x-win):
|
|
6726 * x-init.el (init-pre-x-win):
|
|
6727 * x-init.el (x-initialize-compose):
|
|
6728 * x-init.el:
|
|
6729 * x-compose.el:
|
|
6730 * winnt.el:
|
|
6731 * widget.el:
|
|
6732 * wid-edit.el (widget-glyph-click):
|
|
6733 * wid-edit.el (widget-glyph-find):
|
|
6734 * wid-edit.el (widget-type):
|
|
6735 * view-less.el (view-buffer-other-window):
|
|
6736 * very-early-lisp.el:
|
|
6737 * version.el:
|
|
6738 * toolbar.el:
|
|
6739 * toolbar-items.el:
|
|
6740 * term/sun.el (suntool-map):
|
|
6741 * term/sun-mouse.el:
|
|
6742 * term/internal.el:
|
|
6743 * syntax.el (modify-syntax-entry):
|
|
6744 * symbol-syntax.el:
|
|
6745 * subr.el:
|
|
6746 * startup.el (lock-directory):
|
|
6747 * simple.el (set-comment-column):
|
|
6748 * simple.el (backward-delete-char-untabify):
|
|
6749 * shadow.el (find-emacs-lisp-shadows):
|
|
6750 * shadow.el:
|
|
6751 * setup-paths.el (paths-construct-info-path):
|
|
6752 * select.el (cut-copy-clear-internal):
|
|
6753 * process.el (call-process-region):
|
|
6754 * process.el (start-process-shell-command):
|
|
6755 * process.el:
|
|
6756 * paths.el (rmail-spool-directory):
|
|
6757 * paragraphs.el (use-hard-newlines):
|
|
6758 * package-get.el (package-get-dependencies):
|
|
6759 * package-admin.el (package-admin-delete-binary-package):
|
|
6760 * obsolete.el (truncate-string):
|
|
6761 * obsolete.el (store-substring):
|
|
6762 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
6763 * mouse.el (mouse-yank-at-point):
|
|
6764 * modeline.el:
|
|
6765 * modeline.el (mouse-drag-modeline):
|
|
6766 * minibuf.el (read-directory-name-internal):
|
|
6767 * minibuf.el (read-file-name-internal):
|
|
6768 * minibuf.el (read-file-name-internal-1):
|
|
6769 * minibuf.el (read-file-name-2):
|
|
6770 * minibuf.el (exact-minibuffer-completion-p):
|
|
6771 * minibuf.el (read-from-minibuffer):
|
|
6772 * minibuf.el:
|
|
6773 * menubar.el (check-menu-syntax):
|
|
6774 * map-ynp.el (map-y-or-n-p):
|
|
6775 * make-docfile.el (docfile-out-of-date):
|
|
6776 * loadup.el ((member "run-temacs" command-line-args)):
|
|
6777 * loadup.el ((member "no-site-file" command-line-args)):
|
|
6778 * loadup.el (really-early-error-handler):
|
|
6779 * loadup.el:
|
|
6780 * loadhist.el:
|
|
6781 * loaddefs.el:
|
|
6782 * lisp-mnt.el (lm-verify):
|
|
6783 * lib-complete.el (lib-complete:cache-completions):
|
|
6784 * lib-complete.el (library-all-completions):
|
|
6785 * itimer.el (itimer-run-expired-timers):
|
|
6786 * info.el (Info-mode):
|
|
6787 * info.el (Info-insert-file-contents):
|
|
6788 * info.el (Info-rebuild-dir):
|
|
6789 * info.el (Info-build-dir-anew):
|
|
6790 * info.el (Info-parse-dir-entries):
|
|
6791 * info.el (Info-dir-outdated-p):
|
|
6792 * info.el (Info-insert-dir):
|
|
6793 * info.el (info-xref):
|
|
6794 * info.el:
|
|
6795 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
6796 * hyper-apropos.el (hyper-describe-face):
|
|
6797 * hyper-apropos.el (hyper-apropos-mode):
|
|
6798 * hyper-apropos.el:
|
|
6799 * help.el (list-processes):
|
|
6800 * help.el:
|
|
6801 * gnuserv.el:
|
|
6802 * font.el (mswindows-font-create-name):
|
|
6803 * font.el (font-default-font-for-device):
|
|
6804 * font.el (x-font-create-object):
|
|
6805 * font.el (font-registry):
|
|
6806 * font.el:
|
|
6807 * font-lock.el (font-lock-keywords):
|
|
6808 * font-lock.el:
|
|
6809 * finder.el (finder-compile-keywords):
|
|
6810 * find-paths.el (paths-find-recursive-path):
|
|
6811 * fill.el (set-justification-center):
|
|
6812 * fill.el (fill-region-as-paragraph):
|
|
6813 * files.el (insert-directory):
|
|
6814 * files.el (wildcard-to-regexp):
|
|
6815 * files.el (recover-file):
|
|
6816 * files.el (basic-save-buffer):
|
|
6817 * files.el (delete-auto-save-file-if-necessary):
|
|
6818 * files.el (file-relative-name):
|
|
6819 * files.el (backup-extract-version):
|
|
6820 * files.el (backup-buffer):
|
|
6821 * files.el (set-visited-file-name):
|
|
6822 * files.el (set-auto-mode):
|
|
6823 * files.el (interpreter-mode-alist):
|
|
6824 * files.el:
|
|
6825 * files.el (find-file-noselect):
|
|
6826 * files.el (abbreviate-file-name):
|
|
6827 * files.el (parse-colon-path):
|
|
6828 * files.el (directory-abbrev-alist):
|
|
6829 * etags.el (visit-tags-table-buffer):
|
|
6830 * easymenu.el (easy-menu-define):
|
|
6831 * dragdrop.el (experimental-dragdrop-drag):
|
|
6832 * dragdrop.el (dragdrop-drop-do-functions):
|
|
6833 * dragdrop.el (dragdrop-drop-at-point):
|
|
6834 * disass.el (disassemble-1):
|
|
6835 * disass.el (disassemble-internal):
|
|
6836 * disass.el (disassemble):
|
|
6837 * disass.el:
|
|
6838 * derived.el (derived-mode-init-mode-variables):
|
|
6839 * derived.el (define-derived-mode):
|
|
6840 * custom.el (defgroup):
|
|
6841 * cus-edit.el (custom-quote):
|
|
6842 * config.el:
|
|
6843 * code-process.el (open-network-stream):
|
|
6844 * code-process.el (start-process):
|
|
6845 * code-process.el (call-process-region):
|
|
6846 * code-process.el (call-process):
|
|
6847 * code-process.el:
|
|
6848 * code-files.el (insert-file-contents):
|
|
6849 * code-files.el:
|
|
6850 * code-files.el (buffer-file-coding-system-for-read):
|
|
6851 * cmdloop.el (yes-or-no-p-minibuf):
|
|
6852 * cl.el:
|
|
6853 * cl-macs.el:
|
|
6854 * cl-extra.el:
|
|
6855 * callers-of-rpt.el (make-caller-report):
|
|
6856 * callers-of-rpt.el:
|
|
6857 * bytecomp.el (batch-byte-recompile-directory):
|
|
6858 * bytecomp.el (batch-byte-compile-1):
|
|
6859 * bytecomp.el (batch-byte-compile):
|
|
6860 * bytecomp.el (display-call-tree):
|
|
6861 * bytecomp.el (byte-compile-insert):
|
|
6862 * bytecomp.el (byte-compile-two-args-19->20):
|
|
6863 * bytecomp.el (byte-compile-variable-ref):
|
|
6864 * bytecomp.el (byte-compile-form):
|
|
6865 * bytecomp.el (byte-compile-top-level-body):
|
|
6866 * bytecomp.el (byte-compile-out-toplevel):
|
|
6867 * bytecomp.el (byte-compile-byte-code-maker):
|
|
6868 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
6869 * bytecomp.el (byte-compile-file-form):
|
|
6870 * bytecomp.el (byte-compile-keep-pending):
|
|
6871 * bytecomp.el (byte-compile-insert-header):
|
|
6872 * bytecomp.el (byte-compile-from-buffer):
|
|
6873 * bytecomp.el (byte-compile-file):
|
|
6874 * bytecomp.el (byte-recompile-file):
|
|
6875 * bytecomp.el (byte-compile-close-variables):
|
|
6876 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
6877 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
6878 * bytecomp.el (byte-compiler-legal-options):
|
|
6879 * bytecomp.el (byte-compile-lapcode):
|
|
6880 * bytecomp.el (byte-optimize-log):
|
|
6881 * bytecomp.el ((fboundp 'defsubst)):
|
|
6882 * bytecomp.el:
|
|
6883 * bytecomp-runtime.el:
|
|
6884 * byte-optimize.el (byte-optimize-apply):
|
|
6885 * byte-optimize.el (car):
|
|
6886 * byte-optimize.el (byte-optimize-form):
|
|
6887 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
6888 * byte-optimize.el:
|
|
6889 * build-report.el (build-report-insert-installation-file):
|
|
6890 * build-report.el (build-report):
|
|
6891 * auto-show.el:
|
|
6892 * apropos.el (apropos-documentation):
|
|
6893 - mega patch
|
|
6894 - clean up byte-compile warnings
|
|
6895 - remove unused variables
|
|
6896 - Use common lisp style hashtable functions
|
|
6897 - byte compiler cleanup
|
|
6898 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
6899 - remove old backquote syntax usage
|
|
6900 - move some cl functionality into C for speed.
|
|
6901 - remove last remaining VMS support
|
|
6902 - spelling fixes
|
|
6903 - implement last, butlast, nbutlast, copy-list in C.
|
|
6904 - new macro ignore-file-errors, similar to ignore-errors
|
|
6905 (ignore-file-errors (delete-file "foo"))
|
|
6906 - get frequent garbage collection during loadup.el by tweaking
|
|
6907 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
6908 - default delete-key-deletes-forward to `t'.
|
|
6909
|
|
6910 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
6911
|
|
6912 * XEmacs 21.2-beta4 is released.
|
|
6913
|
|
6914 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6915
|
|
6916 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
6917 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
6918 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
6919
|
|
6920 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
6921 (add-menu-button): Add 'in-menu' argument.
|
|
6922 (add-menu-item-1): Add in-menu support to helper function.
|
|
6923
|
|
6924 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
6925
|
|
6926 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
6927
|
|
6928 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6929
|
|
6930 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
6931 of Dec 4, 1997.
|
|
6932
|
|
6933 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
6934
|
|
6935 * process.el (shell-command-on-region): Report if the command
|
|
6936 succeeded or failed.
|
|
6937
|
|
6938 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
6939
|
|
6940 * subr.el (buffer-substring-no-properties): Comment out.
|
|
6941
|
434
|
6942 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
428
|
6943
|
|
6944 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
6945 into font instances first, like `x-frob-font-size' does.
|
|
6946 (mswindows-find-larger-font): ditto
|
|
6947
|
|
6948 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
6949
|
|
6950 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
6951 to `package-get'.
|
|
6952
|
|
6953 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6954
|
|
6955 * package-get.el (host-name): New widget type.
|
|
6956 (package-get-remote): Better customization using new type.
|
|
6957 (package-get-download-sites): idem dito.
|
|
6958
|
|
6959 (package-get-custom): Do not use package-get-all untill we have
|
|
6960 runtime dependencies.
|
|
6961
|
|
6962 (package-get-remove-copy): Default to 't' we no longer need this
|
|
6963 kludge as we do not currently use depenencies.
|
|
6964
|
|
6965 (package-get-was-current): New variable.
|
|
6966 (package-get-require-base): New 'force-current' argument.
|
|
6967 (package-get-update-base): idem
|
|
6968 (package-get-package-provider): idem
|
|
6969 (package-get-locate-index-file): New 'no-remote' argument.
|
|
6970 (package-get-locate-file): idem.
|
|
6971
|
|
6972 (package-get-maybe-save-index): New function.
|
|
6973 (package-get-update-base): Use it.
|
|
6974
|
|
6975 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
6976
|
|
6977 * package-get.el (package-get-remote): default to nil; by default,
|
|
6978 don't go out to the net via EFS. They must select a download site.
|
|
6979 (package-get-download-sites): new variable.
|
|
6980 (package-get-download-menu): new function.
|
|
6981 (package-get-locate-index-file): new function.
|
|
6982 (package-get-update-base): use it.
|
|
6983
|
|
6984 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
6985 and "Add Download Site" menus under Options | Manage Packages.
|
|
6986
|
|
6987 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
6988
|
|
6989 * package-get.el (package-get): bugfix code checking installed version
|
|
6990 for case where package is not currently installed.
|
|
6991 (package-get-require-signed-base-updates): new variable.
|
|
6992 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
6993 deemed not a goot thing. Use the variable
|
|
6994 package-get-allow-unsigned-base-updates instead.
|
|
6995
|
|
6996 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
6997
|
|
6998 * package-get.el (package-get): Don't install an older version than
|
|
6999 we already have unless explicitly told to. Issue a warning.
|
|
7000
|
|
7001 * package-ui.el (pui-add-required-packages): when adding
|
|
7002 dependencies, don't add packages that are up to date.
|
|
7003 (pui-package-symbol-char): Don't consider a package out of date
|
|
7004 if you have a newer version installed than the latest version in
|
|
7005 package-get-base.
|
|
7006
|
|
7007 * package-get.el (package-get-base-filename): document that it may
|
|
7008 be a path relative to package-get-remote; new default value.
|
|
7009 (package-get-locate-file): new function.
|
|
7010 (package-get-update-base): use it to expand package-get-base-filename.
|
|
7011 (package-get-save-base): new function to save the package-get database
|
|
7012 to file.
|
|
7013 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
7014 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
7015 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
7016 (package-get-file-installed-p): removed; no longer needed.
|
|
7017 (package-get-create-custom): ditto.
|
|
7018 (toplevel): remove code to build and load package-get-custom.el
|
|
7019 (package-get-custom-add-entry): new function.
|
|
7020
|
|
7021 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7022
|
|
7023 * wid-edit.el (widget-button-click): Don't switch window.
|
|
7024
|
|
7025 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7026
|
|
7027 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
7028
|
|
7029 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
7030
|
|
7031 * etags.el (find-tag-default): Run find-tag-hook using
|
|
7032 run-hooks rather than funcall
|
|
7033
|
|
7034 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
7035
|
|
7036 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
7037 and the current local map as the parents to isearch-mode-map.
|
|
7038
|
|
7039 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
7040
|
|
7041 * XEmacs 21.2-beta3 is released.
|
|
7042
|
|
7043 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
7044
|
|
7045 * package-get.el (package-get-update-base): use
|
|
7046 insert-file-contents-internal, not insert-file-contents-literally.
|
|
7047
|
|
7048 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7049
|
|
7050 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
7051 dump time.
|
|
7052
|
|
7053 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
7054
|
|
7055 * package-get.el (package-get-update-base-entry): new function.
|
|
7056 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
7057 cleanup, and use package-get-update-base-from-buffer.
|
|
7058 (package-get-update-base-from-buffer): new function.
|
|
7059 (package-get-update-base-entries): new; helper for above.
|
|
7060 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
7061
|
|
7062 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
7063
|
|
7064 * files.el (set-auto-mode): Don't play games loading package-get
|
|
7065 database; package-get-package-provider will handle it all.
|
|
7066
|
|
7067 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
7068
|
|
7069 * package-get.el (package-get-base-filename): new variable.
|
|
7070 (package-get-require-base): new function.
|
|
7071 (package-get-pgp-signed-begin-line): new variable.
|
|
7072 (package-get-pgp-signature-begin-line): ditto.
|
|
7073 (package-get-pgp-signature-end-line): ditto.
|
|
7074 (package-get-load-base): new function.
|
|
7075 (package-get-interactive-package-query):
|
|
7076 (package-get-update-all):
|
|
7077 (package-get-dependencies):
|
|
7078 (package-get-package-provider):
|
|
7079 (package-get-custom): use package-get-require-base.
|
|
7080 [package-get-custom loading]: disable for now.
|
|
7081
|
|
7082 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
7083
|
|
7084 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7085
|
|
7086 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
7087
|
|
7088 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7089
|
|
7090 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
7091 to with Customize. Move all the package stuff to a new Item in Options.
|
|
7092
|
|
7093 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
7094
|
|
7095 * package-get.el (package-get): Use new
|
|
7096 package-admin-get-install-dir.
|
|
7097
|
|
7098 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
7099 Conserve package location and put mule packages where mule-base is.
|
|
7100
|
|
7101 * package-get.el : Customized
|
|
7102
|
|
7103 * package-ui.el (pui): Customized
|
|
7104 (pui-package-install-dest-dir): New variable.
|
|
7105 (pui-install-selected-packages): Use it
|
|
7106
|
|
7107 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
7108
|
|
7109 * package-get.el (package-get-interactive-package-query): Move
|
|
7110 dependency on package-get-base to run-time.
|
|
7111 (package-get-update-all): Ditto.
|
|
7112 (package-get-dependencies): Ditto.
|
|
7113 (package-get-package-provider): Ditto.
|
|
7114 (package-get-custom): Ditto.
|
|
7115
|
|
7116 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
7117
|
|
7118 * events.el: Remove 'ascii-character property from 'backspace
|
|
7119 and 'delete symbols
|
|
7120
|
|
7121 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
7122
|
|
7123 * package-get-base.el: removed.
|
|
7124
|
442
|
7125 1998-09-23 Didier Verna <didier@xemacs.org>
|
428
|
7126
|
|
7127 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
7128 (no-upper-case-p): new function.
|
|
7129 (with-search-caps-disable-folding): new macro.
|
|
7130 (with-interactive-search-caps-disable-folding): new macro.
|
|
7131 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
7132 the character is uppercase.
|
|
7133 (zap-up-to-char): ditto.
|
|
7134
|
|
7135 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
7136
|
|
7137 * isearch-mode.el (isearch-fix-case): ditto.
|
|
7138 make obsolete `with-caps-disable-folding' and
|
|
7139 `isearch-no-upper-case-p'.
|
|
7140
|
|
7141 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
7142 (tags-search): ditto.
|
|
7143 (tags-query-replace): ditto.
|
|
7144
|
|
7145 * info.el (Info-search): ditto.
|
|
7146
|
|
7147 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7148
|
|
7149 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
7150
|
|
7151 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
7152
|
|
7153 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
7154 check for "." and ".." before symlink check. expand files and
|
|
7155 directories with respect to DIRECTORY, not default-directory.
|
|
7156
|
|
7157 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
7158
|
|
7159 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
7160
|
|
7161 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
7162
|
|
7163 * package-ui.el (pui-add-required-packages): new function, select
|
|
7164 dependent packages.
|
|
7165 (pui-display-keymap): bind it.
|
|
7166 (pui-help-string): document it.
|
|
7167 (pui-install-selected-packages): package-get-all -> package-get.
|
|
7168
|
|
7169 * package-get.el (package-get-dependencies): new function.
|
|
7170
|
|
7171 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
7172
|
|
7173 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
7174 regexps.
|
|
7175
|
|
7176 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
7177
|
|
7178 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
7179 function.
|
|
7180 (default-mouse-track-normalize-point): Use it.
|
|
7181
|
|
7182 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7183
|
|
7184 * package-admin.el (package-admin-delete-binary-package):
|
|
7185 General cleanup. Remove unnessary use of progn and
|
|
7186 save-excursion.
|
|
7187 (package-admin-delete-binary-package): Do NOT mess with file
|
|
7188 modes. That is evil.
|
|
7189 (package-admin-delete-binary-package): Wrap all deleting in
|
|
7190 condition-case. The data in MANIFEST is untrustworthy.
|
|
7191 (package-admin-delete-binary-package): Let the OS worry about non
|
|
7192 empty directories.
|
|
7193
|
|
7194 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
7195
|
|
7196 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
7197 processing.
|
|
7198 (lm-report-bug): Fix mail address to send bug reports to.
|
|
7199
|
|
7200 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
7201
|
|
7202 * XEmacs 21.2-beta2 is released.
|
|
7203
|
|
7204 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7205
|
|
7206 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
7207
|
|
7208 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
7209
|
|
7210 * info.el (Info-mode): Document page turning by double clicks in
|
|
7211 docstring so `M-x describe-mode' will display it.
|
|
7212
|
|
7213 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
7214
|
|
7215 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
7216 widths to calculate a border region where double clicking does
|
|
7217 page turning, and return `nil' by default so other hooks, such as
|
|
7218 region highlighting, will be run.
|
|
7219
|
|
7220 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
7221
|
|
7222 * sound.el (default-sound-directory-list): Initialize with all the
|
|
7223 "sounds" directories in `data-directory-list'. It used to just be
|
|
7224 the first one.
|
|
7225
|
|
7226 * packages.el (locate-data-directory-list): Created. This gives
|
|
7227 the list of matching directories, unlike `locate-data-directory',
|
|
7228 which just gives the first one.
|
|
7229
|
|
7230 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7231
|
|
7232 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
7233 make a binding in the local keymap until help-char handling is
|
|
7234 improved.
|
|
7235
|
|
7236 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
7237 binding.
|
|
7238 (help-print-help-form): New helper function.
|
|
7239
|
|
7240 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
7241
|
|
7242 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
7243 move extent to another buffer; no need to create a new extent.
|
|
7244 (isearch-fix-case): New function.
|
|
7245 (isearch-search-and-update): Use it.
|
|
7246
|
|
7247 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7248
|
|
7249 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
7250 the keymap, not minor-mode-map-alist.
|
|
7251 (isearch-done): Restore overriding-local-map.
|
|
7252
|
|
7253 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
7254
|
|
7255 * bytecomp.el (byte-compile-buffer-substring):
|
|
7256 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
7257 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
7258 - new code not only works, but is more readable, too.
|
|
7259
|
|
7260 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7261
|
|
7262 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
7263 specify a default font at this late stage. Do try to force
|
|
7264 creation of the default face font so that if it fails we get
|
|
7265 an error now instead of a crash at frame creation.
|
|
7266
|
|
7267 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
7268 mswindows-make-font-unitalic: Canonical default weight
|
|
7269 changed from "Normal" to "Regular".
|
|
7270
|
|
7271 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
7272 not being passed into call to mswindows-find-smaller-font.
|
|
7273
|
|
7274 1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
7275
|
|
7276 * package-get.el (package-get-remote): Fix the path where to find
|
|
7277 the packages on xemacs.org.
|
|
7278
|
|
7279 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
7280
|
|
7281 * about.el (about-maintainer-info): Update Ben's entry.
|
|
7282
|
|
7283 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
7284
|
|
7285 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
7286 - `member' was being called on lists of length 2000!
|
|
7287 - Replace with hashtables.
|
|
7288 - Replace hand-coded loops with (dolist)
|
|
7289 - Fix comment typo
|
|
7290
|
|
7291 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
7292
|
|
7293 * packages.el: Added new function, `package-delete-name', to
|
|
7294 delete existing packages from the installed package database
|
|
7295 (`packages-package-list'). Also added the "pkginfo" directory
|
|
7296 to `packages-special-base-regexp', so that the pkginfo directory
|
|
7297 would not get added to `late-packages'.
|
|
7298
|
|
7299 * package-admin.el: Added ability to delete an installed package
|
|
7300 (added low-level function, `package-admin-delete-package').
|
|
7301 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
7302 delete the package. When installing a package, will also
|
|
7303 create a MANIFEST.* file if one is not provided by the
|
|
7304 package. If the MANIFEST.* doesn't exist when deleting a
|
|
7305 package, the functions will fall back to attempting to delete
|
|
7306 any package-specific lisp directory.
|
|
7307
|
|
7308 * package-get.el: Moved some functions to package-admin.el.
|
|
7309 Added interactive function `package-get-delete-package', for
|
|
7310 use by users for deleting a package.
|
|
7311
|
442
|
7312 Also modified to not require the presence of efs.
|
428
|
7313
|
|
7314 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7315
|
|
7316 * files.el (find-file-noselect): Handle all signals, kill the
|
|
7317 buffer and resignal.
|
|
7318
|
|
7319 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
7320
|
|
7321 * cl-macs.el (glyph-image): Add setf method.
|
|
7322
|
|
7323 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
7324
|
|
7325 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
7326 .tar.gz files first, in preference over .tgz files.
|
|
7327
|
|
7328 * package-ui.el: Fix display of package version numbers.
|
|
7329
|
|
7330 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7331
|
|
7332 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
7333 argument.
|
|
7334
|
|
7335 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
7336
|
|
7337 * list-mode.el: `display-completion-list': added new/optional
|
|
7338 keyword `:completion-string', which allows the programmer to
|
|
7339 change the "Possible completions are:" prompt.
|
|
7340
|
|
7341 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
7342 visual package browser/installer:
|
|
7343
|
|
7344 Options->Customize->List Packages
|
|
7345
|
|
7346 * package-admin.el: Added hooks for installing under both Unix
|
|
7347 and MS Windows. Does additional error checking. No longer
|
|
7348 calls "add-big-package.sh" to install packages under Unix; now
|
|
7349 calls gunzip & tar directly.
|
|
7350
|
|
7351 * package-get.el: Added ability to install packages from files
|
|
7352 on a local disk/CDROM. Now deletes any existing package lisp
|
|
7353 directory. Does completion on available packages when
|
|
7354 querying for package names. Will also search for .tgz files
|
|
7355 in addition for .tar.gz files. Tries to reload
|
|
7356 auto-autoloads, as a convenience when loading new packages,
|
|
7357 and also tries to add any new package paths to `load-path'.
|
|
7358 Changed all occurences of `concat' to use `expand-file-name'.
|
|
7359
|
|
7360 * package-ui.el: New file which implements the main visual
|
|
7361 package browser/installer, which is started via a menu pick or
|
|
7362 M-x pui-list packages.
|
|
7363
|
|
7364 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7365
|
|
7366 * startup.el (load-init-file): spelling fix.
|
|
7367
|
|
7368 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7369
|
|
7370 * startup.el (normal-top-level): Load auto-autoload files
|
|
7371 covariantly with their precedence.
|
|
7372
|
|
7373 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7374
|
|
7375 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
7376 option, there is currently no custom equivalent.. Customize-faces
|
|
7377 is "Edit faces".
|
|
7378
|
|
7379 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
7380 default face.
|
|
7381
|
|
7382 * faces.el (face-spec-update-all-matching): New function.
|
|
7383
|
|
7384 * cus-face.el (custom-set-face-update-spec): New function.
|
|
7385 Interface to customize faces from elisp.
|
|
7386
|
|
7387 (custom-face-value-create): Show the customized settings if set
|
|
7388 but not saved.
|
|
7389
|
|
7390 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7391
|
|
7392 (custom-face-value-create): Show the customized settings if set
|
|
7393 but not saved.
|
|
7394
|
|
7395 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
7396
|
|
7397 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
7398 query-replace-regexp.
|
|
7399
|
|
7400 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
7401
|
|
7402 * minibuf.el (read-file-name-internal-1): use
|
|
7403 user-name-completion-1 instead of user-name-completion.
|
|
7404
|
|
7405 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7406
|
|
7407 * loadup.el:
|
|
7408 * make-docfile.el:
|
|
7409 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
7410 global variable) no more.
|
|
7411
|
|
7412 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
7413 (now defunct as a global variable) a parameter.
|
|
7414
|
|
7415 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
7416
|
|
7417 * about.el (about-hackers): new email
|
|
7418
|
|
7419 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
7420
|
|
7421 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
7422
|
442
|
7423 1998-07-17 Didier Verna <didier@xemacs.org>
|
428
|
7424
|
|
7425 * faces.el (set-face-property):
|
|
7426 (set-face-dim-p):
|
|
7427 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
7428 tty-specific.
|
|
7429 (face-equal): the dim property is now a common one.
|
|
7430
|
|
7431 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
7432 Renamed the `stipple' attribute to `background-pixmap'.
|
|
7433 (custom-face-background-pixmap): make custom-face-stipple an
|
|
7434 obsolete alias for this.
|
|
7435
|
|
7436 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7437
|
|
7438 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
7439 used.
|
|
7440
|
|
7441 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
7442
|
|
7443 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7444
|
|
7445 * packages.el (packages-data-path-depth): Added and used.
|
|
7446
|
|
7447 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
7448
|
|
7449 * about.el:
|
|
7450 - Change .xpm to .png, delete "zcat" section.
|
|
7451 - cosmetic fix in the 'marcpa' entry.
|
|
7452
|
|
7453 * etc/photos
|
|
7454 - convert all .xpm.Z to .png
|
|
7455 - rename mrb to martin
|
|
7456 - rename mcook-m to mcookm
|
|
7457
|
|
7458 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
7459
|
|
7460 * x-init.el (x-initialize-compose): Add support for
|
|
7461 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
7462
|
|
7463 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
7464
|
|
7465 * setup-paths.el (paths-construct-exec-path): Made the
|
|
7466 last-packages really be last.
|
|
7467 (paths-construct-data-directory-list): Ditto.
|
|
7468
|
|
7469 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
7470
|
|
7471 * startup.el(startup-splash-frame-body):
|
|
7472 Update Copyright notice in splash screen
|
|
7473
|
|
7474 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
7475
|
|
7476 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
7477
|
|
7478 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7479
|
|
7480 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
7481 aginst destroyed extents
|
|
7482
|
|
7483 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
7484
|
|
7485 * package-get.el (package-get): add `install-dir' argument.
|
|
7486
|
|
7487 1998-07-20 John Jones <jj@asu.edu>
|
|
7488
|
|
7489 * package-get.el: calls to package-get-update-all will only
|
|
7490 update packages which are already installed.
|
|
7491
|
|
7492 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
7493
|
|
7494 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
7495 writable.
|
|
7496
|
|
7497 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
7498
|
|
7499 * about.el (about-hackers): Correct my email.
|
|
7500
|
|
7501 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
7502
|
|
7503 * about.el (about-hackers): new email-address.
|
|
7504
|
|
7505 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
7506
|
|
7507 * minibuf.el (read-number): Don't let `input-error' condition
|
|
7508 escape.
|
|
7509
|
|
7510 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
7511
|
|
7512 * about.el (about-hackers): use my `email-for-life' address.
|
|
7513
|
|
7514 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
7515
|
|
7516 * XEmacs 21.2-beta1 is released.
|
|
7517
|
|
7518 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7519
|
|
7520 * ldap.el (ldap-search): Doc string change
|
|
7521
|
|
7522 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
7523
|
|
7524 * menubar-items.el (default-menubar): Removed references to
|
|
7525 `data-directory', and use `locate-data-file' instead, and made
|
|
7526 then greyed out if they don't exist.
|
|
7527
|
|
7528 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7529
|
|
7530 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
7531 since the latter does not accept integer args anymore
|
|
7532
|
|
7533 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
7534
|
|
7535 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
7536 macros replaced.
|
|
7537
|
|
7538 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
7539
|
|
7540 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
7541 * update-elc.el: Ditto.
|
|
7542 * loadup.el (really-early-error-handler): Ditto.
|
|
7543
|
|
7544 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
7545 very-early-lisp.el.
|
|
7546
|
|
7547 * very-early-lisp.el: New file.
|
|
7548
|
|
7549 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
7550
|
|
7551 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
7552
|
|
7553 * obsolete.el (eval-current-buffer): Make compatible.
|
|
7554 (byte-code-function-p): Ditto.
|
|
7555 (send-string): Removed.
|
|
7556 (send-region): Removed.
|
|
7557 (screen-scrollbar-width): Removed.
|
|
7558 (set-screen-scrollbar-width): Removed.
|
|
7559 (set-screen-left-margin-width): Removed.
|
|
7560 (set-screen-right-margin-width): Removed.
|
|
7561 (screen-left-margin-width): Removed.
|
|
7562 (screen-right-margin-width): Removed.
|
|
7563 (set-buffer-left-margin-width): Removed.
|
|
7564 (set-buffer-right-margin-width): Removed.
|
|
7565 (buffer-left-margin-width): Removed.
|
|
7566 (buffer-right-margin-width): Removed.
|
|
7567 (x-set-frame-icon-pixmap): Removed.
|
|
7568 (x-set-screen-icon-pixmap): Removed.
|
|
7569 (pixel-name): Removed.
|
|
7570 (make-pixmap): Removed.
|
|
7571 (make-cursor): Removed.
|
|
7572 (pixmap-width): Removed.
|
|
7573 (pixmap-contributes-to-line-height-p): Removed.
|
|
7574 (set-pixmap-contributes-to-line-height): Removed.
|
|
7575
|
|
7576 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
7577
|
|
7578 * obsolete.el (popup-menu-up-p): removed.
|
|
7579 (read-no-blanks-input): Removed.
|
|
7580 (wholenump): Removed.
|
|
7581 (ring-mod): Removed (what was ring-mod?).
|
|
7582 (current-time-seconds): Removed.
|
|
7583 (run-special-hook-with-args): Removed.
|
|
7584 (dot): Removed.
|
|
7585 (dot-marker): Removed.
|
|
7586 (dot-min): Removed.
|
|
7587 (dot-max): Removed.
|
|
7588 (window-dot): Removed.
|
|
7589 (set-window-dot): Removed.
|
|
7590
|
|
7591 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
7592 `dot-min'.
|
|
7593
|
|
7594 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
7595
|
|
7596 * code-files.el (insert-file-contents): Rename
|
|
7597 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
7598 (write-region): Ditto.
|
|
7599
|
|
7600 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
7601
|
|
7602 * about.el: Fix typos, update release date.
|
|
7603
|
|
7604 * Symbols that have been obsolete for at least 3 years removed.
|
|
7605
|
|
7606 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
7607 screen- functions.
|
|
7608 (toplevel): remove setf methods for screen functions.
|
|
7609 * cl-macs.el (extent-data): defsetf removed.
|
|
7610 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
7611 many places to remove.
|
|
7612 (comment-indent-hook): Ditto.
|
|
7613 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
7614 (buffer-dedicated-screen): Ditto.
|
|
7615 (deiconify-screen): Ditto.
|
|
7616 (delete-screen): Ditto.
|
|
7617 (event-screen): Ditto.
|
|
7618 (find-file-other-screen): Ditto.
|
|
7619 (find-file-read-only-other-screen): Ditto.
|
|
7620 (live-screen-p): Ditto.
|
|
7621 (screen-height): Ditto.
|
|
7622 (screen-iconified-p): Ditto.
|
|
7623 (screen-list): Ditto.
|
|
7624 (screen-live-p): Ditto.
|
|
7625 (screen-name): Ditto.
|
|
7626 (screen-parameters): Ditto.
|
|
7627 (screen-pixel-height): Ditto.
|
|
7628 (screen-pixel-width): Ditto.
|
|
7629 (screen-root-window): Ditto.
|
|
7630 (screen-selected-window): Ditto.
|
|
7631 (screen-totally-visible-p): Ditto.
|
|
7632 (screen-visible-p): Ditto.
|
|
7633 (screen-width): Ditto.
|
|
7634 (screenp): Ditto.
|
|
7635 (get-screen-for-buffer): Ditto.
|
|
7636 (get-screen-for-buffer-noselect): Ditto.
|
|
7637 (get-other-screen): Ditto.
|
|
7638 (iconify-screen): Ditto.
|
|
7639 (lower-screen): Ditto.
|
|
7640 (mail-other-screen): Ditto.
|
|
7641 (make-screen): Ditto.
|
|
7642 (make-screen-invisible): Ditto.
|
|
7643 (make-screen-visible): Ditto.
|
|
7644 (modify-screen-parameters): Ditto.
|
|
7645 (new-screen): Ditto.
|
|
7646 (next-screen): Ditto.
|
|
7647 (next-multiscreen-window): Ditto.
|
|
7648 (other-screen): Ditto.
|
|
7649 (previous-screen): Ditto.
|
|
7650 (previous-multiscreen-window): Ditto.
|
|
7651 (raise-screen): Ditto.
|
|
7652 (redraw-screen): Ditto.
|
|
7653 (select-screen): Ditto.
|
|
7654 (selected-screen): Ditto.
|
|
7655 (set-buffer-dedicated-screen): Ditto.
|
|
7656 (set-screen-height): Ditto.
|
|
7657 (set-screen-position): Ditto.
|
|
7658 (set-screen-size): Ditto.
|
|
7659 (set-screen-width): Ditto.
|
|
7660 (show-temp-buffer-in-current-screen): Ditto.
|
|
7661 (switch-to-buffer-other-screen): Ditto.
|
|
7662 (visible-screen-list): Ditto.
|
|
7663 (window-screen): Ditto.
|
|
7664 (x-set-screen-pointer): Ditto.
|
|
7665 (x-set-frame-pointer): Ditto.
|
|
7666 (screen-title-format): Ditto.
|
|
7667 (screen-icon-title-format): Ditto.
|
|
7668 (terminal-screen): Ditto.
|
|
7669 (delete-screen-hook): Ditto.
|
|
7670 (create-screen-hook): Ditto.
|
|
7671 (mouse-enter-screen-hook): Ditto.
|
|
7672 (mouse-leave-screen-hook): Ditto.
|
|
7673 (map-screen-hook): Ditto.
|
|
7674 (unmap-screen-hook): Ditto.
|
|
7675 (default-screen-alist): Ditto.
|
|
7676 (default-screen-name): Ditto.
|
|
7677 (x-screen-defaults): Ditto.
|
|
7678 (x-create-screen): Ditto.
|
|
7679 * obsolete.el: meta-flag removed.
|
|
7680 baud-rate removed.
|
|
7681 sleep-for-millisecs removed.
|
|
7682 extent-data removed.
|
|
7683 set-extent-data removed.
|
|
7684 set-extent-attribute removed.
|
|
7685 extent-glyph removed.
|
|
7686 extent-layout removed.
|
|
7687 set-extent-layout removed.
|
|
7688 list-faces-display removed.
|
|
7689 list-faces removed.
|
|
7690 trim-versions-without-asking removed.
|
|
7691 after-write-file-hooks removed.
|
|
7692 truename removed.
|
|
7693 auto-fill-hook removed.
|
|
7694 blink-paren-hook removed.
|
|
7695 select-screen-hook, deselect-screen-hook removed.
|
|
7696 auto-raise-screen, auto-lower-screen removed.
|
|
7697
|
|
7698 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
7699
|
|
7700 * XEmacs 21.0-pre5 is released.
|
|
7701
|
|
7702 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
7703
|
|
7704 * about.el (about-hackers): Credits update.
|
|
7705
|
|
7706 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7707
|
|
7708 * register.el (insert-register): Don't activate the region.
|
|
7709
|
|
7710 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
7711
|
|
7712 * select.el: Restore x-* symbols for backwards compatibility:
|
|
7713 x-copy-primary-selection, x-kill-primary-selection,
|
|
7714 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
7715 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
7716
|
|
7717 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
7718
|
|
7719 * XEmacs 21.0-pre4 is released.
|
|
7720
|
|
7721 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7722
|
|
7723 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
7724 reporting bugs.
|
|
7725 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
7726 `expand-file-name' rather than `concat'.
|
|
7727
|
|
7728 * help.el (print-messages): New function.
|
|
7729
|
|
7730 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7731
|
|
7732 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
7733
|
|
7734 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7735
|
|
7736 * about.el: Tweaked my entry in about-hackers.
|
|
7737
|
|
7738 * find-paths.el (paths-emacs-root-p):
|
|
7739 Relaxed emacs-root checking of an in-place installation to
|
442
|
7740 also accommodate the flat layout used on MS Windows.
|
428
|
7741
|
|
7742 1998-06-29 John Jones <jj@asu.edu>
|
|
7743
|
|
7744 * package-get.el: calls to package-get-update-all will only
|
|
7745 update packages which are already installed.
|
|
7746
|
|
7747 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
7748
|
|
7749 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
7750 are handled by the gui-element face fallbacks now.
|
|
7751
|
|
7752 * x-faces.el: default gui-element face to "background" as well as
|
|
7753 the default face.
|
|
7754
|
|
7755 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
7756 and default face settings since these are set as fallbacks now in
|
|
7757 the appropriate domain.
|
|
7758
|
|
7759 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
7760
|
|
7761 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
7762 corresponding to `page-delim' goes first and the hack in
|
|
7763 `forward-paragraph' will work.
|
|
7764 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
7765
|
|
7766 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7767
|
|
7768 * subr.el (remove-hook): When checking the hook value
|
|
7769 with functionp, don't apply car to it.
|
|
7770
|
|
7771 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7772
|
|
7773 * package-get.el (package-get-remote-filename):
|
|
7774 Don't use file-name-as-directory because the local directory
|
|
7775 separator conventions might not be the same as ftp's.
|
|
7776
|
|
7777 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7778
|
|
7779 * ldap.el (ldap-host-parameters-alist): New name of
|
|
7780 `ldap-host-parameters-plist'
|
|
7781
|
434
|
7782 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
7783
|
|
7784 * package-get.el: Using (require 'package-get-base), now that it
|
|
7785 provides itself. Consequently removed all instances of (load
|
|
7786 "package-get-base.el").
|
|
7787
|
|
7788 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7789
|
|
7790 * subr.el (remove-hook): Don't treat the hook value as a
|
|
7791 list unless it is both consp and not functionp.
|
|
7792
|
|
7793 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
7794
|
|
7795 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
7796 * auto-show.el: Ditto.
|
|
7797 * bytecomp.el: Ditto.
|
|
7798 * faces.el: Ditto.
|
|
7799 * x-scrollbar.el: Ditto.
|
|
7800 * x-misc.el: Ditto.
|
|
7801 * tty-init.el: Ditto.
|
|
7802 * toolbar-items.el: Ditto.
|
|
7803 * symbol-syntax.el: Ditto.
|
|
7804 * specifier.el: Ditto.
|
|
7805 * objects.el: Ditto.
|
|
7806 * hyper-apropos.el: Ditto.
|
|
7807 * glyphs.el: Ditto.
|
|
7808
|
|
7809 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
7810
|
|
7811 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
7812 vertical-divider-always-visible-p.
|
|
7813 (default-mouse-motion-handler): Ditto.
|
|
7814
|
|
7815 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
7816
|
|
7817 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
7818 global value.
|
|
7819
|
|
7820 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
7821
|
|
7822 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
7823
|
|
7824 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7825
|
|
7826 * font.el: Split font-family-mappings into X and
|
|
7827 mswindows-specific versions.
|
|
7828 mswindows-font-create-[object|name]: Treat supplied size
|
|
7829 as a pointsize. Added underline and strikethru handling.
|
|
7830
|
|
7831 * msw-faces.el: changed default mswindows charset to western.
|
|
7832
|
|
7833 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7834 was inserted to get round bugs in the mswindows C font code.
|
|
7835
|
|
7836 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
7837
|
|
7838 * about.el (about-hackers): Credits update.
|
|
7839
|
|
7840 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
7841 TUTORIAL.
|
|
7842
|
|
7843 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
7844 to ISO-8859-2.
|
|
7845
|
|
7846 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7847
|
|
7848 * font.el: Split font-family-mappings into X and
|
|
7849 mswindows-specific versions.
|
|
7850 mswindows-font-create-[object|name]: Treat supplied size
|
|
7851 as a pointsize. Added underline and strikethru handling.
|
|
7852
|
|
7853 * msw-faces.el: changed default mswindows charset to western.
|
|
7854
|
|
7855 * msw-glyphs.el: removed space in border-glyph font string that
|
|
7856 was inserted to get round bugs in the mswindows C font code.
|
|
7857
|
|
7858 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7859
|
|
7860 * minibuf.el: make read-color-completion-table call
|
|
7861 (mswindows-color-list for mswindows devices.
|
|
7862
|
|
7863 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
7864
|
|
7865 * lisp/font-lock.el
|
|
7866 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
7867 Let declaration items contain non-word symbol characters.
|
|
7868
|
434
|
7869 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
428
|
7870
|
|
7871 * package-get.el (package-get-package-provider): Added autoload
|
|
7872 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
7873 it. Fixed some (interactive ...) with multiple argument specs
|
|
7874 again. Cosmetic indentation changes.
|
|
7875
|
|
7876 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
7877
|
|
7878 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
7879 that you want to use later.
|
|
7880
|
|
7881 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
7882
|
|
7883 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
7884 to x-kill-primary-selection with kill-primary-selection
|
|
7885
|
|
7886 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
7887
|
|
7888 * simple.el (what-cursor-position): Make cursor position reported
|
|
7889 use value of column-number-start-at-one
|
|
7890
|
|
7891 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
7892
|
|
7893 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
7894
|
|
7895 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
7896
|
|
7897 * startup.el (startup-splash-frame): Remove
|
|
7898 `xemacs-startup-logo-function'.
|
|
7899
|
|
7900 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
7901
|
|
7902 * about.el (about-hackers): Update credits list.
|
|
7903
|
|
7904 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
7905
|
|
7906 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
7907 extensions to be found by load-sound-file
|
|
7908
|
|
7909 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7910
|
|
7911 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
7912 (Info-auto-generate-directory): New variable
|
|
7913 (Info-save-auto-generated-dir): New variable
|
|
7914 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
7915 (Info-build-dir-anew): Second parameter removed. Use
|
|
7916 `Info-save-auto-generated-dir'
|
|
7917 (Info-rebuild-dir): Ditto
|
|
7918
|
|
7919 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
7920
|
|
7921 * list-mode.el (next-list-mode-item): Would not recognize
|
|
7922 border between directly neighbored items.
|
|
7923
|
|
7924 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7925
|
|
7926 * package-get.el: add autoloads for some functions.
|
|
7927
|
|
7928 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
7929
|
|
7930 * specifier.el (let-specifier): Tiny docfixes.
|
|
7931
|
|
7932 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
7933
|
|
7934 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
7935
|
|
7936 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
7937
|
|
7938 * wid-edit.el (widget-specify-secret): New function.
|
|
7939 (widget-after-change): Use it.
|
|
7940 (widget-specify-field): Use it.
|
|
7941
|
|
7942 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
7943
|
|
7944 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
7945 `doit'; reuse result of `window-pixel-edges'.
|
|
7946
|
|
7947 * modeline.el (drag-modeline-event-lag): Rename to
|
|
7948 drag-divider-event-lag.
|
|
7949
|
|
7950 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
7951
|
|
7952 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
7953 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
7954 arguments.
|
|
7955
|
|
7956 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
7957
|
|
7958 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
7959 `completion-ignore-case' in completions buffer under Windows.
|
|
7960
|
|
7961 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7962
|
|
7963 * about.el (about-maintainer-glyph): Fix support for not
|
|
7964 compressed images.
|
|
7965
|
|
7966 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
7967
|
|
7968 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
7969
|
|
7970 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
7971 `cancel-mode-internal' function is fetched.
|
|
7972
|
|
7973 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7974
|
|
7975 * files.el (save-some-buffers-1): Fixed return value.
|
|
7976
|
|
7977 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
7978
|
|
7979 * dragdrop.el: added experimental
|
|
7980
|
|
7981 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
7982
|
|
7983 * startup.el (after-init-hook, init-file-user,
|
|
7984 user-init-directory, load-user-init-file): Purge references
|
|
7985 to "~/.xemacs/init.el" from docstrings.
|
|
7986
|
|
7987 (load-user-init-file) Use paths-construct-path to construct
|
|
7988 paths to user init files. Go directly to ~/.emacs, do not
|
|
7989 search ~/.xemacs/, do not load `default-custom-file'.
|
|
7990
|
|
7991 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7992
|
|
7993 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
7994 general *sh.
|
|
7995 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
7996
|
|
7997 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
7998
|
|
7999 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
8000 menu.
|
|
8001
|
|
8002 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
8003
|
|
8004 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
8005 in xpm-color-symbols instead of default.
|
|
8006
|
|
8007 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
8008
|
|
8009 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
8010
|
|
8011 * startup.el (xemacs-startup-logo-function): New variable.
|
|
8012 (startup-splash-frame): Use it.
|
|
8013
|
|
8014 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
8015
|
|
8016 * files.el (save-some-buffers): Would wait 1 second.
|
|
8017 (save-some-buffers-1): Delete other windows here instead of in
|
|
8018 `save-some-buffers'.
|
|
8019 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
8020
|
442
|
8021 1998-06-02 Didier Verna <didier@xemacs.org>
|
428
|
8022
|
|
8023 * cus-face.el (custom-face-attributes): generalized the use of
|
|
8024 toggle buttons for boolean attributes.
|
|
8025 Re-ordered the items a bit.
|
|
8026
|
|
8027 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
8028
|
|
8029 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
8030 to find the sounds directory.
|
|
8031
|
|
8032 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
8033
|
|
8034 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
8035 otherwise. load-default sounds without extensions.
|
|
8036
|
|
8037 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
8038
|
|
8039 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
8040 if send-pr is not bound.
|
|
8041
|
|
8042 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
8043
|
|
8044 * files.el: grok idl files in auto-mode-alist.
|
|
8045 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
8046
|
|
8047 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
8048 calling `upcase'.
|
|
8049
|
|
8050 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
8051
|
|
8052 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
8053
|
|
8054 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8055
|
|
8056 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
8057 instead of XEmacs one when dumping InfoDock.
|
|
8058
|
|
8059 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8060
|
|
8061 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
8062 for `modeline-visible-p'
|
|
8063
|
|
8064 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
8065
|
|
8066 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
8067
|
|
8068 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
8069 since it's not used anymore. doc string fixes.
|
|
8070
|
|
8071 * package-get.el (package-get-file-installed-p): new function. use
|
|
8072 instead of file-installed-p which is in an external package.
|
|
8073
|
|
8074 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
8075
|
|
8076 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
8077 favor of select-window/switch-to-buffer
|
|
8078
|
|
8079 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
8080
|
|
8081 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
8082
|
|
8083 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
8084
|
|
8085 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
8086 (offix-start-drag-region) moved to dragdrop.el
|
|
8087 (offix-start-drag) moved to dragdrop.el
|
|
8088 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
8089 (offix-start-drag-region) moved from frame.el
|
|
8090 (offix-start-drag) moved from frame.el
|
|
8091 (cde-start-drag-region) cde drag regions
|
|
8092 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
8093
|
|
8094 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
8095
|
|
8096 * dragdrop.el: created dragdrop-drag prototypes
|
|
8097 (cde-start-drag-region) fixed typo
|
|
8098
|
|
8099 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
8100
|
|
8101 * simple.el (after-init-hook): Remove reader macro.
|
|
8102
|
|
8103 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
8104 macros. Update DOC string.
|
|
8105
|
|
8106 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
8107
|
|
8108 * mouse.el (drag-window-divider): Ditto.
|
|
8109
|
|
8110 * modeline.el (mouse-drag-modeline): Use it.
|
|
8111
|
|
8112 * lisp-mode.el (let-specifier): Specify indentation.
|
|
8113
|
|
8114 * specifier.el (let-specifier): Renamed from
|
|
8115 `with-specifier-instance'.
|
|
8116
|
|
8117 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
8118
|
|
8119 * x-faces.el:
|
|
8120 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
8121 to faces. Predicate x-get-resource on the presence of x.
|
|
8122
|
442
|
8123 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
428
|
8124 faces as specfier defaults.
|
|
8125
|
|
8126 * package-get.el: don't use package-admin-add-single-file-package.
|
|
8127
|
|
8128 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
8129
|
|
8130 * toolbar-items.el: Fixup tooltips.
|
|
8131 (toolbar-gnus): Don't use obsolete variable
|
|
8132 toolbar-news-frame-properties.
|
|
8133 (toolbar-news-reader): Default to `gnus' instead of
|
|
8134 `not-configured'.
|
|
8135
|
|
8136 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
8137 Windows.
|
|
8138
|
|
8139 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
8140
|
|
8141 * package-get.el: rename -installedp -> -installed-p.
|
|
8142
|
|
8143 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8144
|
|
8145 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
8146 attributes, and assinged it to continuation, truncation and
|
|
8147 hscroll glyphs.
|
|
8148
|
|
8149 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
8150 and made continuation, truncation and hscroll glyphs arrow
|
|
8151 characters out of that font.
|
|
8152
|
|
8153 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
8154
|
|
8155 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
8156 directory-sep-char being \.
|
|
8157 (minibuffer-electric-tilde): Ditto.
|
|
8158 (read-file-name-map): Ditto.
|
|
8159
|
|
8160 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
8161
|
|
8162 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
8163 on X devices.
|
|
8164 (default-mouse-track-deal-with-down-event): Avoid
|
|
8165 `x-disown-selection'; use `disown-selection' instead.
|
|
8166
|
|
8167 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
8168
|
|
8169 * select.el:
|
|
8170 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
8171 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
8172 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
8173 (x-copy-primary-selection).
|
|
8174 (own-clipboard): new function.
|
|
8175
|
|
8176 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
8177 functions in select.el. remove old ones.
|
|
8178 (mswindows-own-clipboard): new function.
|
|
8179
|
|
8180 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
8181
|
|
8182 * gnuserv.el: allow connections from mswindows type devices.
|
|
8183
|
|
8184 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
8185
|
|
8186 * msw-glyphs.el: change image type used from cursor to resource.
|
|
8187
|
|
8188 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8189
|
|
8190 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
8191 for {top,bottom}-{left,right} values in addition to
|
|
8192 {top,bottom}_{left,right}.
|
|
8193 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
8194
|
|
8195 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
8196
|
|
8197 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
8198
|
|
8199 * specifier.el (with-specifier-instance): Added docstring.
|
|
8200
|
|
8201 * mouse.el (drag-window-divider): Ditto.
|
|
8202
|
|
8203 * modeline.el (mouse-drag-modeline): Use it.
|
|
8204
|
|
8205 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
8206 level.
|
|
8207
|
|
8208 * specifier.el (with-specifier-instance): New macro.
|
|
8209
|
|
8210 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
8211
|
|
8212 * package-get.el (package-get-create-custom): new function to
|
|
8213 auto-generate package-get-custom.el from package-get-base.el.
|
|
8214 * (package-get-ever-installedp): new function.
|
|
8215 * (package-get-custom): new function to get all packages specified
|
|
8216 by customize.
|
|
8217
|
|
8218 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
8219
|
|
8220 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
8221
|
|
8222 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
8223
|
|
8224 * cl-extra.el: Reverse previous float change.
|
|
8225
|
|
8226 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
8227
|
|
8228 * x-faces.el:
|
|
8229 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
8230 required by w3 under mswindows as well X.
|
|
8231
|
|
8232 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8233
|
|
8234 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
8235 clause, one more overlookef fsfism.
|
|
8236 (nt-quote-args-functions-alist): End sentences with double space.
|
|
8237
|
|
8238 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8239
|
|
8240 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
8241 recaching default-toolbar specifier.
|
|
8242 (pop-window-configuration): Ditto.
|
|
8243 (unpop-window-configuration): Ditto.
|
|
8244
|
|
8245 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
8246
|
|
8247 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
8248
|
|
8249 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8250
|
|
8251 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
8252 (nt-quote-args-prefix-quote): Added function.
|
|
8253 (nt-quote-args-backslash-quote): Added function.
|
|
8254 (nt-quote-args-double-quote): Added function.
|
|
8255 (nt-quote-args-functions-alist): New variable.
|
|
8256 (nt-quote-process-args): Added function. This is the main quoting
|
|
8257 work horse called from process-nt.c
|
|
8258
|
|
8259 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8260
|
|
8261 * winnt.el: Removed duplicate definitions for backspace,
|
|
8262 delete, M-backspace and C-M-backspace.
|
|
8263 (file-name-buffer-file-type-alist): Removed this variable.
|
|
8264 (find-buffer-file-type): Removed function.
|
|
8265 (find-file-binary): Removed function.
|
|
8266 (find-file-text): Removed function.
|
|
8267 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
8268 (save-to-unix-hook): Removed function.
|
|
8269 (revert-from-unix-hook): Removed function.
|
|
8270 (using-unix-filesystems): Removed function.
|
|
8271 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
8272 warning.
|
|
8273 (x-set-selection): Removed function.
|
|
8274 (x-get-selection): Removed function.
|
|
8275 Removed commented FSFisms.
|
|
8276 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
8277 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
8278 comint-process-echoes setting to t.
|
|
8279
|
|
8280 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8281
|
|
8282 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
8283 and used following the interface change of
|
|
8284 `paths-find-recursive-path'.
|
|
8285
|
|
8286 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
8287 regexp instead of a list of base names.
|
|
8288 (paths-version-control-filename-regexp):
|
|
8289 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
8290 Introduced and used following the interface change of
|
|
8291 `paths-find-recursive-path'.
|
|
8292
|
|
8293 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
8294
|
|
8295 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
8296 on X devices, rather than on all non-TTY devices.
|
|
8297
|
|
8298 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8299
|
|
8300 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
8301
|
|
8302 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
8303
|
434
|
8304 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
428
|
8305
|
|
8306 * itimer.el (activate-itimer): Fixed usage of integers
|
|
8307 as argument to `concat'.
|
|
8308
|
|
8309 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
8310
|
|
8311 * itimer.el (start-itimer): replace the use of `concat' with
|
|
8312 `format'
|
|
8313
|
|
8314 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
8315
|
|
8316 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
8317 From Bob Weiner <weiner@altrasoft.com>
|
|
8318
|
|
8319 * loadhist.el (symbol-file): Supply prompt string when used
|
|
8320 interactively.
|
|
8321 From Bob Weiner <weiner@altrasoft.com>
|
|
8322
|
|
8323 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
8324
|
|
8325 * loadup.el (really-early-error-handler): Ditto.
|
|
8326
|
|
8327 * update-elc.el: Ditto.
|
|
8328
|
|
8329 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
8330
|
|
8331 * make-docfile.el: Ditto.
|
|
8332
|
|
8333 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
8334 instead of decode-path.
|
|
8335
|
|
8336 * files.el (parse-colon-path): Update docstring reference.
|
|
8337
|
|
8338 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8339
|
|
8340 * msw-init.el:
|
|
8341 * x-init.el:
|
|
8342 Bind cut'n'paste keys to non window-system specific functions.
|
|
8343
|
|
8344 * msw-select.el: New function mswindows-clear-clipboard.
|
|
8345 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
8346 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
8347
|
|
8348 * select.el: on mswindows devices delete-primary-selection
|
|
8349 calls mswindows-clear-clipboard.
|
|
8350
|
|
8351 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
8352
|
|
8353 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
8354
|
|
8355 * cmdloop.el (read-char): Don't inhibit quit.
|
|
8356 (read-char-exclusive): Ditto.
|
|
8357 (read-char): Signal quit if quit-char was pressed.
|
|
8358 (read-char-exclusive): Ditto.
|
|
8359 (read-quoted-char): Return a character, not integer.
|
|
8360
|
|
8361 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
8362 selection code.
|
|
8363 (default-popup-menu): Fix code.
|
|
8364
|
|
8365 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
8366
|
|
8367 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
8368
|
|
8369 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
8370
|
|
8371 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
8372
|
|
8373 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8374
|
|
8375 * device.el (device-pixel-width):
|
|
8376 (device-pixel-height):
|
|
8377 (device-mm-width):
|
|
8378 (device-mm-height):
|
|
8379 (device-bitplanes):
|
|
8380 (device-color-cells): Swapped parameters to device-system-metric
|
|
8381 according to the interface change.
|
|
8382
|
|
8383 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8384
|
|
8385 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
8386 function event-over-vertical-divider-p.
|
|
8387 Do not set E-W arrow cursor over the divider if
|
|
8388 vertical-divider-draggable-p is nil in the window.
|
|
8389 ([top-level]): Use new name for the variable
|
|
8390 vertical-divider-map.
|
|
8391 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
8392 Variable name typo fixes.
|
|
8393
|
|
8394 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
8395
|
|
8396 * keymap.el (kbd): Define here; handle string constants and
|
|
8397 others...
|
|
8398
|
|
8399 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
8400
|
|
8401 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
8402 in Emacs 18.
|
|
8403
|
442
|
8404 1998-05-13 Didier Verna <didier@xemacs.org>
|
428
|
8405
|
|
8406 * mouse.el (drag-window-divider): give the vertical divider a
|
|
8407 pressed look when dragging it.
|
|
8408
|
|
8409 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
8410
|
|
8411 * faces.el: predicate some more face operations on x or mswindows
|
|
8412 not just x.
|
|
8413
|
|
8414 * modeline.el: enable modeline coloring for mswindows.
|
|
8415
|
|
8416 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8417
|
|
8418 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
8419 FSF Emacs.
|
|
8420 (next-history-element): Used `minibuffer-default'.
|
|
8421
|
|
8422 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
8423
|
|
8424 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
8425 arguments still look a bit strange
|
|
8426 (dragdrop-compare-mods) created
|
|
8427 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
8428 modifiers
|
|
8429
|
|
8430 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
8431
|
|
8432 * setup-paths.el (paths-default-info-directories): Replace
|
|
8433 path-separator with directory-sep-char.
|
|
8434
|
|
8435 * files.el (path-separator): Don't define it here.
|
|
8436
|
|
8437 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
8438
|
|
8439 * update-elc.el: Ditto.
|
|
8440
|
|
8441 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
8442
|
|
8443 * make-docfile.el: Ditto.
|
|
8444
|
|
8445 * loadup.el (really-early-error-handler): Ditto.
|
|
8446
|
|
8447 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
8448 instead of decode-path-internal.
|
|
8449
|
|
8450 * files.el (parse-colon-path): Update docstring.
|
|
8451
|
|
8452 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
8453
|
|
8454 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
8455
|
|
8456 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
8457 get-buffer-window-list.
|
|
8458
|
|
8459 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
8460
|
|
8461 * disass.el: Fix maintainer keyword.
|
|
8462
|
|
8463 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
8464 (byte-compile-buffer): Ditto.
|
|
8465
|
|
8466 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
8467 value is returned, not the name.
|
|
8468 (lisp-imenu-generic-expression): Enable it.
|
|
8469 (lisp-mode-variables): Ditto.
|
|
8470 (lisp-indent-offset): Change defconst to defvar.
|
|
8471 (lisp-indent-function): Ditto.
|
|
8472 (lisp-body-indent): Ditto.
|
|
8473
|
|
8474 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
8475
|
|
8476 * modeline.el: Use zap-last-kbd-macro-event.
|
|
8477
|
|
8478 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
8479 nil, don't attempt to do anything with messages.
|
|
8480 (eval-last-sexp): Use `letf' for clarity.
|
|
8481
|
|
8482 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
8483
|
|
8484 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
8485
|
|
8486 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
8487
|
|
8488 * buff-menu.el:
|
|
8489 * lisp-mode.el:
|
|
8490 * obsolete.el:
|
|
8491 Change empty docstrings into no doc strings at all.
|
|
8492 Fix bogus FSF-format docstrings.
|
|
8493 * etags.el: Fix docstring.
|
|
8494
|
|
8495 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8496
|
|
8497 * package-get.el (package-get): Use internal md5
|
|
8498
|
|
8499 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
8500
|
|
8501 * about.el (about-xemacs): Correct abuse of concat.
|
|
8502
|
|
8503 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
8504
|
|
8505 * info.el (Info-mode): Use easymenu.
|
|
8506
|
|
8507 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
8508
|
|
8509 * apropos.el (apropos): Don't use concat with integers.
|
|
8510
|
|
8511 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
8512 was seen gracefully.
|
|
8513
|
|
8514 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
8515 defun.
|
|
8516 (apropos-describe-plist): Ditto.
|
|
8517
|
|
8518 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
8519 (describe-key): Use it as defun.
|
|
8520 (describe-mode): Ditto.
|
|
8521 (describe-bindings): Ditto.
|
|
8522 (describe-prefix-bindings): Ditto.
|
|
8523 (describe-installation): Ditto.
|
|
8524 (view-lossage): Ditto.
|
|
8525 (describe-function): Ditto.
|
|
8526 (describe-variable): Ditto.
|
|
8527 (describe-syntax): Ditto.
|
|
8528
|
|
8529 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
8530
|
|
8531 * dragdrop.el: changed order of require/provide
|
|
8532 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
8533 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
8534 (dragdrop-function-widget) this one needs more work...
|
|
8535
|
|
8536 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
8537
|
|
8538 * about.el: another small change in my entry
|
|
8539 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
8540 plus customizations
|
|
8541 changed interface to handler functions. now called with event
|
|
8542 and object
|
|
8543
|
|
8544 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8545
|
|
8546 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
8547 E-W arrow pointer displayed over draggable dividers.
|
|
8548
|
|
8549 * mouse.el (default-mouse-motion-handler): Show it when
|
|
8550 appropriate.
|
|
8551 (drag-window-divider): Added.
|
|
8552 ([top-level]): Initialized window-divider-map with a keymap
|
|
8553 binding the above function to left button down event.
|
|
8554
|
|
8555 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
8556 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
8557 E-W double arrow.
|
|
8558
|
|
8559 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
8560
|
|
8561 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
8562
|
|
8563 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
8564
|
|
8565 * simple.el (count-words-buffer): Don't query for buffer.
|
|
8566 (count-lines-buffer): Ditto.
|
|
8567
|
|
8568 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8569
|
|
8570 * help.el (where-is): add optional insert argument.
|
|
8571
|
|
8572 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
8573
|
|
8574 * help.el (describe-key-briefly): New argument INSERT.
|
|
8575
|
|
8576 * simple.el (eval-expression): New optional argument; synch with
|
|
8577 FSF 20.3.
|
|
8578
|
|
8579 * keydefs.el (global-map): Add new register bindings.
|
|
8580
|
|
8581 * register.el: Synched with FSF 20.3.
|
|
8582
|
|
8583 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8584
|
|
8585 * window-xemacs.el (recenter): all arguments are optional.
|
|
8586
|
|
8587 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8588
|
|
8589 * device.el: (device-pixel-width): Reflected name/parameters
|
|
8590 change to device-system-metric.
|
|
8591 (device-pixel-height): Ditto.
|
|
8592 (device-mm-width): Ditto.
|
|
8593 (device-mm-height): Ditto.
|
|
8594 (device-bitplanes): Ditto.
|
|
8595 (device-color-cells): Ditto.
|
|
8596
|
|
8597 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
8598
|
|
8599 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
8600
|
|
8601 * cl.el (most-positive-fixnum): Document.
|
|
8602 (most-negative-fixnum): Ditto.
|
|
8603
|
|
8604 * cus-dep.el: Updated comment.
|
|
8605
|
|
8606 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
8607 constant.
|
|
8608
|
|
8609 * cus-load.el (custom-put): Removed.
|
|
8610
|
|
8611 * files.el (after-find-file): Just resignal quit instead of
|
|
8612 signaling "canceled".
|
|
8613
|
|
8614 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
8615
|
|
8616 * frame.el (other-frame): Use `focus-frame' instead of
|
|
8617 select-frame kludges.
|
|
8618
|
|
8619 * lisp-mode.el: Update lisp-indent-function for
|
|
8620 save-selected-frame and with-selected-frame.
|
|
8621
|
|
8622 * frame.el (save-selected-frame): New macro.
|
|
8623 (with-selected-frame): Ditto.
|
|
8624 (other-frame): Use `set-frame-focus'.
|
|
8625
|
|
8626 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
8627
|
|
8628 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
8629 (dragdrop-drop-url-default) default handler for URL drops created
|
|
8630 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
8631 (dragdrop-drop-functions) default custom for handling drops created
|
|
8632 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
8633
|
|
8634 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8635
|
|
8636 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
8637
|
|
8638 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
8639
|
|
8640 * about.el: changed some text in my entry
|
|
8641 * dragdrop.el: added customs
|
|
8642
|
|
8643 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
8644
|
|
8645 * mouse.el: killed global drop key bindings
|
|
8646 (mouse-offix-drop) removed
|
|
8647 * dragdrop.el: created
|
|
8648 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
8649
|
|
8650 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8651
|
|
8652 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
8653 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
8654
|
|
8655 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
8656 obsolete comment.
|
|
8657
|
|
8658 * scrollbar.el (scrollbars-visible-p): Use new
|
|
8659 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
8660
|
|
8661 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8662
|
|
8663 * device.el (device-pixel-height):
|
|
8664 (device-pixel-width):
|
|
8665 (device-mm-width):
|
|
8666 (device-mm-height):
|
|
8667 (device-bitplanes):
|
|
8668 (device-color-cells): Moved these 6 functions from device.c; they
|
|
8669 all use single (device-system-metrics) call.
|
|
8670
|
|
8671 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
8672
|
|
8673 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
8674 were renamed.
|
|
8675
|
|
8676 * menubar-items.el:
|
|
8677 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
8678 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
8679
|
|
8680 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
8681 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
8682
|
|
8683 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
8684
|
|
8685 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
8686 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
8687
|
|
8688 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
8689
|
|
8690 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
8691
|
|
8692 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
8693
|
|
8694 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
8695
|
|
8696 * startup.el (startup-splash-frame): Change ID logo name.
|
|
8697
|
|
8698 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
8699
|
|
8700 * files.el (after-find-file): If the user presses C-g on
|
|
8701 directory-creation prompt, kill the buffer.
|
|
8702
|
|
8703 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
8704
|
|
8705 * simple.el (count-words-region): Reverse previous change.
|
|
8706
|
|
8707 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
8708
|
|
8709 * replace.el (query-replace): Just call perform-replace.
|
|
8710 (query-replace-regexp): Ditto.
|
|
8711 (perform-replace): Move region handling here.
|
|
8712 (perform-replace): Use the new arg to match-data.
|
|
8713
|
|
8714 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8715
|
|
8716 * x-init.el: Install X specific display table that
|
|
8717 displays char 0240 as a space to avoid whatever it is
|
|
8718 that screws up display of that character code.
|
|
8719
|
|
8720 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
8721
|
|
8722 * help.el (function-arglist): If no arguments are documented for a
|
|
8723 subr, print nothing rather than incorrect output.
|
|
8724
|
|
8725 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
8726
|
|
8727 * cmdloop.el (command-error): Update bail-out error message to use
|
|
8728 `emacs-program-name'.
|
|
8729
|
|
8730 * lib-complete.el: Remove reader macro cruft.
|
|
8731
|
|
8732 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
8733 cruft.
|
|
8734
|
|
8735 * simple.el (count-words-region): Drop interactive-p check on the
|
|
8736 message.
|
|
8737
|
|
8738 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8739
|
|
8740 * font.el
|
|
8741 * msw-faces.el
|
|
8742 Correct spelling of mswindows-font-canonicalize-name.
|
|
8743
|
|
8744 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8745
|
|
8746 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
8747 `ldap-host-parameters-plist'
|
|
8748 (ldap-search): Adapt to previous change
|
|
8749
|
|
8750 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8751
|
|
8752 * about.el (about-hackers): Update Bob Weiner bio.
|
|
8753 (about-maintainer-info): Ditto.
|
|
8754
|
|
8755 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
8756
|
|
8757 * simple.el (display-warning-minimum-level): Docfix.
|
|
8758
|
|
8759 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
8760
|
|
8761 * widget.el (:default-get): New keyword.
|
|
8762 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
8763 (group, widget-group-default-get): Define it.
|
|
8764 (menu-choice, widget-choice-default-get): Define it.
|
|
8765 (widget-default-get): New function.
|
|
8766 (widget-choice-action): Call it.
|
|
8767 (widget-editable-list-entry-create): Call it.
|
|
8768
|
|
8769 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8770
|
|
8771 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
8772 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
8773 lookup through `byte-boolean-vars'.
|
|
8774
|
|
8775 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8776
|
|
8777 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
8778 resource-provided values into ghost specs for scrollbar-height and
|
|
8779 scrollbar-width.
|
|
8780
|
|
8781 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8782
|
|
8783 * byte-optimize.el: Don't attempt to optimize /=.
|
|
8784
|
|
8785 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
8786 (byte-compile-/=): Ditto.
|
|
8787
|
|
8788 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
8789
|
|
8790 * apropos.el: Use `with-displaying-help-buffer'.
|
|
8791 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
8792 Use `with-displaying-help-buffer'.
|
|
8793 (apropos-follow): Do not give special treatment to buffer cursor
|
|
8794 was in prior to a mouse click.
|
|
8795 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
8796 (apropos-print-doc): Set correct buffer for setting text
|
|
8797 properties.
|
|
8798
|
|
8799 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
8800
|
|
8801 * help.el (help-buffer-prefix-string): New variable.
|
|
8802 (help-buffer-name): Use it.
|
|
8803
|
|
8804 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
8805 mode menu.
|
|
8806
|
|
8807 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
8808
|
|
8809 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
8810
|
|
8811 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
8812
|
|
8813 * files.el (find-file-noselect): Update docstring.
|
|
8814 (find-file-noselect): Signal an error if found an unreadable file.
|
|
8815 (file-chase-links): Save the match data.
|
|
8816 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
8817 (interpreter-mode-alist): Change defconst to defvar.
|
|
8818 (inhibit-first-line-modes-regexps): Ditto.
|
|
8819 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
8820 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
8821 (change-major-mode-with-file-name): New user-option.
|
|
8822 (set-visited-file-name): Synched with FSF.
|
|
8823 (file-name-extension): New function, from FSF 20.3.
|
|
8824 (file-relative-name): Synched with FSF.
|
|
8825 (save-some-buffers): Support the C-r feature.
|
|
8826 (recover-session): Synched with FSF.
|
|
8827 (kill-some-buffers): Ditto.
|
|
8828 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
8829
|
|
8830 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
8831
|
|
8832 * files.el (insert-file): Undo previous change and reenable use of
|
|
8833 format.el.
|
|
8834
|
|
8835 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8836
|
|
8837 * window-xemacs.el (recenter): Define.
|
|
8838
|
|
8839 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8840
|
|
8841 * font.el (mswindows-font-create-name)
|
|
8842 (mswindows-font-create-object): new functions for mswindows type
|
|
8843 fonts.
|
|
8844
|
|
8845 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
8846 strings are parsed as well as font objects.
|
|
8847
|
|
8848 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8849
|
|
8850 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
8851 kbd-macro being recorded.
|
|
8852 (add-minor-mode): Simplify docstring.
|
|
8853 (modeline-minor-mode-menu): Remove stuff.
|
|
8854
|
|
8855 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8856
|
|
8857 * code-process.el (call-process): dynamically decide process
|
|
8858 coding type.
|
|
8859
|
|
8860 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
8861
|
|
8862 * modeline.el: Add line-number-mode, column-number-mode to
|
|
8863 the modeline minor-mode menu. Button2 on the line number does
|
|
8864 goto-line.
|
|
8865
|
|
8866 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
8867
|
|
8868 * mouse.el: move x-selection-owner-p type things to
|
|
8869 selection-owner-p.
|
|
8870
|
|
8871 * msw-init.el: copy zmacs stuff from x-init.el
|
|
8872
|
|
8873 * msw-select.el (mswindows-own-selection)
|
|
8874 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
8875 functions. Very simple minded implementation of selectio
|
|
8876 ownership.
|
|
8877
|
|
8878 * select.el (own-selection) (disown-selection)
|
|
8879 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
8880 (valid-simple-selection-p): functions moved from x-select.el for
|
|
8881 generalized selection.
|
|
8882
|
|
8883 * x-select.el: see select.el changes.
|
|
8884
|
|
8885 * x-toolbar.el: use new selection functions.
|
|
8886
|
|
8887 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8888
|
|
8889 * packages.el (packages-find-package-directories): Fixed bug that
|
|
8890 would pick up multiple site-package directories.
|
|
8891 (package-locations): Added "xemacs-packages" as a late package
|
|
8892 location.
|
|
8893
|
|
8894 * find-paths.el: Now uses `emacs-program-name' and
|
|
8895 `emacs-program-version'.
|
|
8896 Additions to enforce version-specific directories in
|
|
8897 `paths-find-version-directory'.
|
|
8898
|
|
8899 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
8900
|
|
8901 * default.el: Removed.
|
|
8902 * site-start.el: Removed.
|
|
8903
|
442
|
8904 1998-04-29 Didier Verna <didier@xemacs.org>
|
428
|
8905
|
|
8906 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
8907 to nil.
|
|
8908
|
|
8909 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
8910
|
|
8911 * find-paths.el (paths-program-name): Rename.
|
|
8912 (paths-emacs-root-p): Ditto.
|
|
8913 (paths-find-site-directory): Ditto.
|
|
8914
|
|
8915 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
8916
|
|
8917 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
8918 `emacs-lisp-byte-compile-and-load'.
|
|
8919
|
|
8920 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8921
|
|
8922 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
8923 `ldap-open'
|
|
8924
|
|
8925 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
8926
|
|
8927 * select.el (kill-primary-selection) (selection-owner-p)
|
|
8928 (copy-primary-selection) (yank-clipboard-selection)
|
|
8929 (selection-exists-p) (delete-primary-selection): new file and
|
|
8930 functions that do the right thing for the selected device.
|
|
8931
|
|
8932 * x-menubar.el: use generalised selection functions.
|
|
8933
|
|
8934 * dumped-lisp.el: dump select.el.
|
|
8935
|
|
8936 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
8937
|
|
8938 * find-paths.el (paths-progname): New variable.
|
|
8939 (paths-emacs-root-p): Use it.
|
|
8940 (paths-find-site-directory): Ditto.
|
|
8941
|
|
8942 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
8943
|
|
8944 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
8945 `infodock' if InfoDock.
|
|
8946
|
|
8947 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
8948
|
|
8949 * find-paths.el (construct-emacs-version): Simplify, include
|
|
8950 program name in the return value.
|
|
8951 * (paths-find-version-directory): Use it.
|
|
8952
|
|
8953 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8954
|
|
8955 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
8956 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
8957 name for files with no @direntry
|
|
8958 (Info-batch-rebuild-dir): New function
|
|
8959 (Info-suffixed-file): Check for regular files instead of simple
|
|
8960 file existence (could catch directories before)
|
|
8961
|
|
8962 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8963
|
|
8964 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
8965 temacs doesn't have.
|
|
8966
|
|
8967 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
8968 into root searching.
|
|
8969
|
|
8970 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
8971
|
|
8972 * subr.el: Remove definition of `not'.
|
|
8973
|
|
8974 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
8975
|
|
8976 * msw-glyphs.el: enable graphics support.
|
|
8977
|
442
|
8978 1998-04-23 Didier Verna <didier@xemacs.org>
|
428
|
8979
|
|
8980 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
8981 option.
|
|
8982
|
|
8983 * misc doc string updates related to the options menu.
|
|
8984
|
|
8985 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
8986
|
|
8987 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
8988
|
|
8989 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8990
|
|
8991 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
8992 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
8993 gets us one step further towards making --no-autoloads work.
|
|
8994
|
|
8995 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
8996 lisp-directory is non-nil.
|
|
8997
|
|
8998 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
8999 against nil lisp-directory.
|
|
9000
|
|
9001 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
9002 to the list of variables that cause a warning when nil.
|
|
9003
|
|
9004 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
9005 no toolbar icon directory.
|
|
9006
|
|
9007 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
9008
|
|
9009 * help.el (view-lossage): Recognize it.
|
|
9010
|
|
9011 * simple.el (log-message): Mark multiline messages.
|
|
9012
|
|
9013 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
9014
|
|
9015 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
9016
|
|
9017 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
9018
|
|
9019 * package-get.el (package-get-all): add `\n' separator to
|
|
9020 interactive specification so that both variables are read
|
|
9021
|
442
|
9022 1998-04-22 Didier Verna <didier@xemacs.org>
|
428
|
9023
|
|
9024 * x-menubar.el: ported the options menu to Custom.
|
|
9025 Moved the "read only" toggle button to the buffers menu.
|
|
9026 Corrected some missing ;;;###autoload or defcustom.
|
|
9027
|
|
9028 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
9029 the scrollbar-visible specifier for options menu handling.
|
|
9030
|
|
9031 * toolbar.el (toolbar-visible-p)
|
|
9032 (toolbar-captioned-p)
|
|
9033 (default-toolbar-position): defcustom wrappers around
|
|
9034 the toolbar specifiers for options menu handling.
|
|
9035
|
|
9036 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
9037 defcustom it for options menu handling.
|
|
9038
|
440
|
9039 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
428
|
9040 font-lock-mode for options menu handling.
|
|
9041
|
|
9042 * cus-start.el: added Custom properties to overwrite-mode for
|
|
9043 options menu handling.
|
|
9044
|
|
9045 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9046
|
|
9047 * about.el: shameless self-promotion.
|
|
9048
|
|
9049 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
9050
|
|
9051 * simple.el (raw-append-message): Slightly optimize.
|
|
9052 (remove-message): Use `push' for clarity.
|
|
9053 (append-message): Ditto.
|
|
9054 (display-warning): Dito.
|
|
9055 (raw-append-message): Send the message to the appropriate device.
|
|
9056
|
|
9057 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
9058
|
|
9059 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
9060 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
9061
|
|
9062 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9063
|
|
9064 * setup-paths.el: Changed `directory-sep-char' to
|
|
9065 `path-separator', following a change in GNU Emacs.
|
|
9066
|
|
9067 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9068
|
|
9069 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
9070 (Info-build-dir-anew): Add a final newline.
|
|
9071 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
9072 is `always'
|
|
9073 (Info-rebuild-dir): Ditto
|
|
9074
|
|
9075 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
9076
|
|
9077 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
9078
|
|
9079 * simple.el (count-words-buffer): Retain zmacs region.
|
|
9080 (count-words-region): Ditto.
|
|
9081 * simple.el: (what-line): Expanded line counts.
|
|
9082 (count-lines): New parameter to conditionalize whether collapsed
|
|
9083 lines get counted.
|
|
9084 From Bob Weiner <weiner@altrasoft.com>
|
|
9085
|
|
9086 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
9087
|
|
9088 * packages.el (package-locations): infodock-packages must override
|
|
9089 mule-packages and packages.
|
|
9090
|
|
9091 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
9092
|
|
9093 * wid-edit.el:
|
|
9094 remove rude messages from widget-activation-widget-mapper
|
|
9095 and widget-activation-glyph-mapper
|
|
9096
|
|
9097 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
9098
|
|
9099 * toolbar.el: Remove (featurep 'x) test from
|
|
9100 toolbar-make-button-list
|
|
9101
|
|
9102 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
9103
|
|
9104 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
9105 only if in the same frame.
|
|
9106
|
|
9107 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9108
|
|
9109 * packages.el (package-locations): Added site-packages hierarchy.
|
|
9110
|
|
9111 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
9112 used.
|
|
9113
|
|
9114 * packages.el, setup-paths.el: Set various path searching depths
|
|
9115 to 1.
|
|
9116
|
|
9117 * packages.el (packages-hierarchy-depth):
|
|
9118 (packages-load-path-depth): Introduced and used.
|
|
9119
|
|
9120 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
9121
|
|
9122 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
9123 parameter.
|
|
9124
|
|
9125 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9126
|
|
9127 * setup-paths.el (paths-construct-info-path): Removed
|
|
9128 dependency on behavior of (file-name-as-directory "").
|
|
9129
|
|
9130 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9131
|
|
9132 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
9133 lisp objects
|
|
9134
|
|
9135 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9136
|
|
9137 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
9138
|
|
9139 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
9140
|
|
9141 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
9142 properties for an extent based on the :help-echo widget
|
|
9143 property, since help-echo and balloon-help cause an EXTENT to
|
|
9144 get passed in, where :help-echo functions are expecting a WIDGET
|
|
9145
|
|
9146 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9147
|
|
9148 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
9149 mswindows-init-scrollbar-metrics when appropriate.
|
|
9150
|
|
9151 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9152
|
|
9153 * dumped-lisp.el: dump x-toolbar for window system
|
|
9154
|
|
9155 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
9156 have support and xpm.
|
|
9157
|
|
9158 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
9159
|
|
9160 * files.el (toggle-read-only): Fix docstring.
|
442
|
9161 From Didier Verna <didier@xemacs.org>
|
428
|
9162
|
|
9163 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9164
|
|
9165 * startup.el (normal-top-level): Load autoload-file-name without
|
|
9166 specifying an extension---some people only auto-autoload.el.gz.
|
|
9167
|
|
9168 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
9169
|
|
9170 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
9171 nil.
|
|
9172
|
|
9173 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9174
|
|
9175 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
9176 This shouldn't cause any of the originally anticipated problems as
|
|
9177 the current paths architecture will not define the various
|
|
9178 configure-xxx variables if they're not specified on the configure
|
|
9179 command line.
|
|
9180
|
|
9181 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
9182 mentionings of "/" as a path separator.
|
|
9183 Used paths-construct-path throughout.
|
|
9184
|
|
9185 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
9186 from directory components.
|
|
9187
|
|
9188 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
9189 instead of decode-path-internal.
|
|
9190
|
|
9191 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
9192 and associates.
|
|
9193 (paths-decode-directory-path) Created.
|
|
9194
|
|
9195 * setup-paths.el: Changed configure-exec-path to
|
|
9196 configure-exec-directory.
|
|
9197
|
|
9198 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9199
|
|
9200 * packages.el (packages-find-packages): Fixed decoding of
|
|
9201 EMACSPACKAGEPATH.
|
|
9202
|
|
9203 * startup.el: -no-packages -> -no-early-packages.
|
|
9204
|
|
9205 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
9206 files.
|
|
9207
|
|
9208 * startup.el (normal-top-level): Fixed loading of core
|
|
9209 auto-autoload.
|
|
9210
|
|
9211 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
9212
|
|
9213 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
9214 for site-directory and lisp-directory variables.
|
|
9215
|
|
9216 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
9217 inhibit-package-autoloads and fixed handling of it.
|
|
9218
|
|
9219 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
9220 handling of former inhibit-package-init, now
|
|
9221 inhibit-early-packages, to make -vanilla etc. work.
|
|
9222
|
|
9223 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9224
|
|
9225 * code-process.el (start-process): Fallback to 'undecided instead
|
|
9226 of 'binary for process input coding stream.
|
|
9227
|
|
9228 * process.el (start-process): Docstring fix.
|
|
9229
|
|
9230 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9231
|
|
9232 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
9233 in Info-dir-file-attributes
|
|
9234 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
9235 (Info-rebuild-dir): Ditto.
|
|
9236
|
|
9237 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9238
|
|
9239 * obsolete.el: Added obsoleteness declarations for
|
|
9240 `site-directory' and `Info-default-directory-list'.
|
|
9241
|
|
9242 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9243
|
|
9244 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
9245 executable at the end of the symlink chain for determining the
|
|
9246 Emacs root.
|
|
9247
|
|
9248 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9249
|
|
9250 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
9251 to cater to gone default in configure.
|
|
9252
|
|
9253 * find-paths.el (paths-uniq-append): Added.
|
|
9254
|
|
9255 * packages.el: Rewritten package path construction once again.
|
|
9256
|
|
9257 * dump-paths.el, startup.el: Removed package-path as a global
|
|
9258 variable.
|
|
9259
|
|
9260 * package-admin.el (package-admin-add-single-file-package):
|
|
9261 (package-admin-add-binary-package): Changed package-path to
|
|
9262 late-packages.
|
|
9263
|
|
9264 * packages.el (packages-split-path): Split path at "/" rather than
|
|
9265 nil according to change in emacs.c.
|
|
9266
|
|
9267 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9268
|
|
9269 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
9270 order so that directories come out right.
|
|
9271 (paths-find-lock-directory): Fixed bug: It used to think
|
|
9272 configure-lock-directory is a path.
|
|
9273
|
|
9274 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
9275
|
|
9276 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
9277 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
9278 eases the use of toolbar-add/kill-item functions.
|
|
9279
|
|
9280 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9281
|
|
9282 * code-files.el (file-coding-system-alist): Commented out
|
|
9283 loaddefs.el magical treatment.
|
|
9284
|
|
9285 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9286
|
|
9287 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
9288 `conservative' and made it the default
|
|
9289 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
9290 strings, and multi-section dir files. Issue warning when dir
|
|
9291 is rebuilt as temporary
|
|
9292 (Info-build-dir-anew): Issue warning when dir is built as
|
|
9293 temporary
|
|
9294
|
|
9295 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9296
|
|
9297 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
9298 standard keys left, right, C-b and C-f.
|
|
9299
|
|
9300 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9301
|
|
9302 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
9303
|
|
9304 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
9305
|
|
9306 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
9307
|
|
9308 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
9309
|
|
9310 * package-get-base.el: Updated.
|
|
9311
|
|
9312 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
9313
|
|
9314 * isearch-mode.el (isearch-just-started): New variable.
|
|
9315 (isearch-mode): Set it.
|
|
9316 (isearch-repeat): Advance one character forward only if the search
|
|
9317 was successful, and was not just started.
|
|
9318 (isearch-repeat): Clear isearch-just-started.
|
|
9319
|
|
9320 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
9321
|
|
9322 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
9323 if running -batch.
|
|
9324
|
|
9325 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
9326
|
|
9327 * subr.el (listify-key-sequence): Removed.
|
|
9328
|
|
9329 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
9330
|
|
9331 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
9332 (byte-compile-output-file-form): Use it.
|
|
9333 (byte-compile-output-docform): Ditto.
|
|
9334 (byte-compile-compiled-obj-to-list): Ditto.
|
|
9335
|
|
9336 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9337
|
|
9338 * msw-glyphs.el: set frame icon if xpm support.
|
|
9339
|
|
9340 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9341
|
|
9342 * help.el: Code that pretty prints variable values
|
|
9343 removed.
|
|
9344
|
|
9345 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
9346
|
|
9347 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
9348 directory.
|
|
9349 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9350
|
|
9351 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9352
|
|
9353 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
9354 its default value set to nil.
|
|
9355
|
|
9356 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
9357
|
|
9358 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
9359
|
|
9360 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9361
|
|
9362 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
9363 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
9364 does not exist or is older than some info files in directory
|
|
9365
|
|
9366 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9367
|
|
9368 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
9369 for last packages, mainly for using a 20.4 package base.
|
|
9370
|
|
9371 * packages.el (late-packages): Typo fix. It was called
|
|
9372 early-packages.
|
|
9373
|
|
9374 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
9375 relative symlinks correctly.
|
|
9376 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
9377 configuration-time root.
|
|
9378
|
|
9379 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
9380 find its roots.
|
|
9381
|
|
9382 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
9383
|
|
9384 * faces.el: Fix docstrings.
|
|
9385 * glyphs.el: Fix docstrings.
|
|
9386 * mouse.el: Fix docstrings.
|
|
9387
|
|
9388 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
9389
|
|
9390 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
9391
|
|
9392 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
9393 macros using backquote to make them infinitely more readable.
|
|
9394
|
|
9395 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
9396
|
|
9397 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
9398 InfoDock support until we can clean this up.
|
|
9399
|
|
9400 * help.el (describe-bindings-1): Return the value of the bindings
|
|
9401 help buffer created.
|
|
9402 (describe-bindings): Ditto.
|
|
9403
|
|
9404 * simple.el (set-variable): Restore previous behavior of not
|
|
9405 bombing if the variable to set is not boundp.
|
|
9406
|
|
9407 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9408
|
|
9409 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
9410 non-local files to be loaded off the package-lisp variable.
|
|
9411
|
|
9412 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9413
|
|
9414 * x-faces.el: Global X resources should override
|
|
9415 specs for all device classes (color, grayscale, mono);
|
|
9416 code currently doesn't override any of them. Fixed by
|
|
9417 calling remove-specifier with '(x default) as the tag
|
|
9418 set and allowing inexact matches.
|
|
9419
|
|
9420 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9421
|
442
|
9422 * faces.el: Separated face initializations based on
|
428
|
9423 device classes into device type specific (tag set,
|
|
9424 instantiator) pairs.
|
|
9425
|
|
9426 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
9427
|
|
9428 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
9429 choice.
|
|
9430 (widget-choice-value-create): Respect it.
|
|
9431 From Richard Stallman <rms@gnu.org>
|
|
9432
|
|
9433 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9434
|
|
9435 * setup-paths.el (paths-construct-info-path): Always append
|
|
9436 existing directories from configure-time info path.
|
|
9437
|
|
9438 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
9439 Info-directory-list.
|
|
9440
|
|
9441 * info.el: Removed Info-default-directory-list which was broken by
|
|
9442 design.
|
|
9443 Removed bogus initialization of Info-directory-list---startup.el
|
|
9444 can do a much better job.
|
|
9445 Added autoload of Info-directory-list.
|
|
9446
|
|
9447 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
9448 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
9449 be exclusive; now it's merely given precedence, just like in the
|
|
9450 old days.
|
|
9451
|
|
9452 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9453
|
|
9454 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
9455 finding; it used to default too early.
|
|
9456
|
|
9457 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
9458
|
|
9459 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
9460 for paths that weren't split.
|
|
9461
|
|
9462 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
9463
|
|
9464 * finder.el (finder-compile-keywords): trap on errors.
|
|
9465
|
|
9466 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9467
|
|
9468 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
9469 fourth argument of t so that only the specs exactly
|
|
9470 matching the tag lists are removed.
|
|
9471
|
|
9472 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
9473
|
|
9474 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
9475
|
|
9476 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
9477
|
|
9478 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
9479 specified, use it for generating the completions.
|
|
9480
|
|
9481 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9482
|
|
9483 * update-elc.el: Now respects inhibit-package-init and
|
|
9484 inhibit-site-lisp.
|
|
9485 Now does path construction with loadup-paths.
|
|
9486
|
|
9487 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
9488 inhibit-package-init and inhibit-site-lisp.
|
|
9489
|
|
9490 * packages.el (packages-find-package-path): Extended package path
|
|
9491 by version-specific hierarchies.
|
|
9492 (packages-find-packages): Now respects inhibit flag and
|
|
9493 inhibit-site-lisp.
|
|
9494 Moved path setup to loadup-paths.
|
|
9495
|
|
9496 * make-docfile.el: Now respects inhibit-package-init and
|
|
9497 inhibit-site-lisp.
|
|
9498 Now does path construction with loadup-paths.
|
|
9499
|
|
9500 * loadup.el: Now respects inhibit-package-init and
|
|
9501 inhibit-site-lisp.
|
|
9502
|
|
9503 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
9504
|
|
9505 * loadup-paths.el: New file: setup load-path to encompass
|
|
9506 packages.
|
|
9507
|
|
9508 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
9509
|
|
9510 * auto-show.el: load-gc renamed to pureload.
|
|
9511 * site-load.el: Ditto.
|
|
9512 * packages.el (toplevel): Ditto.
|
|
9513 * loadup.el (really-early-error-handler): Ditto.
|
|
9514 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
9515 * cus-face.el (custom-declare-face): Ditto.
|
|
9516
|
|
9517 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9518
|
|
9519 * <Today>: The Big Path Searching Overhaul.
|
|
9520
|
|
9521 * find-paths.el: New file: find and assemble paths in the
|
|
9522 installation hierarchy.
|
|
9523
|
|
9524 * setup-paths.el: New file: global layout of paths and directories
|
|
9525 within the XEmacs hierarchy.
|
|
9526
|
|
9527 * packages.el: Replaced everything related to path searching and
|
|
9528 startup by code in terms of find-paths.
|
|
9529
|
|
9530 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
9531 the new path searching engine.
|
|
9532
|
|
9533 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
9534 and setup-paths.
|
|
9535
|
|
9536 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
9537
|
|
9538 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
9539 setup-paths.el.
|
|
9540
|
|
9541 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9542
|
|
9543 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
9544 compiles identically in any configuration.
|
|
9545 Removed irrelevant commentary.
|
|
9546
|
|
9547 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9548
|
|
9549 * simple.el (set-variable): Allow setting specifiers.
|
|
9550
|
|
9551 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
9552
|
|
9553 * lisp.el (forward-sexp): Revert previous change.
|
|
9554
|
|
9555 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
9556
|
|
9557 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
9558 `delete-device' to delete the stream console to match the usage in
|
|
9559 Fkill_emacs.
|
|
9560
|
|
9561 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
9562
|
|
9563 * files.el (cdpath-previous): New variable.
|
|
9564 (cd): Use it.
|
|
9565 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
9566
|
|
9567 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9568
|
|
9569 * keydefs.el: Changed keybindings of forward-char,
|
|
9570 backward, scroll-up and scroll-down to point to their
|
|
9571 -command counterparts.
|
|
9572
|
|
9573 * simple.el: New functions: forwarc-char-command,
|
|
9574 backwrad-char-command, scroll-up-command,
|
|
9575 scroll-down-command which work liek their counterparts
|
|
9576 except that they honor the variable
|
|
9577 signal-error-on-buffer-boundary.
|
|
9578
|
|
9579 Definition of signal-error-on-buffer-boundary received
|
|
9580 from src/cmds.c.
|
|
9581
|
|
9582 defvar declaration added for word-across-newline to avoid
|
|
9583 byte-compiler warning about the free variable reference.
|
|
9584
|
|
9585 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9586
|
|
9587 * winnt.el: Removed "%t" from the beginning of
|
|
9588 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
9589
|
|
9590 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
9591
|
|
9592 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
9593 of `when' with `if'.
|
|
9594
|
|
9595 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9596
|
|
9597 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
9598 mswindows. Must be reworked along with glyphs.el, or
|
|
9599 merged into it, after there is images support.
|
|
9600
|
|
9601 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
9602 'mswindows.
|
|
9603
|
|
9604 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
9605
|
|
9606 * faces.el: fix for text cursor initialization.
|
|
9607 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
9608 From Andy Piper <andyp@parallax.co.uk>
|
|
9609
|
|
9610 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
9611
|
|
9612 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
9613 if there is an existing package that handles it and warn the user
|
|
9614 about that mode.
|
|
9615
|
|
9616 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9617
|
|
9618 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
9619 Installation" menu item when Installation-string is not bound.
|
|
9620
|
|
9621 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
9622
|
|
9623 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
9624 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
9625
|
|
9626 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9627
|
|
9628 * msw-faces.el:
|
|
9629 * faces.el: Fix face initialization.
|
|
9630
|
|
9631 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
9632
|
|
9633 * files.el (backup-enable-predicate): fix breakage introduced
|
|
9634 by TMPDIR patch.
|
|
9635
|
|
9636 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9637
|
|
9638 * x-faces.el (x-init-face-from-resources): The
|
|
9639 TTY face property retrieval functions don't return
|
|
9640 specifiers, so use face-property instead.
|
|
9641
|
|
9642 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
9643
|
|
9644 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
9645
|
|
9646 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9647
|
|
9648 * x-menubar.el: Expanded documentation for
|
|
9649 option-save-faces. Changed Options -> Browse Faces
|
|
9650 menu entry to invoke customize-face.
|
|
9651
|
|
9652 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9653
|
|
9654 * faces.el: Most face initialization moved out of
|
|
9655 init-other-random-faces to the top level so that the
|
|
9656 initialization happens before Xemacs is dumped. Much
|
|
9657 of the fascist "face-differs-from-default-p or FROB!"
|
|
9658 code has been retired in favor of letting the user do
|
|
9659 what they want to do. Face initialization code changed
|
|
9660 to use `default' specifier tag so that the settings can
|
|
9661 be overridden later if the user wishes it.
|
|
9662
|
|
9663 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
9664
|
|
9665 * about.el (about-hackers): Update contributors list.
|
|
9666
|
|
9667 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9668
|
|
9669 * specifier.el: Define new specifier tag `default'.
|
|
9670
|
|
9671 * modeline.el: Initialize faces using `default' tag.
|
|
9672
|
|
9673 * x-faces.el (x-init-face-from-resources): Remove
|
|
9674 specifier specs containing the `default' tag before
|
|
9675 adding new specs.
|
|
9676
|
|
9677 1998-03-02 John Jones <jj@asu.edu>
|
|
9678
|
|
9679 * package-get.el (package-get-all): fixed arguments on call to
|
|
9680 package-admin-add-single-file-package.
|
|
9681 * package-get.el (package-get-installedp): fixed to match
|
|
9682 advertised behavior.
|
|
9683 * package-get.el: added function package-get-update-all which
|
|
9684 installs newest versions of all the current packages (if they are
|
|
9685 not already installed).
|
|
9686
|
|
9687 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
9688
|
|
9689 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
9690 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
9691 still nil, as happens for example when finding a compressed
|
|
9692 file with "jka-compr".
|
|
9693
|
|
9694 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9695
|
|
9696 * faces.el: in make-face-* type functions do the operation for all
|
|
9697 window systems, not just the first one found.
|
|
9698
|
|
9699 * font.el: call mswindows-list-fonts for mswindows.
|
|
9700
|
|
9701 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
9702
|
|
9703 * code-process.el (call-process-region):
|
|
9704 * process.el (call-process-region):
|
|
9705 * package-get.el (package-get-dir):
|
|
9706 * files.el (backup-enable-predicate):
|
|
9707 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
9708 Use temp-directory in place of `/tmp'.
|
|
9709
|
|
9710 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
9711
|
|
9712 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
9713
|
|
9714 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
9715 Emacs.
|
|
9716
|
|
9717 * files.el (insert-directory): Modified to use special
|
|
9718 dired-in-C enhancements if present.
|
|
9719
|
|
9720 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9721
|
|
9722 * code-files.el: make default coding no-conversion.
|
|
9723
|
|
9724 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
9725
|
|
9726 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
9727 the load-path.
|
|
9728
|
|
9729 * update-elc.el: Strip directory when testing for files not to
|
|
9730 bytecompile.
|
|
9731
|
|
9732 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9733
|
|
9734 * lisp-mode.el: Use recommended form for menus.
|
|
9735
|
|
9736 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
9737
|
|
9738 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
9739 entry.
|
|
9740
|
|
9741 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9742
|
|
9743 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
9744 (get-frame-for-buffer-noselect): Always return frames
|
|
9745 in the not-this-window-p cond clause.
|
|
9746
|
|
9747 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
9748
|
|
9749 * help.el (describe-installation): New function.
|
|
9750
|
|
9751 * x-menubar.el (default-menubar): Add describe-installation to
|
|
9752 Help menu.
|
|
9753
|
|
9754 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
9755 should not be bytecompiled.
|
|
9756
|
|
9757 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
9758 XEmacs.
|
|
9759
|
|
9760 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
9761 entry.
|
|
9762
|
|
9763 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
9764 coding.
|
|
9765 From Andy Piper <andyp@parallax.co.uk>
|
|
9766
|
|
9767 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9768
|
|
9769 * ldap.el: Do not require ldap-internal at compile time.
|
|
9770
|
|
9771 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9772
|
|
9773 * code-files.el: new file. a virtual copy of mule-files.el
|
|
9774 but without charset
|
|
9775 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
9776 changing the eol type for the current buffer.
|
|
9777
|
|
9778 * code-process.el: new file. a copy of
|
|
9779 mule-process.el. mule-process.el will disappear when things have
|
|
9780 settled.
|
|
9781
|
|
9782 * coding.el: new file. a virtual copy of mule-files.el but
|
|
9783 without charset dependencies. (coding-system-base) new function
|
|
9784 for getting the parent coding system of a coding system with eol
|
|
9785 type set.
|
|
9786
|
|
9787 * dumped-lisp.el: add above files for the non-mule case.
|
|
9788
|
|
9789 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9790
|
|
9791 * window-xemacs.el (display-buffer): If no explicit
|
|
9792 frame is specified, search for a window that displays
|
|
9793 the buffer on the currently selected frame, before
|
|
9794 searching other frames.
|
|
9795
|
|
9796 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9797
|
|
9798 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
9799 is non-nil, use window on the selected frame if it is not
|
|
9800 also the selected window. When defaulting, search for
|
|
9801 windows on the currently selected fgrame before searching
|
|
9802 other frames.
|
|
9803
|
442
|
9804 1998-02-25 Didier Verna <didier@xemacs.org>
|
428
|
9805
|
|
9806 * modeline.el (modeline-swap-buffers): originally named
|
|
9807 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
9808 decided in `mouse-drag-modeline'.
|
|
9809 (mouse-drag-modeline): A button release event is considered a
|
|
9810 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
9811 stay unchanged.
|
|
9812
|
|
9813 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
9814
|
|
9815 * x-menubar.el: Put redo on the menubar.
|
|
9816 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9817
|
|
9818 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9819
|
|
9820 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
9821 temp-buffer-show-function is set, use it to display current set of
|
|
9822 warnings in the "*Compile-Log-Show*" buffer.
|
|
9823
|
|
9824 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
9825 is set, use it to display current set of warnings in the
|
|
9826 "*Warnings-Show*" buffer.
|
|
9827
|
|
9828 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9829
|
|
9830 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
9831 Common Lisp.
|
|
9832
|
|
9833 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
9834
|
|
9835 * menubar.el: Allow button descriptors at least 2 long.
|
|
9836
|
|
9837 * x-menubar.el (default-menubar): Use recommended forms.
|
|
9838 (file-menu-filter): Remove.
|
|
9839 (edit-menu-filter): Remove.
|
|
9840
|
|
9841 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9842
|
|
9843 * about.el (about-hackers): Updated.
|
|
9844
|
|
9845 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
9846
|
|
9847 * help.el (help-max-help-buffers): new variable
|
|
9848 (help-register-and-maybe-prune-excess): new function
|
|
9849 (help-buffer-name): use help-max-help-buffers.
|
|
9850 (with-displaying-help-buffer): use
|
|
9851 help-register-and-maybe-prune-excess.
|
|
9852
|
|
9853 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
9854 one line, let it.
|
|
9855
|
|
9856 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
9857
|
|
9858 * (with-displaying-help-buffer): there is no need to kill the buffer
|
442
|
9859 if it exists, because with-output-to-temp-buffer will clear it.
|
428
|
9860 further, killing the buffer violates the rule that
|
|
9861 temp-buffer-show-function, if set, has the full responsibility of
|
|
9862 showing the temp buffer. killing the buffer fucks with the window
|
|
9863 configuration, hosing temp-buffer-show-function.
|
|
9864
|
|
9865
|
442
|
9866 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9867
|
|
9868 * modeline.el (mouse-drag-modeline):
|
|
9869 - Always scroll the modeline that was originally clicked on.
|
|
9870 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
9871 as horizontal reference for modeline dragging. This allows us to
|
|
9872 keep on dragging the modeline even if the motion event occurs in
|
|
9873 another window.
|
|
9874
|
442
|
9875 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
9876
|
|
9877 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
9878 glyph on the modeline to indicate that dragging the mouse has an
|
|
9879 effect both horizontally and vertically.
|
|
9880
|
|
9881 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
9882
|
|
9883 * about.el (about-xemacs): Get rid of redundant visible version
|
|
9884 number.
|
|
9885
|
|
9886 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
9887
|
|
9888 * about.el (about-hackers): Update credits.
|
|
9889
|
|
9890 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9891
|
|
9892 * prim/register.el (view-register): Show register type file-query.
|
|
9893
|
|
9894 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9895
|
|
9896 * mode-motion.el (mode-motion-highlight-internal):
|
|
9897 save-excursion inside save-window-exucrsion form to
|
|
9898 hide buffer point changes from save-window-excursion.
|
|
9899 Prevents display flickering when the mouse pointer
|
|
9900 moves.
|
|
9901
|
442
|
9902 1998-02-17 Didier Verna <didier@xemacs.org>
|
428
|
9903
|
|
9904 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
9905 function to handle correctly the case of a toolbar one side of the
|
|
9906 window: scrolling will not necessarily happen.
|
|
9907
|
|
9908 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9909
|
|
9910 * files.el (after-find-file): Restore missing argument
|
|
9911 to format that provides filename for "... consider M-x
|
|
9912 recover-file" message. Also call `message' with "%s"
|
|
9913 as the first arg instead of an arbitrary string.
|
|
9914
|
|
9915 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
9916
|
|
9917 * about.el (about-hackers): Various additions.
|
|
9918
|
|
9919 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
9920
|
|
9921 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
9922 line out when copying on-the-same line autoloads.
|
|
9923
|
|
9924 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
9925 is installed.
|
|
9926
|
|
9927 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
9928
|
|
9929 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
9930 * x11/x-win-sun.el (x-win-init-sun):
|
|
9931 * x11/x-init.el (x-initialize-compose):
|
|
9932 * prim/simple.el:
|
|
9933 (backward-or-forward-kill-sexp):
|
|
9934 (backward-or-forward-kill-sentence):
|
|
9935 (backward-or-forward-kill-word):
|
|
9936 (backward-or-forward-delete-char):
|
|
9937 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
9938 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
9939 x-keysym-on-keyboard-p to detect backspace.
|
|
9940 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
9941 Clean up symbols used with dead keys, checking Linux and solaris
|
|
9942 keysyms.
|
|
9943 Simplify x-win-*.el using above methods.
|
|
9944 Change documentation for x-keysym-*-p functions.
|
|
9945
|
|
9946 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
9947
|
|
9948 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
9949 Vinnie Shelton.
|
|
9950 From Vinnie Shelton <acs@acm.org>
|
|
9951
|
|
9952 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9953
|
|
9954 * simple.el (count-words-region): Ditto.
|
|
9955
|
|
9956 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9957
|
|
9958 * simple.el (count-words-buffer): Document. Don't print anything
|
|
9959 if non-interactive.
|
|
9960
|
|
9961 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
9962
|
|
9963 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
9964 multiple files in InfoDock.
|
|
9965
|
|
9966 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
9967
|
|
9968 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
9969 from version.el in InfoDock.
|
|
9970
|
|
9971 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
9972 specially.
|
|
9973
|
|
9974 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9975
|
|
9976 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
9977 variable name in docstring.
|
|
9978
|
|
9979 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
9980
|
|
9981 * menubar.h: Include "gui.h".
|
|
9982
|
|
9983 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
9984
|
|
9985 * site-load.el: Fix documentation.
|
|
9986
|
|
9987 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
9988
|
|
9989 * package-get-base.el (package-get-base): Updated.
|
|
9990
|
|
9991 * keymap.el: PC-ize.
|
|
9992
|
|
9993 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
9994
|
|
9995 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
9996 from' on a fresh line.
|
|
9997
|
|
9998 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
9999
|
|
10000 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
10001 object.
|
|
10002
|
|
10003 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
10004
|
|
10005 * undo-stack.el: PC-ize.
|
|
10006
|
|
10007 * cmdloop.el: PC-ize.
|
|
10008
|
|
10009 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
10010
|
|
10011 * bytecomp-runtime.el: PC-ize.
|
|
10012
|
|
10013 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
10014
|
|
10015 * cus-dep.el: Spelling fix.
|
|
10016
|
|
10017 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
10018 entries follow).
|
|
10019
|
|
10020 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
10021
|
|
10022 * text-mode.el (text-mode-hook-identify): New function,
|
|
10023 put on text-mode-hook. Set text-mode-variant here.
|
|
10024 (text-mode): Don't set it here.
|
|
10025
|
|
10026 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
10027
|
|
10028 * text-mode.el (text-mode-hook): New defvar.
|
|
10029 (text-mode-variant): New variable.
|
|
10030 (text-mode): Set that variable locally.
|
|
10031 (toggle-text-mode-auto-fill): New command.
|
|
10032
|
|
10033 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
10034
|
|
10035 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
10036
|
|
10037 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
10038
|
|
10039 * text-mode.el (paragraph-indent-text-mode):
|
|
10040 Renamed from spaced-text-mode.
|
|
10041 (text-mode-map): Bind TAB to indent-relative.
|
|
10042 (indented-text-mode-map): Variable deleted.
|
|
10043 (indented-text-mode): Now an alias for text-mode.
|
|
10044
|
|
10045 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
10046
|
|
10047 * loadup.el: test-atoms debugging stuffs removed.
|
|
10048
|
442
|
10049 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
428
|
10050
|
|
10051 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
10052
|
|
10053 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
10054
|
|
10055 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
10056 (describe-distribution): Ditto.
|
|
10057 (describe-copying): Ditto.
|
|
10058 (describe-project): Ditto.
|
|
10059 (view-emacs-news): Ditto.
|
|
10060
|
|
10061 * help-nomule.el (help-with-tutorial): Made it use
|
|
10062 `locate-data-file' to find tutorial.
|
|
10063
|
|
10064 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
10065
|
|
10066 * about.el: Corrected my email address.
|
|
10067
|
|
10068 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
10069 'mouse-offix-drop'.
|
|
10070
|
|
10071 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
10072
|
|
10073 * loadup.el (running-xemacs): Spelling fix.
|
|
10074
|
|
10075 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
10076
|
|
10077 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
10078 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
10079
|
|
10080 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
10081
|
|
10082 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
10083
|
|
10084 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
10085
|
|
10086 * package-info.el (pi-last-mod-date): New function.
|
|
10087 (pi-author-version): New function.
|
|
10088 (batch-update-package-info): Use them.
|
|
10089
|
|
10090 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
10091
|
|
10092 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
10093 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
10094 with `get-frame-for-buffer-default-to-current'.
|
|
10095
|
|
10096 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
10097
|
|
10098 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
10099 (byte-compile-output-docform): Ditto.
|
|
10100 (byte-compile-compiled-obj-to-list): Ditto.
|
|
10101
|
|
10102 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10103
|
|
10104 * startup.el (command-line-1): Removed code that ran
|
|
10105 buffer-menu.
|
|
10106
|
|
10107 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
10108
|
|
10109 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
10110
|
|
10111 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10112
|
|
10113 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
10114 `device-on-window-system-p' instead of explicitly checking for X,
|
|
10115 so that the same logic works for MS Windows.
|
|
10116 (suspend-or-iconify-emacs): Ditto.
|
|
10117
|
|
10118 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
10119
|
|
10120 * about.el (about-maintainer-info): Andy Piper is back.
|
|
10121 (xemacs-hackers): Updated Andy Piper's email address.
|
|
10122 (about-hackers): Added Jonathan Harris.
|
|
10123 (about-hackers): Updated Tibor Polgar's email address.
|
|
10124
|
|
10125 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
10126
|
|
10127 * about.el: Add xemacs.org email manager.
|
|
10128
|
|
10129 * package-get-base.el (package-get-base): Updated with most recent
|
|
10130 package updates.
|
|
10131
|
|
10132 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10133
|
|
10134 * help.el (function-arglist): Use `indirect-function' instead of
|
|
10135 `symbol-function' so that aliases are treated correctly.
|
|
10136
|
|
10137 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10138
|
|
10139 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
10140 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
10141 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
10142 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
10143 (describe-key): Use `princ' "%s" to print object.
|
|
10144 (describe-function-1): Use `princ' "%s" to print object.
|
|
10145 Commented out alias lines removed.
|
|
10146 (help-pretty-print-limit): New variable to control pretty-printing
|
|
10147 of variable values.
|
|
10148 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
10149 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
10150 list of length less than `help-pretty-print-limit'.
|
|
10151 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
10152
|
|
10153 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
10154
|
|
10155 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
10156 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
10157
|
|
10158 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
10159
|
|
10160 * info.el (Info-default-directory-list): Made the documentation
|
|
10161 more explanitory.
|
|
10162
|
|
10163 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
10164
|
|
10165 * lisp/packages.el:
|
|
10166 * lisp/package-admin.el:
|
|
10167 * lisp/build-report.el:
|
|
10168 Fix typos.
|
|
10169
|
|
10170 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
10171
|
|
10172 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
10173 warnings in Java buffers without final newline and editing the
|
|
10174 last line.
|
|
10175
|
|
10176 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
10177
|
|
10178 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
10179 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
10180 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
10181
|
|
10182 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
10183 From Oliver Graf <ograf@fga.de>
|
|
10184
|
|
10185 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
10186
|
|
10187 * loadup.el (load-gc): rewrite as defun.
|
|
10188 Print something sensical if a required dump-time file isn't found.
|
|
10189
|
|
10190 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
10191
|
|
10192 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
10193 bug strikes a menudescriptor.
|
|
10194
|
|
10195 * package-get-base.el (package-get-base): Updated.
|
|
10196
|
|
10197 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
10198 from the Makefile.
|
|
10199
|
|
10200 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
10201
|
|
10202 * files.el (save-some-buffers): Don't play games with deleting
|
|
10203 other windows if we are in the minibuffer window.
|
|
10204
|
|
10205 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
10206
|
|
10207 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
10208 (add-minor-mode): Document :active property to TOGGLE.
|
|
10209
|
|
10210 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
10211
|
|
10212 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
10213 `:included' predicate in the `toggle-sym' plist.
|
|
10214 (add-minor-mode): Document the :included property, format
|
|
10215 docstring some more.
|
|
10216 (modeline-minor-mode-menu): Documentation string added.
|
|
10217
|
|
10218 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
10219
|
|
10220 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
10221 labels from the symbol-names by thwacking off the overly redundant
|
|
10222 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
10223 resultant strings. Also shortened the menu's title by eliminating
|
|
10224 the redundant buffer name.
|
|
10225 (add-minor-mode): Beautified the docstring, added mention of the
|
|
10226 `:menu-tag' property of TOGGLE.
|
|
10227 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
10228 `toggle-sym' to beatify the mode-life menus.
|
|
10229 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
10230 `auto-fill-function'.
|
|
10231
|
442
|
10232 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
10233
|
|
10234 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
10235 menus to :style 'toggle.
|
|
10236
|
|
10237 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
10238
|
|
10239 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
10240
|
|
10241 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
10242
|
|
10243 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
10244 only recognize first hyperlink.
|
|
10245 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
10246 `hyper-apropos-insert-face'.
|
|
10247 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
10248
|
|
10249 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
10250
|
|
10251 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
10252 mail.
|
|
10253 (toolbar-mail-reader): Add support for `send'.
|
|
10254 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
10255
|
442
|
10256 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
10257
|
|
10258 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
10259 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
10260 will function properly.
|
|
10261
|
|
10262 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
10263
|
|
10264 * simple.el: make the backwards delete function called by
|
|
10265 `backward-or-forward-delete-char' user configurable.
|
|
10266
|
|
10267 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
10268
|
|
10269 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
10270 compiled function got loaded from.
|
|
10271
|
|
10272 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
10273
|
|
10274 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
10275
|
|
10276 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
10277
|
|
10278 * startup.el (load-init-file): Load autoloads earlier.
|
|
10279 (startup-splash-frame): Handle InfoDock logo.
|
|
10280
|
|
10281 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
10282 InfoDock.
|
|
10283 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
10284
|
|
10285 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
10286 doesn't have this function.
|
|
10287
|
|
10288 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
10289
|
|
10290 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
10291
|
|
10292 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
10293 version of version.el.
|
|
10294 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
10295
|
|
10296 * x-menubar.el (default-menubar): Guard reference to
|
|
10297 `gnuserv-frame'.
|
|
10298 (default-menubar): Guard references to `font-lock-mode'.
|
|
10299 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
10300 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
10301
|
|
10302 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
10303
|
|
10304 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
10305 loading auto-autoloads files.
|
|
10306
|
|
10307 * loaddefs.el: Disable dumping autoloads.
|
|
10308
|
|
10309 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
10310
|
|
10311 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
10312
|
|
10313 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
10314
|
|
10315 * finder.el (finder-by-keyword): Autoload.
|
|
10316
|
|
10317 * help.el: Conditionalize hyperbole setup.
|
|
10318
|
|
10319 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
10320
|
|
10321 * packages.el (package-require): Update to reflect new data format.
|
|
10322
|
442
|
10323 1998-01-02 Didier Verna <didier@xemacs.org>
|
428
|
10324
|
|
10325 * x-menubar.el (default-menubar): make the tutorials available
|
|
10326 through the menubar. (Plus some compilation warnings cleanup).
|
|
10327
|
|
10328 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
10329
|
|
10330 * check-features.el: New file. Perform sanity check after build.
|
|
10331
|
|
10332 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
10333 files to tooltalk package.
|
|
10334 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
10335 package.
|
|
10336
|
|
10337 * package-admin.el (package-admin-xemacs): Use better default for
|
|
10338 location of XEmacs binary.
|
|
10339
|
|
10340 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
10341
|
|
10342 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
10343 tag with sexp and add value tag with value `t'.
|
|
10344
|
|
10345 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
10346
|
|
10347 * package-get.el: Changes to work with real data.
|
|
10348 From Pete Ware <ware@cis.ohio-state.edu>
|
|
10349
|
|
10350 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
10351 being.
|
|
10352
|
|
10353 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
10354 of possibly out-of-date packges.elc.
|
|
10355 * make-docfile.el ("packages.el"): Ditto.
|
|
10356
|
|
10357 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
10358
|
|
10359 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
10360 the main tarball shadowing anything past it.
|
|
10361
|
|
10362 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
10363
|
|
10364 * packages.el (package-provide): Delete a previous provide.
|
|
10365
|
|
10366 * package-info.el: New file.
|
|
10367
|
|
10368 * package-get.el: New file.
|
|
10369 From Pete Ware <ware@cis.ohio-state.edu>
|
|
10370 (package-get): Fix md5 computation to work with Mule.
|
|
10371
|
|
10372 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10373
|
|
10374 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
10375
|
|
10376 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
10377
|
|
10378 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
10379
|
|
10380 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
10381 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10382
|
|
10383 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
10384
|
|
10385 * startup.el (load-init-file): Reload new or changed autoloads
|
|
10386 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
10387
|
|
10388 * packages.el (packages-new-autoloads): New function.
|
|
10389 (packages-reload-autoloads): New function.
|
|
10390 (packages-reload-dumped-lisp): New (stub) function.
|
|
10391
|
|
10392 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
10393
|
|
10394 * loadhist.el (file-provides): Extend to handle variant
|
|
10395 extensions.
|
|
10396
|
|
10397 * replace.el (query-replace): Fix typo.
|
|
10398
|
|
10399 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
10400
|
|
10401 * make-docfile.el: list-autoloads-path has been renamed.
|
|
10402 * update-elc.el: list-autoloads has been renamed.
|
|
10403
|
|
10404 * packages.el (packages-list-autoloads): Renamed.
|
|
10405 (packages-list-autoloads-path): Ditto.
|
|
10406
|
|
10407 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
10408
|
|
10409 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
10410 for an error in an auto-autoload.el file.
|
|
10411
|
|
10412 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
10413
|
|
10414 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
10415 tag with const.
|
|
10416 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
10417
|
|
10418 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
10419
|
|
10420 * loadhist.el (unload-feature): Remove autoload.
|
|
10421
|
|
10422 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
10423
|
|
10424 * loadhist.el: Unpackaged.
|
|
10425
|
|
10426 * help.el (describe-symbol-find-file): Rename
|
|
10427 `describe-function-find-file' and make old name obsolete.
|
|
10428 (describe-function-1): Use it.
|
|
10429 (describe-function-1): Guard reference to
|
|
10430 `compiled-function-annotation'.
|
|
10431
|
|
10432 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10433
|
|
10434 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
10435 argument.
|
|
10436 (help-mode-quit): New optional arg to control whether it kills or
|
|
10437 buries. Tidied up.
|
|
10438 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
10439 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
10440 (help-pretty-print-value): Rename back from
|
|
10441 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
10442 use it, otherwise use dumped `cl-prettyprint'.
|
|
10443 (describe-variable): Use `help-pretty-print-value' again.
|
|
10444 (find-func): Removed reference to "find-func" at end.
|
|
10445
|
|
10446 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10447
|
|
10448 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
10449 GUI XEmacs. Rename? x-menubar is rather window system
|
|
10450 independant, except for a couple of items.
|
|
10451
|
|
10452 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
10453
|
|
10454 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
10455 entries as they will no longer be distributed with XEmacs.
|
|
10456
|
|
10457 * format.el (format-alist): Fix image/tiff regexps.
|
|
10458 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
10459
|
|
10460 * help.el (help-maybe-pretty-print-value): Rename.
|
|
10461 (describe-variable): Use it.
|
|
10462 (describe-variable): Add trailing linefeed.
|
|
10463
|
|
10464 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10465
|
|
10466 * help.el (describe-function-1): Don't output anything for
|
|
10467 arglist of autoload functions.
|
|
10468
|
|
10469 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10470
|
|
10471 * help.el (describe-function-1): Don't output anything for
|
|
10472 arglist of autoload functions.
|
|
10473
|
|
10474 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10475
|
|
10476 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
10477 `describe-function-at-point', `describe-variable-at-point',
|
|
10478 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
10479 `help-prev-section'.
|
|
10480 (help-next-section): New function.
|
|
10481 (help-prev-section): New function.
|
|
10482 (help-mode-quit): Changed to kill the help buffer.
|
|
10483 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
10484 correctly.
|
|
10485 (help-buffer-name): New function to generate the name of help
|
|
10486 buffers.
|
|
10487 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
10488 argument giving the name of the help buffer.
|
|
10489 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
10490 (describe-mode): Ditto.
|
|
10491 (describe-bindings): Ditto.
|
|
10492 (describe-prefix-bindings): Ditto.
|
|
10493 (view-lossage): Ditto.
|
|
10494 (with-syntax-table): New macro.
|
|
10495 (function-called-at-point): Use `ignore-errors' and
|
|
10496 `with-syntax-table'.
|
|
10497 (function-at-point): Ditto.
|
|
10498 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
10499 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
10500 function's arglist as string.
|
|
10501 (function-documentation): Extracted from `describe-function-1'.
|
|
10502 Returns function's docstring.
|
|
10503 (describe-function-1): Remove all the "stream" garbage, including
|
|
10504 the stream argument. Use `function-arglist' and
|
|
10505 `function-documentation'.
|
|
10506 (describe-function-arglist): Just use `function-arglist'.
|
|
10507 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
10508 (help-pretty-print-value): New function to help with
|
|
10509 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
10510 `pp-internal'.
|
|
10511 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
10512 Formatting improved. Display file where variable is defined, if
|
|
10513 known. Use `help-pretty-print-value'.
|
|
10514 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
10515 (list-processes): Remove "stream" garbage.
|
|
10516
|
|
10517 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
10518
|
|
10519 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
10520 call a dumped routine instead.
|
|
10521
|
|
10522 * x-win-xfree86.el: Wrap file in defun.
|
|
10523 * x-win-sun.el: Ditto.
|
|
10524
|
|
10525 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
10526
|
|
10527 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
10528 advises functions and does other evil things.
|
|
10529
|
|
10530 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
10531
|
|
10532 * format.el (format-alist): Add `image/tiff'.
|
|
10533 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
10534
|
|
10535 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
10536
|
|
10537 * about.el (about-hackers): More names added.
|
|
10538
|
|
10539 * make-docfile.el: Remove superfluous package path search.
|
|
10540
|
|
10541 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
10542
|
|
10543 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
10544
|
|
10545 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
10546 ignored shadows.
|
|
10547
|
|
10548 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
10549
|
|
10550 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
10551 get trailing slashes when added to the load-path.
|
|
10552
|
|
10553 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
10554 are.
|
|
10555
|
|
10556 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10557
|
|
10558 * x-faces.el: Added support for foregroundToolBarColor
|
|
10559 to xpm-color-symbols.
|
|
10560
|
|
10561 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10562
|
|
10563 * etags.el (tags-remove-duplicates): Removed.
|
|
10564 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
10565
|
|
10566 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
10567 correctly.
|
|
10568 (get*): Defalias to `get'.
|
|
10569
|
|
10570 * cl.el (eql): Compare integers with `eq'.
|
|
10571 (cl-map-extents): Check for `map-extents' first.
|
|
10572
|
442
|
10573 1997-12-17 Didier Verna <didier@xemacs.org>
|
428
|
10574
|
|
10575 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
10576 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
10577
|
|
10578 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
10579
|
|
10580 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10581
|
|
10582 * widget.el (define-widget): Check the arguments.
|
|
10583
|
|
10584 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
10585 (custom-variable-value-create): Use `signal' to signal error.
|
|
10586 (custom-variable-reset-saved): Ditto.
|
|
10587 (custom-variable-reset-standard): Ditto.
|
|
10588 (custom-face-reset-saved): Ditto.
|
|
10589
|
|
10590 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
10591 (widget-default-format-handler): Ditto.
|
|
10592 (widget-checklist-add-item): Ditto.
|
|
10593 (widget-radio-add-item): Ditto.
|
|
10594 (widget-editable-list-entry-create): Ditto.
|
|
10595 (widget-sexp-prompt-value): Ditto.
|
|
10596
|
|
10597 * custom.el (custom-declare-variable): Signal errors better.
|
|
10598 (custom-handle-keyword): Ditto.
|
|
10599 (custom-declare-group): Ditto.
|
|
10600
|
|
10601 * window-xemacs.el (windows): Ditto.
|
|
10602
|
|
10603 * menubar.el (menu): Ditto.
|
|
10604
|
|
10605 * keydefs.el (keyboard): Ditto.
|
|
10606
|
|
10607 * minibuf.el (minibuffer): Ditto.
|
|
10608
|
|
10609 * process.el (execute): Ditto.
|
|
10610
|
|
10611 * fill.el (fill): Ditto.
|
|
10612
|
|
10613 * modeline.el (modeline): Ditto.
|
|
10614
|
|
10615 * help.el (help): Ditto.
|
|
10616
|
|
10617 * faces.el (faces): Ditto.
|
|
10618
|
|
10619 * files.el (files): Ditto.
|
|
10620
|
|
10621 * x-init.el (x): Ditto.
|
|
10622
|
|
10623 * lisp-mode.el (lisp): Ditto.
|
|
10624
|
|
10625 * process.el (processes): Ditto.
|
|
10626
|
|
10627 * mouse.el (mouse): Ditto.
|
|
10628
|
|
10629 * abbrev.el (abbrev): Moved from cus-edit.
|
|
10630
|
|
10631 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
10632 as variable declaration.
|
|
10633
|
|
10634 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10635
|
|
10636 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
10637 (find-menu-item): Cosmetic changes.
|
|
10638
|
|
10639 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
10640
|
|
10641 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
10642
|
|
10643 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
10644
|
|
10645 * startup.el (set-default-load-path): Only search package-path
|
|
10646 when not running temacs.
|
|
10647
|
|
10648 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
10649 files.
|
|
10650
|
|
10651 * loadup.el: Correct commentary. Reformatting.
|
|
10652 (really-early-error-handler): Use absolute path to the
|
|
10653 first dumped-lisp.el file.
|
|
10654 (really-early-error-handler): Print full path name of
|
|
10655 each dumped lisp file (inherited from InfoDock).
|
|
10656
|
|
10657 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
10658 dumped-lisp.el files.
|
|
10659
|
|
10660 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
10661 package-path is searched.
|
|
10662 * update-elc.el: Ditto.
|
|
10663
|
|
10664 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
10665 `condition-case' for indentation.
|
|
10666
|
|
10667 * about.el (about-xemacs): Update release date.
|
|
10668
|
|
10669 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10670
|
|
10671 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
10672 anywhere but at the last clause.
|
|
10673 (ecase): Disallow `t' and `otherwise'.
|
|
10674
|
|
10675 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10676
|
|
10677 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
10678 from stuff moved out of `custom-buffer-create-internal'.
|
|
10679 (custom-novice): New variable. Default t.
|
|
10680 (custom-display-global-buttons): Ditto. Default `top'.
|
|
10681 (custom-buffer-create-internal): Only display help if
|
|
10682 `custom-novice' is non-nil. Display global buttons according to
|
|
10683 `custom-display-global-buttons'.
|
|
10684
|
|
10685 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10686
|
|
10687 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
10688 (find-menu-item): Cosmetic changes.
|
|
10689
|
|
10690 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
10691
|
|
10692 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
10693 look.
|
|
10694
|
|
10695 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10696
|
|
10697 * format.el (format-deannotate-region): Bug fix.
|
|
10698 Deannotating a region containing unknown tags would fail
|
|
10699 (causing decoding of text/enriched to fail at user level)
|
|
10700
|
|
10701 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10702
|
|
10703 * minibuf.el (read-directory-name): Support sixth
|
|
10704 arg, HISTORY, as already documented.
|
|
10705
|
|
10706 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10707
|
|
10708 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
10709 to `ecase'.
|
|
10710
|
|
10711 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
10712
|
|
10713 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
10714 skk-activate.
|
|
10715
|
|
10716 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
10717
|
|
10718 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|